| Commit message (Expand) | Author | Age | Files | Lines |
* | chore(legacy): Introduce public version ct plass and drop version methods fro...clean/version-ocp | Julius Knorr | 2024-09-20 | 1 | -1/+3 |
* | chore(deps): Update nextcloud/coding-standard to v1.3.1 | provokateurin | 2024-09-19 | 2 | -2/+3 |
* | fix(appstoreFetcher): get app list from custom app storefix/AppStore--remove-unneeded-warning | Grigorii K. Shartsev | 2024-09-17 | 2 | -8/+1 |
* | fix(appstoreFetcher): remove unneeded warning | Grigorii K. Shartsev | 2024-09-17 | 1 | -1/+0 |
* | Merge pull request #47927 from nextcloud/fix/migrate-away-from-oc_app | Côme Chilliet | 2024-09-13 | 1 | -3/+37 |
|\ |
|
| * | fix: Replace OC_App::getAllApps with a method in AppManager | Côme Chilliet | 2024-09-13 | 1 | -0/+31 |
| * | chore: Migrate cleanAppId and getAppPath calls to IAppManager from OC_App | Côme Chilliet | 2024-09-13 | 1 | -3/+6 |
* | | Merge pull request #47854 from nextcloud/validAppsFromAppStore | Git'Fellow | 2024-09-13 | 1 | -1/+2 |
|\ \
| |/
|/| |
|
| * | fix: check if key is set | Git'Fellow | 2024-09-13 | 1 | -1/+1 |
| * | fix(appstore): Ensure returned apps from AppStore are valid | Git'Fellow | 2024-09-11 | 1 | -1/+2 |
* | | fix: Add whiteboard to education and public sector bundle | Julius Knorr | 2024-09-12 | 2 | -0/+2 |
* | | Merge pull request #47834 from nextcloud/retAppsManDis | John Molakvoæ | 2024-09-10 | 1 | -2/+9 |
|\ \
| |/
|/| |
|
| * | fix(appstore): disabled appstore log level bump from debug to info | John Molakvoæ | 2024-09-10 | 1 | -1/+1 |
| * | fix(appstore): return if appstore is manually disabled | Git'Fellow | 2024-09-09 | 1 | -2/+9 |
* | | refactor(AppManager): Deprecated default apps handling | provokateurin | 2024-09-09 | 1 | -46/+36 |
|/ |
|
* | fix(appstore): Cache apps.json also on dev instances | Marcel Müller | 2024-09-04 | 1 | -8/+9 |
* | fix: Do not throw if appstore is unavailable during upgrade | Julius Härtl | 2024-09-04 | 1 | -1/+2 |
* | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 2 | -2/+2 |
* | fix: unify bundle naming | Jérôme Herbinet | 2024-08-06 | 1 | -1/+1 |
* | Merge pull request #46510 from nextcloud/feat/info-xml-backends | Richard Steinmetz | 2024-07-17 | 2 | -1/+21 |
|\ |
|
| * | feat: hide caldav server settings if no app uses the caldav backend | Richard Steinmetz | 2024-07-16 | 2 | -1/+21 |
* | | chore: add warning in case of failure | Git'Fellow | 2024-07-16 | 1 | -0/+1 |
* | | fix(appstore): Return an empty array in case of fail | Git'Fellow | 2024-07-16 | 1 | -0/+3 |
|/ |
|
* | fix(profiler): Remove bogus profiler event start | Côme Chilliet | 2024-06-27 | 1 | -4/+2 |
* | fix(AppManager): Name correct method in error + show error string | Josh | 2024-06-09 | 1 | -2/+6 |
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-24 | 20 | -444/+45 |
* | fix: Drop workarounds for unsupported obsolete PHP versions | Côme Chilliet | 2024-04-22 | 1 | -8/+1 |
* | fix: Lazy load IURLGenerator from AppManager to avoid installation crash | Côme Chilliet | 2024-04-22 | 1 | -2/+17 |
* | fix: Make sure that AppManager can be built before Nextcloud is installed | Côme Chilliet | 2024-04-22 | 1 | -8/+20 |
* | fix: Apply new coding standard to all files | Côme Chilliet | 2024-04-02 | 2 | -4/+4 |
* | fix(AppStore\Fetcher): Ensure `get` returns an array | Ferdinand Thiessen | 2024-03-22 | 1 | -1/+1 |
* | fix(AppDiscoverFetcher): Do not remove entries as expired that have no expiry... | Ferdinand Thiessen | 2024-03-19 | 1 | -18/+18 |
* | feat(settings): Cache app discover images to ensure privacy of users | Ferdinand Thiessen | 2024-03-14 | 1 | -0/+16 |
* | feat: Allow to fetch app discover json and provide frontend API route | Ferdinand Thiessen | 2024-03-14 | 2 | -1/+101 |
* | feat: Adding PublicSectorBundle | sorbaugh | 2024-03-12 | 2 | -0/+52 |
* | fix(AppManager): Allow to query dark **or** bright icon | Ferdinand Thiessen | 2024-03-08 | 1 | -2/+2 |
* | feat(AppManager): Provide `getAppIcon` function | Ferdinand Thiessen | 2024-03-07 | 1 | -0/+16 |
* | fix: Fetch custom app store url without internet connection | Julius Härtl | 2024-03-04 | 1 | -2/+4 |
* | Fix psalm errors | Hamid Dehnavi | 2024-02-23 | 1 | -1/+1 |
* | Make adjustments based on the psalm review | Hamid Dehnavi | 2024-02-23 | 1 | -6/+2 |
* | Fix code style | Hamid Dehnavi | 2024-02-23 | 6 | -8/+1 |
* | Refactor lib/private/App | Hamid Dehnavi | 2024-02-23 | 10 | -77/+43 |
* | fix(apps): Fix type information of app manager | Joas Schilling | 2024-01-23 | 1 | -6/+3 |
* | fix(appstore): Only send subscription keys to valid appstores | Joas Schilling | 2024-01-15 | 1 | -4/+7 |
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 5 | -24/+24 |
* | fix(AppManager): Ensure that app manager can handle empty app keys on the nav... | Ferdinand Thiessen | 2023-11-14 | 1 | -4/+6 |
* | fix: Allow to set custom app order on navigation entries added by closures to... | Ferdinand Thiessen | 2023-11-14 | 1 | -2/+3 |
* | feat(NavigationManager): Always sort the default app first | Ferdinand Thiessen | 2023-10-19 | 1 | -4/+4 |
* | feat(IAppManager): Allow to set the (user) default apps and get all global de... | Ferdinand Thiessen | 2023-10-19 | 1 | -0/+16 |
* | Convert isset ternary to null coalescing operator | Hamid Dehnavi | 2023-09-28 | 1 | -2/+2 |