]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
8 months agofix(migration): Make naming constraint fail softer on updates 43445/head
Joas Schilling [Wed, 7 Feb 2024 19:45:51 +0000 (20:45 +0100)]
fix(migration): Make naming constraint fail softer on updates

Only on installation we want to break hard, so that all developers notice
the bugs when installing the app on any database or CI, and can work on
fixing their migrations before releasing a version incompatible with Postgres.

In case of updates we might be running on production instances and the
administrators being faced with the error would not know how to resolve it
anyway. This can also happen with instances, that had the issue before the
current update, so we don't want to make their life more complicated
than needed.

Signed-off-by: Joas Schilling <coding@schilljs.com>
8 months agoMerge pull request #43421 from nextcloud/backport/41015/stable28
Robin Appelman [Thu, 8 Feb 2024 09:16:57 +0000 (10:16 +0100)]
Merge pull request #43421 from nextcloud/backport/41015/stable28

[stable28] continue background scanning different storages if one fails

8 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Thu, 8 Feb 2024 00:19:54 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
8 months agoMerge pull request #43434 from nextcloud/stable28-bump-ncvue-to-v8.6.2
Pytal [Wed, 7 Feb 2024 19:41:18 +0000 (11:41 -0800)]
Merge pull request #43434 from nextcloud/stable28-bump-ncvue-to-v8.6.2

[stable28] Bump NcVue to `v8.6.2`

