summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
| * only require user to be set in a query that handles tagsRobin Appelman2021-03-233-8/+12
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * unify handling of Folder::search methods into "new" query objectsRobin Appelman2021-03-231-41/+58
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #26380 from nextcloud/backport/26372/stable19Roeland Jago Douma2021-03-311-1/+2
|\ \ | | | | | | [stable19] gracefully handle deleteFromSelf when share is already gone
| * | gracefully handle deleteFromSelf when share is already goneArthur Schiwon2021-03-301-1/+2
| | | | | | | | | | | | | | | | | | - handling race conditions Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | [tx-robot] updated from transifexNextcloud bot2021-03-312-2/+2
|/ /
* | [tx-robot] updated from transifexNextcloud bot2021-03-284-18/+18
| |
* | [tx-robot] updated from transifexNextcloud bot2021-03-272-0/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2021-03-252-0/+2
| |
* | Catch invalid cache source storage pathJohn Molakvoæ (skjnldsv)2021-03-241-0/+4
|/ | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* [tx-robot] updated from transifexNextcloud bot2021-03-2314-18/+36
|
* [tx-robot] updated from transifexNextcloud bot2021-03-222-22/+22
|
* [tx-robot] updated from transifexNextcloud bot2021-03-2116-0/+16
|
* [tx-robot] updated from transifexNextcloud bot2021-03-202-16/+16
|
* Merge pull request #26148 from nextcloud/backport/26013/stable19Morris Jobke2021-03-196-41/+73
|\ | | | | [stable19] Return the fileid from `copyFromCache` and use it instead of doing an extra query
| * verify that cache entry is validRobin Appelman2021-03-161-0/+3
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * also implement for FailedCache and NullCacheRobin Appelman2021-03-162-0/+10
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * use returned file id for object store copyRobin Appelman2021-03-161-6/+6
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * add ICopyFromCache trait to expose existing implementationRobin Appelman2021-03-163-35/+54
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Update user share must use correct expiration validationVincent Petry2021-03-191-5/+5
| | | | | | | | | | | | | | | | | | | | | | Updating a user or group share now uses the correct method for the validation of the expiration date. Instead of using the one from links it uses the one for internal shares. To avoid future confusion, the method "validateExpirationDate" has been renamed to "validateExpirationDateLink". Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | limit constructing of result objects in file searchRobin Appelman2021-03-181-3/+22
| | | | | | | | | | | | | | | | 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>
* | Merge pull request #26092 from nextcloud/backport/25722/stable19Morris Jobke2021-03-172-1/+15
|\ \ | | | | | | [stable19] apply object store copy optimization when 'cross storage' copy is wit…
| * | apply object store copy optimization when 'cross storage' copy is within the ↵Robin Appelman2021-03-122-1/+15
| |/ | | | | | | | | | | same object store Signed-off-by: Robin Appelman <robin@icewind.nl>
* | remove explicit fclose from S3->writeStreamRobin Appelman2021-03-171-2/+0
| | | | | | | | | | | | 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>
* | only use share cacheentry when availableRobin Appelman2021-03-161-2/+8
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | adjust testsRobin Appelman2021-03-162-2/+1
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | fix search in nested jailsRobin Appelman2021-03-162-21/+38
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | fix cachjail searching for rootRobin Appelman2021-03-162-3/+17
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | do cachejail search filtering in sqlRobin Appelman2021-03-163-4/+60
|/ | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* [tx-robot] updated from transifexNextcloud bot2021-03-122-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2021-03-082-8/+8
|
* [tx-robot] updated from transifexNextcloud bot2021-03-072-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2021-03-062-0/+8
|
* [tx-robot] updated from transifexNextcloud bot2021-03-052-0/+8
|
* [tx-robot] updated from transifexNextcloud bot2021-03-042-22/+22
|
* [tx-robot] updated from transifexNextcloud bot2021-03-032-0/+14
|
* [tx-robot] updated from transifexNextcloud bot2021-03-022-14/+16
|
* [tx-robot] updated from transifexNextcloud bot2021-02-282-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2021-02-262-2/+6
|
* [tx-robot] updated from transifexNextcloud bot2021-02-252-2/+10
|
* [tx-robot] updated from transifexNextcloud bot2021-02-244-118/+0
|
* [tx-robot] updated from transifexNextcloud bot2021-02-232-2/+8
|
* [tx-robot] updated from transifexNextcloud bot2021-02-214-2/+110
|
* [tx-robot] updated from transifexNextcloud bot2021-02-192-0/+6
|
* Merge pull request #25704 from nextcloud/backport/25700/stable19Roeland Jago Douma2021-02-181-1/+1
|\ | | | | [stable19] Initialize \OCP\AppFramework\Http\ZipResponse::$resources
| * Initialize \OCP\AppFramework\Http\ZipResponse::$resourcesChristoph Wurst2021-02-171-1/+1
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | [tx-robot] updated from transifexNextcloud bot2021-02-184-0/+32
|/
* Merge pull request #25449 from nextcloud/backport/25393/stable19Roeland Jago Douma2021-02-174-1/+143
|\ | | | | [stable19] add repair job for unencoded group share uris
| * adjust applicable versionArthur Schiwon2021-02-171-1/+1
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * compatibility to Nc 19Arthur Schiwon2021-02-172-3/+3
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * add missing changes from backport sourceArthur Schiwon2021-02-171-1/+2
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>