]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
3 weeks agofix(files-external): set password as sensitive backport/49009/stable25 49032/head
Maxence Lange [Thu, 31 Oct 2024 10:41:09 +0000 (09:41 -0100)]
fix(files-external): set password as sensitive

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
3 weeks agoMerge pull request #48962 from nextcloud/backport/48921/stable25
John Molakvoæ [Tue, 29 Oct 2024 09:44:29 +0000 (10:44 +0100)]
Merge pull request #48962 from nextcloud/backport/48921/stable25

3 weeks agoci(psalm): Add missing imagick extension backport/48921/stable25 48962/head
provokateurin [Tue, 29 Oct 2024 07:24:14 +0000 (08:24 +0100)]
ci(psalm): Add missing imagick extension

Signed-off-by: provokateurin <kate@provokateurin.de>
3 weeks agoMerge pull request #48524 from nextcloud/backport/48510/stable25
Joas Schilling [Mon, 28 Oct 2024 15:16:07 +0000 (16:16 +0100)]
Merge pull request #48524 from nextcloud/backport/48510/stable25

[stable25] fix(caldav): add missing handlers

3 weeks agoMerge pull request #48926 from nextcloud/backport/48917/stable25
John Molakvoæ [Mon, 28 Oct 2024 14:01:12 +0000 (15:01 +0100)]
Merge pull request #48926 from nextcloud/backport/48917/stable25

3 weeks agofix(dav): Cleanup view-only check backport/48917/stable25 48926/head
provokateurin [Mon, 21 Oct 2024 10:21:29 +0000 (12:21 +0200)]
fix(dav): Cleanup view-only check

Signed-off-by: provokateurin <kate@provokateurin.de>
4 weeks agoMerge pull request #48776 from nextcloud/automated/noid/stable25-update-code-signing-crl
Joas Schilling [Sat, 19 Oct 2024 06:24:48 +0000 (08:24 +0200)]
Merge pull request #48776 from nextcloud/automated/noid/stable25-update-code-signing-crl

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

4 weeks agofix(security): Update code signing revocation list automated/noid/stable25-update-code-signing-crl 48776/head
nextcloud-command [Sat, 19 Oct 2024 02:29:21 +0000 (02:29 +0000)]
fix(security): Update code signing revocation list

Signed-off-by: GitHub <noreply@github.com>
7 weeks agofix(caldav): add missing handlers backport/48510/stable25 48524/head
Anna Larch [Tue, 1 Oct 2024 20:52:08 +0000 (22:52 +0200)]
fix(caldav): add missing handlers

Signed-off-by: Anna Larch <anna@nextcloud.com>
7 weeks agoMerge pull request #48383 from nextcloud/backport/48359/stable25
Stephan Orbaugh [Tue, 1 Oct 2024 12:44:30 +0000 (14:44 +0200)]
Merge pull request #48383 from nextcloud/backport/48359/stable25

[stable25] fix: Use placeholder for external storage password

7 weeks agoMerge pull request #48304 from nextcloud/backport/48297/stable25
Stephan Orbaugh [Tue, 1 Oct 2024 12:43:41 +0000 (14:43 +0200)]
Merge pull request #48304 from nextcloud/backport/48297/stable25

[stable25] fix(dav): Always respond custom error page on exceptions

7 weeks agochore: Update smb-kerberos workflow backport/48359/stable25 48383/head
Louis Chemineau [Tue, 1 Oct 2024 09:19:44 +0000 (11:19 +0200)]
chore: Update smb-kerberos workflow

Signed-off-by: Louis Chemineau <louis@chmn.me>
7 weeks agofix: Disable constructor in ErrorPagePluginTest backport/48297/stable25 48304/head
Louis Chemineau [Mon, 30 Sep 2024 15:56:24 +0000 (17:56 +0200)]
fix: Disable constructor in ErrorPagePluginTest

Signed-off-by: Louis Chemineau <louis@chmn.me>
7 weeks agofix: Prevent duplicate creation of print_exception function
Louis Chemineau [Wed, 18 Sep 2024 07:23:19 +0000 (09:23 +0200)]
fix: Prevent duplicate creation of print_exception function

