Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-11-07 | 10 | -0/+14 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-11-06 | 34 | -34/+10 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-11-05 | 40 | -78/+34 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #49044 from nextcloud/backport/48912/stable30 | Benjamin Gaussorgues | 2024-11-04 | 1 | -2/+8 |
|\ | |||||
| * | fix(appsmanagement): Fix exception on generating preview url for screenshots | Claudio Cambra | 2024-11-01 | 1 | -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 Transifex | Nextcloud bot | 2024-11-04 | 10 | -112/+1974 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-11-03 | 4 | -6/+14 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-11-02 | 2 | -0/+8 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-11-01 | 12 | -4/+64 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-31 | 12 | -6/+74 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix: add missing import after backport | Andrey Borysenko | 2024-10-30 | 1 | -0/+1 |
| | | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com> | ||||
* | fix(ci): eslint fix, minor correction after rebase | Andrey Borysenko | 2024-10-30 | 1 | -8/+3 |
| | | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com> | ||||
* | fix: loading state reactivity | Andrey Borysenko | 2024-10-30 | 1 | -24/+28 |
| | | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com> | ||||
* | fix(ci): fix eslint errors | Andrey Borysenko | 2024-10-30 | 3 | -12/+9 |
| | | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com> | ||||
* | fix(ci): psalm, suppress undefined for viewApps | Andrey Borysenko | 2024-10-30 | 1 | -0/+2 |
| | | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com> | ||||
* | fix: address review comments | Andrey Borysenko | 2024-10-30 | 7 | -30/+29 |
| | | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com> | ||||
* | WIP: remove app_api_apps vuex store | Andrey Borysenko | 2024-10-30 | 1 | -399/+0 |
| | | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com> | ||||
* | WIP: migrate to Pinia, minor fixes | Andrey Borysenko | 2024-10-30 | 10 | -66/+396 |
| | | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com> | ||||
* | WIP: address review comments, small fixes | Andrey Borysenko | 2024-10-30 | 9 | -81/+74 |
| | | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com> | ||||
* | fix(ci): suppress UndefinedClass for AppAPI related classes since it's bundled | Andrey Borysenko | 2024-10-30 | 1 | -0/+3 |
| | | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com> | ||||
* | fix(ci): resolve eslint errors | Andrey Borysenko | 2024-10-30 | 12 | -43/+53 |
| | | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com> | ||||
* | WIP: minor fixes | Andrey Borysenko | 2024-10-30 | 1 | -1/+6 |
| | | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com> | ||||
* | WIP: add missing state checks | Andrey Borysenko | 2024-10-30 | 1 | -1/+1 |
| | | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com> | ||||
* | WIP: use global mutation, since app_api_apps is namespaced | Andrey Borysenko | 2024-10-30 | 1 | -16/+8 |
| | | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com> | ||||
* | WIP: add Daemon badge in app sidebar (2) | Andrey Borysenko | 2024-10-30 | 2 | -0/+39 |
| | | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com> | ||||
* | feat(settings): migrate AppAPI ExApps management (1) | Andrey Borysenko | 2024-10-30 | 11 | -40/+692 |
| | | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com> | ||||
* | feat(app_api): add initial state data for AppAPI UI part | Andrey Borysenko | 2024-10-30 | 1 | -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 count | Benjamin Gaussorgues | 2024-10-30 | 1 | -1/+1 |
| | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | ||||
* | Merge pull request #48652 from nextcloud/backport/48638/stable30 | Benjamin Gaussorgues | 2024-10-30 | 4 | -7/+13 |
|\ | |||||
| * | chore: compile assetsbackport/48638/stable30 | Christopher Ng | 2024-10-10 | 2 | -2/+2 |
| | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
| * | fix: Fix "Reasons to use Nextcloud" design | Christopher Ng | 2024-10-10 | 2 | -5/+11 |
| | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | | Merge pull request #48624 from nextcloud/backport/48619/stable30 | Benjamin Gaussorgues | 2024-10-30 | 1 | -2/+18 |
|\ \ | |||||
| * | | fix: Fix empty sections appearing in search resultsbackport/48619/stable30 | Christopher Ng | 2024-10-09 | 1 | -2/+18 |
| | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-30 | 144 | -614/+1244 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Merge pull request #48571 from nextcloud/backport/48532/stable30 | Kate | 2024-10-29 | 1 | -6/+0 |
|\ \ \ | |||||
| * | | | fix: do not reduce count for subadmins if they are members of groupbackport/48532/stable30 | Maksim Sukharev | 2024-10-04 | 1 | -6/+0 |
| | | | | | | | | | | | | | | | | Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com> | ||||
* | | | | fix(app-store): Update update count in navigation | Ferdinand Thiessen | 2024-10-28 | 4 | -6/+26 |
| | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-28 | 4 | -4/+6 |
| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-27 | 12 | -56/+78 |
| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-26 | 16 | -0/+26 |
| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-25 | 142 | -142/+142 |
| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | | fix(app-store): Correctly render Markdown in app description | Ferdinand Thiessen | 2024-10-24 | 2 | -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 Transifex | Nextcloud bot | 2024-10-24 | 8 | -80/+82 |
| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | | Merge pull request #48866 from nextcloud/backport/48853/stable30 | Ferdinand Thiessen | 2024-10-23 | 1 | -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/stable30 | Ferdinand Thiessen | 2024-10-23 | 1 | -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/stable30 | Ferdinand Thiessen | 2024-10-23 | 1 | -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 Transifex | Nextcloud bot | 2024-10-22 | 4 | -4/+50 |
| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-22 | 16 | -18/+56 |
| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-21 | 10 | -28/+234 |
| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-20 | 16 | -28/+118 |
| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> |