summaryrefslogtreecommitdiffstats
path: root/lib/private/legacy/OC_App.php
Commit message (Expand)AuthorAgeFilesLines
* Skip already loaded apps in loadAppsRoeland Jago Douma2020-11-061-3/+3
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-1/+1
* Allow to register AlternativeLogin on RegistrationContextJoas Schilling2020-07-161-2/+48
* Do not load app.php if Application implements IBootstrapMorris Jobke2020-07-141-4/+11
* Log usages of the deprecated app.php fileChristoph Wurst2020-06-301-0/+3
* Load the app.php before running apps' boot methodChristoph Wurst2020-06-171-3/+4
* Add dedicated API for apps' bootstrapping processChristoph Wurst2020-06-171-0/+3
* Document \OC_App::getAllApps return typeChristoph Wurst2020-05-281-1/+1
* Add a message to the log entry of an app being disabledChristoph Wurst2020-05-191-2/+8
* Add visibility to all constantsChristoph Wurst2020-04-101-2/+2
* Add visibility to all properties and move static keywordChristoph Wurst2020-04-101-6/+6
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-19/+13
* Use elseif instead of else ifChristoph Wurst2020-04-101-8/+8
* Move legacy classes from PSR0 to PSR4Christoph Wurst2020-04-071-0/+1120