friendica/src/Core
Philipp Holzer 1de3f186d7
Introduce new DI container
- Adding Friendica\DI class for getting dynamic classes
- Replacing BaseObject::getApp() with this class
2019-12-29 20:16:55 +01:00
..
Cache code optimization 2019-09-30 14:03:15 +02:00
Config Remove extra spaces before closing parentheses in src/ 2019-10-16 08:58:09 -04:00
L10n Check for same language 2019-12-29 16:39:25 +01:00
Lock Some code hardenings for semaphore locking 2019-08-26 23:55:54 +02:00
Session Session - Remove unneeded cookie parameter 2019-12-29 00:03:58 +01:00
ACL.php Introduce new DI container 2019-12-29 20:16:55 +01:00
Addon.php Introduce new DI container 2019-12-29 20:16:55 +01:00
Cache.php - Move constants to the "Cache" class (more transparent than inside the interface) 2019-08-04 15:53:28 +02:00
Config.php Remove DependencyFactory 2019-07-27 23:54:12 +02:00
Console.php Console Lock 2019-08-15 14:26:04 +02:00
Hook.php Introduce new DI container 2019-12-29 20:16:55 +01:00
Installer.php Move Object\Image static methods to Util\Images 2019-11-02 07:48:45 -04:00
L10n.php Make L10n immutable 2019-12-28 23:12:01 +01:00
Lock.php Removed some leftovers 2019-08-04 15:58:53 +02:00
Logger.php Remove duplicate array entry in Core\Logger 2019-10-12 21:10:03 -04:00
PConfig.php Remove DependencyFactory 2019-07-27 23:54:12 +02:00
Process.php Create Core\Process as a base for followup work 2019-08-17 09:09:13 +02:00
Protocol.php Add "discourse" as protocol 2019-11-24 20:06:47 +00:00
README.md Adding REAMDEs to directories 2019-03-22 22:56:57 -04:00
Renderer.php Introduce new DI container 2019-12-29 20:16:55 +01:00
Search.php Introduce new DI container 2019-12-29 20:16:55 +01:00
Session.php Refactor Session Handling (make it more simple & handler are now handler again) 2019-12-11 20:30:31 +01:00
StorageManager.php Replace deprecated calls to defaults() by ?? and ?: in src/ 2019-10-16 08:38:52 -04:00
System.php Introduce new DI container 2019-12-29 20:16:55 +01:00
Theme.php Introduce new DI container 2019-12-29 20:16:55 +01:00
Update.php Make L10n immutable 2019-12-28 23:12:01 +01:00
UserImport.php Fix delivery counter for poking / unify delivery commands 2019-06-10 14:19:24 +00:00
Worker.php Introduce new DI container 2019-12-29 20:16:55 +01:00

README.md

Friendica\Core

The Core namespace contains classes, which are essential to Friendica.