summaryrefslogtreecommitdiffstats
path: root/lib/private/Files
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | dont return private storage interface from public mount interfaceRobin Appelman2021-03-233-3/+3
* | | | | | | | Merge pull request #29220 from nextcloud/s3-external-listJohn Molakvoæ2021-10-222-2/+9
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | more reliable return value for Watcher::checkUpdateRobin Appelman2021-10-151-1/+8
| * | | | | | | s3 external storage listing reworkRobin Appelman2021-10-151-1/+1
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #26347 from J0WI/clean-path-regexJohn Molakvoæ2021-10-221-4/+4
|\ \ \ \ \ \ \
| * | | | | | | Cleaner normalizePath regexJ0WI2021-03-271-4/+4
* | | | | | | | Fix security issues when copying groupfolder with advanced ACLCarl Schwan2021-10-211-1/+4
* | | | | | | | Merge pull request #28768 from nextcloud/check-file-existsJohn Molakvoæ2021-10-181-1/+1
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Simplify :)acsfer2021-10-041-1/+1
| * | | | | | | Replace `file_exists()` method by `is_file()`acsfer2021-10-041-1/+1
| * | | | | | | Get `filesize()` if `file_exists()`acsfer2021-10-011-1/+1
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #27194 from nextcloud/new-ftpJohn Molakvoæ2021-10-141-7/+7
|\ \ \ \ \ \ \
| * | | | | | | make param names consistent with interface for copy directory polyfillRobin Appelman2021-10-071-7/+7
| |/ / / / / /
* | | | | | | Merge pull request #28907 from nextcloud/bug/noid/close-stream-localDaniel2021-10-082-3/+7
|\ \ \ \ \ \ \
| * | | | | | | explicitly close source stream on encryption storageDaniel Kesselberg2021-09-211-2/+3
| * | | | | | | explicitly close source stream on local storageDaniel Kesselberg2021-09-211-1/+4
| |/ / / / / /
* | | | | | | Merge pull request #28608 from nextcloud/path-prefix-filterVincent Petry2021-10-077-9/+175
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | generate a better optimized query for path prefix search filtersRobin Appelman2021-08-267-9/+175
| | |_|_|_|/ | |/| | | |
* / | | | | Support seeking also from the end of file on S3 storagePauli Järvinen2021-09-111-1/+10
|/ / / / /
* | | | | Unregister enc stream wrapper for any exceptionVincent Petry2021-08-261-1/+1
* | | | | Merge pull request #28476 from nextcloud/search-jail-insensitiveVincent Petry2021-08-242-3/+5
|\ \ \ \ \
| * | | | | use case insensitive like when limiting search to jailRobin Appelman2021-08-172-3/+5
* | | | | | use getGetUnjailedRoot to determine if jailed search needs the path filterRobin Appelman2021-08-231-1/+1
| |_|_|_|/ |/| | | |
* | | | | Refactor writeObject to only use MultipartUpload when requiredBernd Rederlechner2021-08-202-20/+61
| |_|_|/ |/| | |
* | | | Make sure that a empty directory can still be deleted when copied from anothe...Julius Härtl2021-08-131-0/+1
* | | | Merge pull request #27923 from nextcloud/remove-flysystem-storage-classLukas Reschke2021-08-101-264/+0
|\ \ \ \
| * | | | Remove Flysystem storage classLukas Reschke2021-07-121-264/+0
* | | | | Merge pull request #28220 from nextcloud/get-by-id-multiple-mounts-single-sto...John Molakvoæ2021-08-091-15/+29
|\ \ \ \ \
| * | | | | fix Folder->getById() when a single storage is mounted multiple timesRobin Appelman2021-07-281-15/+29
* | | | | | Remove some mentions of ownCloud from our api documentationCarl Schwan2021-07-292-4/+4
| |_|/ / / |/| | | |
* | | | | Merge pull request #28175 from nextcloud/jail-search-rootJulius Härtl2021-07-291-11/+15
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | dont apply jail search filter is on the rootRobin Appelman2021-07-261-11/+15
| |/ / /
* | | | Merge pull request #26463 from Worteks/fix-s3proxyJulius Härtl2021-07-142-2/+15
|\ \ \ \ | |/ / / |/| | |
| * | | fix(proxy): use accessorMaxime Besson2021-06-301-2/+2
| * | | fix(proxy): reaching s3 storage behind some http proxyMaxime Besson2021-04-091-4/+4
| * | | fix(proxy): reaching s3 storage behind some http proxySamuel2021-04-092-2/+15
* | | | dont include folder being search in in the resultsRobin Appelman2021-07-021-1/+7
* | | | Merge pull request #27533 from Rid/masterblizzz2021-07-011-2/+2
|\ \ \ \
| * | | | Fix scanner mistaking socket files for directoriesRid2021-06-171-2/+2
* | | | | Merge pull request #27586 from nextcloud/bugfi/noid/objectstore-checksumblizzz2021-07-011-0/+1
|\ \ \ \ \
| * | | | | Reset checksum when writing files to object storeJulius Härtl2021-06-211-0/+1
| |/ / / /
* | | | | Merge pull request #27635 from nextcloud/fix/datetime-constantsPytal2021-06-231-1/+1
|\ \ \ \ \
| * | | | | Move DateTime::RFC2822 to DateTimeInterface::2822Christoph Wurst2021-06-231-1/+1
* | | | | | Merge pull request #26344 from J0WI/fs-early-rootLukas Reschke2021-06-231-8/+8
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Return early if path is rootJ0WI2021-04-051-8/+8
* | | | | | handle case where storage can't be created in getStorageRootIdRobin Appelman2021-06-171-1/+7
| |/ / / / |/| | | |
* | | | | inject SearchBuilderRobin Appelman2021-06-143-14/+5
* | | | | split of query building bits from searchhelperRobin Appelman2021-06-142-196/+242
* | | | | update tests and fix some edge cases around new searchRobin Appelman2021-06-142-6/+27
* | | | | some cleanup and documentationRobin Appelman2021-06-142-29/+22