| Commit message (Expand) | Author | Age | Files | Lines |
* | chore(deps): Update nextcloud/coding-standard to v1.3.1 | provokateurin | 2024-09-19 | 1 | -1/+1 |
* | refactor(OC_App): Remove ILogger usage | Ferdinand Thiessen | 2024-09-19 | 1 | -13/+15 |
* | fix: Remove legacy settings formschore/remove-legacy-settings-fors | Ferdinand Thiessen | 2024-09-17 | 1 | -28/+4 |
* | fix: Replace OC_App::getAllApps with a method in AppManager | Côme Chilliet | 2024-09-13 | 1 | -24/+4 |
* | chore: Migrate cleanAppId and getAppPath calls to IAppManager from OC_App | Côme Chilliet | 2024-09-13 | 1 | -2/+1 |
* | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 1 | -2/+2 |
* | docs: correct return type for findAppInDirectories | Daniel Kesselberg | 2024-07-11 | 1 | -2/+4 |
* | perf: Avoid reusing previous migration steps | Julius Härtl | 2024-06-18 | 1 | -3/+5 |
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-24 | 1 | -48/+3 |
* | fix: Migrate away from OC_App toward the IAppManager | Côme Chilliet | 2024-04-22 | 1 | -1/+1 |
* | chore: Deprecate OC_App::loadApps and add missing return type in Server | Côme Chilliet | 2024-02-08 | 1 | -0/+2 |
* | chore: use DI for \OC\Repair | Côme Chilliet | 2024-01-30 | 1 | -1/+1 |
* | chore: Cleanup Installer class as well | Côme Chilliet | 2024-01-29 | 1 | -3/+1 |
* | lazy AppConfig | Maxence Lange | 2024-01-15 | 1 | -2/+4 |
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 1 | -7/+7 |
* | refactor: Repalce array_search with in_array in lib/ | Christoph Wurst | 2023-11-22 | 1 | -1/+1 |
* | Convert isset ternary to null coalescing operator | Hamid Dehnavi | 2023-09-28 | 1 | -1/+1 |
* | Remove deprecated methods Util::writeLog and DIContainer::log | Côme Chilliet | 2023-09-25 | 1 | -7/+6 |
* | fix!: Move getEventDispatcher usage to IEventDispatcher | Joas Schilling | 2023-07-28 | 1 | -1/+1 |
* | chore: Replace \OC::$server->query with \OCP\Server::get in /lib | Christoph Wurst | 2023-07-06 | 1 | -6/+6 |
* | Merge pull request #38261 from fsamapoor/replace_strpos_calls_in_lib_private | Robin Appelman | 2023-06-01 | 1 | -1/+1 |
|\ |
|
| * | Refactors "strpos" calls in lib/private to improve code readability. | Faraz Samapoor | 2023-05-15 | 1 | -1/+1 |
* | | chore: Drop \OC_App::getSettingsNavigation | Christoph Wurst | 2023-06-01 | 1 | -13/+0 |
* | | chore: Drop \OC_App::getNavigation | Christoph Wurst | 2023-06-01 | 1 | -15/+0 |
* | | chore: Drop \OC_App::getAppInfo | Christoph Wurst | 2023-06-01 | 1 | -17/+2 |
* | | chore: Drop \OC_App::getAppVersion | Christoph Wurst | 2023-06-01 | 1 | -15/+3 |
* | | chore!: Drop \OC_App::isEnabled | Christoph Wurst | 2023-05-31 | 1 | -13/+0 |
|/ |
|
* | Add missing taint analysis docblock comments, and improve escaping in some me... | Carl Schwan | 2023-04-24 | 1 | -1/+3 |
* | Fix version number in phpdoc for app loading refactor | Côme Chilliet | 2023-03-27 | 1 | -3/+3 |
* | Small cleanups for AppManager | Côme Chilliet | 2023-03-20 | 1 | -1/+3 |
* | Move loadApps to the AppManager | Côme Chilliet | 2023-03-20 | 1 | -32/+3 |
* | Move isType to AppManager | Côme Chilliet | 2023-03-20 | 1 | -27/+2 |
* | Move loadApp function to the AppManager | Côme Chilliet | 2023-03-20 | 1 | -129/+5 |
* | perf(autoloader): Drop legacy class autoloader | Christoph Wurst | 2023-03-16 | 1 | -2/+0 |
* | Introduced app enable/disable/update typed events | Thomas Citharel | 2023-03-13 | 1 | -1/+5 |
* | instrumentation for app booting | Robin Appelman | 2023-02-09 | 1 | -2/+9 |
* | Make sure application are only loaded once | Côme Chilliet | 2023-02-07 | 1 | -1/+4 |
* | refresh cached app folder on install/upgrade | Maxence Lange | 2023-02-01 | 1 | -5/+9 |
* | composer run cs:fix | Côme Chilliet | 2023-01-20 | 1 | -1/+0 |
* | Fix alternative logins custom css class | zorn-v | 2022-10-20 | 1 | -1/+1 |
* | Migrate Repair events to OCP\EventDispatcher\Event | Côme Chilliet | 2022-08-25 | 1 | -8/+9 |
* | Moving to string key for arguments of GenericEvent in Repair | Côme Chilliet | 2022-08-25 | 1 | -1/+1 |
* | Remove OCP\App and OCP\BackgroundJob | Carl Schwan | 2022-08-01 | 1 | -19/+0 |
* | fix loading legacy app.php with multi app dir | Arthur Schiwon | 2022-07-18 | 1 | -1/+1 |
* | Log exception | Joas Schilling | 2022-04-07 | 1 | -0/+1 |
* | Fix \OC_App::getCurrentApp() when being called from CLI or phpunit | Joas Schilling | 2022-04-07 | 1 | -1/+10 |
* | Add event logging to app loading | Julius Härtl | 2022-02-28 | 1 | -2/+3 |
* | Revert "Fix "never catch" catches in OC_App" | Joas Schilling | 2021-10-25 | 1 | -1/+0 |
* | Fix "never catch" catches in OC_App | zorn-v | 2021-10-22 | 1 | -0/+1 |
* | Merge pull request #29004 from nextcloud/bugfix/noid/fix-translated-app-details | Joas Schilling | 2021-10-13 | 1 | -2/+3 |
|\ |
|