- Mar 18, 2021
-
-
Daniel Calviño Sánchez authored
Signed-off-by:
Daniel Calviño Sánchez <danxuliu@gmail.com>
-
Vincent Petry authored
[stable21] limit constructing of result objects in file search
-
Nextcloud bot authored
-
- Mar 17, 2021
-
-
Morris Jobke authored
[stable21] Add appconfig to always show the unique label of a sharee
-
Morris Jobke authored
[stable21] apply object store copy optimization when 'cross storage' copy is wit…
-
Morris Jobke authored
[stable21] adds ldap user:reset command
-
Morris Jobke authored
[stable21] Return the fileid from `copyFromCache` and use it instead of doing an extra query
-
Arthur Schiwon authored
- allows to delete data of existing LDAP users, which otherwise is safe guarded - ensures that the user is not being deleted on LDAP through a plugin Signed-off-by:
Arthur Schiwon <blizzz@arthur-schiwon.de>
-
Morris Jobke authored
[stable21] catch notfound and forbidden exception in smb::getmetadata
-
Morris Jobke authored
[stable21] Fix default missing initial state for templates
-
Morris Jobke authored
[stable21] remove explicit fclose from S3->writeStream
-
kesselb authored
[stable21] Use correct exception type hint in catch statement
-
Robin Appelman authored
streams get closed automatically when dropped, and in some cases the stream seems to be already closed by the S3 library, in which case trying to close it again will raise an error Signed-off-by:
Robin Appelman <robin@icewind.nl>
-
John Molakvoæ authored
Signed-off-by:
John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
-
Vincent Petry authored
[stable21] dont allow creating users with __groupfolders as uid
-
Morris Jobke authored
Found by psalm update 4.6.2 to 4.6.3 in #26111 Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
Nextcloud bot authored
-
- Mar 16, 2021
-
-
Robin Appelman authored
Fixes https://github.com/nextcloud/groupfolders/issues/338 Signed-off-by:
Robin Appelman <robin@icewind.nl>
-
Robin Appelman authored
Signed-off-by:
Robin Appelman <robin@icewind.nl>
-
Robin Appelman authored
Signed-off-by:
Robin Appelman <robin@icewind.nl>
-
Robin Appelman authored
Signed-off-by:
Robin Appelman <robin@icewind.nl>
-
Robin Appelman authored
Signed-off-by:
Robin Appelman <robin@icewind.nl>
-
Morris Jobke authored
[stable21] do cachejail search filtering in sql
-
Christoph Wurst authored
[stable21] Log exceptions when creating share
-
Nextcloud bot authored
-
- Mar 15, 2021
-
-
Robin Appelman authored
Signed-off-by:
Robin Appelman <robin@icewind.nl>
-
Robin Appelman authored
Signed-off-by:
Robin Appelman <robin@icewind.nl>
-
Robin Appelman authored
Signed-off-by:
Robin Appelman <robin@icewind.nl>
-
Robin Appelman authored
Signed-off-by:
Robin Appelman <robin@icewind.nl>
-
Robin Appelman authored
Signed-off-by:
Robin Appelman <robin@icewind.nl>
-
Vincent Petry authored
Because the exceptions don't always contain a useful message for the UI, but also because in some cases we need to find out what went wrong. In some setups, a ShareNotFoundException might happen during creation when we try to re-read the just written share. Usually related to Galera Cluster where node syncing wait is not enabled. Signed-off-by:
Vincent Petry <vincent@nextcloud.com>
-
Nextcloud bot authored
-
- Mar 14, 2021
-
-
Nextcloud bot authored
-
- Mar 13, 2021
-
-
Nextcloud bot authored
-
- Mar 12, 2021
-
-
Robin Appelman authored
Signed-off-by:
Robin Appelman <robin@icewind.nl>
-
Robin Appelman authored
Signed-off-by:
Robin Appelman <robin@icewind.nl>
-
Robin Appelman authored
even thought we currently have no proper way of limiting the search itself, we can at least limit the construction of the result objects. this saves about 40% of the time spend in the search request in my local testing Signed-off-by:
Robin Appelman <robin@icewind.nl>
-
Roeland Jago Douma authored
[stable21] Only clear known users when we had at least one phonebook entry
-
Roeland Jago Douma authored
[stable21] Chunk the array of phone numbers
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-