summaryrefslogtreecommitdiffstats
path: root/lib/private/Files
Commit message (Expand)AuthorAgeFilesLines
* move more cache logic to querybuilderRobin Appelman2019-11-132-169/+254
* Fix DAV mimetype searchRoeland Jago Douma2019-10-281-4/+7
* use OCP\EventDispatcher\Event over Symfony's deprecated EventArthur Schiwon2019-10-171-1/+1
* Deprecate TemplateManagerJulius Härtl2019-10-161-0/+5
* Merge pull request #17276 from nextcloud/storage-id-eqRoeland Jago Douma2019-10-092-2/+10
|\
| * use eq instead of in for loading single storageRobin Appelman2019-09-261-1/+9
| * log which storage id can't be insertedRobin Appelman2019-09-261-1/+1
* | Merge pull request #17264 from nextcloud/move-from-storage-wrappersRoeland Jago Douma2019-09-262-1/+37
|\ \ | |/ |/|
| * handle moveFromStorage within the same storage even when storage wrappers are...Robin Appelman2019-09-252-1/+37
* | Merge pull request #17262 from nextcloud/objectstore-remove-cache-on-deleteRoeland Jago Douma2019-09-261-3/+11
|\ \
| * | dont delete cache entries if deleting an object from object store failedRobin Appelman2019-09-251-3/+11
| |/
* | Fix getById for files in appdata and the root mountJoas Schilling2019-09-171-0/+44
* | emit file events via Dispatcher, tooArthur Schiwon2019-09-094-21/+39
* | Merge pull request #16836 from nextcloud/fix/16724/smb-availabilityRoeland Jago Douma2019-09-092-109/+102
|\ \ | |/ |/|
| * set a storage availability delay on auth issues to avoid lock outArthur Schiwon2019-08-222-109/+102
* | Return the proper jailed path when requesting the root pathJulius Härtl2019-09-041-1/+1
|/
* Undefined variable response when server is no nextcloud anymoreJoas Schilling2019-08-201-1/+1
* Merge pull request #15946 from martink-p/bugxfix/9792/encrypted-external-webdavRoeland Jago Douma2019-08-151-2/+27
|\
| * Update Encryption.phpmartink-p2019-06-171-7/+9
| * Update Encryption.phpmartink-p2019-06-171-1/+7
| * Apply suggestions from code reviewmartink-p2019-06-171-5/+5
| * Update Encryption.phpmartink-p2019-06-171-2/+19
* | Properly return an int in the getId function of the cacheRoeland Jago Douma2019-08-071-1/+1
* | Merge pull request #16502 from nextcloud/bugfix/16474Morris Jobke2019-07-291-1/+6
|\ \
| * | Add additional check for read permissionsJulius Härtl2019-07-241-1/+2
| * | Check the if we can actually access the storage cache for recent filesJulius Härtl2019-07-241-0/+4
* | | Fix typo in commentMorris Jobke2019-07-291-1/+1
* | | Merge pull request #16570 from nextcloud/enh/supress_touch_errorRoeland Jago Douma2019-07-291-2/+2
|\ \ \
| * | | Supress warnings touch can generateRoeland Jago Douma2019-07-261-2/+2
* | | | Merge pull request #16558 from nextcloud/enh/less_verbose_locked_loggingRoeland Jago Douma2019-07-271-3/+3
|\ \ \ \ | |/ / / |/| | |
| * | | Do not log all locked exceptionsRoeland Jago Douma2019-07-261-3/+3
| |/ /
* / / Remove deprecated searchByTagRoeland Jago Douma2019-07-264-74/+0
|/ /
* | Merge pull request #16440 from marcelklehr/fix/objectstorage-put-contentsMorris Jobke2019-07-171-4/+4
|\ \
| * | Fix File#putContents(string) on ObjectStorageMarcel Klehr2019-07-171-4/+4
* | | Do not keep searching for recentRoeland Jago Douma2019-07-161-1/+6
|/ /
* | Use HTTP1.1 to read S3 objectsRoeland Jago Douma2019-07-101-0/+1
* | Mimetype list integrity check should not fail if it's changed (#15810)John Molakvoæ2019-07-071-0/+6
|\ \
| * | Do not fail integrity check if mimetype list is changedXheni Myrtaj2019-05-291-0/+6
| |/
* | Merge pull request #16107 from nextcloud/local-check-pathRoeland Jago Douma2019-06-271-0/+21
|\ \
| * | verify that paths are valid for recursive local moveRobin Appelman2019-06-271-0/+21
* | | Merge pull request #15832 from nextcloud/bugfix/noid/fulltext-search-groupfol...Roeland Jago Douma2019-06-251-2/+2
|\ \ \ | |/ / |/| |
| * | Fix full text search for groupfoldersMorris Jobke2019-06-171-2/+2
| |/
* / handle storage exceptions when trying to set mtimeRobin Appelman2019-06-061-1/+6
|/
* Merge pull request #15776 from nextcloud/get-by-id-shares-lastRoeland Jago Douma2019-05-291-0/+8
|\
| * search files by id in shared storages lastRobin Appelman2019-05-281-0/+8
* | Check for free space on touchJulius Härtl2019-05-282-3/+14
|/
* Merge pull request #15715 from nextcloud/s3-bucket-nameMorris Jobke2019-05-241-1/+4
|\
| * add method to get bucket name from s3 storageRobin Appelman2019-05-241-1/+4
* | make ObjectStoreStorage::getURN publicRobin Appelman2019-05-221-1/+1
|/
* add method to get the used object store from the storageRobin Appelman2019-05-211-0/+4