Signed-off-by: Louis Chemineau <louis@chmn.me>
7 weeks agofix: Override start method of \Sabre\DAV\Server to remove exception output
Louis Chemineau [Wed, 18 Sep 2024 15:09:49 +0000 (17:09 +0200)]
fix: Override start method of \Sabre\DAV\Server to remove exception output

Signed-off-by: Louis Chemineau <louis@chmn.me>
7 weeks agofix: Replace conflicting tags in `xml_exception` template
Ferdinand Thiessen [Fri, 6 Sep 2024 14:49:33 +0000 (16:49 +0200)]
fix: Replace conflicting tags in `xml_exception` template

The `<?xml` tag is interpreted as PHP short tags, so this causes errors.
Instead just print that part of the template.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
7 weeks agofix(dav): Always respond custom error page on exceptions
Louis Chemineau [Thu, 5 Sep 2024 18:35:26 +0000 (20:35 +0200)]
fix(dav): Always respond custom error page on exceptions

Signed-off-by: Louis Chemineau <louis@chmn.me>
8 weeks agoMerge pull request #48376 from nextcloud/backport/48142/stable25
Joas Schilling [Thu, 26 Sep 2024 13:17:54 +0000 (15:17 +0200)]
Merge pull request #48376 from nextcloud/backport/48142/stable25

[stable25] feat(share): ensure unique share tokens with dynamic length adjustment

8 weeks agofix: Use hashed password in files_external settings
Louis Chemineau [Tue, 24 Sep 2024 14:20:04 +0000 (16:20 +0200)]
fix: Use hashed password in files_external settings

Signed-off-by: Louis Chemineau <louis@chmn.me>
8 weeks agofix(share): Ensure unique share tokens backport/48142/stable25 48376/head
ernolf [Tue, 20 Aug 2024 10:33:28 +0000 (12:33 +0200)]
fix(share): Ensure unique share tokens

- check for token collisions and retry up to three times.
- throw after 3 attempts without finding a unique token.

Signed-off-by: ernolf <raphael.gradenwitz@googlemail.com>
8 weeks agoMerge pull request #48334 from nextcloud/automated/noid/stable25-update-ca-cert-bundle
Joas Schilling [Wed, 25 Sep 2024 05:03:31 +0000 (07:03 +0200)]
Merge pull request #48334 from nextcloud/automated/noid/stable25-update-ca-cert-bundle

[stable25] fix(security): Update CA certificate bundle

8 weeks agofix(security): Update CA certificate bundle automated/noid/stable25-update-ca-cert-bundle 48334/head
nextcloud-command [Wed, 25 Sep 2024 02:30:56 +0000 (02:30 +0000)]
fix(security): Update CA certificate bundle

Signed-off-by: GitHub <noreply@github.com>
8 weeks agoMerge pull request #48289 from nextcloud/backport/48282/stable25
Joas Schilling [Mon, 23 Sep 2024 12:45:07 +0000 (14:45 +0200)]
Merge pull request #48289 from nextcloud/backport/48282/stable25

[stable25] chore: add .git-blame-ignore-revs

8 weeks agochore: add .git-blame-ignore-revs backport/48282/stable25 48289/head
Daniel Kesselberg [Mon, 23 Sep 2024 09:39:15 +0000 (11:39 +0200)]
chore: add .git-blame-ignore-revs

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
4 months agoMerge pull request #46407 from nextcloud/backport/46388/stable25
Joas Schilling [Thu, 11 Jul 2024 07:25:19 +0000 (09:25 +0200)]
Merge pull request #46407 from nextcloud/backport/46388/stable25

[stable25] fix(workflows): Fix file systemtag cache

4 months agofix(workflows): Fix file systemtag cache 46407/head
Joas Schilling [Fri, 28 Jun 2024 08:52:02 +0000 (10:52 +0200)]
fix(workflows): Fix file systemtag cache

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 months agoMerge pull request #46262 from nextcloud/automated/noid/stable25-update-ca-cert-bundle
Joas Schilling [Wed, 3 Jul 2024 06:47:48 +0000 (08:47 +0200)]
Merge pull request #46262 from nextcloud/automated/noid/stable25-update-ca-cert-bundle

[stable25] fix(security): Update CA certificate bundle

