Commit graph

67903 commits

Author SHA1 Message Date
Arthur Schiwon
527bc5d984
test(unit): adjust testSSO scenario and test class
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2024-06-13 20:05:34 +02:00
Arthur Schiwon
06c64fdbc6
style(PHP): remove unacceptable empty lines
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2024-06-12 19:35:37 +02:00
Arthur Schiwon
0f5c8f9111
fix(Token): make new scope future compatible
- "password-unconfirmable" is the effective name for 30, but a draft
  name was backported.

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2024-06-12 19:35:37 +02:00
Arthur Schiwon
eea5e1cca2
fix(Session): avoid password confirmation on SSO
SSO backends like SAML and OIDC tried a trick to suppress password
confirmations as they are not possible by design. At least for SAML it was
not reliable when existing user backends where used as user repositories.

Now we are setting a special scope with the token, and also make sure that
the scope is taken over when tokens are regenerated.

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2024-06-12 19:35:37 +02:00
John Molakvoæ
afeac8f6cb
Merge pull request #45545 from nextcloud/backport/44664/stable26 2024-06-07 13:42:54 +02:00
Hamza Mahjoubi
695a1e2809 fix(dav): Rate limit address book creation
Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com>
2024-06-07 12:17:08 +02:00
Benjamin Gaussorgues
7840b4aeaa
Merge pull request #45472 from nextcloud/fix/26-caldav-atomic 2024-05-29 15:25:16 +02:00
Arthur Schiwon
dc8332deb0
Merge pull request #45463 from nextcloud/backport/45340/stable26
[stable26] fix: Extend SVG reference check
2024-05-23 11:16:30 +02:00
Arthur Schiwon
1e35af3afb
Merge pull request #45460 from nextcloud/backport/45321/stable26
[stable26] fix: Correctly check result of function
2024-05-23 10:54:09 +02:00
Ferdinand Thiessen
5553d8faa2
fix(dav): Make createCalendarObject atomic
Partial backport of https://github.com/nextcloud/server/pull/36528

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-05-23 00:05:28 +02:00
Joas Schilling
eab019c8b3
fix: Correctly check result of function
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-05-22 17:36:46 +02:00
Joas Schilling
350300e584 fix: Extend SVG reference check
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-05-22 15:26:16 +00:00
Benjamin Gaussorgues
a812fac26b
Merge pull request #44527 from nextcloud/backport/44504/stable26 2024-05-07 11:41:38 +02:00
Louis Chemineau
69bb0bf3e8 feat(files)): Add retry logic to cover deadlock situations when moving many files
Signed-off-by: Louis Chemineau <louis@chmn.me>
2024-05-07 10:42:24 +02:00
Arthur Schiwon
8c3016731f
Merge pull request #44955 from nextcloud/fix/noid/enable-expirt-not-set-link
[stable26] fix(sharing): store link expire date when enabling
2024-04-24 13:55:13 +02:00
Joas Schilling
d6e8ec1ad8
Merge pull request #45007 from nextcloud/backport/44892/stable26
[stable26] fix(files): Also skip cross storage move with access control
2024-04-24 12:36:13 +02:00
Joas Schilling
404fe47820 fix(CI): Suppress psalm UndefinedClass
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-04-24 09:28:24 +00:00
Joas Schilling
8689e6eb07 fix(files): Also skip cross storage move with access control
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-04-24 09:28:24 +00:00
Arthur Schiwon
79e3c680c8
chore(assets): Recompile assets
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2024-04-22 11:09:28 +02:00
Arthur Schiwon
5cc27a1131
fix(sharing): store link expire date when enabling
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2024-04-22 11:05:00 +02:00
Arthur Schiwon
d4185fe08d
Merge pull request #44900 from nextcloud/fix/42060/enable-expire-not-set
[stable26] fix(sharing): store internal expire date when enabling
2024-04-18 13:50:51 +02:00
nextcloud-command
78d4eac707 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-04-18 07:22:43 +00:00
Arthur Schiwon
5e2c837f11
fix(sharing): store internal expire date when enabling
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2024-04-17 19:15:06 +02:00
Joas Schilling
9c5d32f5b3
Merge pull request #44740 from nextcloud/backport/stable26/44736
[stable26] fix: Fix avatar images
2024-04-17 10:46:06 +02:00
Christopher Ng
e9ff1216ad test: Update tests
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2024-04-08 17:10:55 -07:00
Christopher Ng
b2335b453e fix: Fix avatar images
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2024-04-08 17:10:55 -07:00
Joas Schilling
2440545394
Merge pull request #44689 from nextcloud/backport/44678/stable26
[stable26] fix(3rdparty): Add a CI job to check 3rdparty integrity
2024-04-06 15:12:28 +02:00
Joas Schilling
49b42499f6
Merge pull request #44674 from nextcloud/backport/44662/stable26
[stable26] fix(deps): Update phpseclib from 2.0.45 to 2.0.47
2024-04-05 23:00:07 +02:00
Joas Schilling
11d9f30643 fix(3rdparty): Add a CI job to check 3rdparty integrity
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-04-05 15:18:44 +00:00
Ferdinand Thiessen
4493b163af
fix(deps): Update phpseclib to 2.0.47
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-04-05 15:09:51 +02:00
Ferdinand Thiessen
accc840f11
fix: Update psalm baseline to ignore setKey being internal of phpseclib
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-04-05 13:23:50 +02:00
Robin Appelman
e1ec00719d
Merge pull request #44509 from nextcloud/backport/39367/stable26
[stable26] handle more exceptions in AmazonS3::fopen
2024-04-03 13:33:30 +02:00
John Molakvoæ
27dcfb94a0
Merge pull request #44523 from nextcloud/release/26.0.13 2024-03-28 09:12:53 +01:00
skjnldsv
d6612b5c18 build(hub): 26.0.13
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2024-03-28 08:36:05 +01:00
Joas Schilling
6991c78d92
Merge pull request #44516 from nextcloud/automated/noid/stable26-update-code-signing-crl
[stable26] fix(security): Update code signing revocation list
2024-03-28 07:49:50 +01:00
nextcloud-command
ef7babc423 fix(security): Update code signing revocation list
Signed-off-by: GitHub <noreply@github.com>
2024-03-28 02:15:18 +00:00
Nextcloud bot
c41a92a112
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-03-28 00:19:39 +00:00
Robin Appelman
f0e5ed3681
fix SeekableHttpStream::stream_stat errors on failed open
Signed-off-by: Robin Appelman <robin@icewind.nl>
2024-03-27 17:15:07 +01:00
Nextcloud bot
1f405a80b4
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-03-27 00:20:42 +00:00
Joas Schilling
c170f38ba3
Merge pull request #44466 from nextcloud/backport/44388/stable26
[stable26] chore(ci): update block merge EOL workflow
2024-03-26 09:41:54 +01:00
Benjamin Gaussorgues
35e37b2cf7 chore(ci): update block merge EOL workflow
See nextcloud/.github#329

Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
2024-03-26 00:26:01 +00:00
Nextcloud bot
45e4076592
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-03-26 00:19:52 +00:00
Nextcloud bot
faa751e30b
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-03-25 00:20:26 +00:00
Nextcloud bot
7e5720c7c2
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-03-24 00:20:30 +00:00
Nextcloud bot
4ad3e801c2
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-03-23 00:19:53 +00:00
Nextcloud bot
7a28d399a1
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-03-22 00:19:41 +00:00
Benjamin Gaussorgues
368e879c16
Merge pull request #44375 from nextcloud/release/26.0.13_rc1 2024-03-21 20:13:10 +01:00
Benjamin Gaussorgues
d1d4ecfdc1
Merge pull request #44283 from nextcloud/backport/44279/stable26 2024-03-21 20:04:03 +01:00
Robin Appelman
5ab8439c00 fix: ensure nested mount points are handled in the correct order
Signed-off-by: Robin Appelman <robin@icewind.nl>
2024-03-21 18:01:26 +01:00
Benjamin Gaussorgues
d595946b0e
Merge pull request #44384 from nextcloud/backport/44360/stable26 2024-03-21 17:59:51 +01:00