]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
18 months agofix(settings): Increase "Edit your profile visibility button" contrast 38078/head
Ferdinand Thiessen [Tue, 2 May 2023 16:11:47 +0000 (18:11 +0200)]
fix(settings): Increase "Edit your profile visibility button" contrast

Before this the contrast of the button was too low in terms of accessibility.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
18 months agoMerge pull request #38054 from nextcloud/backport/38016/stable26
Christoph Wurst [Thu, 4 May 2023 09:15:30 +0000 (11:15 +0200)]
Merge pull request #38054 from nextcloud/backport/38016/stable26

[stable26] fix: add workaround for oci and limit queries

18 months agoMerge pull request #38049 from nextcloud/backport/38045/stable26
Ferdinand Thiessen [Thu, 4 May 2023 08:54:17 +0000 (10:54 +0200)]
Merge pull request #38049 from nextcloud/backport/38045/stable26

[stable26] Fix app overflow menu on bright color theme

18 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Thu, 4 May 2023 02:28:17 +0000 (02:28 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
18 months agofix: add workaround for oci and limit queries 38054/head
Daniel Kesselberg [Tue, 2 May 2023 09:12:48 +0000 (11:12 +0200)]
fix: add workaround for oci and limit queries

DBAL uses a helper column "doctrine_rownum" for top-n queries

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
18 months agoCompile assets 38049/head
nextcloud-command [Wed, 3 May 2023 18:16:56 +0000 (18:16 +0000)]
Compile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
18 months agofix(AppMenu): On bright color theme the app icons in the overflow menu must be inverted
Ferdinand Thiessen [Wed, 3 May 2023 13:01:51 +0000 (15:01 +0200)]
fix(AppMenu): On bright color theme the app icons in the overflow menu must be inverted

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
18 months agoMerge pull request #38043 from nextcloud/backport/37787/stable26
max-nextcloud [Wed, 3 May 2023 14:35:37 +0000 (16:35 +0200)]
Merge pull request #38043 from nextcloud/backport/37787/stable26

[stable26] fix: catch ManuallyLockedException and use app context

18 months agoMerge pull request #38040 from nextcloud/backport/37958/stable26
Louis [Wed, 3 May 2023 13:58:17 +0000 (15:58 +0200)]
Merge pull request #38040 from nextcloud/backport/37958/stable26

[stable26] Mutualize expireDate handling when creating and updating a share

18 months agoMerge pull request #38037 from nextcloud/backport/33106/stable26
Joas Schilling [Wed, 3 May 2023 12:46:24 +0000 (14:46 +0200)]
Merge pull request #38037 from nextcloud/backport/33106/stable26

[stable26] Update expire_date column of table comments

18 months agofix: catch ManuallyLockedException and use app context 38043/head
Max [Tue, 18 Apr 2023 07:58:21 +0000 (09:58 +0200)]
fix: catch ManuallyLockedException and use app context

The files_lock app may throw ManuallyLockedExceptions
when attempting to revert a file that is currently opened.
This would prevent the user from rolling back a opened file.

Text and Richdocuments handle changes of the file while editing.
Allow reverting files even when they are locked by these apps
and let the apps handle the conflict.

Signed-off-by: Max <max@nextcloud.com>
18 months agoMutualize expireDate handling when creating and updating a share 38040/head
Louis Chemineau [Thu, 27 Apr 2023 14:26:24 +0000 (16:26 +0200)]
Mutualize expireDate handling when creating and updating a share

Signed-off-by: Louis Chemineau <louis@chmn.me>
18 months agoMerge pull request #38005 from nextcloud/backport/37525/stable26
Arthur Schiwon [Wed, 3 May 2023 08:38:31 +0000 (10:38 +0200)]
Merge pull request #38005 from nextcloud/backport/37525/stable26

[stable26] add command for getting fileinfo for debugging

18 months agoCover expire_date with unit tests 38037/head
Vitor Mattos [Wed, 26 Apr 2023 16:17:37 +0000 (13:17 -0300)]
Cover expire_date with unit tests

Signed-off-by: Vitor Mattos <vitor@php.rio>
18 months agoUpdate expire_date column of table comments
Vitor Mattos [Mon, 4 Jul 2022 17:08:30 +0000 (14:08 -0300)]
Update expire_date column of table comments

Signed-off-by: Vitor Mattos <vitor@php.rio>
18 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Wed, 3 May 2023 02:28:08 +0000 (02:28 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
18 months agoMerge pull request #38027 from nextcloud/backport/37903/stable26
Simon L [Tue, 2 May 2023 22:55:31 +0000 (00:55 +0200)]
Merge pull request #38027 from nextcloud/backport/37903/stable26

[stable26] Fix multiple LDAP configuration support by fixing AccessFactory

18 months agoAdd comment about Manager instance not being shared 38027/head
Côme Chilliet [Thu, 27 Apr 2023 09:21:53 +0000 (11:21 +0200)]
Add comment about Manager instance not being shared

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
18 months agoAdapt Sync job tests to the constructor change
Côme Chilliet [Thu, 27 Apr 2023 07:08:57 +0000 (09:08 +0200)]
Adapt Sync job tests to the constructor change

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
18 months agoFix multiple LDAP configuration support by fixing AccessFactory
Côme Chilliet [Mon, 24 Apr 2023 14:03:40 +0000 (16:03 +0200)]
Fix multiple LDAP configuration support by fixing AccessFactory

It must not reuse the same OCA\User_LDAP\User\Manager instance for
 several Access instances.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
18 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Tue, 2 May 2023 02:27:54 +0000 (02:27 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
18 months agovalidate that folder size sums to children 38005/head
Robin Appelman [Fri, 14 Apr 2023 14:39:50 +0000 (16:39 +0200)]
validate that folder size sums to children

Signed-off-by: Robin Appelman <robin@icewind.nl>
18 months agoadd command for getting fileinfo for debugging
Robin Appelman [Fri, 31 Mar 2023 16:58:59 +0000 (18:58 +0200)]
add command for getting fileinfo for debugging

Signed-off-by: Robin Appelman <robin@icewind.nl>
18 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Mon, 1 May 2023 02:29:33 +0000 (02:29 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
18 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sun, 30 Apr 2023 02:29:27 +0000 (02:29 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
18 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sat, 29 Apr 2023 02:28:37 +0000 (02:28 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
18 months agoMerge pull request #37973 from nextcloud/automated/noid/stable26-fix-npm-audit
Simon L [Fri, 28 Apr 2023 18:55:53 +0000 (20:55 +0200)]
Merge pull request #37973 from nextcloud/automated/noid/stable26-fix-npm-audit

[stable26] Fix npm audit

18 months agochore(deps): fix npm audit 37973/head
nextcloud-command [Fri, 28 Apr 2023 17:11:44 +0000 (17:11 +0000)]
chore(deps): fix npm audit

Signed-off-by: GitHub <noreply@github.com>
18 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Fri, 28 Apr 2023 02:28:47 +0000 (02:28 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
18 months agoMerge pull request #37957 from nextcloud/backport/37948/stable26
Louis [Thu, 27 Apr 2023 16:25:39 +0000 (18:25 +0200)]
Merge pull request #37957 from nextcloud/backport/37948/stable26

[stable26] Do not show Tags action when systemtag is disabled

18 months agoMerge pull request #37941 from nextcloud/backport/37935/stable26
Joas Schilling [Thu, 27 Apr 2023 15:52:20 +0000 (17:52 +0200)]
Merge pull request #37941 from nextcloud/backport/37935/stable26

[stable26] fix(settings): Fix title of profile scope options

18 months agoDo not show Tags action when systemtag is disabled 37957/head
Louis Chemineau [Thu, 27 Apr 2023 11:53:21 +0000 (13:53 +0200)]
Do not show Tags action when systemtag is disabled

Signed-off-by: Louis Chemineau <louis@chmn.me>
18 months agoMerge pull request #37875 from nextcloud/backport/37820/stable26
Simon L [Thu, 27 Apr 2023 07:43:03 +0000 (09:43 +0200)]
Merge pull request #37875 from nextcloud/backport/37820/stable26

[stable26] ignore errors while trying to update parent storage_mtime

18 months agoMerge pull request #37845 from nextcloud/bump/guzzle-psr7/stable26
Joas Schilling [Thu, 27 Apr 2023 07:38:44 +0000 (09:38 +0200)]
Merge pull request #37845 from nextcloud/bump/guzzle-psr7/stable26

[stable26] sec(deps): Update guzzlehttp/psr7

18 months agochore(assets): Recompile JS 37941/head
Joas Schilling [Thu, 27 Apr 2023 07:30:52 +0000 (09:30 +0200)]
chore(assets): Recompile JS

Signed-off-by: Joas Schilling <coding@schilljs.com>
18 months agoMerge pull request #37939 from nextcloud/backport/stable26-37806
Louis [Thu, 27 Apr 2023 07:30:47 +0000 (09:30 +0200)]
Merge pull request #37939 from nextcloud/backport/stable26-37806

[stable26] Backport: Fix profile view edit button overlapping status text

18 months agofix(settings): Fix title of profile scope options
Joas Schilling [Wed, 26 Apr 2023 10:23:51 +0000 (12:23 +0200)]
fix(settings): Fix title of profile scope options

Signed-off-by: Joas Schilling <coding@schilljs.com>
18 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Thu, 27 Apr 2023 02:28:44 +0000 (02:28 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
18 months agoMerge pull request #37833 from nextcloud/backport/37807/stable26
Ferdinand Thiessen [Wed, 26 Apr 2023 21:00:29 +0000 (23:00 +0200)]
Merge pull request #37833 from nextcloud/backport/37807/stable26

[stable26] Fix background color of external devices with errors on dark color theme

18 months agoCompile assets 37939/head
nextcloud-command [Wed, 26 Apr 2023 20:50:41 +0000 (20:50 +0000)]
Compile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
18 months agofix(core): Fix profile view edit button overlapping status text
Ferdinand Thiessen [Tue, 18 Apr 2023 20:54:38 +0000 (22:54 +0200)]
fix(core): Fix profile view edit button overlapping status text

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
18 months agoMerge pull request #37900 from nextcloud/backport/stable26/artonge/fix/dont_override_...
Louis [Wed, 26 Apr 2023 17:08:05 +0000 (19:08 +0200)]
Merge pull request #37900 from nextcloud/backport/stable26/artonge/fix/dont_override_stored_credentials_with_saml

[stable26] Do not override stored credentials when login in with SAML

19 months agosec(deps): Update guzzlehttp/psr7 37845/head
Joas Schilling [Thu, 20 Apr 2023 14:01:40 +0000 (16:01 +0200)]
sec(deps): Update guzzlehttp/psr7

Signed-off-by: Joas Schilling <coding@schilljs.com>
19 months agoMerge pull request #37922 from nextcloud/backport/37909/stable26
Arthur Schiwon [Wed, 26 Apr 2023 07:02:59 +0000 (09:02 +0200)]
Merge pull request #37922 from nextcloud/backport/37909/stable26

[stable26] Update crl after revoke shifts.csr

19 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Wed, 26 Apr 2023 02:28:19 +0000 (02:28 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
19 months agoUpdate crl after revoke shifts.csr 37922/head
Vitor Mattos [Mon, 24 Apr 2023 22:21:36 +0000 (22:21 +0000)]
Update crl after revoke shifts.csr

Signed-off-by: Vitor Mattos <vitor@php.rio>
19 months agoMerge pull request #37911 from nextcloud/backport/37780/stable26
Louis [Tue, 25 Apr 2023 09:02:05 +0000 (11:02 +0200)]
Merge pull request #37911 from nextcloud/backport/37780/stable26

[stable26] Trap focus in dialogs

19 months agoMerge pull request #37907 from nextcloud/stable26-make-grid-toggle-sticky
Simon L [Tue, 25 Apr 2023 08:40:55 +0000 (10:40 +0200)]
Merge pull request #37907 from nextcloud/stable26-make-grid-toggle-sticky

[stable26] make grid toggle sticky

19 months agoMerge pull request #37768 from nextcloud/backport/37764/stable26
Louis [Tue, 25 Apr 2023 08:30:43 +0000 (10:30 +0200)]
Merge pull request #37768 from nextcloud/backport/37764/stable26

[stable26] Really disable versions features when S3 versioning is enabled

19 months agoTrap focus in dialogs 37911/head
Christopher Ng [Fri, 21 Apr 2023 02:48:44 +0000 (19:48 -0700)]
Trap focus in dialogs

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

19 months agoAdd focus-trap
Christopher Ng [Fri, 21 Apr 2023 02:48:43 +0000 (19:48 -0700)]
Add focus-trap

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

19 months agoTest StorePasswordListener 37900/head
Louis Chemineau [Wed, 19 Apr 2023 09:53:34 +0000 (11:53 +0200)]
Test StorePasswordListener

Signed-off-by: Louis Chemineau <louis@chmn.me>
19 months agoDo not override stored credentials when login in with SAML
Louis Chemineau [Thu, 13 Apr 2023 16:05:37 +0000 (18:05 +0200)]
Do not override stored credentials when login in with SAML

When login in with SAML, the password from `$event->getPassword()` is `null`.

This PR makes sure that this `null` value won't be used to override the stored password even though it is different.

This PR also allow for the password and user to be updated even though they were not set before.

Signed-off-by: Louis Chemineau <louis@chmn.me>
19 months agoReally disable versions features when S3 versioning is enabled 37768/head
Louis Chemineau [Mon, 17 Apr 2023 09:16:20 +0000 (11:16 +0200)]
Really disable versions features when S3 versioning is enabled

Signed-off-by: Louis Chemineau <louis@chmn.me>
19 months agoMerge pull request #37910 from nextcloud/backport/37804/stable26
John Molakvoæ [Tue, 25 Apr 2023 07:05:25 +0000 (09:05 +0200)]
Merge pull request #37910 from nextcloud/backport/37804/stable26

[stable26] Bump @nextcloud/vue from 7.8.0 to 7.10.0

19 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Tue, 25 Apr 2023 02:22:55 +0000 (02:22 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
19 months agoBump @nextcloud/vue from 7.8.0 to 7.10.0 37910/head
Christopher Ng [Mon, 24 Apr 2023 23:14:15 +0000 (16:14 -0700)]
Bump @nextcloud/vue from 7.8.0 to 7.10.0

Signed-off-by: Christopher Ng <chrng8@gmail.com>
19 months agofix: make grid view button sticky 37907/head
Daniel Kesselberg [Sun, 23 Apr 2023 19:02:43 +0000 (21:02 +0200)]
fix: make grid view button sticky

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
19 months agoMerge pull request #37743 from nextcloud/backport/36690/stable26
Julius Härtl [Mon, 24 Apr 2023 10:27:23 +0000 (12:27 +0200)]
Merge pull request #37743 from nextcloud/backport/36690/stable26

19 months agoMerge pull request #37836 from nextcloud/backport/37826/stable26
Joas Schilling [Mon, 24 Apr 2023 08:16:19 +0000 (10:16 +0200)]
Merge pull request #37836 from nextcloud/backport/37826/stable26

[stable26] fix(files): Don't throw an error when guests access the controller

19 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Mon, 24 Apr 2023 02:29:21 +0000 (02:29 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
19 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sun, 23 Apr 2023 02:28:52 +0000 (02:28 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
19 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sat, 22 Apr 2023 02:28:22 +0000 (02:28 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
19 months agoignore errors while trying to update parent storage_mtime 37875/head
Robin Appelman [Wed, 19 Apr 2023 12:15:09 +0000 (14:15 +0200)]
ignore errors while trying to update parent storage_mtime

in the worst case this should only cause an extra rescan later

Signed-off-by: Robin Appelman <robin@icewind.nl>
19 months agoMerge pull request #37740 from nextcloud/revert-37718-revert-37701-backport/37617...
John Molakvoæ [Fri, 21 Apr 2023 08:01:38 +0000 (10:01 +0200)]
Merge pull request #37740 from nextcloud/revert-37718-revert-37701-backport/37617/stable26

[stable26] handle not being able to write file for notify self-test

19 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Fri, 21 Apr 2023 02:28:50 +0000 (02:28 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
19 months agoMerge pull request #37812 from nextcloud/backport/stable26-fix-event-moving
Arthur Schiwon [Thu, 20 Apr 2023 15:56:23 +0000 (17:56 +0200)]
Merge pull request #37812 from nextcloud/backport/stable26-fix-event-moving

[stable26] fix event move issue

19 months agofix(files): Don't throw an error when guests access the controller 37836/head
Joas Schilling [Wed, 19 Apr 2023 14:39:57 +0000 (16:39 +0200)]
fix(files): Don't throw an error when guests access the controller

Signed-off-by: Joas Schilling <coding@schilljs.com>
19 months agofix(files_external): Background color of external devices with errors should respect... 37833/head
Ferdinand Thiessen [Tue, 18 Apr 2023 21:34:37 +0000 (23:34 +0200)]
fix(files_external): Background color of external devices with errors should respect color theme

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
19 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Thu, 20 Apr 2023 02:29:23 +0000 (02:29 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
19 months agoMerge pull request #37782 from nextcloud/release/26.0.1 v26.0.1
John Molakvoæ [Wed, 19 Apr 2023 15:38:07 +0000 (17:38 +0200)]
Merge pull request #37782 from nextcloud/release/26.0.1

26.0.1

19 months agofix event move issue 37812/head
Maximilian Martin [Fri, 3 Mar 2023 21:02:44 +0000 (16:02 -0500)]
fix event move issue

Signed-off-by: Maximilian Martin <maximilian_martin@gmx.de>
19 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Wed, 19 Apr 2023 02:28:30 +0000 (02:28 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
19 months ago26.0.1 37782/head
John Molakvoæ [Tue, 18 Apr 2023 07:04:11 +0000 (09:04 +0200)]
26.0.1

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
19 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Tue, 18 Apr 2023 02:37:27 +0000 (02:37 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
19 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Mon, 17 Apr 2023 02:27:44 +0000 (02:27 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
19 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sun, 16 Apr 2023 02:28:04 +0000 (02:28 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
19 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sat, 15 Apr 2023 02:27:40 +0000 (02:27 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
19 months agofix: Check return type on rollback 37743/head
Julius Härtl [Mon, 13 Mar 2023 09:57:12 +0000 (10:57 +0100)]
fix: Check return type on rollback

Signed-off-by: Julius Härtl <jus@bitgrid.net>
19 months agodon't re-get fileinfo for versioned file if it's not shared
Robin Appelman [Fri, 10 Mar 2023 16:10:06 +0000 (17:10 +0100)]
don't re-get fileinfo for versioned file if it's not shared

Signed-off-by: Robin Appelman <robin@icewind.nl>
19 months agotests(files_versions): Tear down fs to clear mount cache before testing
Julius Härtl [Tue, 14 Feb 2023 11:38:51 +0000 (12:38 +0100)]
tests(files_versions): Tear down fs to clear mount cache before testing

Signed-off-by: Julius Härtl <jus@bitgrid.net>
19 months agofix: Make sure that rollback hook is triggered on all version backends
Julius Härtl [Mon, 13 Feb 2023 13:30:40 +0000 (14:30 +0100)]
fix: Make sure that rollback hook is triggered on all version backends

Signed-off-by: Julius Härtl <jus@bitgrid.net>
19 months agoRevert "Revert "[stable26] handle not being able to write file for notify self-test"" 37740/head
John Molakvoæ [Fri, 14 Apr 2023 16:35:55 +0000 (18:35 +0200)]
Revert "Revert "[stable26] handle not being able to write file for notify self-test""

19 months agoMerge pull request #37718 from nextcloud/revert-37701-backport/37617/stable26
John Molakvoæ [Fri, 14 Apr 2023 12:05:54 +0000 (14:05 +0200)]
Merge pull request #37718 from nextcloud/revert-37701-backport/37617/stable26

Revert "[stable26] handle not being able to write file for notify self-test"

19 months agoFix(l10n): 🔠 Update translations from Transifex
Nextcloud bot [Fri, 14 Apr 2023 02:19:52 +0000 (02:19 +0000)]
Fix(l10n): 🔠 Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
19 months agoRevert "[stable26] handle not being able to write file for notify self-test" 37718/head
John Molakvoæ [Thu, 13 Apr 2023 16:56:03 +0000 (18:56 +0200)]
Revert "[stable26] handle not being able to write file for notify self-test"

19 months agoMerge pull request #37701 from nextcloud/backport/37617/stable26
Robin Appelman [Thu, 13 Apr 2023 11:26:25 +0000 (13:26 +0200)]
Merge pull request #37701 from nextcloud/backport/37617/stable26

[stable26] handle not being able to write file for notify self-test

19 months agoMerge pull request #37698 from nextcloud/release/26.0.1_rc1 v26.0.1rc1
John Molakvoæ [Thu, 13 Apr 2023 08:06:40 +0000 (10:06 +0200)]
Merge pull request #37698 from nextcloud/release/26.0.1_rc1

26.0.1 RC1

19 months agoMerge pull request #37705 from nextcloud/backport/37704/stable26
John Molakvoæ [Thu, 13 Apr 2023 08:06:21 +0000 (10:06 +0200)]
Merge pull request #37705 from nextcloud/backport/37704/stable26

[stable26] fix(translation): Fix several issues with the translations api

19 months agofeat(translation): Allow guests to use translations as well 37705/head
Joas Schilling [Thu, 13 Apr 2023 07:01:27 +0000 (09:01 +0200)]
feat(translation): Allow guests to use translations as well

Signed-off-by: Joas Schilling <coding@schilljs.com>
19 months agofix(translation): Use 400 as status code to be distinguishable from server errors
Joas Schilling [Thu, 13 Apr 2023 06:54:48 +0000 (08:54 +0200)]
fix(translation): Use 400 as status code to be distinguishable from server errors

Signed-off-by: Joas Schilling <coding@schilljs.com>
19 months agofix(translation): Properly set the numbers as HTTP status code
Joas Schilling [Thu, 13 Apr 2023 06:54:02 +0000 (08:54 +0200)]
fix(translation): Properly set the numbers as HTTP status code

Signed-off-by: Joas Schilling <coding@schilljs.com>
19 months agofix(translation): Translate error messages on translations API
Joas Schilling [Thu, 13 Apr 2023 06:53:15 +0000 (08:53 +0200)]
fix(translation): Translate error messages on translations API

Signed-off-by: Joas Schilling <coding@schilljs.com>
19 months agoMerge pull request #37508 from nextcloud/backport/37486/stable26
John Molakvoæ [Thu, 13 Apr 2023 06:19:32 +0000 (08:19 +0200)]
Merge pull request #37508 from nextcloud/backport/37486/stable26

[stable26] fix default_language doc

19 months agohandle not being able to write file for notify self-test 37701/head
Robin Appelman [Thu, 6 Apr 2023 09:52:22 +0000 (11:52 +0200)]
handle not being able to write file for notify self-test

Signed-off-by: Robin Appelman <robin@icewind.nl>
19 months agoMerge pull request #37687 from nextcloud/backport/37626/stable26
John Molakvoæ [Thu, 13 Apr 2023 06:18:16 +0000 (08:18 +0200)]
Merge pull request #37687 from nextcloud/backport/37626/stable26

[stable26] fix(dav): add string comparison for diff

19 months ago26.0.1 RC1 37698/head
John Molakvoæ [Thu, 13 Apr 2023 06:03:23 +0000 (08:03 +0200)]
26.0.1 RC1

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
19 months agoFix(l10n): 🔠 Update translations from Transifex
Nextcloud bot [Thu, 13 Apr 2023 02:27:58 +0000 (02:27 +0000)]
Fix(l10n): 🔠 Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
19 months agoMerge pull request #37689 from nextcloud/backport/37680/stable26
Maxence Lange [Wed, 12 Apr 2023 15:26:53 +0000 (14:26 -0100)]
Merge pull request #37689 from nextcloud/backport/37680/stable26

[stable26] app type extended_authentication

19 months agoapp type extended_authentication 37689/head
Maxence Lange [Wed, 12 Apr 2023 10:34:38 +0000 (09:34 -0100)]
app type extended_authentication

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>