summaryrefslogtreecommitdiffstats
path: root/apps/settings
Commit message (Collapse)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2024-11-0710-0/+14
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-11-0634-34/+10
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-11-0540-78/+34
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #49044 from nextcloud/backport/48912/stable30Benjamin Gaussorgues2024-11-041-2/+8
|\
| * fix(appsmanagement): Fix exception on generating preview url for screenshotsClaudio Cambra2024-11-011-2/+8
| | | | | | | | | | | | | | | | | | Some installed apps meant for older server versions might unexpectedly offer up screenshot values in a non-string format (e.g. health). Avoid an exception by checking first if the first app screenshot is indeed a string and otherwise we take the value of the parameter Signed-off-by: Claudio Cambra <developer@claudiocambra.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-11-0410-112/+1974
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-11-034-6/+14
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-11-022-0/+8
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-11-0112-4/+64
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-10-3112-6/+74
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix: add missing import after backportAndrey Borysenko2024-10-301-0/+1
| | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
* fix(ci): eslint fix, minor correction after rebaseAndrey Borysenko2024-10-301-8/+3
| | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
* fix: loading state reactivityAndrey Borysenko2024-10-301-24/+28
| | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
* fix(ci): fix eslint errorsAndrey Borysenko2024-10-303-12/+9
| | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
* fix(ci): psalm, suppress undefined for viewAppsAndrey Borysenko2024-10-301-0/+2
| | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
* fix: address review commentsAndrey Borysenko2024-10-307-30/+29
| | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
* WIP: remove app_api_apps vuex storeAndrey Borysenko2024-10-301-399/+0
| | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
* WIP: migrate to Pinia, minor fixesAndrey Borysenko2024-10-3010-66/+396
| | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
* WIP: address review comments, small fixesAndrey Borysenko2024-10-309-81/+74
| | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
* fix(ci): suppress UndefinedClass for AppAPI related classes since it's bundledAndrey Borysenko2024-10-301-0/+3
| | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
* fix(ci): resolve eslint errorsAndrey Borysenko2024-10-3012-43/+53
| | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
* WIP: minor fixesAndrey Borysenko2024-10-301-1/+6
| | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
* WIP: add missing state checksAndrey Borysenko2024-10-301-1/+1
| | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
* WIP: use global mutation, since app_api_apps is namespacedAndrey Borysenko2024-10-301-16/+8
| | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
* WIP: add Daemon badge in app sidebar (2)Andrey Borysenko2024-10-302-0/+39
| | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
* feat(settings): migrate AppAPI ExApps management (1)Andrey Borysenko2024-10-3011-40/+692
| | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
* feat(app_api): add initial state data for AppAPI UI partAndrey Borysenko2024-10-301-0/+33
| | | | | | | | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com> # Conflicts: # apps/settings/lib/Controller/AppSettingsController.php # Conflicts: # apps/settings/lib/Controller/AppSettingsController.php
* fix(users): use correct active user countBenjamin Gaussorgues2024-10-301-1/+1
| | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* Merge pull request #48652 from nextcloud/backport/48638/stable30Benjamin Gaussorgues2024-10-304-7/+13
|\
| * chore: compile assetsbackport/48638/stable30Christopher Ng2024-10-102-2/+2
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * fix: Fix "Reasons to use Nextcloud" designChristopher Ng2024-10-102-5/+11
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Merge pull request #48624 from nextcloud/backport/48619/stable30Benjamin Gaussorgues2024-10-301-2/+18
|\ \
| * | fix: Fix empty sections appearing in search resultsbackport/48619/stable30Christopher Ng2024-10-091-2/+18
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-30144-614/+1244
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #48571 from nextcloud/backport/48532/stable30Kate2024-10-291-6/+0
|\ \ \
| * | | fix: do not reduce count for subadmins if they are members of groupbackport/48532/stable30Maksim Sukharev2024-10-041-6/+0
| | | | | | | | | | | | | | | | Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
* | | | fix(app-store): Update update count in navigationFerdinand Thiessen2024-10-284-6/+26
| | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-284-4/+6
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-2712-56/+78
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-2616-0/+26
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-25142-142/+142
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | fix(app-store): Correctly render Markdown in app descriptionFerdinand Thiessen2024-10-242-48/+73
| | | | | | | | | | | | | | | | | | | | | | | | This seems to be broken by an update because the renderer now passes an object instead of multiple arguments to the render functions. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-248-80/+82
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #48866 from nextcloud/backport/48853/stable30Ferdinand Thiessen2024-10-231-0/+4
|\ \ \ \ | | | | | | | | | | [stable30] fix(app-store): Ensure the `groups` property is always an array
| * | | | fix(app-store): Ensure the `groups` property is always an arraybackport/48853/stable30Ferdinand Thiessen2024-10-231-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the value was a string, like a single group, then `json_decode` will also yield only a string. So in this case we ensure the property is always an array with that value. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | fix(app-store): Also proxy images of locally installed appsbackport/48854/stable30Ferdinand Thiessen2024-10-231-1/+15
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | Before this only app store apps got their screenshots proxied, but this will cause locally installed apps to not be correctly shown on the app-store. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-224-4/+50
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-2216-18/+56
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-2110-28/+234
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-2016-28/+118
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>