Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | only require user to be set in a query that handles tags | Robin Appelman | 2021-03-23 | 3 | -8/+12 | |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
| * | unify handling of Folder::search methods into "new" query objects | Robin Appelman | 2021-03-23 | 1 | -41/+58 | |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | Merge pull request #26380 from nextcloud/backport/26372/stable19 | Roeland Jago Douma | 2021-03-31 | 1 | -1/+2 | |
|\ \ | | | | | | | [stable19] gracefully handle deleteFromSelf when share is already gone | |||||
| * | | gracefully handle deleteFromSelf when share is already gone | Arthur Schiwon | 2021-03-30 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | - handling race conditions Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2021-03-31 | 2 | -2/+2 | |
|/ / | ||||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2021-03-28 | 4 | -18/+18 | |
| | | ||||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2021-03-27 | 2 | -0/+2 | |
| | | ||||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2021-03-25 | 2 | -0/+2 | |
| | | ||||||
* | | Catch invalid cache source storage path | John Molakvoæ (skjnldsv) | 2021-03-24 | 1 | -0/+4 | |
|/ | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-03-23 | 14 | -18/+36 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-03-22 | 2 | -22/+22 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-03-21 | 16 | -0/+16 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-03-20 | 2 | -16/+16 | |
| | ||||||
* | Merge pull request #26148 from nextcloud/backport/26013/stable19 | Morris Jobke | 2021-03-19 | 6 | -41/+73 | |
|\ | | | | | [stable19] Return the fileid from `copyFromCache` and use it instead of doing an extra query | |||||
| * | verify that cache entry is valid | Robin Appelman | 2021-03-16 | 1 | -0/+3 | |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
| * | also implement for FailedCache and NullCache | Robin Appelman | 2021-03-16 | 2 | -0/+10 | |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
| * | use returned file id for object store copy | Robin Appelman | 2021-03-16 | 1 | -6/+6 | |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
| * | add ICopyFromCache trait to expose existing implementation | Robin Appelman | 2021-03-16 | 3 | -35/+54 | |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | Update user share must use correct expiration validation | Vincent Petry | 2021-03-19 | 1 | -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 search | Robin Appelman | 2021-03-18 | 1 | -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/stable19 | Morris Jobke | 2021-03-17 | 2 | -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 Appelman | 2021-03-12 | 2 | -1/+15 | |
| |/ | | | | | | | | | | | same object store Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | remove explicit fclose from S3->writeStream | Robin Appelman | 2021-03-17 | 1 | -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 available | Robin Appelman | 2021-03-16 | 1 | -2/+8 | |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | adjust tests | Robin Appelman | 2021-03-16 | 2 | -2/+1 | |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | fix search in nested jails | Robin Appelman | 2021-03-16 | 2 | -21/+38 | |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | fix cachjail searching for root | Robin Appelman | 2021-03-16 | 2 | -3/+17 | |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | do cachejail search filtering in sql | Robin Appelman | 2021-03-16 | 3 | -4/+60 | |
|/ | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-03-12 | 2 | -4/+4 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-03-08 | 2 | -8/+8 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-03-07 | 2 | -2/+2 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-03-06 | 2 | -0/+8 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-03-05 | 2 | -0/+8 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-03-04 | 2 | -22/+22 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-03-03 | 2 | -0/+14 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-03-02 | 2 | -14/+16 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-02-28 | 2 | -2/+2 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-02-26 | 2 | -2/+6 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-02-25 | 2 | -2/+10 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-02-24 | 4 | -118/+0 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-02-23 | 2 | -2/+8 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-02-21 | 4 | -2/+110 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-02-19 | 2 | -0/+6 | |
| | ||||||
* | Merge pull request #25704 from nextcloud/backport/25700/stable19 | Roeland Jago Douma | 2021-02-18 | 1 | -1/+1 | |
|\ | | | | | [stable19] Initialize \OCP\AppFramework\Http\ZipResponse::$resources | |||||
| * | Initialize \OCP\AppFramework\Http\ZipResponse::$resources | Christoph Wurst | 2021-02-17 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2021-02-18 | 4 | -0/+32 | |
|/ | ||||||
* | Merge pull request #25449 from nextcloud/backport/25393/stable19 | Roeland Jago Douma | 2021-02-17 | 4 | -1/+143 | |
|\ | | | | | [stable19] add repair job for unencoded group share uris | |||||
| * | adjust applicable version | Arthur Schiwon | 2021-02-17 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | |||||
| * | compatibility to Nc 19 | Arthur Schiwon | 2021-02-17 | 2 | -3/+3 | |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | |||||
| * | add missing changes from backport source | Arthur Schiwon | 2021-02-17 | 1 | -1/+2 | |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> |