summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2021-04-076-2/+68
|
* Merge pull request #26399 from nextcloud/backport/26061/stable20Lukas Reschke2021-04-063-12/+23
|\ | | | | [stable20] Log and continue when failing to update encryption keys during for individual files
| * Fix phpcs issues in encryption updateVincent Petry2021-04-011-3/+0
| | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
| * Log and continue when failing to update encryption keys during for ↵Julius Härtl2021-04-013-12/+26
| | | | | | | | | | | | individual files Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | [tx-robot] updated from transifexNextcloud bot2021-04-066-0/+8
| |
* | [tx-robot] updated from transifexNextcloud bot2021-04-052-2/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2021-04-044-0/+4
| |
* | [tx-robot] updated from transifexNextcloud bot2021-04-038-0/+8
| |
* | [tx-robot] updated from transifexNextcloud bot2021-04-026-2/+14
|/
* Merge pull request #26378 from nextcloud/backport/25500/stable20kesselb2021-03-311-1/+2
|\ | | | | [stable20] fix(translation): replace static error message
| * revert(comment)Samuel2021-03-301-1/+0
| | | | | | | | Signed-off-by: Samuel <faust64@gmail.com>
| * revert(exception): keep throwing an exception for nowSamuel2021-03-301-2/+3
| | | | | | | | Signed-off-by: Samuel <faust64@gmail.com>
| * fix(translation): replace static error messageSamuel2021-03-301-2/+3
| | | | | | | | | | | | as suggested by @kesselb in nextcloud/server#25490 Signed-off-by: Samuel <faust64@gmail.com>
* | Merge pull request #26381 from nextcloud/backport/26372/stable20Christoph Wurst2021-03-311-1/+2
|\ \ | | | | | | [stable20] 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
|/
* Merge pull request #26258 from nextcloud/backport/26198/stable20Roeland Jago Douma2021-03-308-91/+208
|\ | | | | [stable20] Handle limit offset and sorting in files search
| * fix type hintsRobin Appelman2021-03-242-3/+7
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * use node search api for legacy file search endpointRobin Appelman2021-03-242-23/+32
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * handle ordering in folder searchRobin Appelman2021-03-243-35/+64
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * folder filtering in sqlRobin Appelman2021-03-241-16/+20
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * cleanup fileinfo creationRobin Appelman2021-03-241-9/+16
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * formatRobin Appelman2021-03-241-1/+0
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * handle limit and offset in folder file searchRobin Appelman2021-03-241-6/+51
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * only require user to be set in a query that handles tagsRobin Appelman2021-03-243-9/+13
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * unify handling of Folder::search methods into "new" query objectsRobin Appelman2021-03-241-45/+61
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | [tx-robot] updated from transifexNextcloud bot2021-03-284-18/+18
| |
* | [tx-robot] updated from transifexNextcloud bot2021-03-272-0/+2
| |
* | Merge pull request #26290 from nextcloud/backport/21484/stable20Morris Jobke2021-03-261-8/+4
|\ \ | | | | | | [stable20] show better error messages when a file with a forbidden path is encountered
| * | show better error messages when a file with a forbidden path is encounteredRobin Appelman2021-03-251-8/+4
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Log when a storage is marked as unavailableMorris Jobke2021-03-251-0/+4
|/ / | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* / [tx-robot] updated from transifexNextcloud bot2021-03-252-0/+2
|/
* Merge pull request #26250 from nextcloud/backport/25529/stable20Morris Jobke2021-03-242-0/+2
|\ | | | | [stable20] Fix non LGC glyphs in avatars and txt file previews
| * Add OCC command to reset rendered textsDaniel Calviño Sánchez2021-03-222-0/+2
| | | | | | | | | | | | | | | | | | | | The command is meant to be used when the fonts used to render texts ("core/fonts/NotoSans-Regular.ttf" and "core/fonts/NotoSans-Bold.ttf") are changed (for example, to add support for other scripts). The avatar and text file previews will be removed, so they will be generated again with the updated font when needed. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | 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
|
* expand 'path is already shared' error messageRobin Appelman2021-03-191-3/+5
| | | | 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>
* Merge pull request #26125 from nextcloud/backport/25533/stable20Morris Jobke2021-03-194-63/+121
|\ | | | | [stable20] send share notification instead of erroring on duplicate share
| * send share notification instead of erroring on duplicate shareRobin Appelman2021-03-154-63/+121
| | | | | | | | | | | | when creating a share that already exists, instead of erroring, resend the notifications Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #26123 from nextcloud/backport/26004/stable20Roeland Jago Douma2021-03-181-1/+1
|\ \ | | | | | | [stable20] Allow overwriting isAuthenticated
| * | Allow overwriting isAuthenticatedRoeland Jago Douma2021-03-151-1/+1
| |/ | | | | | | | | | | | | * Some implementations might check for different things * IT will not change how the current ones work Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | implement PagedProvider for file searchRobin Appelman2021-03-181-1/+10
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | limit constructing of result objects in file searchRobin Appelman2021-03-181-1/+11
| | | | | | | | | | | | | | | | 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 #26052 from nextcloud/backport/26048/stable20Morris Jobke2021-03-171-1/+6
|\ \ | | | | | | [stable20] cache baseurl in url generator
| * | cache baseurl in url generatorRobin Appelman2021-03-101-1/+6
| | | | | | | | | | | | | | | | | | Servers don't tend to change their url in the middle of a request Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #25944 from nextcloud/backport/25659/stable20Morris Jobke2021-03-177-22/+6
|\ \ \ | | | | | | | | [stable20] catch notfound and forbidden exception in smb::getmetadata