| Commit message (Expand) | Author | Age | Files | Lines |
* | docs: update docs for ocp events | Daniel Kesselberg | 2024-07-23 | 3 | -0/+6 |
* | feat: hide caldav server settings if no app uses the caldav backend | Richard Steinmetz | 2024-07-16 | 1 | -0/+15 |
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-24 | 6 | -124/+16 |
* | fix: Apply new coding standard to all files | Côme Chilliet | 2024-04-02 | 1 | -1/+1 |
* | fix(AppManager): Allow to query dark **or** bright icon | Ferdinand Thiessen | 2024-03-08 | 1 | -1/+2 |
* | feat(AppManager): Provide `getAppIcon` function | Ferdinand Thiessen | 2024-03-07 | 1 | -0/+9 |
* | fix(OCP): Add since tag for all constants | Joas Schilling | 2024-02-14 | 1 | -0/+3 |
* | fix(apps): Fix type information of app manager | Joas Schilling | 2024-01-23 | 1 | -3/+3 |
* | fix(AppManager): Ensure that app manager can handle empty app keys on the nav... | Ferdinand Thiessen | 2023-11-14 | 1 | -0/+2 |
* | feat(NavigationManager): Always sort the default app first | Ferdinand Thiessen | 2023-10-19 | 1 | -1/+5 |
* | feat(IAppManager): Allow to set the (user) default apps and get all global de... | Ferdinand Thiessen | 2023-10-19 | 1 | -0/+17 |
* | Merge pull request #37425 from nextcloud/fix/fix-since-version-number-for-app... | Julius Härtl | 2023-03-30 | 1 | -4/+4 |
|\ |
|
| * | Fix version number in phpdoc for app loading refactor | Côme Chilliet | 2023-03-27 | 1 | -4/+4 |
* | | Add label for logo link | Christopher Ng | 2023-03-29 | 1 | -0/+9 |
|/ |
|
* | Small cleanups for AppManager | Côme Chilliet | 2023-03-20 | 1 | -0/+1 |
* | Move loadApps to the AppManager | Côme Chilliet | 2023-03-20 | 1 | -0/+14 |
* | Move isType to AppManager | Côme Chilliet | 2023-03-20 | 1 | -0/+6 |
* | Move loadApp function to the AppManager | Côme Chilliet | 2023-03-20 | 1 | -0/+14 |
* | Introduced app enable/disable/update typed events | Thomas Citharel | 2023-03-13 | 3 | -0/+164 |
* | composer run cs:fix | Côme Chilliet | 2023-01-20 | 1 | -1/+0 |
* | fix phpdoc | Maxence Lange | 2022-09-15 | 1 | -2/+2 |
* | set defaultEnabled in shipped.json | Maxence Lange | 2022-09-15 | 1 | -0/+17 |
* | Remove OCP\App and OCP\BackgroundJob | Carl Schwan | 2022-08-01 | 1 | -0/+3 |
* | Keep group restrictions when reenabling apps after an update | Joas Schilling | 2021-10-13 | 1 | -6/+0 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 3 | -4/+1 |
* | Deprecate all remaining event constants | Christoph Wurst | 2021-02-09 | 1 | -0/+12 |
* | Remove @package annotations from public namespace | Julius Härtl | 2020-08-26 | 3 | -3/+0 |
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 2 | -1/+2 |
* | Add visibility to all constants | Christoph Wurst | 2020-04-10 | 1 | -4/+4 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 2 | -2/+2 |
* | Allow to force enable apps via CLI | Joas Schilling | 2019-12-13 | 1 | -2/+4 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 3 | -4/+8 |
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 2 | -2/+2 |
* | use OCP\EventDispatcher\Event over Symfony's deprecated Event | Arthur Schiwon | 2019-10-17 | 1 | -1/+1 |
* | Improve usage of IAppManager::getAppWebPath() | Daniel Rudolf | 2019-09-05 | 1 | -2/+2 |
* | Add IAppManager::getAppWebPath() | Daniel Rudolf | 2019-08-25 | 1 | -0/+11 |
* | Make the auto-disabled list more broad | Joas Schilling | 2019-08-15 | 1 | -1/+8 |
* | Remove deleted groups from app restrictions fixes #15823 | Greta Doci | 2019-06-27 | 1 | -0/+15 |
* | Move to AppFramework Controller | Julius Härtl | 2018-06-06 | 1 | -0/+1 |
* | Use isInstalled of AppManger instead of reimplement it | Morris Jobke | 2018-03-21 | 1 | -1/+3 |
* | Fix app version to be always string and neither array nor null | Morris Jobke | 2018-02-17 | 1 | -2/+2 |
* | Move getAppInfo and getAppVersion to IAppManager | Julius Härtl | 2018-01-31 | 1 | -0/+20 |
* | Update license headers | Morris Jobke | 2017-11-06 | 3 | -8/+12 |
* | Replace wrong PHPDocs | Lukas Reschke | 2017-08-01 | 1 | -2/+2 |
* | Don't use a generic exception | Joas Schilling | 2017-03-20 | 1 | -0/+1 |
* | Remove group restrictions when those are not allowed anymore | Joas Schilling | 2017-01-04 | 1 | -0/+9 |
* | Expose getAppPath to public API | Julius Haertl | 2016-11-17 | 2 | -0/+41 |
* | check registered sections and settings after an app got updated to garbage co... | Arthur Schiwon | 2016-08-16 | 1 | -0/+5 |
* | Update with robin | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
* | Fix others | Joas Schilling | 2016-07-21 | 2 | -2/+4 |