Commit Graph

58936 Commits (stable21)
 

Author SHA1 Message Date
Joas Schilling b23b45ede4
Merge pull request #57005 from nextcloud/backport/56999/stable21
[stable21] test: Disable old cert test
2025-12-11 18:04:39 +07:00
Joas Schilling 7f399173e1
ci: Fix installing behat dependencies
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-12-11 14:14:00 +07:00
Joas Schilling f518c47bf3
chore: Fix coding style
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-12-11 13:51:01 +07:00
Joas Schilling f60f661fde
ci: Try updating composer
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-12-11 13:51:01 +07:00
Joas Schilling d1ba27fde2 test: Disable old cert test
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-12-11 12:47:09 +07:00
Joas Schilling e713d0beb2
Merge pull request #56996 from nextcloud/backport/56982/stable21
[stable21] fix(comments): Check comment object
2025-12-11 11:18:55 +07:00
Joas Schilling 7b274fa48c
fix(comments): Check comment object
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-12-11 09:06:59 +07:00
Joas Schilling 11a19adc48
Merge pull request #45012 from nextcloud/backport/45010/stable21
[stable21] fix(files): Also skip cross storage move with access control
2024-04-24 14:05:16 +07:00
Joas Schilling 2986019408 fix(files): Also skip cross storage move with access control
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-04-24 09:42:33 +07:00
Joas Schilling 646cba4835
Merge pull request #44480 from nextcloud/backport/44276/stable21
[stable21] fix(config): Make sure user keys are strings
2024-03-28 16:04:05 +07:00
Christoph Wurst 1ec9961fb5 fix(config): Make sure user keys are strings
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2024-03-26 10:16:09 +07:00
Joas Schilling 1c4920d7db
Merge pull request #41130 from nextcloud/backport/41123/stable21
[stable21] fix(external): Get storage before update it
2023-10-26 09:35:39 +07:00
Joas Schilling 984db91a71
fix(external): Get storage before update it
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-10-26 07:00:25 +07:00
Arthur Schiwon 61b72330b5
Merge pull request #39497 from nextcloud/backport/39490/stable21
[stable21] fix(apps): Fix loading info.xml file
2023-07-20 16:00:51 +07:00
Joas Schilling a741a58973
fix(apps): Fix loading info.xml file
Ref: https://bugs.php.net/bug.php?id=62577

Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-07-20 15:09:02 +07:00
Joas Schilling ec56ce0af2
Merge pull request #39423 from nextcloud/backport/39416/stable21
[stable21] fix(core): Add password confirmation requirement for getapppassword
2023-07-17 17:12:45 +07:00
Côme Chilliet bfcf910a62
Merge pull request #39024 from nextcloud/backport/38584/stable21
[stable21] Increase from 100000 to 600000 iterations for hash_pbkdf2
2023-07-17 14:34:29 +07:00
Joas Schilling d72b633129
fix(core): Add password confirmation requirement for getapppassword
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-07-17 12:19:44 +07:00
Andy Scherzinger 000214105f
Merge pull request #39362 from nextcloud/backport/39323/stable21-39323
[stable21] getStorage before remove
2023-07-13 21:32:39 +07:00
Maxence Lange ea519e9a66 getStorage before remove
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2023-07-13 11:13:07 +07:00
Andy Scherzinger 59e117cb6a
Merge pull request #39350 from nextcloud/ci/sign-drone-stable21
[stable21] chore(CI): Sign .drone.yml file
2023-07-13 12:45:55 +07:00
Joas Schilling 43b607e569
chore(CI): Sign .drone.yml file
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-07-13 11:57:05 +07:00
Côme Chilliet 18de4a2d98
Merge pull request #38584 from nextcloud/backport/38206/stable24
[stable24] Increase from 100000 to 600000 iterations for hash_pbkdf2

