aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/legacy/OC_App.php
Commit message (Expand)AuthorAgeFilesLines
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-1/+1
* refactor(OC_App): Remove ILogger usageFerdinand Thiessen2024-09-191-13/+15
* fix: Remove legacy settings formschore/remove-legacy-settings-forsFerdinand Thiessen2024-09-171-28/+4
* fix: Replace OC_App::getAllApps with a method in AppManagerCôme Chilliet2024-09-131-24/+4
* chore: Migrate cleanAppId and getAppPath calls to IAppManager from OC_AppCôme Chilliet2024-09-131-2/+1
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-2/+2
* docs: correct return type for findAppInDirectoriesDaniel Kesselberg2024-07-111-2/+4
* perf: Avoid reusing previous migration stepsJulius Härtl2024-06-181-3/+5
* chore: Add SPDX headerAndy Scherzinger2024-05-241-48/+3
* fix: Migrate away from OC_App toward the IAppManagerCôme Chilliet2024-04-221-1/+1
* chore: Deprecate OC_App::loadApps and add missing return type in ServerCôme Chilliet2024-02-081-0/+2
* chore: use DI for \OC\RepairCôme Chilliet2024-01-301-1/+1
* chore: Cleanup Installer class as wellCôme Chilliet2024-01-291-3/+1
* lazy AppConfigMaxence Lange2024-01-151-2/+4
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-7/+7
* refactor: Repalce array_search with in_array in lib/Christoph Wurst2023-11-221-1/+1
* Convert isset ternary to null coalescing operatorHamid Dehnavi2023-09-281-1/+1
* Remove deprecated methods Util::writeLog and DIContainer::logCôme Chilliet2023-09-251-7/+6
* fix!: Move getEventDispatcher usage to IEventDispatcherJoas Schilling2023-07-281-1/+1
* 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
|\