Commit Graph

26259 Commits (stable23)

Author SHA1 Message Date
Côme Chilliet a4473ce8c0
chore(dav): Remove short function closure syntax not supported in PHP 7.3
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 months ago
Côme Chilliet b4a166e1cc
chore: Remove typed properties to support 7.3
23 still supports PHP 7.3

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 months ago
Côme Chilliet a5ac6d9db3 chore: Remove PHP8 constructor property promotions
25 supports 7.4

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 months ago
Côme Chilliet b57486182f fix(dav): Add missing use for OCP\Constants
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 months ago
Côme Chilliet 1013d8b42f chore: Break closure call on two lines to make it readable
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 months ago
Côme Chilliet fafcac9b94 fix(systemtags): Forbid tagging of readonly files
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 months ago
John Molakvoæ 4f827d549d
Merge pull request #43890 from nextcloud/backport/43599/stable23 3 months ago
John Molakvoæ 7e57db05d6
Merge pull request #43783 from nextcloud/backport/43753/stable23 3 months ago
Joas Schilling a851c969dc fix: Add bruteforce protection to email endpoint
Signed-off-by: Joas Schilling <coding@schilljs.com>
3 months ago
Christoph Wurst 76ebc468b7
fix(dav): Rate limit calendar/subscription creation
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
3 months ago
Louis Chemineau db2085cc07
Check node permissions when restoring a version
Signed-off-by: Louis Chemineau <louis@chmn.me>
3 months ago
Johannes Merkel dbfe66c978
fix(CalDAV): set acls for DeletedCalendarObjectsCollection
Signed-off-by: Johannes Merkel <mail@johannesgge.de>
5 months ago
Arthur Schiwon ac06c3a2f9
Merge pull request #41112 from nextcloud/backport/39221/stable23
[stable23] Bugfix/bulk upload empty files
6 months ago
Arthur Schiwon 3fd5795cff
fix(PHP): restore PHP 7.3 compat
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
6 months ago
Robin Appelman da576b8c57
add command do delete orphan shares
Signed-off-by: Robin Appelman <robin@icewind.nl>
6 months ago
Joas Schilling b44c655a21
chore(assets): Recompile JS
Signed-off-by: Joas Schilling <coding@schilljs.com>
7 months ago
Joas Schilling 8274dcbd20
fix(workflows): Finish password confirmation
Signed-off-by: Joas Schilling <coding@schilljs.com>
7 months ago
Matthieu Gallien b7324d172d when reading an empty file getting EOF is not an error
will allow uploading empty files via bulk upload

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
7 months ago
Joas Schilling 0a428f080c
fix(external): Get storage before update it
Signed-off-by: Joas Schilling <coding@schilljs.com>
7 months ago
Anna Larch eca4fe42ae fix(CalDAV): check birthday calendar owner
Signed-off-by: Anna Larch <anna@nextcloud.com>
9 months ago
Maxence Lange 75f2ffd304 getStorage before remove
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
11 months ago
Julien Veyssier da2db35938
add bruteforce protection in OauthApiController
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
11 months ago
Joas Schilling 9d6a7399a8
fix(dav): Abort requests with 429 instead of waiting
Signed-off-by: Joas Schilling <coding@schilljs.com>
11 months ago
Côme Chilliet 1d9f2330c5 Adapt encryption test to change in generateHeader
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
12 months ago
Côme Chilliet 360772e4d6 Increase from 100000 to 600000 iterations for hash_pbkdf2
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
12 months ago
Arthur Schiwon aad6016792
Merge pull request #38463 from nextcloud/fix/read-only-system-addres-book-acls-stable23
[stable23] fix(carddav): Mark system address book as read-only
1 year ago
Robin Appelman 7d0c652f6e
check the username when doing external storage session auth
Signed-off-by: Robin Appelman <robin@icewind.nl>
1 year ago
Christoph Wurst f143d8d666
fix(carddav): Mark system address book as read-only
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
1 year ago
Arthur Schiwon eb6dc94e51
Merge pull request #36188 from nextcloud/backport/36115/stable23
[stable23] Catch Exceptions when loading storage data of users
1 year ago
Joas Schilling 66438e89c4
fix(workflow): Check tag attribute
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 year ago
Arthur Schiwon c145d77c22
fix possible PHP warning
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
1 year ago
Arthur Schiwon af370f45f8
Merge pull request #36189 from nextcloud/enh/noid/ext-storage-default-values/stable23/take2
[stable23] Ext storage configs default value support + enable SSL by default
1 year ago
Joas Schilling 769ca9caef
Also check the scope when reading operations from the database
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 year ago
Joas Schilling e361d508fe
Validate the scope when validating operations
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 year ago
Joas Schilling 270f610f02
fix(CI): Fix unmockable countUsers() method
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 year ago
Joas Schilling 1ea0b302b4
fix(CI): Fix mocking methods
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 year ago
Joas Schilling 0383eec7fd
Fix admin_audit unit test
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 year ago
Joas Schilling 2da906206f
Merge pull request #36493 from nextcloud/backport/36487/stable23
[stable23] Do not reuse query builder objects in DAV account deletion
1 year ago
Joas Schilling 0e81490453 Do not reuse query builder objects in DAV account deletion
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 year ago
John Molakvoæ 87b552faf8
Fix createNamedParameter in LDAP migrations
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
1 year ago
Vincent Petry 522e2fede1 Only expose storage location to admins
Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
1 year ago
Vincent Petry 6e0969cab4
Merge pull request #36105 from nextcloud/backport/36095/stable23
[stable23] Limit key names when uploading theme images
1 year ago
Vincent Petry 3a3f7eb696
Improve password generation for link shares
Use web crypto when generating password for link shares
whenever the password policy app is disabled.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
1 year ago
blizzz 2cf8353f7b
Merge pull request #35756 from nextcloud/backport/31683/stable23
[stable23] limit ldap_dn columns to 4000
1 year ago
Vincent Petry 87b49b7e72
Enable SSL by default in ext storage configs
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
1 year ago
Vincent Petry 0925ded46e
Extend ext storage params to contain default value
Extend the external storage configuration parameters definition to allow
to specify a default value

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
1 year ago
Côme Chilliet 36e5584712 Tear down in catch of an Exception
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
1 year ago
Côme Chilliet 1a28da62b2 Catch Exceptions when loading storage data of users
This avoids having the whole userlist crashing because a user external
 storage fails to load. With this change only the problematic user
 storage/quota information will be empty.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
1 year ago
blizzz 01cfab54ca
Merge pull request #36185 from nextcloud/revert-36177-enh/noid/ext-storage-default-values/stable23
Revert "[stable23] Ext storage configs default value support + enable SSL by default"
1 year ago
blizzz 487988a7f2
Merge pull request #36186 from nextcloud/revert-36157-backport/36115/stable23
Revert "[stable23] Catch Exceptions when loading storage data of users"
1 year ago