8 months agochore(assets): Recompile assets 43434/head
nextcloud-command [Wed, 7 Feb 2024 18:37:09 +0000 (18:37 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
8 months agoBump NcVue to `v8.6.2`
julia.kirschenheuter [Wed, 7 Feb 2024 13:15:35 +0000 (14:15 +0100)]
Bump NcVue to `v8.6.2`

Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
8 months agoMerge pull request #43418 from nextcloud/backport/43267/stable28
John Molakvoæ [Wed, 7 Feb 2024 11:15:56 +0000 (12:15 +0100)]
Merge pull request #43418 from nextcloud/backport/43267/stable28

8 months agochore(assets): Recompile assets 43418/head
nextcloud-command [Wed, 7 Feb 2024 07:59:36 +0000 (07:59 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
8 months agocontinue background scanning different storages if one fails 43421/head
Robin Appelman [Fri, 20 Oct 2023 14:31:48 +0000 (16:31 +0200)]
continue background scanning different storages if one fails

Signed-off-by: Robin Appelman <robin@icewind.nl>
8 months agofix(files): setup cannot be in mixins
John Molakvoæ [Fri, 2 Feb 2024 07:16:01 +0000 (08:16 +0100)]
fix(files): setup cannot be in mixins

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
8 months agochore(files): move shared FileEntry and FileEntryGrid into a mixin
John Molakvoæ [Thu, 1 Feb 2024 18:35:07 +0000 (19:35 +0100)]
chore(files): move shared FileEntry and FileEntryGrid into a mixin

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
8 months agofix(files) selection store typing
John Molakvoæ [Thu, 1 Feb 2024 18:00:46 +0000 (19:00 +0100)]
fix(files) selection store typing

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
8 months agofix(files): drop to folder path and user feedback
John Molakvoæ [Thu, 1 Feb 2024 17:59:58 +0000 (18:59 +0100)]
fix(files): drop to folder path and user feedback

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
8 months agoMerge pull request #43404 from nextcloud/backport/43217/stable28
John Molakvoæ [Wed, 7 Feb 2024 07:54:42 +0000 (08:54 +0100)]
Merge pull request #43404 from nextcloud/backport/43217/stable28

8 months agoMerge pull request #43372 from nextcloud/automated/noid/stable28-update-code-signing-crl
Matthieu Gallien [Wed, 7 Feb 2024 07:45:02 +0000 (08:45 +0100)]
Merge pull request #43372 from nextcloud/automated/noid/stable28-update-code-signing-crl

[stable28] fix(security): Update code signing revocation list

8 months agofix(security): Update code signing revocation list 43372/head
nextcloud-command [Wed, 7 Feb 2024 02:11:42 +0000 (02:11 +0000)]
fix(security): Update code signing revocation list

Signed-off-by: GitHub <noreply@github.com>
8 months agoMerge pull request #43392 from nextcloud/backport/43319/stable28
Ferdinand Thiessen [Wed, 7 Feb 2024 01:54:07 +0000 (02:54 +0100)]
Merge pull request #43392 from nextcloud/backport/43319/stable28

[stable28] Fix color of app menu entries and background color

8 months agochore: Compile assets 43392/head
Ferdinand Thiessen [Tue, 6 Feb 2024 13:46:20 +0000 (14:46 +0100)]
chore: Compile assets

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
8 months agofix(cypress): Adjust cypress tests for changed theming
Ferdinand Thiessen [Tue, 6 Feb 2024 20:25:55 +0000 (21:25 +0100)]
fix(cypress): Adjust cypress tests for changed theming

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
8 months agofix(theming): The background is the primary color and must not be double inverted
Ferdinand Thiessen [Sat, 3 Feb 2024 12:37:28 +0000 (13:37 +0100)]
fix(theming): The background is the primary color and must not be double inverted

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
8 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Wed, 7 Feb 2024 00:19:20 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
8 months agofix(files): add mount root property and adjust delete wording 43404/head
John Molakvoæ [Tue, 30 Jan 2024 16:20:03 +0000 (17:20 +0100)]
fix(files): add mount root property and adjust delete wording

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
8 months agoMerge pull request #43403 from nextcloud/backport/43369/stable28
Pytal [Tue, 6 Feb 2024 20:42:55 +0000 (12:42 -0800)]
Merge pull request #43403 from nextcloud/backport/43369/stable28

[stable28] fix: added last two places for aria-labels on setting icons

8 months agofix: added last two places for aria-labels on setting icons 43403/head
Eduardo Morales [Mon, 5 Feb 2024 23:11:49 +0000 (17:11 -0600)]
fix: added last two places for aria-labels on setting icons

Signed-off-by: Eduardo Morales <emoral435@gmail.com>
8 months agoMerge pull request #43388 from nextcloud/backport/43358/stable28
Julia Kirschenheuter [Tue, 6 Feb 2024 13:37:06 +0000 (14:37 +0100)]
Merge pull request #43388 from nextcloud/backport/43358/stable28

[stable28] fix(settings): focus on federation scope after dialog

8 months agoMerge pull request #43384 from nextcloud/backport/40725/stable28
Joas Schilling [Tue, 6 Feb 2024 13:00:04 +0000 (14:00 +0100)]
Merge pull request #43384 from nextcloud/backport/40725/stable28

[stable28] chore: Use the same configuration in update-baseline as in psalm workflow

8 months agochore(assets): Recompile assets 43388/head
nextcloud-command [Tue, 6 Feb 2024 12:32:08 +0000 (12:32 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
8 months agochore(assets): Recompile assets
Grigorii K. Shartsev [Mon, 5 Feb 2024 14:43:34 +0000 (15:43 +0100)]
chore(assets): Recompile assets

Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
8 months agotechdebt(settings): mark visibility selects as label-outside
Grigorii K. Shartsev [Mon, 5 Feb 2024 14:41:28 +0000 (15:41 +0100)]
techdebt(settings): mark visibility selects as label-outside

Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
8 months agofix(settings): focus on trigger after federation scope dialog close
Grigorii K. Shartsev [Mon, 5 Feb 2024 11:57:40 +0000 (12:57 +0100)]
fix(settings): focus on trigger after federation scope dialog close

Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
Co-authored-by: Pytal <24800714+Pytal@users.noreply.github.com>
8 months agochore: Use the same configuration in update-baseline as in psalm workflow 43384/head
Côme Chilliet [Thu, 1 Feb 2024 16:15:57 +0000 (17:15 +0100)]
chore: Use the same configuration in update-baseline as in psalm workflow

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
8 months agoMerge pull request #43347 from nextcloud/backport/42552/stable28
Andy Scherzinger [Tue, 6 Feb 2024 09:19:56 +0000 (10:19 +0100)]
Merge pull request #43347 from nextcloud/backport/42552/stable28

[stable28] fix(theming): change color button contrast

8 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Tue, 6 Feb 2024 00:19:20 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
8 months agoMerge pull request #43359 from nextcloud/backport/43318/stable28
John Molakvoæ [Mon, 5 Feb 2024 15:54:25 +0000 (16:54 +0100)]
Merge pull request #43359 from nextcloud/backport/43318/stable28

8 months agofix(files): dav owner and mime types 43359/head
John Molakvoæ [Sat, 3 Feb 2024 11:39:43 +0000 (12:39 +0100)]
fix(files): dav owner and mime types

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
8 months agoMerge pull request #43336 from nextcloud/backport/43330/stable28
John Molakvoæ [Mon, 5 Feb 2024 14:42:32 +0000 (15:42 +0100)]
Merge pull request #43336 from nextcloud/backport/43330/stable28

8 months agochore(assets): Recompile assets 43347/head
nextcloud-command [Mon, 5 Feb 2024 12:55:41 +0000 (12:55 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
8 months agofix(files): better null relatedTarget event detection 43336/head
John Molakvoæ [Sun, 4 Feb 2024 20:21:20 +0000 (21:21 +0100)]
fix(files): better null relatedTarget event detection

Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
8 months agofix(files): drag leave detection on safari
John Molakvoæ [Sun, 4 Feb 2024 13:03:04 +0000 (14:03 +0100)]
fix(files): drag leave detection on safari

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
8 months agofix(cypress): Wait for color change in `pickRandomColor`
Ferdinand Thiessen [Wed, 24 Jan 2024 16:34:52 +0000 (17:34 +0100)]
fix(cypress): Wait for color change in `pickRandomColor`

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
8 months agotest(theming): update e2e tests after separating color button and preview
Grigorii K. Shartsev [Tue, 16 Jan 2024 17:40:33 +0000 (18:40 +0100)]
test(theming): update e2e tests after separating color button and preview

Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
8 months agofix(theming): change color button contrast on admin settings
Grigorii K. Shartsev [Tue, 16 Jan 2024 17:39:56 +0000 (18:39 +0100)]
fix(theming): change color button contrast on admin settings

Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
8 months agofix(theming): change color button contrast on user settings
Grigorii K. Shartsev [Tue, 2 Jan 2024 15:16:42 +0000 (16:16 +0100)]
fix(theming): change color button contrast on user settings

Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
8 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Mon, 5 Feb 2024 00:19:49 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
8 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sun, 4 Feb 2024 00:19:39 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
8 months agoMerge pull request #43294 from nextcloud/backport/42811/stable28
Ferdinand Thiessen [Sat, 3 Feb 2024 20:18:09 +0000 (21:18 +0100)]
Merge pull request #43294 from nextcloud/backport/42811/stable28

[stable28] make failure to load app commands non-fatal

8 months agoMerge pull request #43278 from nextcloud/backport/43024/stable28
Ferdinand Thiessen [Sat, 3 Feb 2024 20:17:17 +0000 (21:17 +0100)]
Merge pull request #43278 from nextcloud/backport/43024/stable28

[stable28] Consider admin defaults when creating shares

8 months agochore(assets): Recompile assets 43278/head
nextcloud-command [Sat, 3 Feb 2024 19:38:44 +0000 (19:38 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
8 months agoUse `@nextcloud/capabilities` to obtain share api defaults
fenn-cs [Wed, 31 Jan 2024 19:38:34 +0000 (20:38 +0100)]
Use `@nextcloud/capabilities` to obtain share api defaults

- Remove redundant initial state added

- Call `getCapabilities()` in share config file.

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
8 months agoConsider admin defaults when creating shares
fenn-cs [Mon, 22 Jan 2024 13:49:57 +0000 (14:49 +0100)]
Consider admin defaults when creating shares

The current share logic always uses the default `BUNDLED_PERMISSIONS.ALL`
which includes everything.

This commit updates share creation logic to use `defaultPermissions` if set
by admin for the creation of new shares.

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
8 months agoMerge pull request #43236 from nextcloud/backport/40594/stable28
Ferdinand Thiessen [Sat, 3 Feb 2024 18:59:07 +0000 (19:59 +0100)]
Merge pull request #43236 from nextcloud/backport/40594/stable28

[stable28] dav: fix wrong decoding of pluses in URLs

8 months agodav: fix wrong decoding of pluses in URLs 43236/head
Lorenz Brun [Fri, 22 Sep 2023 23:40:52 +0000 (01:40 +0200)]
dav: fix wrong decoding of pluses in URLs

PHP's urldecode function does not decode URLs according to RFC 3986, but
according to the HTML 4.01 query parameter
encoding. This results in pluses being wrongly decoded to spaces even
though they should not be decoded at all.

Use rawurldecode instead, which follows RFC 3986 properly.

This fixes an issue where files on DAV shares containing pluses were
incorrectly decoded to spaces.

Fixes: #15849
Signed-off-by: Lorenz Brun <lorenz@brun.one>
8 months agoMerge pull request #43282 from nextcloud/backport/42696/stable28
Ferdinand Thiessen [Sat, 3 Feb 2024 14:26:31 +0000 (15:26 +0100)]
Merge pull request #43282 from nextcloud/backport/42696/stable28

[stable28] fix(caldav): only call getTimestamp() on actual DateTime data

8 months agoMerge pull request #43222 from nextcloud/backport/43172/stable28
Ferdinand Thiessen [Sat, 3 Feb 2024 14:21:54 +0000 (15:21 +0100)]
Merge pull request #43222 from nextcloud/backport/43172/stable28

[stable28] fix(files): selected files actions position on scroll/with readme block

8 months agochore(assets): Recompile assets 43222/head
nextcloud-command [Tue, 30 Jan 2024 21:03:40 +0000 (21:03 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
8 months agofix(caldav): only call getTimestamp() on actual DateTime data 43282/head
Thomas Citharel [Thu, 11 Jan 2024 09:14:48 +0000 (10:14 +0100)]
fix(caldav): only call getTimestamp() on actual DateTime data

For some reason the value of $component['DTSTART'][0] may not be a DateTimeImmutable

Closes #42464

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
8 months agofix(files): selected files actions position on scroll/with readme block
Grigorii K. Shartsev [Sat, 27 Jan 2024 18:05:31 +0000 (19:05 +0100)]
fix(files): selected files actions position on scroll/with readme block

Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
8 months agoMerge pull request #43175 from nextcloud/backport/43147/stable28
Ferdinand Thiessen [Sat, 3 Feb 2024 13:22:11 +0000 (14:22 +0100)]
Merge pull request #43175 from nextcloud/backport/43147/stable28

[stable28] fix(files): Consistent sorting for folders before files (user configurable)

8 months agoMerge pull request #43046 from nextcloud/backport/43045/stable28
Ferdinand Thiessen [Sat, 3 Feb 2024 13:11:17 +0000 (14:11 +0100)]
Merge pull request #43046 from nextcloud/backport/43045/stable28

[stable28] fix(apps): Fix type information of app manager

8 months agoMerge pull request #43181 from nextcloud/backport/42930/stable28
Ferdinand Thiessen [Sat, 3 Feb 2024 11:16:56 +0000 (12:16 +0100)]
Merge pull request #43181 from nextcloud/backport/42930/stable28

[stable28] Fix: config param 'overwritecondaddr' not working

8 months agochore: Compile assets 43175/head
Ferdinand Thiessen [Fri, 26 Jan 2024 13:29:31 +0000 (14:29 +0100)]
chore: Compile assets

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
8 months agofix(cypress): Adjust files sorting tests
Ferdinand Thiessen [Fri, 26 Jan 2024 15:04:16 +0000 (16:04 +0100)]
fix(cypress): Adjust files sorting tests

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
8 months agofix(files): Consistent sorting for folders before files (user configurable)
Ferdinand Thiessen [Fri, 26 Jan 2024 13:21:32 +0000 (14:21 +0100)]
fix(files): Consistent sorting for folders before files (user configurable)

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
8 months agofix(apps): Fix type information of app manager 43046/head
Joas Schilling [Tue, 23 Jan 2024 08:55:06 +0000 (09:55 +0100)]
fix(apps): Fix type information of app manager

Signed-off-by: Joas Schilling <coding@schilljs.com>
8 months agoMerge pull request #43040 from nextcloud/backport/43028/stable28
Julia Kirschenheuter [Sat, 3 Feb 2024 10:35:44 +0000 (11:35 +0100)]
Merge pull request #43040 from nextcloud/backport/43028/stable28

[stable28] Correct values and attributes

8 months agoMerge pull request #43044 from nextcloud/backport/43015/stable28
Julia Kirschenheuter [Sat, 3 Feb 2024 10:35:35 +0000 (11:35 +0100)]
Merge pull request #43044 from nextcloud/backport/43015/stable28

[stable28] Replace inaccessible disabled option of NcCheckboxRadioSwitch with NcNoteCard

8 months agochore(assets): Recompile assets 43044/head
nextcloud-command [Sat, 3 Feb 2024 09:36:25 +0000 (09:36 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
8 months agochore(assets): Recompile assets 43040/head
nextcloud-command [Tue, 23 Jan 2024 00:35:27 +0000 (00:35 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
8 months agoCorrect values and attributes
julia.kirschenheuter [Mon, 22 Jan 2024 15:59:19 +0000 (16:59 +0100)]
Correct values and attributes

Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
8 months agochore(assets): Recompile assets
nextcloud-command [Tue, 23 Jan 2024 12:49:44 +0000 (12:49 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
8 months agofix(files): replace inaccessible disabled option of NcCheckboxRadioSwitch with NcNoteCard
julia.kirschenheuter [Mon, 22 Jan 2024 10:17:19 +0000 (11:17 +0100)]
fix(files): replace inaccessible disabled option of NcCheckboxRadioSwitch with NcNoteCard

Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
8 months agoMerge pull request #43112 from nextcloud/backport/43098/stable28
Julia Kirschenheuter [Sat, 3 Feb 2024 08:20:51 +0000 (09:20 +0100)]
Merge pull request #43112 from nextcloud/backport/43098/stable28

[stable28] fix(settings): federation scope menu a11y

8 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sat, 3 Feb 2024 00:19:24 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
8 months agoMerge pull request #43291 from nextcloud/backport/43271/stable28
Julia Kirschenheuter [Fri, 2 Feb 2024 20:05:07 +0000 (21:05 +0100)]
Merge pull request #43291 from nextcloud/backport/43271/stable28

[stable28] fix(user_status): Fix losing focus to body when closing user status modal

8 months agochore(assets): Recompile assets 43291/head
nextcloud-command [Fri, 2 Feb 2024 14:02:12 +0000 (14:02 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
8 months agofix(user_status): Fix losing focus to body when closing user status modal
Christopher Ng [Thu, 1 Feb 2024 19:37:40 +0000 (11:37 -0800)]
fix(user_status): Fix losing focus to body when closing user status modal

Signed-off-by: Christopher Ng <chrng8@gmail.com>
8 months agoMerge pull request #43295 from nextcloud/backport/43273/stable28
Joas Schilling [Fri, 2 Feb 2024 18:40:07 +0000 (19:40 +0100)]
Merge pull request #43295 from nextcloud/backport/43273/stable28

[stable28] fix(tests): Make the cypress apps management test more reliable

8 months agoMerge pull request #43292 from nextcloud/backport/43174/stable28
Grigorii K. Shartsev [Fri, 2 Feb 2024 18:16:20 +0000 (23:16 +0500)]
Merge pull request #43292 from nextcloud/backport/43174/stable28

[stable28] fix(files): do not open file by id on load for folders

8 months agochore(assets): Recompile assets 43292/head
Grigorii K. Shartsev [Fri, 2 Feb 2024 16:08:00 +0000 (17:08 +0100)]
chore(assets): Recompile assets

Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
8 months agoMerge pull request #43013 from nextcloud/backport/42821/stable28
Ferdinand Thiessen [Fri, 2 Feb 2024 16:07:49 +0000 (17:07 +0100)]
Merge pull request #43013 from nextcloud/backport/42821/stable28

[stable28] Remove disputed bz2 check

8 months agofix(files): do not open file by id on load for folders
Grigorii K. Shartsev [Sat, 27 Jan 2024 19:18:49 +0000 (20:18 +0100)]
fix(files): do not open file by id on load for folders

Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
8 months agochore(assets): Recompile assets 43112/head
Grigorii K. Shartsev [Wed, 24 Jan 2024 22:06:17 +0000 (23:06 +0100)]
chore(assets): Recompile assets

Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
8 months agofix(settings): use default styles for federation scope menu
Grigorii K. Shartsev [Wed, 24 Jan 2024 22:04:52 +0000 (23:04 +0100)]
fix(settings): use default styles for federation scope menu

Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
8 months agofix(settings): federation scope menu a11y
Grigorii K. Shartsev [Wed, 24 Jan 2024 22:04:16 +0000 (23:04 +0100)]
fix(settings): federation scope menu a11y

Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
8 months agoMerge pull request #43066 from nextcloud/backport/42732/stable28
Ferdinand Thiessen [Fri, 2 Feb 2024 15:56:33 +0000 (16:56 +0100)]
Merge pull request #43066 from nextcloud/backport/42732/stable28

[stable28] fix(a11y): Fix informative graphics contrast of user status icons

8 months agofix(tests): Make the cypress apps management test more reliable 43295/head
Joas Schilling [Thu, 1 Feb 2024 19:37:42 +0000 (20:37 +0100)]
fix(tests): Make the cypress apps management test more reliable

Signed-off-by: Joas Schilling <coding@schilljs.com>
8 months agochore: Compile assets 43066/head
Ferdinand Thiessen [Fri, 2 Feb 2024 14:29:37 +0000 (15:29 +0100)]
chore: Compile assets

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
8 months agochore(user_status): Remove unused styles + svgs
Christopher Ng [Fri, 12 Jan 2024 03:01:35 +0000 (19:01 -0800)]
chore(user_status): Remove unused styles + svgs

Signed-off-by: Christopher Ng <chrng8@gmail.com>
(cherry picked from commit b61c13c8eb01433ab884808c3f53aba42a5141e1)

8 months agofix(user_status): Migrate to NcUserStatusIcon
Christopher Ng [Fri, 12 Jan 2024 02:56:06 +0000 (18:56 -0800)]
fix(user_status): Migrate to NcUserStatusIcon

Signed-off-by: Christopher Ng <chrng8@gmail.com>
(cherry picked from commit f06047518960c76c99b404b7c91836b27d1286b9)

8 months agofix(dashboard): Migrate to NcUserStatusIcon
Christopher Ng [Fri, 12 Jan 2024 02:52:57 +0000 (18:52 -0800)]
fix(dashboard): Migrate to NcUserStatusIcon

Signed-off-by: Christopher Ng <chrng8@gmail.com>
(cherry picked from commit 693eb6926e0e9294d9c808af6043efc585fd00d1)

8 months agoMerge pull request #43167 from nextcloud/backport/43084/stable28
Ferdinand Thiessen [Fri, 2 Feb 2024 15:07:51 +0000 (16:07 +0100)]
Merge pull request #43167 from nextcloud/backport/43084/stable28

[stable28] Move modal outside of the Version component.

8 months agomake failure to load app commands non-fatal 43294/head
Robin Appelman [Mon, 15 Jan 2024 15:28:50 +0000 (16:28 +0100)]
make failure to load app commands non-fatal

Signed-off-by: Robin Appelman <robin@icewind.nl>
8 months agochore(assets): Recompile assets 43167/head
nextcloud-command [Mon, 29 Jan 2024 15:21:26 +0000 (15:21 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
8 months agoRemove disputed bz2 check 43013/head
J0WI [Mon, 15 Jan 2024 23:34:23 +0000 (00:34 +0100)]
Remove disputed bz2 check

Signed-off-by: J0WI <J0WI@users.noreply.github.com>
8 months agoMerge pull request #43126 from nextcloud/backport/43078/stable28
Ferdinand Thiessen [Fri, 2 Feb 2024 14:14:41 +0000 (15:14 +0100)]
Merge pull request #43126 from nextcloud/backport/43078/stable28

[stable28] handle storage not available when expiring versions

8 months agoMove modal outside of the Version component.
Louis Chemineau [Thu, 25 Jan 2024 09:25:16 +0000 (10:25 +0100)]
Move modal outside of the Version component.

This is for accessibility, to have the NcListItem (<li>) as a direct child of the <ul>

Signed-off-by: Louis Chemineau <louis@chmn.me>
8 months agoMerge pull request #43064 from nextcloud/backport/43061/stable28
Ferdinand Thiessen [Fri, 2 Feb 2024 14:12:34 +0000 (15:12 +0100)]
Merge pull request #43064 from nextcloud/backport/43061/stable28

[stable28] chore: Bump @nextcloud/vue to v8.5.1

8 months agohandle storage not available when expiring versions 43126/head
Robin Appelman [Wed, 24 Jan 2024 09:46:02 +0000 (10:46 +0100)]
handle storage not available when expiring versions

Signed-off-by: Robin Appelman <robin@icewind.nl>
8 months agotest(files): Fix file picker test 43064/head
Christopher Ng [Tue, 23 Jan 2024 19:44:50 +0000 (11:44 -0800)]
test(files): Fix file picker test

Signed-off-by: Christopher Ng <chrng8@gmail.com>
8 months agotest(theming): Fix navigation bar tests
Christopher Ng [Tue, 23 Jan 2024 19:38:40 +0000 (11:38 -0800)]
test(theming): Fix navigation bar tests

Signed-off-by: Christopher Ng <chrng8@gmail.com>