aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/App/AppManager.php
Commit message (Expand)AuthorAgeFilesLines
* fix(AppManager): Allow to query dark **or** bright iconFerdinand Thiessen2024-03-081-2/+2
* feat(AppManager): Provide `getAppIcon` functionFerdinand Thiessen2024-03-071-0/+16
* Refactor lib/private/AppHamid Dehnavi2024-02-231-22/+9
* fix(apps): Fix type information of app managerJoas Schilling2024-01-231-6/+3
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-7/+7
* fix(AppManager): Ensure that app manager can handle empty app keys on the nav...Ferdinand Thiessen2023-11-141-4/+6
* fix: Allow to set custom app order on navigation entries added by closures to...Ferdinand Thiessen2023-11-141-2/+3
* feat(NavigationManager): Always sort the default app firstFerdinand Thiessen2023-10-191-4/+4
* feat(IAppManager): Allow to set the (user) default apps and get all global de...Ferdinand Thiessen2023-10-191-0/+16
* Fix behavior when defaultapp is emptyCôme Chilliet2023-09-281-0/+1
* Default to first application if no default app is setCôme Chilliet2023-09-261-1/+14
* fix: Move AppManager events to IEventDispatcherJoas Schilling2023-07-271-7/+3
* chore(app): Do not clear unused cache keyChristoph Wurst2023-05-301-2/+0
* Add label for logo linkChristopher Ng2023-03-291-0/+24
* Small cleanups for AppManagerCôme Chilliet2023-03-201-2/+2
* Move loadApps to the AppManagerCôme Chilliet2023-03-201-0/+49
* Move isType to AppManagerCôme Chilliet2023-03-201-1/+38
* Avoid calling Server::get more times than necessary in loadAppCôme Chilliet2023-03-201-29/+45
* Strong type private properties and methods in AppManagerCôme Chilliet2023-03-201-43/+17
* Switch away from Server::get for AppManager and logger in loadAppCôme Chilliet2023-03-201-8/+8
* Move loadApp function to the AppManagerCôme Chilliet2023-03-201-0/+139
* Introduced app enable/disable/update typed eventsThomas Citharel2023-03-131-9/+20
* composer run cs:fixCôme Chilliet2023-01-201-1/+0
* set defaultEnabled in shipped.jsonMaxence Lange2022-09-151-2/+20
* Fix updating with appsJoas Schilling2021-11-111-1/+1
* Keep group restrictions when reenabling apps after an updateJoas Schilling2021-10-131-1/+5
* Merge pull request #27098 from nextcloud/fix/noid/missing-key-in-addInfoJohn Molakvoæ2021-06-161-1/+1
|\
| * force 'name' key in arrayMaxence Lange2021-05-251-1/+1
* | Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
|/
* Less ILoggerJoas Schilling2021-04-271-13/+5
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-6/+5
* Use elseif instead of else ifChristoph Wurst2020-04-101-1/+1
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-1/+1
* Allow to force enable apps via CLIJoas Schilling2019-12-131-2/+27
* Update license headersChristoph Wurst2019-12-051-3/+7
* Improve usage of IAppManager::getAppWebPath()Daniel Rudolf2019-09-051-1/+1
* Add IAppManager::getAppWebPath()Daniel Rudolf2019-08-251-0/+16
* Make the auto-disabled list more broadJoas Schilling2019-08-151-1/+17
* Reduce indirection in AppManagerMorris Jobke2019-07-181-1/+1
* Properly inject the loggerMorris Jobke2019-07-161-3/+9
* Remove deleted groups from app restrictions fixes #15823Greta Doci2019-06-271-1/+64
* Check app path for enableAppForGroupsDaniel Kesselberg2019-01-261-6/+7
* Keep AppConfig for nowJulius Härtl2018-06-061-0/+1
* Remove unused importJulius Härtl2018-06-061-1/+0
* Implement update functionalityJulius Härtl2018-06-061-0/+1
* Do not fail hard if no appinfo is returned during updateJulius Härtl2018-03-281-2/+4
* Use isInstalled of AppManger instead of reimplement itMorris Jobke2018-03-211-1/+3
* Remove unused and outdated hookMorris Jobke2018-03-061-3/+0