4 months agofix(security): Update CA certificate bundle 46262/head
nextcloud-command [Wed, 3 Jul 2024 02:19:45 +0000 (02:19 +0000)]
fix(security): Update CA certificate bundle

Signed-off-by: GitHub <noreply@github.com>
4 months agoMerge pull request #46160 from nextcloud/automated/noid/stable25-update-code-signing-crl
Joas Schilling [Thu, 27 Jun 2024 08:04:50 +0000 (10:04 +0200)]
Merge pull request #46160 from nextcloud/automated/noid/stable25-update-code-signing-crl

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

4 months agofix(security): Update code signing revocation list 46160/head
nextcloud-command [Thu, 27 Jun 2024 02:21:45 +0000 (02:21 +0000)]
fix(security): Update code signing revocation list

Signed-off-by: GitHub <noreply@github.com>
5 months agoMerge pull request #45858 from nextcloud/backport/45545/stable25
Arthur Schiwon [Fri, 21 Jun 2024 09:04:02 +0000 (11:04 +0200)]
Merge pull request #45858 from nextcloud/backport/45545/stable25

[stable25] fix(dav): Rate limit address book creation

5 months agoMerge pull request #45924 from nextcloud/backport/45912/stable25
Joas Schilling [Wed, 19 Jun 2024 10:30:57 +0000 (12:30 +0200)]
Merge pull request #45924 from nextcloud/backport/45912/stable25

[stable25] ci: use precise ref for 3rdparty check

5 months agofix(dav): Rate limit address book creation 45858/head
Hamza Mahjoubi [Thu, 4 Apr 2024 22:00:49 +0000 (00:00 +0200)]
fix(dav): Rate limit address book creation

Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com>
5 months agoMerge pull request #45760 from nextcloud/backport/45355/stable25
Arthur Schiwon [Tue, 18 Jun 2024 16:53:58 +0000 (18:53 +0200)]
Merge pull request #45760 from nextcloud/backport/45355/stable25

[stable25] fix: delete user credentials stored in storages_credentials when user gets deleted

5 months agoMerge pull request #45830 from nextcloud/backport/45811/stable25
Arthur Schiwon [Tue, 18 Jun 2024 16:53:47 +0000 (18:53 +0200)]
Merge pull request #45830 from nextcloud/backport/45811/stable25

[stable25] test: add tests for ProfilePageController

5 months agoci: use precise ref for 3rdparty check 45924/head
Arthur Schiwon [Mon, 17 Jun 2024 09:25:28 +0000 (11:25 +0200)]
ci: use precise ref for 3rdparty check

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
5 months agotest: add tests for ProfilePageController 45830/head
Daniel Kesselberg [Wed, 12 Jun 2024 09:46:12 +0000 (11:46 +0200)]
test: add tests for ProfilePageController

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
5 months agofix: added missing ICredentialsManager 45760/head
yemkareems [Tue, 11 Jun 2024 05:01:13 +0000 (10:31 +0530)]
fix: added missing ICredentialsManager

fix: added missing ICredentialsManager

Signed-off-by: yemkareems <yemkareems@gmail.com>
5 months agofix: delete user credentials stored in storages_credentials when user gets deleted
yemkareems [Thu, 16 May 2024 11:18:47 +0000 (16:48 +0530)]
fix: delete user credentials stored in storages_credentials when user gets deleted

Signed-off-by: yemkareems <yemkareems@gmail.com>
[skip ci]

5 months agoMerge pull request #45462 from nextcloud/backport/45321/stable25
Arthur Schiwon [Thu, 23 May 2024 12:28:47 +0000 (14:28 +0200)]
Merge pull request #45462 from nextcloud/backport/45321/stable25

[stable25] fix: Correctly check result of function

5 months agoMerge pull request #45464 from nextcloud/backport/45340/stable25
Arthur Schiwon [Thu, 23 May 2024 08:44:30 +0000 (10:44 +0200)]
Merge pull request #45464 from nextcloud/backport/45340/stable25

[stable25] fix: Extend SVG reference check

6 months agofix: Correctly check result of function 45462/head
Joas Schilling [Wed, 15 May 2024 08:11:31 +0000 (10:11 +0200)]
fix: Correctly check result of function

