summaryrefslogtreecommitdiffstats
path: root/lib/private/Files
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #14196 from nextcloud/backport/14185/stable14Roeland Jago Douma2019-02-141-3/+32
|\
| * Filter out versions and trashbinRoeland Jago Douma2019-02-141-0/+2
| * Loop for the recent searchRoeland Jago Douma2019-02-141-3/+26
| * We need to initialize the storage else the jailed path is always nullRoeland Jago Douma2019-02-141-0/+4
* | Fix: Check if `$this->params['user']` is an arrayWilliam Pain2019-02-071-1/+1
|/
* Merge pull request #13741 from nextcloud/backport/13140/stable14Morris Jobke2019-01-232-17/+86
|\
| * Cache tokens when using swift's v2 authenticationRobin Appelman2019-01-222-17/+86
* | cleanup shared lock if changing to exclusive lock failedRobin Appelman2019-01-221-1/+7
|/
* upload new files in objectstore to a .part path firstRobin Appelman2018-12-121-3/+15
* Add objectExists to objectstore interfaceRobin Appelman2018-12-124-0/+23
* Merge pull request #12869 from nextcloud/backport/12857/stable14Roeland Jago Douma2018-12-061-1/+1
|\
| * Emit write update only once on touchRoeland Jago Douma2018-12-051-1/+1
* | Only execute query in propagateChange onceRoeland Jago Douma2018-12-051-2/+2
|/
* Fix folder path containing leading slash when getting mount root by idRobin Appelman2018-11-281-1/+1
* forward object not found error in swift as dav 404Robin Appelman2018-11-192-6/+24
* Merge pull request #12375 from nextcloud/backport/12284/stable14Morris Jobke2018-11-131-1/+1
|\
| * Properly search the root of a shared external storageRoeland Jago Douma2018-11-091-1/+1
* | Fix UniqueConstraintViolationException while insert into oc_filecacheMorris Jobke2018-11-131-7/+18
|/
* Allow chunked uploads even if your quota is not sufficientRoeland Jago Douma2018-10-251-1/+1
* Normalize getUnjailedPathRoeland Jago Douma2018-10-111-1/+2
* tokens can't be valid local user namesRobin Appelman2018-08-161-11/+9
* more efficient way to detect added and removed mountsRobin Appelman2018-08-161-9/+23
* cache OC\Files\Mount\Manager::findIn resultsRobin Appelman2018-08-161-2/+17
* use more efficient method to find mountpoint for pathRobin Appelman2018-08-161-18/+15
* remove double loop for detecting changed mountsRobin Appelman2018-08-161-9/+12
* use insertIfNotExists to store new mimetypes.Robin Appelman2018-08-091-14/+7
* Merge pull request #10397 from nextcloud/encryption-s3-fixBjörn Schießle2018-08-081-2/+17
|\
| * make file cache updates more robustBjoern Schiessle2018-07-311-2/+17
* | Do not log to error loglevel when converting the errorRoeland Jago Douma2018-08-061-1/+1
|/
* Do scan the root storage in background scanRobin Appelman2018-07-241-5/+0
* Use the path_hash instead of the path to query the filecacheMorris Jobke2018-07-161-1/+1
* Merge pull request #10179 from nextcloud/mount-filterMorris Jobke2018-07-111-1/+22
|\
| * Add the option to filter mounts for a userRobin Appelman2018-07-101-1/+22
* | Separate fopen into read and write methodsJulius Härtl2018-07-111-3/+15
* | Add fopen method to ISimpleFileJulius Härtl2018-07-111-0/+11
|/
* allow to disable encryptionBjoern Schiessle2018-07-051-2/+6
* Merge pull request #10079 from nextcloud/search-double-slashMorris Jobke2018-07-021-1/+1
|\
| * fix double slash in search result path when the result is in a submountRobin Appelman2018-07-021-1/+1
* | Add option to only scan the home storageRobin Appelman2018-06-281-3/+8
|/
* Add resource type phpDoc for putContent methodsJulius Härtl2018-06-263-3/+3
* Merge pull request #9526 from Blaok/files-scan-shallowRobin Appelman2018-06-251-2/+2
|\
| * feat: allow files:scan --shallowBlaok2018-05-181-2/+2
* | Request a valid property for DAV opendirRoeland Jago Douma2018-06-211-1/+1
* | Fix listing s3 objects when using google cloud aws compatibilityRobin Appelman2018-06-111-0/+5
* | Make sure initial files can be properly createdRoeland Jago Douma2018-06-071-1/+2
* | add azure unit tests with azuriteRobin Appelman2018-06-041-1/+28
* | add azure object storage backendRobin Appelman2018-06-041-0/+91
* | Merge pull request #9395 from nextcloud/scanner-error-lock-cleanupMorris Jobke2018-05-231-9/+12
|\ \ | |/ |/|
| * cleanup locks in scanner on errorRobin Appelman2018-05-041-9/+12
* | Make Appdata staticRoeland Jago Douma2018-05-142-6/+13