friendica/src/Core
Philipp Holzer b5d2d32b44
Split and delete `ModuleController`
- $moduleName is part of the argument string => App\Arguments
- $isBackend boolean already part of App\Mode::isBackend()
- $module is now the direct return of App\Router::getModule()
- ModuleController::run() moved to BaseModule::run()
2021-11-27 12:39:45 +01:00
..
Cache Improved http error handling 2021-10-29 23:21:07 +00:00
Config Refactoring Core class structures ... 2021-10-26 22:11:09 +02:00
Lock The boot.php had been cleared of most functions 2021-11-04 20:29:59 +00:00
Logger Add Unique-Id for each worker execution 2021-11-05 21:07:14 +01:00
PConfig Refactoring Core class structures ... 2021-10-26 22:11:09 +02:00
Session Refactoring Core class structures ... 2021-10-26 22:11:09 +02:00
Storage Cleanup namespace 2021-10-27 20:06:04 +02:00
Worker Update src/Core/Worker/Repository/Process.php 2021-11-07 13:29:38 +01:00
ACL.php Split and delete `ModuleController` 2021-11-27 12:39:45 +01:00
Addon.php Removed and replaced deprecated functionalities 2021-11-07 14:00:47 +00:00
Console.php Add new developer test console command 2021-10-26 11:42:22 -04:00
Hook.php Update copyright 2021-03-29 08:40:20 +02:00
Installer.php Refactoring Core class structures ... 2021-10-26 22:11:09 +02:00
L10n.php Refactoring Core class structures ... 2021-10-26 22:11:09 +02:00
Logger.php Replaced deprecated "log" function call 2021-11-03 23:19:24 +00:00
Protocol.php Move sending follow message to remote server to Protocol class 2021-11-21 18:59:36 -05:00
README.md Adding REAMDEs to directories 2019-03-22 22:56:57 -04:00
Renderer.php The boot.php had been cleared of most functions 2021-11-04 20:29:59 +00:00
Search.php Restructure HTTPClient for new paradigm 2021-10-28 20:01:03 +02:00
Session.php Fix: Fetching of non public photos 2021-07-01 18:05:54 +00:00
System.php Deactivating isMinMemoryReached() 2021-11-05 20:52:45 +01:00
Theme.php Support for stacked profiler analysis 2021-07-27 04:57:29 +00:00
Update.php Restructure Cache to follow new paradigm 2021-10-26 22:11:06 +02:00
UserImport.php Replaced deprecated "log" function call 2021-11-03 23:19:24 +00:00
Worker.php Improve repository usage 2021-11-05 20:52:34 +01:00

README.md

Friendica\Core

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