Commit Graph

60888 Commits (stable22)
 

Author SHA1 Message Date
Joas Schilling 2d108e6b0c
Merge pull request #38279 from nextcloud/backport/38274/stable22
[stable22] fix(middleware): Also abort the request when reaching max delay in af…
1 year ago
Joas Schilling 439a32428f
Merge pull request #38272 from nextcloud/backport/38267/stable22
[stable22] fix(lostpassword): Also rate limit the setPassword endpoint
1 year ago
Robin Appelman 86e4f32c29
Merge pull request #38285 from nextcloud/session-auth-check-username-22
[22] check the username when doing external storage session auth
1 year ago
Robin Appelman 9d81b0b874
check the username when doing external storage session auth
Signed-off-by: Robin Appelman <robin@icewind.nl>
1 year ago
Joas Schilling 56596678e0
fix(middleware): Also abort the request when reaching max delay in afterController
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 year ago
Joas Schilling e3f28678c2
fix(tests): Adjust unit tests
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 year ago
Joas Schilling bd5c66c679
fix(lostpassword): Also rate limit the setPassword endpoint
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 year ago
Christoph Wurst 1fb687dbe1
fix(carddav): Mark system address book as read-only
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
1 year ago
Arthur Schiwon a50cfd6f0e
Merge pull request #37999 from nextcloud/backport/37909/stable22
[stable22] Update crl after revoke shifts.csr
1 year ago
Vitor Mattos 0a52f1ed5d Update crl after revoke shifts.csr
Signed-off-by: Vitor Mattos <vitor@php.rio>
1 year ago
Joas Schilling 2e15ef1ddb
Merge pull request #37841 from nextcloud/bump/guzzle-psr7/stable22
[stable22] sec(deps): Update guzzlehttp/psr7
1 year ago
Joas Schilling b9c85266b7
sec(deps): Update guzzlehttp/psr7
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 year ago
Joas Schilling cea457b1b6
Merge pull request #37556 from nextcloud/backport/37542/stable22
[stable22] feat(security): Allow to opt-out of ratelimit protection, e.g. for te…
1 year ago
Joas Schilling f09e4f69d0
fix(backport): Add missing sample config
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 year ago
Joas Schilling cdc27e25d2 feat(security): Allow to opt-out of ratelimit protection, e.g. for testing on CI
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 year ago
Joas Schilling 5e3324228e
Merge pull request #37258 from nextcloud/backport/37252/stable22
[stable22] fix(workflow): Check tag attribute
1 year ago
Joas Schilling 977405cba8
fix(workflow): Check tag attribute
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 year ago
John Molakvoæ 45b00e5dd1
Merge pull request #36818 from nextcloud/backport/36814/stable22
[stable22] Validate the scope when validating operations
1 year ago
Joas Schilling 3071c13fb8
Also check the scope when reading operations from the database
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 year ago
Joas Schilling 53015cb392
Validate the scope when validating operations
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 year ago
blizzz c5693a256a
Merge pull request #36705 from nextcloud/backport/36700/stable22
[stable22] Also copy meta data when converting DataResponse to JSONRe…
1 year ago
Joas Schilling d54f51940d
Also copy bruteforce meta data when converting DataResponse to JSONResponse
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 year ago
blizzz 33329a50b8
Merge pull request #36576 from nextcloud/backport/36489/stable22
[stable22] Add bruteforce protection to password reset page
1 year ago
Joas Schilling aea656bb06
Merge pull request #36404 from nextcloud/bump-guzzlehttp-stable22
[stable22] Bump guzzlehttp/guzzle and guzzlehttp/psr7
1 year ago
Joas Schilling 00353e504f
fix(CI): Adjust expected result
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 year ago
Joas Schilling c679856e90
Add bruteforce protection to password reset page
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 year ago
Joas Schilling c047da63ca
Bump guzzlehttp/guzzle and guzzlehttp/psr7
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 year ago
Joas Schilling 976a3ad5ae
Merge pull request #36521 from nextcloud/backport/36500/stable22
[stable22] Skip failing avatar test with PHP 8.0
1 year ago
Joas Schilling 5747c37d46
Fix EmailProviderTest mocking unexisting method
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 year ago
Joas Schilling 2b57b173fe
fix(CI): Fix unmockable countUsers() method
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 year ago
Joas Schilling 900953915e
Fix admin_audit unit test
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 year ago
Joas Schilling d20f199df6
Remove failing test that works with mocks only anyway
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 year ago
Joas Schilling ff46977237
Fix phpunit version used in s3 external testing
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 year ago
Joas Schilling 34d76f04b8
Skip failing avatar test with PHP 8.0
The font is placed one pixel off

Signed-off-by: Joas Schilling <coding@schilljs.com>
1 year ago
Joas Schilling 01cca65e20
Merge pull request #36495 from nextcloud/backport/36470/stable22
[stable22] Fix createNamedParameter in LDAP migrations
1 year ago
John Molakvoæ 61a62bdfbf Fix createNamedParameter in LDAP migrations
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
1 year ago
blizzz 0505df3796
Merge pull request #35755 from nextcloud/backport/31683/stable22
[stable22] limit ldap_dn columns to 4000
1 year ago
John Molakvoæ ea6aff51c4
Merge pull request #36062 from nextcloud/automated/noid/stable22-update-ca-cert-bundle
[stable22] Update ca-cert bundle
1 year ago
nextcloud-command 25ab5f02dc Update CA certificate bundle
Signed-off-by: GitHub <noreply@github.com>
1 year ago
Vincent Petry 661c38ff12
Merge pull request #36021 from nextcloud/backport/35975/stable22
[stable22] Update crl after revoke files_bpm.csr
1 year ago
Vitor Mattos 925c24370a Update crl after revoke files_bpm.csr
Signed-off-by: Vitor Mattos <vitor@php.rio>
1 year ago
Robin Appelman 4fced6d548
Merge pull request #35826 from nextcloud/backport/35107/stable22
[stable22] add migration for encryption keys in wrong location
1 year ago
Robin Appelman ce73967028
fix php7.3 compat
Signed-off-by: Robin Appelman <robin@icewind.nl>
1 year ago
Côme Chilliet b19b0c8954
Remove property type for PHP 7.3 support
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
1 year ago
Côme Chilliet afc823d844
Build autoloaders
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
1 year ago
Côme Chilliet 7fdadce1ec
Use the new octetLength function to filter lines to migrate
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
1 year ago
Côme Chilliet 0303021ed5
Adapt max length limit in AbstactMapping to match database
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
1 year ago
Arthur Schiwon 569eeece72
shrink ldap_dn column to 4000
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
1 year ago
Arthur Schiwon 7a944f748a
limit ldap_dn columns to 4000
- enlarging string cols from 255 to more than 4000 fails on default
  Oracle installations for invalid datatype conversion

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
1 year ago
Côme Chilliet dfc6cf126c
Merge pull request #35758 from nextcloud/backport/31696/stable22
[stable22] Use getLengthExpression to measure field length instead of like
1 year ago