aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/App
Commit message (Expand)AuthorAgeFilesLines
* fix(appinfo): Make sure screenshot, author and category are always arraysbackport/48912/stable30Joas Schilling2024-11-011-0/+11
* fix(appstoreFetcher): get app list from custom app storebackport/48114/stable30Grigorii K. Shartsev2024-09-172-8/+1
* fix(appstoreFetcher): remove unneeded warningGrigorii K. Shartsev2024-09-171-1/+0
* Merge pull request #47937 from nextcloud/backport/47854/stable30John Molakvoæ2024-09-151-1/+2
|\
| * fix: check if key is setbackport/47854/stable30Git'Fellow2024-09-151-1/+1
| * fix(appstore): Ensure returned apps from AppStore are validGit'Fellow2024-09-151-1/+2
* | Merge pull request #47872 from nextcloud/backport/47834/stable30John Molakvoæ2024-09-151-2/+9
|\ \ | |/ |/|
| * fix(appstore): disabled appstore log level bump from debug to infobackport/47834/stable30John Molakvoæ2024-09-101-1/+1
| * fix(appstore): return if appstore is manually disabledGit'Fellow2024-09-101-2/+9
* | fix: Add whiteboard to education and public sector bundleJulius Knorr2024-09-122-0/+2
|/
* fix(appstore): Cache apps.json also on dev instancesMarcel Müller2024-09-051-8/+9
* fix: Do not throw if appstore is unavailable during upgradeJulius Härtl2024-09-041-1/+2
* fix: unify bundle namingJérôme Herbinet2024-08-061-1/+1
* Merge pull request #46510 from nextcloud/feat/info-xml-backendsRichard Steinmetz2024-07-172-1/+21
|\
| * feat: hide caldav server settings if no app uses the caldav backendRichard Steinmetz2024-07-162-1/+21
* | chore: add warning in case of failureGit'Fellow2024-07-161-0/+1
* | fix(appstore): Return an empty array in case of failGit'Fellow2024-07-161-0/+3
|/
* fix(profiler): Remove bogus profiler event startCôme Chilliet2024-06-271-4/+2
* fix(AppManager): Name correct method in error + show error stringJosh2024-06-091-2/+6
* chore: Add SPDX headerAndy Scherzinger2024-05-2420-444/+45
* fix: Drop workarounds for unsupported obsolete PHP versionsCôme Chilliet2024-04-221-8/+1
* fix: Lazy load IURLGenerator from AppManager to avoid installation crashCôme Chilliet2024-04-221-2/+17
* fix: Make sure that AppManager can be built before Nextcloud is installedCôme Chilliet2024-04-221-8/+20
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-022-4/+4
* fix(AppStore\Fetcher): Ensure `get` returns an arrayFerdinand Thiessen2024-03-221-1/+1
* fix(AppDiscoverFetcher): Do not remove entries as expired that have no expiry...Ferdinand Thiessen2024-03-191-18/+18
* feat(settings): Cache app discover images to ensure privacy of usersFerdinand Thiessen2024-03-141-0/+16
* feat: Allow to fetch app discover json and provide frontend API routeFerdinand Thiessen2024-03-142-1/+101
* feat: Adding PublicSectorBundlesorbaugh2024-03-122-0/+52
* fix(AppManager): Allow to query dark **or** bright iconFerdinand Thiessen2024-03-081-2/+2
* feat(AppManager): Provide `getAppIcon` functionFerdinand Thiessen2024-03-071-0/+16
* fix: Fetch custom app store url without internet connectionJulius Härtl2024-03-041-2/+4
* Fix psalm errorsHamid Dehnavi2024-02-231-1/+1
* Make adjustments based on the psalm reviewHamid Dehnavi2024-02-231-6/+2
* Fix code styleHamid Dehnavi2024-02-236-8/+1
* Refactor lib/private/AppHamid Dehnavi2024-02-2310-77/+43
* fix(apps): Fix type information of app managerJoas Schilling2024-01-231-6/+3
* fix(appstore): Only send subscription keys to valid appstoresJoas Schilling2024-01-151-4/+7
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-235-24/+24
* 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