Signed-off-by: Joas Schilling <coding@schilljs.com>
6 months agofix: Extend SVG reference check 45464/head
Joas Schilling [Wed, 15 May 2024 21:38:24 +0000 (23:38 +0200)]
fix: Extend SVG reference check

Signed-off-by: Joas Schilling <coding@schilljs.com>
6 months agoMerge pull request #44559 from nextcloud/backport/44339/stable25
Arthur Schiwon [Wed, 24 Apr 2024 14:19:18 +0000 (16:19 +0200)]
Merge pull request #44559 from nextcloud/backport/44339/stable25

[stable25] fix(share): use share owner to get ownership

6 months agoMerge pull request #45008 from nextcloud/backport/44892/stable25
Joas Schilling [Wed, 24 Apr 2024 10:53:21 +0000 (12:53 +0200)]
Merge pull request #45008 from nextcloud/backport/44892/stable25

[stable25] fix(files): Also skip cross storage move with access control

6 months agofix(CI): Suppress psalm UndefinedClass 45008/head
Joas Schilling [Thu, 18 Apr 2024 07:24:11 +0000 (09:24 +0200)]
fix(CI): Suppress psalm UndefinedClass

Signed-off-by: Joas Schilling <coding@schilljs.com>
6 months agofix(files): Also skip cross storage move with access control
Joas Schilling [Wed, 17 Apr 2024 14:29:07 +0000 (16:29 +0200)]
fix(files): Also skip cross storage move with access control

Signed-off-by: Joas Schilling <coding@schilljs.com>
7 months agoMerge pull request #44741 from nextcloud/backport/stable25/44736
Joas Schilling [Wed, 17 Apr 2024 08:38:13 +0000 (10:38 +0200)]
Merge pull request #44741 from nextcloud/backport/stable25/44736

[stable25] fix: Fix avatar images

7 months agotest: Update tests 44741/head
Christopher Ng [Tue, 9 Apr 2024 00:04:33 +0000 (17:04 -0700)]
test: Update tests

Signed-off-by: Christopher Ng <chrng8@gmail.com>
7 months agofix: Fix avatar images
Christopher Ng [Tue, 9 Apr 2024 00:04:33 +0000 (17:04 -0700)]
fix: Fix avatar images

Signed-off-by: Christopher Ng <chrng8@gmail.com>
7 months agoMerge pull request #44688 from nextcloud/backport/44678/stable25
Joas Schilling [Sat, 6 Apr 2024 13:12:58 +0000 (15:12 +0200)]
Merge pull request #44688 from nextcloud/backport/44678/stable25

[stable25] fix(3rdparty): Add a CI job to check 3rdparty integrity

7 months agofix(3rdparty): Add a CI job to check 3rdparty integrity 44688/head
Joas Schilling [Fri, 5 Apr 2024 12:53:30 +0000 (14:53 +0200)]
fix(3rdparty): Add a CI job to check 3rdparty integrity

Signed-off-by: Joas Schilling <coding@schilljs.com>
7 months agofix(share): use share owner to confirm reshare 44559/head
Maxence Lange [Wed, 20 Mar 2024 01:30:00 +0000 (00:30 -0100)]
fix(share): use share owner to confirm reshare

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
7 months agoMerge pull request #44476 from nextcloud/backport/44276/stable25
Joas Schilling [Thu, 28 Mar 2024 15:03:45 +0000 (16:03 +0100)]
Merge pull request #44476 from nextcloud/backport/44276/stable25

[stable25] fix(config): Make sure user keys are strings

7 months agoMerge pull request #44517 from nextcloud/automated/noid/stable25-update-code-signing-crl
Joas Schilling [Thu, 28 Mar 2024 06:50:09 +0000 (07:50 +0100)]
Merge pull request #44517 from nextcloud/automated/noid/stable25-update-code-signing-crl

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

7 months agofix(security): Update code signing revocation list 44517/head
nextcloud-command [Thu, 28 Mar 2024 02:15:18 +0000 (02:15 +0000)]
fix(security): Update code signing revocation list

