friendica/src
Philipp d39ee428f0
Introduce "static/env.config.php" for environment variable mapping to config cache entries
- Added new database.port config value (used for MYSQL_PORT)
- Removed now obsolete db environment variable functionality
- Added functionality to load env variables (overwrites DB based cached)
2020-10-06 20:43:29 +02:00
..
App Add link to 512px icon, fix missing link 2020-10-03 20:25:10 +02:00
Collection
Console Force removal from relay list 2020-09-29 05:06:37 +00:00
Content Fix notice 2020-09-20 17:47:44 +00:00
Core Introduce "static/env.config.php" for environment variable mapping to config cache entries 2020-10-06 20:43:29 +02:00
Database Introduce "static/env.config.php" for environment variable mapping to config cache entries 2020-10-06 20:43:29 +02:00
Factory Introduce "static/env.config.php" for environment variable mapping to config cache entries 2020-10-06 20:43:29 +02:00
Model Update wrong assertion regarding a profile being local user's self in Model\Profile 2020-10-03 23:03:33 -04:00
Module Merge pull request #9343 from vinzv/9337-fix-pwa-manifest 2020-10-03 15:06:14 -04:00
Network Move ExAuth, FKOAuth1 & FKOAuthDataStore to own namespace Friendica\Security 2020-09-30 11:14:01 +02:00
Object Fix fatal error: Uncaught ImagickException: cache resources exhausted 2020-10-02 20:58:14 +00:00
Protocol Merge pull request #9314 from annando/suggestions 2020-10-03 13:32:21 -04:00
Render
Repository
Security Move 'Authentication' to Security namespace 2020-09-30 16:53:18 +02:00
Util Introduce "static/env.config.php" for environment variable mapping to config cache entries 2020-10-06 20:43:29 +02:00
Worker Reduce the amount of contact updates 2020-10-03 10:52:34 +00:00
App.php Issue 9303: Detect AP accesses as backend, prevent ping pong 2020-10-02 09:31:39 +00:00
BaseCollection.php
BaseEntity.php
BaseFactory.php
BaseModel.php
BaseModule.php Re-allow anonymous use of CSRF tokens 2020-08-24 12:02:24 -04:00
BaseRepository.php
DI.php Move 'Authentication' to Security namespace 2020-09-30 16:53:18 +02:00
LegacyModule.php