provokateurin
afffb3dcf6
fix(dav): Cleanup view-only check
...
Signed-off-by: provokateurin <kate@provokateurin.de>
2024-10-28 09:22:32 +00:00
Joas Schilling
6901134777
Merge pull request #48845 from nextcloud/backport/40367/stable27
...
[stable27] Fix registerEventListener signature
2024-10-22 21:59:23 +02:00
Côme Chilliet
a948a71205
Fix registerEventListener signature
...
It seems now psalm correctly supports this.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2024-10-22 19:48:49 +00:00
Joas Schilling
22bd46eca7
Merge pull request #48782 from nextcloud/automated/noid/stable27-update-code-signing-crl
...
[stable27] fix(security): Update code signing revocation list
2024-10-19 08:24:19 +02:00
nextcloud-command
ee09149537
fix(security): Update code signing revocation list
...
Signed-off-by: GitHub <noreply@github.com>
2024-10-19 02:29:23 +00:00
Arthur Schiwon
ba452f953c
Merge pull request #48493 from nextcloud/backport/48445/stable27
...
[stable27] fix(Auth): ignore missing token when trying to set password-unconfirmable
2024-10-01 19:54:59 +02:00
Arthur Schiwon
966bb302d3
fix(Auth): ignore missing token when trying to set password-unconfirmable
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2024-10-01 17:34:00 +02:00
Stephan Orbaugh
0109d2f3b3
Merge pull request #48385 from nextcloud/backport/48359/stable27
...
[stable27] fix: Use placeholder for external storage password
2024-10-01 14:43:55 +02:00
Stephan Orbaugh
f77dd115df
Merge pull request #48297 from nextcloud/artonge/backport/stable27/47770
...
[stable27] fix(dav): Always respond custom error page on exceptions
2024-10-01 14:43:28 +02:00
Louis Chemineau
6b026d8562
fix: Prevent duplicate creation of print_exception function
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2024-10-01 10:26:59 +02:00
Louis Chemineau
400d4fa167
chore: Update smb-kerberos workflow
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2024-09-30 18:40:52 +02:00
Joas Schilling
041c8e2810
Merge pull request #48378 from nextcloud/backport/48142/stable27
...
[stable27] feat(share): ensure unique share tokens with dynamic length adjustment
2024-09-26 15:18:36 +02:00
Louis Chemineau
c172c77711
fix: Use hashed password in files_external settings
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2024-09-26 13:00:31 +00:00
ernolf
6fa70fc3cc
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>
2024-09-26 10:36:34 +00:00
Joas Schilling
6c473dfe70
Merge pull request #48341 from nextcloud/automated/noid/stable27-update-ca-cert-bundle
...
[stable27] fix(security): Update CA certificate bundle
2024-09-25 07:05:09 +02:00
nextcloud-command
d00e6cf6cd
fix(security): Update CA certificate bundle
...
Signed-off-by: GitHub <noreply@github.com>
2024-09-25 02:31:01 +00:00
Louis Chemineau
b9bac21b58
fix: Override start method of \Sabre\DAV\Server to remove exception output
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2024-09-23 15:23:44 +02:00
Louis Chemineau
511ceceff6
fix: Drop unnecessary exit
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2024-09-23 15:23:41 +02:00
Ferdinand Thiessen
77f6dd0235
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>
2024-09-23 15:23:21 +02:00
Louis Chemineau
d6bbbf60f0
fix(dav): Always respond custom error page on exceptions
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2024-09-23 15:23:02 +02:00
Joas Schilling
922ff2d33f
Merge pull request #48291 from nextcloud/backport/48282/stable27
...
[stable27] chore: add .git-blame-ignore-revs
2024-09-23 14:45:56 +02:00
Daniel Kesselberg
5214f980b5
chore: add .git-blame-ignore-revs
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2024-09-23 11:53:51 +00:00
Julius Knorr
7d2faa666a
Merge pull request #47864 from nextcloud/backport/46534/stable27
2024-09-19 01:16:28 +02:00
Julius Härtl
1f15850de6
fix: Add direct parameter to flow auth v2
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-09-17 20:37:44 +02:00
Julius Knorr
8bf811c87d
Merge pull request #46677 from nextcloud/backport/44295/stable27
...
[stable27] Allow injecting the user temporarily for direct editing
2024-09-11 10:21:36 +02:00
Joas Schilling
2aa653a224
fix(logging): Restore the option to log with debug level
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-09-10 08:41:32 +02:00
Julius Härtl
04dd57635b
fix: Implement option to temporarily set the user session
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-09-10 08:41:32 +02:00
Julius Härtl
d6d3e822bf
fix: Do not use incognito mode for direct editing
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-09-10 08:41:32 +02:00
Andy Scherzinger
97135ee82e
Merge pull request #47698 from nextcloud/backport/47627/stable27
...
[stable27] [LinkReferenceProvider] Better size check
2024-09-04 13:19:17 +02:00
Andy Scherzinger
479a0a9424
Merge pull request #47703 from nextcloud/backport/47635/stable27
...
[stable27] [oauth2] Store hashed secret instead of encrypted
2024-09-04 13:18:18 +02:00
nextcloud-command
9a3b9d60ec
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-09-03 11:51:48 +00:00
Julien Veyssier
23454575f8
fix(oauth2): fix tests
...
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
2024-09-03 13:28:10 +02:00
Julien Veyssier
9a2bc56e29
fix(oauth2): store hashed secret instead of encrypted
...
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
2024-09-03 03:35:49 +02:00
Julien Veyssier
e00aef6df3
fix(linkReferenceProvider): better size check
...
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
2024-09-03 02:57:05 +02:00
Andy Scherzinger
0e08a64c29
Merge pull request #47325 from nextcloud/backport/47227/stable27
...
[stable27] Apply group limit on remove from group
2024-08-27 13:16:12 +02:00
Côme Chilliet
850a0b3509
chore: Remove test not compatible with 27 and below
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2024-08-27 11:02:57 +02:00
Côme Chilliet
bcb1bbb1bd
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>
2024-08-27 11:02:57 +02:00
Côme Chilliet
3904bf5651
fix(tests): Fix PHP 8.0 compatibility
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2024-08-27 11:02:57 +02:00
Côme Chilliet
2655f931ea
fix(tests): Adapt tests to change of DefaultShareProvider constructor
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2024-08-27 11:02:57 +02:00
Côme Chilliet
46c68ef484
fix: Remove shares only if there are no more common groups between users
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2024-08-27 11:02:57 +02:00
Louis Chemineau
b7efb79b6d
chore(tests): Test limiting sharing to same group
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2024-08-27 11:02:57 +02:00
Louis Chemineau
3abb793739
fix(files_sharing): Delete user shares if needed when user is removed from a group
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2024-08-27 11:02:57 +02:00
Arthur Schiwon
2db5d062ef
Merge pull request #47446 from nextcloud/backport/44369/stable27
...
[stable27] fix: csrf check failed on public share with password
2024-08-23 14:54:57 +02:00
Arthur Schiwon
bbb998dde9
build: js assets
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2024-08-23 11:04:22 +02:00
Luka Trovic
f3a40d04dc
fix: csrf check failed on public share with password
...
Signed-off-by: Luka Trovic <luka@nextcloud.com>
2024-08-23 11:01:58 +02:00
Luka Trovic
af72641286
fix: csrf check failed on public share with password
...
Signed-off-by: Luka Trovic <luka@nextcloud.com>
2024-08-23 11:01:54 +02:00
Andy Scherzinger
15c98cbbad
Merge pull request #47280 from nextcloud/backport/46881/stable27
...
[stable27] fix: try to find non-recursive share source
2024-08-16 21:23:28 +02:00
Robin Appelman
6e867a4733
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>
2024-08-16 16:37:44 +02:00
Nextcloud bot
37c32bc5f3
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-08-14 00:20:43 +00:00
Andy Scherzinger
7201b1cadb
Merge pull request #47066 from nextcloud/backport/47043/stable27
...
[stable27] fix(inherited-shares): ignore top root folder
2024-08-13 22:57:20 +02:00