summaryrefslogtreecommitdiffstats
path: root/lib/private/App
Commit message (Expand)AuthorAgeFilesLines
* 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
* Convert isset ternary to null coalescing operatorHamid Dehnavi2023-09-281-2/+2
* 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
* fix(apps): Fix loading info.xml fileJoas Schilling2023-07-201-3/+3
* Merge pull request #38524 from nextcloud/chore/app/clear-unused-cache-keyArthur Schiwon2023-06-051-2/+0
|\
| * chore(app): Do not clear unused cache keyChristoph Wurst2023-05-301-2/+0
* | Refactors "strpos" calls in lib/private to improve code readability.Faraz Samapoor2023-05-153-3/+3
|/
* Use typed version of IConfig::getSystemValue as much as possibleCôme Chilliet2023-04-052-8/+8
* 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
* fix(appinfo): navigation type is optionalJoas Schilling2023-02-031-1/+2
* Allow settings navigation items with no route entryChristopher Ng2023-02-021-0/+4
* composer run cs:fixCôme Chilliet2023-01-209-18/+9
* Suppress false-positives from psalm, waiting for fix upstreamCôme Chilliet2022-11-071-0/+4
* Avoid a crash when a PHP extension has no versionCôme Chilliet2022-11-031-1/+4
* remove getDefaultInstallationBundleArthur Schiwon2022-09-221-23/+4
* remove Core BundleArthur Schiwon2022-09-222-43/+0
* set defaultEnabled in shipped.jsonMaxence Lange2022-09-151-2/+20
* Move findBinaryFinder and isFunctionEnabled away from OC_HelperCarl Schwan2022-08-231-3/+3
* Fix typos in lib/private subdirectoryluz paz2022-07-271-1/+1
* Merge pull request #30030 from nextcloud/fexistsVincent Petry2022-07-261-2/+2
|\
| * Fix #30003acsfer2022-06-211-2/+2
* | composer run cs:fixCôme Chilliet2022-06-211-1/+0
* | Fix PHP 8.2 warnings about undeclared propertiesCôme Chilliet2022-06-212-41/+17
|/
* Also allow pre-releases and nightlies when installing from gitJoas Schilling2022-03-101-3/+3
* Similar to the fetch() method respect the channel in the get()Joas Schilling2022-03-101-1/+3
* Remove iconv from dependencies and testsMichaIng2021-11-301-4/+0
* Fix updating with appsJoas Schilling2021-11-111-1/+1
* fix appstoreenabled check in Fetcher so it's coherent with AppSettingsControllerJulien Veyssier2021-10-181-2/+2
* Send the subscription key to the appstore requestsJohn Molakvoæ2021-10-143-5/+22
* Merge pull request #29135 from nextcloud/feat/appstore-filteringJoas Schilling2021-10-141-2/+24
|\
| * Fix variableJohn Molakvoæ2021-10-131-5/+5
| * Allow to whitelist apps from the apsptoreJohn Molakvoæ2021-10-131-2/+24
* | Keep group restrictions when reenabling apps after an updateJoas Schilling2021-10-131-1/+5
|/
* Add admin privilege delegation for admin settingsCarl Schwan2021-09-291-1/+1
* Fix typing error in AppFetcher.phpLouis Chemineau2021-06-211-1/+3
* 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