aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/legacy/OC_App.php
Commit message (Expand)AuthorAgeFilesLines
* chore: Replace \OC::$server->query with \OCP\Server::get in /libChristoph Wurst2023-07-061-6/+6
* Merge pull request #38261 from fsamapoor/replace_strpos_calls_in_lib_privateRobin Appelman2023-06-011-1/+1
|\
| * Refactors "strpos" calls in lib/private to improve code readability.Faraz Samapoor2023-05-151-1/+1
* | chore: Drop \OC_App::getSettingsNavigationChristoph Wurst2023-06-011-13/+0
* | chore: Drop \OC_App::getNavigationChristoph Wurst2023-06-011-15/+0
* | chore: Drop \OC_App::getAppInfoChristoph Wurst2023-06-011-17/+2
* | chore: Drop \OC_App::getAppVersionChristoph Wurst2023-06-011-15/+3
* | chore!: Drop \OC_App::isEnabledChristoph Wurst2023-05-311-13/+0
|/
* Add missing taint analysis docblock comments, and improve escaping in some me...Carl Schwan2023-04-241-1/+3
* Fix version number in phpdoc for app loading refactorCôme Chilliet2023-03-271-3/+3
* Small cleanups for AppManagerCôme Chilliet2023-03-201-1/+3
* Move loadApps to the AppManagerCôme Chilliet2023-03-201-32/+3
* Move isType to AppManagerCôme Chilliet2023-03-201-27/+2
* Move loadApp function to the AppManagerCôme Chilliet2023-03-201-129/+5
* perf(autoloader): Drop legacy class autoloaderChristoph Wurst2023-03-161-2/+0
* Introduced app enable/disable/update typed eventsThomas Citharel2023-03-131-1/+5
* instrumentation for app bootingRobin Appelman2023-02-091-2/+9
* Make sure application are only loaded onceCôme Chilliet2023-02-071-1/+4
* refresh cached app folder on install/upgradeMaxence Lange2023-02-011-5/+9
* composer run cs:fixCôme Chilliet2023-01-201-1/+0
* Fix alternative logins custom css classzorn-v2022-10-201-1/+1
* Migrate Repair events to OCP\EventDispatcher\EventCôme Chilliet2022-08-251-8/+9
* Moving to string key for arguments of GenericEvent in RepairCôme Chilliet2022-08-251-1/+1
* Remove OCP\App and OCP\BackgroundJobCarl Schwan2022-08-011-19/+0
* fix loading legacy app.php with multi app dirArthur Schiwon2022-07-181-1/+1
* Log exceptionJoas Schilling2022-04-071-0/+1
* Fix \OC_App::getCurrentApp() when being called from CLI or phpunitJoas Schilling2022-04-071-1/+10
* Add event logging to app loadingJulius Härtl2022-02-281-2/+3
* Revert "Fix "never catch" catches in OC_App"Joas Schilling2021-10-251-1/+0
* Fix "never catch" catches in OC_Appzorn-v2021-10-221-0/+1
* Merge pull request #29004 from nextcloud/bugfix/noid/fix-translated-app-detailsJoas Schilling2021-10-131-2/+3
|\
| * Fix translated app detailsJoas Schilling2021-09-301-2/+3
* | add 'supported'-label to all supported apps, also if they are not downloaded yetBjoern Schiessle2021-10-061-3/+13
* | Add admin privilege delegation for admin settingsCarl Schwan2021-09-291-4/+5
|/
* Allow removing apps with app store disabledGary Kim2021-05-241-4/+0
* Don't break OCC if an app is breaking in it's Application classJoas Schilling2021-05-051-1/+8
* Bye bye database.xmlJoas Schilling2021-03-241-6/+7
* log full expection during repair stepRobin Appelman2021-03-181-1/+2
* Fix remaining #25359Roeland Jago Douma2021-02-101-5/+5
* Type the service registrationChristoph Wurst2021-02-101-3/+3
* Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst2021-01-081-1/+1
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+1
* Do not update incompatible appsChristoph Wurst2020-12-041-0/+9
* Remove the deprecated update.phpChristoph Wurst2020-11-271-5/+0
* Merge pull request #24269 from nextcloud/taint-specializeRoeland Jago Douma2020-11-221-0/+2
|\
| * Mark getAppPath as specialized taintLukas Reschke2020-11-211-0/+2
* | Mark cleanAppId as sanitizer for includeLukas Reschke2020-11-211-0/+1
|/
* Add Psalm Taint Flow AnalysisLukas Reschke2020-11-201-0/+2
* Reduce the getAppPath and autoloader callsRoeland Jago Douma2020-11-071-3/+6
* Skip already loaded apps in loadAppsRoeland Jago Douma2020-11-061-3/+3