friendica/src/Core
Philipp Holzer b5c0df439f
Move PConfig::delete() to DI::pConfig()->delete()
2020-01-18 16:56:46 +01:00
..
Cache Creating interfaces for Config/PConfig & fix tests 2019-12-29 20:18:19 +01:00
Config Creating interfaces for Config/PConfig & fix tests 2019-12-29 20:18:19 +01:00
L10n Creating interfaces for Config/PConfig & fix tests 2019-12-29 20:18:19 +01:00
Lock Merge pull request #8072 from nupplaphil/task/Cache_to_DI 2020-01-10 08:46:03 -05:00
Session Session - Remove unneeded cookie parameter 2019-12-29 00:03:58 +01:00
ACL.php Allow special groups in default user permissions 2020-01-05 17:09:14 -05:00
Addon.php Refactor dynamic App::getProfiler() to static DI::profiler() 2019-12-29 20:17:42 +01:00
Config.php Replace BaseObject class with DI::* calls 2019-12-29 20:17:38 +01:00
Console.php Replace BaseObject class with DI::* calls 2019-12-29 20:17:38 +01:00
Hook.php Replace BaseObject class with DI::* calls 2019-12-29 20:17:38 +01:00
Installer.php Move Object\Image static methods to Util\Images 2019-11-02 07:48:45 -04:00
L10n.php Add missing return statement in Core\L10n 2019-12-29 22:47:32 -05:00
Logger.php Replace BaseObject class with DI::* calls 2019-12-29 20:17:38 +01:00
PConfig.php Move PConfig::delete() to DI::pConfig()->delete() 2020-01-18 16:56:46 +01:00
Process.php Creating interfaces for Config/PConfig & fix tests 2019-12-29 20:18:19 +01: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 Remove deprecated App::getBaseURL() - process methods to DI::baseUrl()->get() 2019-12-29 20:17:48 +01:00
Search.php Remove get_server() in favor of Search::getGlobalDirectory() 2020-01-05 00:04:55 +01:00
Session.php Replace BaseObject class with DI::* calls 2019-12-29 20:17:38 +01:00
StorageManager.php Add legacy backend storage functionality 2020-01-17 23:55:19 +01:00
System.php Merge pull request #8055 from nupplaphil/task/remove_get_server 2020-01-04 20:10:50 -05:00
Theme.php Move redundant System::baseUrl() to DI::baseUrl() calls 2019-12-30 23:00:08 +01:00
Update.php Merge pull request #8072 from nupplaphil/task/Cache_to_DI 2020-01-10 08:46:03 -05:00
UserImport.php Move PConfig::set() to DI::pConfig()->set() 2020-01-18 16:54:50 +01:00
Worker.php Replace Lock::release() with DI::lock()->release() and remove Core\Lock 2020-01-07 00:24:10 +01:00

README.md

Friendica\Core

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