aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* feat: Add X-NC-Disable-Scheduling property to allow skipping schedulingbackport/49139/stable30SebastianKrupinski2024-11-122-2/+29
| | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* fix(files_external): cast storage id intbackport/49218/stable30skjnldsv2024-11-121-2/+2
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-11-1280-170/+184
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* feat(testing): Add a fake summary task providerbackport/49176/stable30Joas Schilling2024-11-114-0/+118
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-11-1148-58/+156
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-11-10104-96/+120
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(files): open sidebar on sharing tab by default for filesskjnldsv2024-11-092-3/+40
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-11-09180-252/+310
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(files): edit locally buttonsbackport/49150/stable30skjnldsv2024-11-081-8/+7
| | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Merge pull request #49149 from nextcloud/backport/49115/stable30F. E Noel Nfebe2024-11-081-9/+43
|\ | | | | [stable30] fix(SharingEntryLink): Show default password before create if any
| * fix(files_sharing): share assignment issue in SharingEntryLinkskjnldsv2024-11-081-2/+4
| | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * fix(SharingEntryLink): Show default password before create if anyfenn-cs2024-11-081-9/+41
| | | | | | | | | | | | | | | | | | | | | | | | Prevent silent addition of expiration date to shares. Prevent silent addition for password to shares. Both now have a `shareRequiresReview` check Resolves : https://github.com/nextcloud/server/issues/48860 Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* | fix(files_sharing): note icon color on public pagesfix/note-icon-colorskjnldsv2024-11-085-4/+9
|/ | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* Merge pull request #49138 from nextcloud/backport/49112/stable30Kate2024-11-082-12/+12
|\
| * fix(theming): Return default theme if the user never selected a themebackport/49112/stable30provokateurin2024-11-072-12/+12
| | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-11-086-4/+162
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | chore(files): add selection cypress testsskjnldsv2024-11-072-1/+2
| | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | fix(files): multiselect and filters store declarationskjnldsv2024-11-071-1/+1
|/ | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-11-0786-278/+300
| | | | 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>
* Merge pull request #49080 from nextcloud/backport/48737/stable30Benjamin Gaussorgues2024-11-051-3/+3
|\
| * fix(caldav): broken activity rich objectsbackport/48737/stable30Anna Larch2024-11-041-3/+3
| | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-11-0552-82/+68
| | | | | | | | 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-04108-376/+7174
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-11-0316-18/+110
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-11-028-0/+36
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-11-0160-172/+382
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(ShareEntryLinkList): Append new links to the end of listbackport/49017/stable30fenn-cs2024-10-311-1/+1
| | | | | | | | | | | | | | | Currently new shares are added to beginning of the share list in the UI messing up the ordering with the original (first) looking like the most recent and the most recent looking like the original share. This error disappears on refresh. Resolves : https://github.com/nextcloud/server/issues/48415 Signed-off-by: fenn-cs <fenn25.fn@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* fix(files-external): set password as sensitivebackport/49009/stable30Maxence Lange2024-10-311-0/+3
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-10-3198-102/+362
| | | | 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
* Merge pull request #49013 from nextcloud/backport/48991/stable30Ferdinand Thiessen2024-10-301-3/+15
|\ | | | | [stable30] fix(files_sharing): Password field must not be required if already set