summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* Use proper query method. No get yet on stable19Roeland Jago Douma2021-05-211-1/+1
* Limit size of properties to 2048 charactersLukas Reschke2021-04-291-0/+8
* Merge pull request #26825 from nextcloud/backport/26811/stable19Morris Jobke2021-04-292-1/+66
|\
| * Do not try to contact lookup server if not neededRoeland Jago Douma2021-04-292-1/+66
* | Merge pull request #26787 from nextcloud/backport/26718/stable19Roeland Jago Douma2021-04-293-13/+14
|\ \ | |/ |/|
| * 429 template is NC20+ and fix getDelay for CLIJoas Schilling2021-04-292-2/+8
| * Fix Nextcloud19 compatibilityJoas Schilling2021-04-281-1/+1
| * Do not allow to overwrite some variablesJoas Schilling2021-04-271-1/+3
| * Fix ratelimit templateJoas Schilling2021-04-271-14/+7
* | Merge pull request #26807 from nextcloud/backport/26647/stable19Morris Jobke2021-04-281-0/+3
|\ \
| * | Fail when creating new files with an empty pathJulius Härtl2021-04-281-0/+3
| |/
* / catch notfound and forbidden exception in smb::getmetadataRobin Appelman2021-04-286-20/+4
|/
* Log deprecation only as debugJoas Schilling2021-04-261-0/+2
* Respect the error level when loggingJoas Schilling2021-04-261-2/+17
* Merge pull request #26646 from nextcloud/backport/26625/stable19Roeland Jago Douma2021-04-201-2/+7
|\
| * Fix empty password check for mail sharesVincent Petry2021-04-201-2/+7
* | ensure redis returns bool for hasKeyArthur Schiwon2021-04-201-1/+1
|/
* Increase subnet matcherLukas Reschke2021-04-121-2/+2
* Merge pull request #26264 from nextcloud/unified-search-node-19Morris Jobke2021-04-016-84/+185
|\
| * use node search api for legacy file search endpointRobin Appelman2021-04-013-24/+32
| * 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
| * handle limit and offset in folder file searchRobin Appelman2021-03-231-7/+51
| * only require user to be set in a query that handles tagsRobin Appelman2021-03-232-7/+11
| * unify handling of Folder::search methods into "new" query objectsRobin Appelman2021-03-231-41/+58
* | gracefully handle deleteFromSelf when share is already goneArthur Schiwon2021-03-301-1/+2
* | Catch invalid cache source storage pathJohn Molakvoæ (skjnldsv)2021-03-241-0/+4
|/
* Merge pull request #26148 from nextcloud/backport/26013/stable19Morris Jobke2021-03-195-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
* | Update user share must use correct expiration validationVincent Petry2021-03-191-5/+5
* | limit constructing of result objects in file searchRobin Appelman2021-03-181-3/+22
* | Merge pull request #26092 from nextcloud/backport/25722/stable19Morris Jobke2021-03-172-1/+15
|\ \
| * | apply object store copy optimization when 'cross storage' copy is within the ...Robin Appelman2021-03-122-1/+15
| |/
* | remove explicit fclose from S3->writeStreamRobin Appelman2021-03-171-2/+0
* | only use share cacheentry when availableRobin Appelman2021-03-161-2/+8
* | adjust testsRobin Appelman2021-03-162-2/+1
* | fix search in nested jailsRobin Appelman2021-03-162-21/+38
* | fix cachjail searching for rootRobin Appelman2021-03-162-3/+17
* | do cachejail search filtering in sqlRobin Appelman2021-03-163-4/+60
|/
* Merge pull request #25449 from nextcloud/backport/25393/stable19Roeland Jago Douma2021-02-172-1/+141
|\
| * adjust applicable versionArthur Schiwon2021-02-171-1/+1
| * compatibility to Nc 19Arthur Schiwon2021-02-172-3/+3
| * add missing changes from backport sourceArthur Schiwon2021-02-171-1/+2
| * show suggestion to clean up possible invalid shares laterArthur Schiwon2021-02-021-0/+6
| * add repair job for unencoded calendarsArthur Schiwon2021-02-022-0/+133
* | Merge pull request #25389 from nextcloud/backport/25302/stable19Roeland Jago Douma2021-02-091-1/+1
|\ \