Signed-off-by: GitHub <noreply@github.com>
7 months agofix(config): Make sure user keys are strings 44476/head
Christoph Wurst [Mon, 18 Mar 2024 13:51:35 +0000 (14:51 +0100)]
fix(config): Make sure user keys are strings

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
8 months agoMerge pull request #44309 from nextcloud/backport/44299/stable25
Joas Schilling [Thu, 21 Mar 2024 13:45:08 +0000 (14:45 +0100)]
Merge pull request #44309 from nextcloud/backport/44299/stable25

[stable25] Forbid tagging readonly files

8 months agochore: Remove PHP8 constructor property promotions 44309/head
Côme Chilliet [Tue, 19 Mar 2024 13:28:54 +0000 (14:28 +0100)]
chore: Remove PHP8 constructor property promotions

25 supports 7.4

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
8 months agofix(dav): Add missing use for OCP\Constants
Côme Chilliet [Tue, 19 Mar 2024 10:20:03 +0000 (11:20 +0100)]
fix(dav): Add missing use for OCP\Constants

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
8 months agochore: Break closure call on two lines to make it readable
Côme Chilliet [Mon, 4 Mar 2024 11:01:20 +0000 (12:01 +0100)]
chore: Break closure call on two lines to make it readable

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
8 months agofix(systemtags): Forbid tagging of readonly files
Côme Chilliet [Tue, 27 Feb 2024 09:31:59 +0000 (10:31 +0100)]
fix(systemtags): Forbid tagging of readonly files

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
8 months agoMerge pull request #43845 from nextcloud/backport/43787/stable25
John Molakvoæ [Fri, 15 Mar 2024 16:20:04 +0000 (17:20 +0100)]
Merge pull request #43845 from nextcloud/backport/43787/stable25

8 months agoMerge pull request #44146 from nextcloud/automated/noid/stable25-update-ca-cert-bundle
Joas Schilling [Tue, 12 Mar 2024 07:03:36 +0000 (08:03 +0100)]
Merge pull request #44146 from nextcloud/automated/noid/stable25-update-ca-cert-bundle

[stable25] fix(security): Update CA certificate bundle

8 months agofix(security): Update CA certificate bundle 44146/head
nextcloud-command [Tue, 12 Mar 2024 02:11:12 +0000 (02:11 +0000)]
fix(security): Update CA certificate bundle

Signed-off-by: GitHub <noreply@github.com>
8 months agoMerge pull request #44077 from nextcloud/backport/43992/stable25
Joas Schilling [Fri, 8 Mar 2024 10:14:13 +0000 (11:14 +0100)]
Merge pull request #44077 from nextcloud/backport/43992/stable25

[stable25] fix: Avoid clear cache with prefix

8 months agofix: Avoid clear cache with prefix 44077/head
Julius Härtl [Mon, 4 Mar 2024 11:29:55 +0000 (12:29 +0100)]
fix: Avoid clear cache with prefix

Signed-off-by: Julius Härtl <jus@bitgrid.net>
8 months agoMerge pull request #43889 from nextcloud/backport/43599/stable25
John Molakvoæ [Thu, 29 Feb 2024 07:47:41 +0000 (08:47 +0100)]
Merge pull request #43889 from nextcloud/backport/43599/stable25

[stable25] fix: Add bruteforce protection to email endpoint

8 months agoMerge pull request #43781 from nextcloud/backport/43753/stable25
John Molakvoæ [Thu, 29 Feb 2024 07:47:19 +0000 (08:47 +0100)]
Merge pull request #43781 from nextcloud/backport/43753/stable25

8 months agoMerge pull request #43866 from nextcloud/backport/43768/stable25
John Molakvoæ [Thu, 29 Feb 2024 07:32:58 +0000 (08:32 +0100)]
Merge pull request #43866 from nextcloud/backport/43768/stable25

8 months agoMerge pull request #43870 from nextcloud/backport/43727/stable25
John Molakvoæ [Wed, 28 Feb 2024 11:52:26 +0000 (12:52 +0100)]
Merge pull request #43870 from nextcloud/backport/43727/stable25

8 months agofix: Add bruteforce protection to email endpoint 43889/head
Joas Schilling [Fri, 2 Feb 2024 15:26:08 +0000 (16:26 +0100)]
fix: Add bruteforce protection to email endpoint