(cherry picked from commit a7dc41fb5e)
2023-06-27 10:16:20 +07:00
Arthur Schiwon e907728618
Merge pull request #38465 from nextcloud/fix/read-only-system-addres-book-acls-stable21
[stable21] fix(carddav): Mark system address book as read-only
2023-05-25 16:01:54 +07:00
Joas Schilling 159676f044
Merge pull request #38280 from nextcloud/backport/38274/stable21
[stable21] fix(middleware): Also abort the request when reaching max delay in af…
2023-05-16 11:34:22 +07:00
Joas Schilling 9de7429958
Merge pull request #38273 from nextcloud/backport/38267/stable21
[stable21] fix(lostpassword): Also rate limit the setPassword endpoint
2023-05-16 10:27:32 +07:00
Joas Schilling 4318969883
fix(tests): Fix more tests in backport
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-05-16 06:39:31 +07:00
Robin Appelman 1a5cd605ff
Merge pull request #38286 from nextcloud/session-auth-check-username-21
[21] check the username when doing external storage session auth
2023-05-15 23:50:33 +07:00
Robin Appelman 9163d21e54
check the username when doing external storage session auth
Signed-off-by: Robin Appelman <robin@icewind.nl>
2023-05-15 17:08:14 +07:00
Joas Schilling 6ae4876fe9
fix(middleware): Also abort the request when reaching max delay in afterController
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-05-15 16:30:52 +07:00
Joas Schilling 33f5016998
fix(tests): Adjust unit tests
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-05-15 16:12:54 +07:00
Joas Schilling 8bf2d4ac52
fix(lostpassword): Also rate limit the setPassword endpoint
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-05-15 16:06:50 +07:00
Christoph Wurst f66322e7c5
fix(carddav): Mark system address book as read-only
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-05-15 10:53:27 +07:00
Arthur Schiwon c724d1835e
Merge pull request #38000 from nextcloud/backport/37909/stable21
[stable21]Update crl after revoke shifts.csr
2023-05-04 11:11:34 +07:00
Vitor Mattos 128086cd79 Update crl after revoke shifts.csr
Signed-off-by: Vitor Mattos <vitor@php.rio>
2023-05-01 07:49:24 +07:00
Joas Schilling 7bd32d4557
Merge pull request #37840 from nextcloud/bump/guzzle-psr7/stable21
[stable21] sec(deps): Update guzzlehttp/psr7
2023-04-27 09:37:38 +07:00
Joas Schilling 4c0f12fc86
sec(deps): Update guzzlehttp/psr7
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-04-26 15:54:20 +07:00
Joas Schilling d0a9cc8442
Merge pull request #37259 from nextcloud/backport/37252/stable21
[stable21] fix(workflow): Check tag attribute
2023-03-16 15:07:36 +07:00
Joas Schilling d11127faa4
fix(workflow): Check tag attribute
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-03-16 08:58:25 +07:00
John Molakvoæ fdc1cfecb9
Merge pull request #36819 from nextcloud/backport/36814/stable21
[stable21] Validate the scope when validating operations
2023-02-23 07:52:26 +07:00
Joas Schilling f76d04cff6
Also check the scope when reading operations from the database
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-02-23 06:23:53 +07:00
Joas Schilling 440fbe5205
Validate the scope when validating operations
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-02-23 06:23:53 +07:00
blizzz 80a1e24ea1
Merge pull request #36706 from nextcloud/backport/36700/stable21
[stable21] Also copy meta data when converting DataResponse to JSONRe…
2023-02-14 22:08:07 +07:00
Joas Schilling 890aa3277a
Also copy bruteforce meta data when converting DataResponse to JSONResponse
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-02-14 19:47:36 +07:00
Joas Schilling 10f5f1dcb9
Merge pull request #36405 from nextcloud/bump-guzzlehttp-stable21
[stable21] Bump guzzlehttp/guzzle and guzzlehttp/psr7
2023-02-07 19:45:52 +07:00
Joas Schilling 6a93773f2a
Bump guzzlehttp/guzzle and guzzlehttp/psr7
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-02-07 16:09:46 +07:00
Joas Schilling 2de572a557
Merge pull request #36577 from nextcloud/backport/36489/stable21
[stable21] Add bruteforce protection to password reset page
2023-02-07 10:46:16 +07:00
Joas Schilling 69c5dc2927
fix(CI): Adjust expected result
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-02-07 07:59:18 +07:00
Joas Schilling 50ce5e1c17
Add bruteforce protection to password reset page
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-02-07 07:53:26 +07:00
Vincent Petry c08becb293
Merge pull request #36023 from nextcloud/backport/35975/stable21
[stable21] Update crl after revoke files_bpm.csr
2023-01-05 17:31:12 +07:00