aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/App
Commit message (Expand)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-246-124/+16
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-1/+1
* fix(AppManager): Allow to query dark **or** bright iconFerdinand Thiessen2024-03-081-1/+2
* feat(AppManager): Provide `getAppIcon` functionFerdinand Thiessen2024-03-071-0/+9
* fix(OCP): Add since tag for all constantsJoas Schilling2024-02-141-0/+3
* fix(apps): Fix type information of app managerJoas Schilling2024-01-231-3/+3
* fix(AppManager): Ensure that app manager can handle empty app keys on the nav...Ferdinand Thiessen2023-11-141-0/+2
* feat(NavigationManager): Always sort the default app firstFerdinand Thiessen2023-10-191-1/+5
* feat(IAppManager): Allow to set the (user) default apps and get all global de...Ferdinand Thiessen2023-10-191-0/+17
* Merge pull request #37425 from nextcloud/fix/fix-since-version-number-for-app...Julius Härtl2023-03-301-4/+4
|\
| * Fix version number in phpdoc for app loading refactorCôme Chilliet2023-03-271-4/+4
* | Add label for logo linkChristopher Ng2023-03-291-0/+9
|/
* Small cleanups for AppManagerCôme Chilliet2023-03-201-0/+1
* Move loadApps to the AppManagerCôme Chilliet2023-03-201-0/+14
* Move isType to AppManagerCôme Chilliet2023-03-201-0/+6
* Move loadApp function to the AppManagerCôme Chilliet2023-03-201-0/+14
* Introduced app enable/disable/update typed eventsThomas Citharel2023-03-133-0/+164
* composer run cs:fixCôme Chilliet2023-01-201-1/+0
* fix phpdocMaxence Lange2022-09-151-2/+2
* set defaultEnabled in shipped.jsonMaxence Lange2022-09-151-0/+17
* Remove OCP\App and OCP\BackgroundJobCarl Schwan2022-08-011-0/+3
* Keep group restrictions when reenabling apps after an updateJoas Schilling2021-10-131-6/+0
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-043-4/+1
* Deprecate all remaining event constantsChristoph Wurst2021-02-091-0/+12
* Remove @package annotations from public namespaceJulius Härtl2020-08-263-3/+0
* Update license headers for 19Christoph Wurst2020-04-292-1/+2
* Add visibility to all constantsChristoph Wurst2020-04-101-4/+4
* Format control structures, classes, methods and functionChristoph Wurst2020-04-102-2/+2
* Allow to force enable apps via CLIJoas Schilling2019-12-131-2/+4
* Update license headersChristoph Wurst2019-12-053-4/+8
* Some php-cs fixesRoeland Jago Douma2019-11-222-2/+2
* use OCP\EventDispatcher\Event over Symfony's deprecated EventArthur Schiwon2019-10-171-1/+1
* Improve usage of IAppManager::getAppWebPath()Daniel Rudolf2019-09-051-2/+2
* Add IAppManager::getAppWebPath()Daniel Rudolf2019-08-251-0/+11
* Make the auto-disabled list more broadJoas Schilling2019-08-151-1/+8
* Remove deleted groups from app restrictions fixes #15823Greta Doci2019-06-271-0/+15
* Move to AppFramework ControllerJulius Härtl2018-06-061-0/+1
* Use isInstalled of AppManger instead of reimplement itMorris Jobke2018-03-211-1/+3
* Fix app version to be always string and neither array nor nullMorris Jobke2018-02-171-2/+2
* Move getAppInfo and getAppVersion to IAppManagerJulius Härtl2018-01-311-0/+20
* Update license headersMorris Jobke2017-11-063-8/+12
* Replace wrong PHPDocsLukas Reschke2017-08-011-2/+2
* Don't use a generic exceptionJoas Schilling2017-03-201-0/+1
* Remove group restrictions when those are not allowed anymoreJoas Schilling2017-01-041-0/+9
* Expose getAppPath to public APIJulius Haertl2016-11-172-0/+41
* check registered sections and settings after an app got updated to garbage co...Arthur Schiwon2016-08-161-0/+5
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix othersJoas Schilling2016-07-212-2/+4
* Update license headersLukas Reschke2016-05-262-2/+2
* Move \OCP\App to PSR-4Roeland Jago Douma2016-05-062-0/+201