Signed-off-by: Joas Schilling <coding@schilljs.com>
8 months agofix(dav): Rate limit calendar/subscription creation 43781/head
Christoph Wurst [Fri, 11 Aug 2023 14:36:10 +0000 (16:36 +0200)]
fix(dav): Rate limit calendar/subscription creation

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
8 months agofix(dav): Init ViewOnlyPlugin after auth 43866/head
Louis Chemineau [Mon, 26 Feb 2024 15:57:30 +0000 (16:57 +0100)]
fix(dav): Init ViewOnlyPlugin after auth

Signed-off-by: Louis Chemineau <louis@chmn.me>
8 months agoCheck node permissions when restoring a version 43870/head
Louis Chemineau [Tue, 27 Feb 2024 14:51:25 +0000 (15:51 +0100)]
Check node permissions when restoring a version

Signed-off-by: Louis Chemineau <louis@chmn.me>
8 months agoMerge pull request #43749 from nextcloud/backport/40332/stable25
Andy Scherzinger [Tue, 27 Feb 2024 14:59:42 +0000 (15:59 +0100)]
Merge pull request #43749 from nextcloud/backport/40332/stable25

[stable25] Hide shares by disabled users

8 months agoMerge pull request #43859 from nextcloud/backport/43727/stable25
Stephan Orbaugh [Tue, 27 Feb 2024 13:18:50 +0000 (14:18 +0100)]
Merge pull request #43859 from nextcloud/backport/43727/stable25

[stable25] Check share status when touching versions

8 months agoCheck share attributes when downloading versions 43859/head
Louis Chemineau [Tue, 27 Feb 2024 11:07:56 +0000 (12:07 +0100)]
Check share attributes when downloading versions

Signed-off-by: Louis Chemineau <louis@chmn.me>
8 months agofix: Throw instead of yielding nothing when listing local directories 43845/head
Julius Härtl [Fri, 23 Feb 2024 15:07:43 +0000 (16:07 +0100)]
fix: Throw instead of yielding nothing when listing local directories

Signed-off-by: Julius Härtl <jus@bitgrid.net>
8 months agofix(tests): Adapt ManagerTest to new getAppValue call 43749/head
Côme Chilliet [Thu, 22 Feb 2024 15:11:46 +0000 (16:11 +0100)]
fix(tests): Adapt ManagerTest to new getAppValue call

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
8 months agoRemove modern PHP syntax, and apply codesniffer fixes in Share20/Manager.php
Côme Chilliet [Thu, 7 Sep 2023 15:13:37 +0000 (17:13 +0200)]
Remove modern PHP syntax, and apply codesniffer fixes in Share20/Manager.php

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
8 months agoUse nullsafe call syntax instead of additionnal check
Côme Chilliet [Thu, 10 Aug 2023 15:05:19 +0000 (17:05 +0200)]
Use nullsafe call syntax instead of additionnal check

Co-authored-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
8 months agoFix tests, add test for the new feature
Côme Chilliet [Mon, 7 Aug 2023 14:07:20 +0000 (16:07 +0200)]
Fix tests, add test for the new feature

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
8 months agoSet files_sharing:hide_disabled_user_shares to 'yes' to hide shares from disabled...
Côme Chilliet [Thu, 3 Aug 2023 14:13:38 +0000 (16:13 +0200)]
Set files_sharing:hide_disabled_user_shares to 'yes' to hide shares from disabled users

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
9 months agoMerge pull request #43506 from nextcloud/automated/noid/stable25-update-code-signing-crl
Joas Schilling [Sat, 10 Feb 2024 12:27:17 +0000 (13:27 +0100)]
Merge pull request #43506 from nextcloud/automated/noid/stable25-update-code-signing-crl

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

9 months agofix(security): Update code signing revocation list 43506/head
nextcloud-command [Sat, 10 Feb 2024 02:12:40 +0000 (02:12 +0000)]
fix(security): Update code signing revocation list

Signed-off-by: GitHub <noreply@github.com>
9 months agoMerge pull request #43376 from nextcloud/automated/noid/stable25-update-code-signing-crl
Matthieu Gallien [Wed, 7 Feb 2024 08:13:01 +0000 (09:13 +0100)]
Merge pull request #43376 from nextcloud/automated/noid/stable25-update-code-signing-crl

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

