summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* handle ordering in folder searchRobin Appelman2021-03-232-35/+52
* folder filtering in sqlRobin Appelman2021-03-231-16/+20
* cleanup fileinfo creationRobin Appelman2021-03-231-9/+16
* formatRobin Appelman2021-03-231-1/+0
* handle limit and offset in folder file searchRobin Appelman2021-03-231-6/+51
* only require user to be set in a query that handles tagsRobin Appelman2021-03-232-8/+12
* unify handling of Folder::search methods into "new" query objectsRobin Appelman2021-03-231-45/+61
* Make psalm happyRoeland Jago Douma2021-03-221-2/+3
* Also limit to user group in case enumeration is enabled for groups and phonen...Joas Schilling2021-03-221-1/+20
* Fix parameter types in docsJoas Schilling2021-03-222-4/+4
* Improve search results when only phonebook-matches can we autocompletedJoas Schilling2021-03-223-2/+84
* Merge pull request #26211 from nextcloud/backport/23718/stable21Morris Jobke2021-03-191-3/+5
|\
| * expand 'path is already shared' error messageRobin Appelman2021-03-191-3/+5
* | Merge pull request #26204 from nextcloud/backport/26200/stable21Morris Jobke2021-03-191-5/+5
|\ \
| * | Update user share must use correct expiration validationVincent Petry2021-03-191-5/+5
| |/
* | Merge pull request #26119 from nextcloud/backport/26003/stable21Vincent Petry2021-03-191-0/+4
|\ \ | |/ |/|
| * Add getID function to the simplefile implementationRoeland Jago Douma2021-03-151-0/+4
* | Merge pull request #26124 from nextcloud/backport/25533/stable21Morris Jobke2021-03-191-63/+69
|\ \
| * | send share notification instead of erroring on duplicate shareRobin Appelman2021-03-151-63/+69
| |/
* | Merge pull request #26087 from nextcloud/backport/26049/stable21Vincent Petry2021-03-181-2/+20
|\ \
| * | implement PagedProvider for file searchRobin Appelman2021-03-121-1/+10
| * | limit constructing of result objects in file searchRobin Appelman2021-03-121-1/+10
| |/
* | Merge pull request #26090 from nextcloud/backport/25722/stable21Morris Jobke2021-03-172-1/+15
|\ \
| * | apply object store copy optimization when 'cross storage' copy is within the ...Robin Appelman2021-03-122-1/+15
| |/
* | Merge pull request #26146 from nextcloud/backport/26013/stable21Morris Jobke2021-03-175-41/+62
|\ \
| * | verify that cache entry is validRobin Appelman2021-03-161-0/+3
| * | also implement for FailedCache and NullCacheRobin Appelman2021-03-162-0/+10
| * | use returned file id for object store copyRobin Appelman2021-03-161-6/+6
| * | add ICopyFromCache trait to expose existing implementationRobin Appelman2021-03-162-35/+43
* | | Merge pull request #25943 from nextcloud/backport/25659/stable21Morris Jobke2021-03-176-20/+4
|\ \ \
| * | | catch notfound and forbidden exception in smb::getmetadataRobin Appelman2021-03-056-20/+4
* | | | Merge pull request #26166 from nextcloud/backport/26131/stable21Morris Jobke2021-03-171-1/+1
|\ \ \ \
| * | | | Fix default missing initial state for templatesJohn Molakvoæ (skjnldsv)2021-03-171-1/+1
* | | | | remove explicit fclose from S3->writeStreamRobin Appelman2021-03-171-2/+0
|/ / / /
* | / / dont allow creating users with __groupfolders as uidRobin Appelman2021-03-161-0/+1
| |/ / |/| |
* | | only use share cacheentry when availableRobin Appelman2021-03-151-2/+8
* | | adjust testsRobin Appelman2021-03-152-2/+1
* | | fix search in nested jailsRobin Appelman2021-03-152-21/+38
* | | fix cachjail searching for rootRobin Appelman2021-03-152-3/+17
* | | do cachejail search filtering in sqlRobin Appelman2021-03-153-4/+60
| |/ |/|
* | Chunk the array of phone numbersJoas Schilling2021-03-121-5/+9
* | Clean up the logic of the contacts store a bitJoas Schilling2021-03-111-5/+5
* | Rename some parameters and methods to make the API more clearJoas Schilling2021-03-112-8/+35
* | Add a setting to restrict returning a full match unless in phonebook or same ...Joas Schilling2021-03-114-3/+19
* | Restrict autocompletion also based on the phonebook known usersJoas Schilling2021-03-114-55/+118
* | Add a service to find out if a user knows another userJoas Schilling2021-03-112-0/+75
* | Add a KnownUsers database with modelJoas Schilling2021-03-112-0/+118
* | cache baseurl in url generatorRobin Appelman2021-03-101-1/+6
* | Merge pull request #25573 from nextcloud/backport/25378/stable21Roeland Jago Douma2021-03-051-0/+3
|\ \
| * | Fix linterJoas Schilling2021-02-111-1/+1