]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
7 weeks agofix(files): Correctly validate new node name
Ferdinand Thiessen [Thu, 25 Jul 2024 20:51:12 +0000 (22:51 +0200)]
fix(files): Correctly validate new node name

* Resolves https://github.com/nextcloud/server/issues/45409

This includes two fixes:

1. The name in the "new node" dialog is correctly selected (e.g. `file.txt` only `file` is selected by default), to allow quick naming

2. `@nextcloud/files` functions for filename validation are used, this allows to use new Nextcloud 30 capabilities (e.g. reserved names)

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
7 weeks agoMerge pull request #47472 from nextcloud/automated/noid/stable28-fix-npm-audit
Côme Chilliet [Tue, 27 Aug 2024 07:11:33 +0000 (09:11 +0200)]
Merge pull request #47472 from nextcloud/automated/noid/stable28-fix-npm-audit

[stable28] Fix npm audit

7 weeks agofix(deps): Fix npm audit 47472/head
nextcloud-command [Tue, 27 Aug 2024 05:11:22 +0000 (05:11 +0000)]
fix(deps): Fix npm audit

Signed-off-by: GitHub <noreply@github.com>
7 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Tue, 27 Aug 2024 00:21:13 +0000 (00:21 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
7 weeks agoMerge pull request #47481 from nextcloud/backport/47480/stable28
Arthur Schiwon [Mon, 26 Aug 2024 15:58:34 +0000 (17:58 +0200)]
Merge pull request #47481 from nextcloud/backport/47480/stable28

[stable28] fix(flow): cannot set custom user agent

7 weeks agobuild: js assets 47481/head
Arthur Schiwon [Mon, 26 Aug 2024 11:31:57 +0000 (13:31 +0200)]
build: js assets

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
7 weeks agofix(flow): cannot set customer user agent
Arthur Schiwon [Mon, 26 Aug 2024 11:25:33 +0000 (13:25 +0200)]
fix(flow): cannot set customer user agent

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
7 weeks agoMerge pull request #47445 from nextcloud/backport/44369/stable28
Arthur Schiwon [Mon, 26 Aug 2024 11:16:47 +0000 (13:16 +0200)]
Merge pull request #47445 from nextcloud/backport/44369/stable28

[stable28] fix: csrf check failed on public share with password

7 weeks agobuild: js assets 47445/head
Arthur Schiwon [Mon, 26 Aug 2024 09:00:21 +0000 (11:00 +0200)]
build: js assets

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
7 weeks agofix: csrf check failed on public share with password
Luka Trovic [Mon, 25 Mar 2024 20:33:30 +0000 (21:33 +0100)]
fix: csrf check failed on public share with password

Signed-off-by: Luka Trovic <luka@nextcloud.com>
7 weeks agofix: csrf check failed on public share with password
Luka Trovic [Wed, 20 Mar 2024 20:08:54 +0000 (21:08 +0100)]
fix: csrf check failed on public share with password

Signed-off-by: Luka Trovic <luka@nextcloud.com>
7 weeks agoMerge pull request #47476 from nextcloud/backport/47435/stable28
Joas Schilling [Mon, 26 Aug 2024 08:07:49 +0000 (10:07 +0200)]
Merge pull request #47476 from nextcloud/backport/47435/stable28

[stable28] fix(mailer): Call to custom mail_template_class

7 weeks agofix call to custom mail_template_class 47476/head
Christoph Klaffl [Thu, 22 Aug 2024 17:39:23 +0000 (19:39 +0200)]
fix call to custom mail_template_class

Signed-off-by: Christoph Klaffl <christoph@phreaker.eu>
7 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Mon, 26 Aug 2024 00:20:41 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
7 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sun, 25 Aug 2024 00:24:39 +0000 (00:24 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
7 weeks agoMerge pull request #47386 from nextcloud/fix/stable28-sidebar
Ferdinand Thiessen [Sat, 24 Aug 2024 15:43:01 +0000 (17:43 +0200)]
Merge pull request #47386 from nextcloud/fix/stable28-sidebar

[stable28] fix(files): Adjust import of `ShareType`

7 weeks agochore(assets): Recompile assets 47386/head
nextcloud-command [Sat, 24 Aug 2024 15:14:48 +0000 (15:14 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
7 weeks agofix(files): Adjust import of `ShareType`
Ferdinand Thiessen [Wed, 21 Aug 2024 10:21:27 +0000 (12:21 +0200)]
fix(files): Adjust import of `ShareType`

There must have been a backport that was not 100% correct,
the exported name is called `ShareType` (without s).

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
7 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sat, 24 Aug 2024 00:20:48 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
7 weeks agoMerge pull request #47427 from nextcloud/backport/47415/stable28
Ferdinand Thiessen [Fri, 23 Aug 2024 17:52:12 +0000 (19:52 +0200)]
Merge pull request #47427 from nextcloud/backport/47415/stable28

[stable28] fix: Trusted server icon recovery without addressbook change

7 weeks agoMerge pull request #47271 from nextcloud/bugfix/noid/fix-moving-files-in-public-shares
Ferdinand Thiessen [Fri, 23 Aug 2024 11:03:57 +0000 (13:03 +0200)]
Merge pull request #47271 from nextcloud/bugfix/noid/fix-moving-files-in-public-shares

[stable28] fix(sharing): Pin @nextcloud/dialogs to a version that doesn't use Nextcloud 29 APIs

7 weeks agochore(assets): Recompile assets 47271/head
nextcloud-command [Fri, 23 Aug 2024 09:41:19 +0000 (09:41 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
7 weeks agofix(sharing): Pin `@nextcloud/dialogs` to a version that doesn't use Nextcloud 29...
Joas Schilling [Fri, 23 Aug 2024 09:33:38 +0000 (11:33 +0200)]
fix(sharing): Pin `@nextcloud/dialogs` to a version that doesn't use Nextcloud 29 APIs

[skip-ci]

Signed-off-by: Joas Schilling <coding@schilljs.com>
7 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Fri, 23 Aug 2024 00:20:26 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
7 weeks agofix(federation): always set server status to OK after successful runs 47427/head
Pablo Zimdahl [Thu, 22 Aug 2024 08:22:30 +0000 (10:22 +0200)]
fix(federation): always set server status to OK after successful runs

Previously if a server status got set to failure, it stayed that way
until an addressbook-sync found changes. Now the server status is set to
OK after each successful sync check (if that's not the case already),
regardless of addressbook changes.

This change also includes two new logging statements, which could help
next time someone debugs this.

Signed-off-by: Pablo Zimdahl <pablo@nextcloud.com>
7 weeks agoMerge pull request #47420 from nextcloud/backport/47413/stable28
Christoph Wurst [Thu, 22 Aug 2024 12:40:46 +0000 (14:40 +0200)]
Merge pull request #47420 from nextcloud/backport/47413/stable28

[stable28] fix(caldav): limit property length

7 weeks agofix(caldav): limit property length 47420/head
Anna Larch [Tue, 20 Aug 2024 11:20:47 +0000 (13:20 +0200)]
fix(caldav): limit property length

Signed-off-by: Anna Larch <anna@nextcloud.com>
7 weeks agoMerge pull request #47233 from nextcloud/backportof/45848/stable28_
John Molakvoæ [Thu, 22 Aug 2024 10:52:23 +0000 (12:52 +0200)]
Merge pull request #47233 from nextcloud/backportof/45848/stable28_

7 weeks agostable28: fix comment deletion 47233/head
greta [Wed, 14 Aug 2024 11:40:58 +0000 (13:40 +0200)]
stable28: fix comment deletion

Signed-off-by: greta <gretadoci@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
7 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Thu, 22 Aug 2024 00:20:41 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
7 weeks agoMerge pull request #47019 from nextcloud/automated/noid/stable28-fix-npm-audit
John Molakvoæ [Wed, 21 Aug 2024 17:08:02 +0000 (19:08 +0200)]
Merge pull request #47019 from nextcloud/automated/noid/stable28-fix-npm-audit

8 weeks agofix(deps): Fix npm audit 47019/head
nextcloud-command [Wed, 21 Aug 2024 12:23:26 +0000 (12:23 +0000)]
fix(deps): Fix npm audit

Signed-off-by: GitHub <noreply@github.com>
8 weeks agoMerge pull request #47383 from nextcloud/backport/47380/stable28
Joas Schilling [Wed, 21 Aug 2024 12:07:25 +0000 (14:07 +0200)]
Merge pull request #47383 from nextcloud/backport/47380/stable28

[stable28] fix(theming): Make getImage() call save against missing non-SVG version

8 weeks agofix(theming): Make getImage() call save against missing non-SVG version 47383/head
Joas Schilling [Wed, 21 Aug 2024 08:30:25 +0000 (10:30 +0200)]
fix(theming): Make getImage() call save against missing non-SVG version

Signed-off-by: Joas Schilling <coding@schilljs.com>
8 weeks agoMerge pull request #47377 from nextcloud/followup/46712/fix-version-check
Joas Schilling [Wed, 21 Aug 2024 10:01:21 +0000 (12:01 +0200)]
Merge pull request #47377 from nextcloud/followup/46712/fix-version-check

[stable28] fix(setupcheck): Fix mimetype server version check in backport

8 weeks agofix(setupcheck): Fix mimetype server version check in backport 47377/head
Joas Schilling [Wed, 21 Aug 2024 08:22:13 +0000 (10:22 +0200)]
fix(setupcheck): Fix mimetype server version check in backport

Signed-off-by: Joas Schilling <coding@schilljs.com>
8 weeks agoMerge pull request #47262 from nextcloud/backport/47258/stable28
John Molakvoæ [Wed, 21 Aug 2024 07:44:33 +0000 (09:44 +0200)]
Merge pull request #47262 from nextcloud/backport/47258/stable28

8 weeks agochore(assets): Recompile assets 47262/head
Joas Schilling [Wed, 21 Aug 2024 05:09:38 +0000 (07:09 +0200)]
chore(assets): Recompile assets

Signed-off-by: Joas Schilling <coding@schilljs.com>
8 weeks agofix(userstatus): Don't set predefined user status as custom when changing "Clear at"
Joas Schilling [Thu, 15 Aug 2024 12:39:56 +0000 (14:39 +0200)]
fix(userstatus): Don't set predefined user status as custom when changing "Clear at"

Signed-off-by: Joas Schilling <coding@schilljs.com>
8 weeks agoMerge pull request #47318 from nextcloud/fix/backport/46118/stable28
F. E Noel Nfebe [Wed, 21 Aug 2024 02:17:48 +0000 (03:17 +0100)]
Merge pull request #47318 from nextcloud/fix/backport/46118/stable28

fix(FileList): Update filelist or share save

8 weeks agochore(assets): Recompile assets 47318/head
nextcloud-command [Mon, 19 Aug 2024 07:12:55 +0000 (07:12 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
8 weeks agofix(FileList): Update filelist or share save
fenn-cs [Mon, 19 Aug 2024 00:16:02 +0000 (01:16 +0100)]
fix(FileList): Update filelist or share save

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
8 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Wed, 21 Aug 2024 00:20:38 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
8 weeks agoMerge pull request #46939 from nextcloud/backport/46768/stable28
Ferdinand Thiessen [Tue, 20 Aug 2024 23:53:00 +0000 (01:53 +0200)]
Merge pull request #46939 from nextcloud/backport/46768/stable28

[stable28] fix(files): Provide default file action for file entry name (on click action)

8 weeks agochore: Compile assets 46939/head
Ferdinand Thiessen [Tue, 13 Aug 2024 08:25:01 +0000 (10:25 +0200)]
chore: Compile assets

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
8 weeks agofix(files): Add missing directory variable to error message
Ferdinand Thiessen [Thu, 25 Jul 2024 23:43:52 +0000 (01:43 +0200)]
fix(files): Add missing directory variable to error message

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
8 weeks agofix(files): Provide file actions from list entry to make it reactive
Ferdinand Thiessen [Thu, 25 Jul 2024 23:42:31 +0000 (01:42 +0200)]
fix(files): Provide file actions from list entry to make it reactive

This fixes non reactive default action text of the name component.
Also use download action as default action so that only one place
is needed to define how to download a file.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
8 weeks agoMerge pull request #47037 from nextcloud/backport/46996/stable28
Ferdinand Thiessen [Tue, 20 Aug 2024 22:19:37 +0000 (00:19 +0200)]
Merge pull request #47037 from nextcloud/backport/46996/stable28

[stable28] fix(trashbin): Correctly set original name as displayname

8 weeks agoMerge pull request #47335 from nextcloud/backport/43999/stable28
Andy Scherzinger [Tue, 20 Aug 2024 22:04:58 +0000 (00:04 +0200)]
Merge pull request #47335 from nextcloud/backport/43999/stable28

[stable28] fix(user_ldap): Catch DB Exceptions when updating group memberships

8 weeks agochore: Compile assets 47037/head
Ferdinand Thiessen [Tue, 13 Aug 2024 08:12:33 +0000 (10:12 +0200)]
chore: Compile assets

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
8 weeks agoperf(files_trashbin): Only trigger one PROPFIND for trashbin view
Ferdinand Thiessen [Fri, 2 Aug 2024 17:47:55 +0000 (19:47 +0200)]
perf(files_trashbin): Only trigger one PROPFIND for trashbin view

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
8 weeks agofix(files_trashbin): Original name of the deleted files should be set as display...
Ferdinand Thiessen [Fri, 2 Aug 2024 17:46:30 +0000 (19:46 +0200)]
fix(files_trashbin): Original name of the deleted files should be set as display name for DAV

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
8 weeks agoMerge pull request #47344 from nextcloud/release/28.0.9 v28.0.9
John Molakvoæ [Tue, 20 Aug 2024 17:20:21 +0000 (19:20 +0200)]
Merge pull request #47344 from nextcloud/release/28.0.9

28.0.9

8 weeks agoMerge pull request #47353 from nextcloud/backport/47346/stable28
John Molakvoæ [Tue, 20 Aug 2024 17:20:08 +0000 (19:20 +0200)]
Merge pull request #47353 from nextcloud/backport/47346/stable28

8 weeks agobuild(hub): 28.0.9 47344/head
skjnldsv [Tue, 20 Aug 2024 11:05:49 +0000 (13:05 +0200)]
build(hub): 28.0.9

Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
8 weeks agoMerge pull request #47327 from nextcloud/revert-47326-revert-47227-backport/47192...
John Molakvoæ [Tue, 20 Aug 2024 14:21:49 +0000 (16:21 +0200)]
Merge pull request #47327 from nextcloud/revert-47326-revert-47227-backport/47192/stable28

8 weeks agofix: use mountpoint from storage to find the encryption keys 47353/head
Robin Appelman [Tue, 20 Aug 2024 11:32:03 +0000 (13:32 +0200)]
fix: use mountpoint from storage to find the encryption keys

Signed-off-by: Robin Appelman <robin@icewind.nl>
8 weeks agofeat: store the mountpoint of storages in the mount options
Robin Appelman [Tue, 20 Aug 2024 11:31:35 +0000 (13:31 +0200)]
feat: store the mountpoint of storages in the mount options

Signed-off-by: Robin Appelman <robin@icewind.nl>
8 weeks agofix(user_ldap): Catch DB Exceptions when updating group memberships 47335/head
Côme Chilliet [Tue, 5 Mar 2024 11:57:04 +0000 (12:57 +0100)]
fix(user_ldap): Catch DB Exceptions when updating group memberships

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
8 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Tue, 20 Aug 2024 00:20:52 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
8 weeks agoMerge pull request #47279 from nextcloud/backport/46881/stable28
Stephan Orbaugh [Mon, 19 Aug 2024 16:27:10 +0000 (18:27 +0200)]
Merge pull request #47279 from nextcloud/backport/46881/stable28

8 weeks agoRevert "Revert "[stable28] Apply group limit on remove from group"" 47327/head
Arthur Schiwon [Mon, 19 Aug 2024 14:11:38 +0000 (16:11 +0200)]
Revert "Revert "[stable28] Apply group limit on remove from group""

8 weeks agoMerge pull request #47326 from nextcloud/revert-47227-backport/47192/stable28
Arthur Schiwon [Mon, 19 Aug 2024 14:11:07 +0000 (16:11 +0200)]
Merge pull request #47326 from nextcloud/revert-47227-backport/47192/stable28

Revert "[stable28] Apply group limit on remove from group"

8 weeks agoRevert "[stable28] Apply group limit on remove from group" 47326/head
Arthur Schiwon [Mon, 19 Aug 2024 13:27:34 +0000 (15:27 +0200)]
Revert "[stable28] Apply group limit on remove from group"

8 weeks agoMerge pull request #47227 from nextcloud/backport/47192/stable28
Arthur Schiwon [Mon, 19 Aug 2024 13:12:11 +0000 (15:12 +0200)]
Merge pull request #47227 from nextcloud/backport/47192/stable28

[stable28] Apply group limit on remove from group

8 weeks agochore(tests): Revert "chore(tests): fix import in cypress test limit_to_same_group... 47227/head
Côme Chilliet [Mon, 19 Aug 2024 09:13:50 +0000 (11:13 +0200)]
chore(tests): Revert "chore(tests): fix import in cypress test limit_to_same_group.cy.ts"

This reverts commit d49b453b437d533d913e28d859cbe083e9ca9b4a.

8 weeks agofix: Remove call to non-existing method in 28 and add missing use in test
Côme Chilliet [Mon, 19 Aug 2024 08:31:30 +0000 (10:31 +0200)]
fix: Remove call to non-existing method in 28 and add missing use in test

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
8 weeks agochore(tests): fix import in cypress test limit_to_same_group.cy.ts
Côme Chilliet [Tue, 13 Aug 2024 14:16:52 +0000 (16:16 +0200)]
chore(tests): fix import in cypress test limit_to_same_group.cy.ts

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
8 weeks agofix(tests): Fix PHP 8.0 compatibility
Côme Chilliet [Tue, 13 Aug 2024 13:17:57 +0000 (15:17 +0200)]
fix(tests): Fix PHP 8.0 compatibility

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
8 weeks agochore(tests): Fix import in cypress test limit_to_same_group.cy.ts
Côme Chilliet [Mon, 12 Aug 2024 14:09:42 +0000 (16:09 +0200)]
chore(tests): Fix import in cypress test limit_to_same_group.cy.ts

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
8 weeks agochore(tests): Fix SPDX license header on new cypress test
Côme Chilliet [Mon, 12 Aug 2024 13:21:38 +0000 (15:21 +0200)]
chore(tests): Fix SPDX license header on new cypress test

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
8 weeks agofix(tests): Adapt tests to change of DefaultShareProvider constructor
Côme Chilliet [Mon, 12 Aug 2024 13:15:58 +0000 (15:15 +0200)]
fix(tests): Adapt tests to change of DefaultShareProvider constructor

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
8 weeks agofix: Remove shares only if there are no more common groups between users
Côme Chilliet [Thu, 13 Jun 2024 15:05:29 +0000 (17:05 +0200)]
fix: Remove shares only if there are no more common groups between users

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
8 weeks agochore(tests): Test limiting sharing to same group
Louis Chemineau [Wed, 22 May 2024 09:59:10 +0000 (11:59 +0200)]
chore(tests): Test limiting sharing to same group

Signed-off-by: Louis Chemineau <louis@chmn.me>
8 weeks agofix(files_sharing): Delete user shares if needed when user is removed from a group
Louis Chemineau [Wed, 22 May 2024 09:55:47 +0000 (11:55 +0200)]
fix(files_sharing): Delete user shares if needed when user is removed from a group

Signed-off-by: Louis Chemineau <louis@chmn.me>
8 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Mon, 19 Aug 2024 00:20:37 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
8 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sun, 18 Aug 2024 00:23:16 +0000 (00:23 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
8 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sat, 17 Aug 2024 00:20:42 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 months agofix: try to find non-recursive share source 47279/head
Robin Appelman [Tue, 30 Jul 2024 13:32:07 +0000 (15:32 +0200)]
fix: try to find non-recursive share source

instead of always picking the first one, try to find one that won't blow up

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 months agoMerge pull request #47206 from nextcloud/chore/bump-28
John Molakvoæ [Fri, 16 Aug 2024 11:29:44 +0000 (13:29 +0200)]
Merge pull request #47206 from nextcloud/chore/bump-28

2 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Fri, 16 Aug 2024 00:20:27 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 months agoMerge pull request #47231 from nextcloud/backport/47212/stable28
Joas Schilling [Thu, 15 Aug 2024 08:55:06 +0000 (10:55 +0200)]
Merge pull request #47231 from nextcloud/backport/47212/stable28

[stable28] fix(security): Update expiration date in security.txt

2 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Thu, 15 Aug 2024 00:26:17 +0000 (00:26 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 months agofix(security): Update expiration date in security.txt 47231/head
Joas Schilling [Wed, 14 Aug 2024 07:58:02 +0000 (09:58 +0200)]
fix(security): Update expiration date in security.txt

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 months agoFix(l10n): Update translations from Transifex backport/45848/stable28
Nextcloud bot [Wed, 14 Aug 2024 00:20:36 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 months agochore: compile assets 47206/head
skjnldsv [Tue, 13 Aug 2024 19:37:04 +0000 (21:37 +0200)]
chore: compile assets

Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2 months agoMerge pull request #47130 from nextcloud/release/28.0.9_rc1 v28.0.9rc1
John Molakvoæ [Tue, 13 Aug 2024 07:34:17 +0000 (09:34 +0200)]
Merge pull request #47130 from nextcloud/release/28.0.9_rc1

2 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Tue, 13 Aug 2024 00:20:24 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Mon, 12 Aug 2024 00:20:06 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sun, 11 Aug 2024 00:20:10 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 months agoMerge pull request #47168 from nextcloud/dependabot/npm_and_yarn/stable28/cypress...
dependabot[bot] [Sat, 10 Aug 2024 03:40:15 +0000 (03:40 +0000)]
Merge pull request #47168 from nextcloud/dependabot/npm_and_yarn/stable28/cypress/webpack-preprocessor-6.0.2

2 months agobuild(deps-dev): bump @cypress/webpack-preprocessor from 6.0.1 to 6.0.2 47168/head
dependabot[bot] [Sat, 10 Aug 2024 03:02:34 +0000 (03:02 +0000)]
build(deps-dev): bump @cypress/webpack-preprocessor from 6.0.1 to 6.0.2

Bumps [@cypress/webpack-preprocessor](https://github.com/cypress-io/cypress) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/cypress-io/cypress/compare/@cypress/webpack-preprocessor-v6.0.1...@cypress/webpack-preprocessor-v6.0.2)

---
updated-dependencies:
- dependency-name: "@cypress/webpack-preprocessor"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sat, 10 Aug 2024 00:20:29 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 months agoMerge pull request #47150 from nextcloud/backport/47147/stable28
John Molakvoæ [Fri, 9 Aug 2024 13:38:00 +0000 (15:38 +0200)]
Merge pull request #47150 from nextcloud/backport/47147/stable28

2 months agofix(files): trim names on new node creation 47150/head
skjnldsv [Fri, 9 Aug 2024 07:12:32 +0000 (09:12 +0200)]
fix(files): trim names on new node creation

Signed-off-by: skjnldsv <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>
2 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Fri, 9 Aug 2024 00:25:45 +0000 (00:25 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 months agoMerge pull request #47081 from nextcloud/backport/47038/stable28
Robin Appelman [Thu, 8 Aug 2024 13:55:42 +0000 (15:55 +0200)]
Merge pull request #47081 from nextcloud/backport/47038/stable28

[stable28] fix: check for correct storage class when checking for link parent

2 months agoMerge pull request #47118 from nextcloud/backport/47044/stable28
Andy Scherzinger [Thu, 8 Aug 2024 11:09:55 +0000 (13:09 +0200)]
Merge pull request #47118 from nextcloud/backport/47044/stable28

[stable28] fix(encryption): Fix mountpoint check to accept if several are found

2 months agoMerge pull request #47128 from nextcloud/backport/47120/stable28
John Molakvoæ [Thu, 8 Aug 2024 10:43:29 +0000 (12:43 +0200)]
Merge pull request #47128 from nextcloud/backport/47120/stable28

[stable28] fix(systemtags): Correctly load tagged files in "tags"-files-view

2 months agochore(assets): Recompile assets 47128/head
nextcloud-command [Wed, 7 Aug 2024 23:18:05 +0000 (23:18 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>