9 months agofix(security): Update code signing revocation list 43376/head
nextcloud-command [Tue, 6 Feb 2024 02:12:50 +0000 (02:12 +0000)]
fix(security): Update code signing revocation list

Signed-off-by: GitHub <noreply@github.com>
9 months agoMerge pull request #43073 from nextcloud/automated/noid/stable25-update-code-signing-crl
Matthieu Gallien [Wed, 24 Jan 2024 07:57:57 +0000 (08:57 +0100)]
Merge pull request #43073 from nextcloud/automated/noid/stable25-update-code-signing-crl

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

9 months agofix(security): Update code signing revocation list 43073/head
nextcloud-command [Wed, 24 Jan 2024 02:20:07 +0000 (02:20 +0000)]
fix(security): Update code signing revocation list

Signed-off-by: GitHub <noreply@github.com>
9 months agoMerge pull request #42909 from nextcloud/fix/caldav/update-acls-deletedcalendarobject...
Christoph Wurst [Mon, 22 Jan 2024 16:21:08 +0000 (17:21 +0100)]
Merge pull request #42909 from nextcloud/fix/caldav/update-acls-deletedcalendarobjectscollection-stable25

[stable25] fix(CalDAV): set acls for DeletedCalendarObjectsCollection

10 months agoMerge pull request #42943 from nextcloud/backport/36471/stable25
Ferdinand Thiessen [Fri, 19 Jan 2024 18:39:59 +0000 (19:39 +0100)]
Merge pull request #42943 from nextcloud/backport/36471/stable25

[stable25] feat(theming): Only convert a background image if it benefits from it

10 months agofix(themeing): Add error handling to ImageManager 42943/head
Ferdinand Thiessen [Mon, 20 Feb 2023 12:10:49 +0000 (13:10 +0100)]
fix(themeing): Add error handling to ImageManager

Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
10 months agoAdd webp and large jpg test assets
Ferdinand Thiessen [Wed, 1 Feb 2023 12:49:19 +0000 (13:49 +0100)]
Add webp and large jpg test assets

Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
10 months agofeat(theming): Only convert a background image if it benefits from it
Ferdinand Thiessen [Wed, 1 Feb 2023 12:23:35 +0000 (13:23 +0100)]
feat(theming): Only convert a background image if it benefits from it

* WebP images are generally quite small, converting to pngs would increase
  the filesize a lot.
* Small JPEG and PNG images do not benefit from any conversion, so skip it.
* JPEG images will get quite bigger when converted to PNG so instead convert to progressive JPEG

Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
10 months agoMerge pull request #42892 from nextcloud/backport/37346/stable25
Arthur Schiwon [Thu, 18 Jan 2024 10:46:54 +0000 (11:46 +0100)]
Merge pull request #42892 from nextcloud/backport/37346/stable25

[stable25] fix undefined method getExtStorageHome()

10 months agofix(CalDAV): set acls for DeletedCalendarObjectsCollection 42909/head
Johannes Merkel [Wed, 3 Jan 2024 14:49:53 +0000 (15:49 +0100)]
fix(CalDAV): set acls for DeletedCalendarObjectsCollection

Signed-off-by: Johannes Merkel <mail@johannesgge.de>
10 months agofix undefined method getExtStorageHome() 42892/head
Arthur Schiwon [Wed, 22 Mar 2023 12:54:27 +0000 (13:54 +0100)]
fix undefined method getExtStorageHome()

- adds a type check
- defines missing method in OfflineUser

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
10 months agoMerge pull request #42877 from nextcloud/backport/42563/stable25
Arthur Schiwon [Wed, 17 Jan 2024 13:57:46 +0000 (14:57 +0100)]
Merge pull request #42877 from nextcloud/backport/42563/stable25

[stable25] Update crl after revoke integration_homeassistant.csr

10 months agoUpdate crl after revoke integration_homeassistant.csr 42877/head
Matthieu Gallien [Wed, 3 Jan 2024 17:28:38 +0000 (17:28 +0000)]
Update crl after revoke integration_homeassistant.csr

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>