summaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Storage
Commit message (Expand)AuthorAgeFilesLines
* Remove verbose error messageLukas Reschke2017-03-291-2/+3
* allow configuring authType for DAV backendJörn Friedrich Dreyer2017-03-221-2/+10
* Merge pull request #3600 from coletivoEITA/masterRoeland Jago Douma2017-03-142-0/+14
|\
| * added method needsPartFile() in StorageVinicius Cubas Brand2017-03-142-0/+14
* | Merge pull request #3495 from nextcloud/dav-protectedRoeland Jago Douma2017-02-151-7/+7
|\ \
| * | Make it easier to subclass DAV storageRobin Appelman2017-02-151-7/+7
* | | Merge pull request #3447 from nextcloud/getmetadata-permissions-maskRoeland Jago Douma2017-02-151-0/+9
|\ \ \
| * | | also apply permissions mask in getMetaDataRobin Appelman2017-02-101-0/+9
* | | | Merge pull request #3262 from nextcloud/jail-scanner-storage-idRoeland Jago Douma2017-02-151-1/+1
|\ \ \ \
| * | | | Make sure we use the correct storage id when scanning a jailed storageRobin Appelman2017-01-251-1/+1
* | | | | Merge pull request #3465 from nextcloud/storage-log-locksLukas Reschke2017-02-142-3/+84
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Add missing PHPDoc and properly throw exceptionMorris Jobke2017-02-132-0/+6
| * | | | Add storage to log item as wellLukas Reschke2017-02-131-3/+33
| * | | | Add option to enable locking debug loggingRobin Appelman2017-02-131-3/+48
| | |/ / | |/| |
* / | | bug when connect to yandex webdav servervkuimov2017-02-101-1/+1
|/ / /
* | | remove obsolete hack (#26928)Jörn Friedrich Dreyer2017-01-271-12/+1
* | | Make DAV external storage test more reliableRobin Appelman2017-01-242-5/+9
|/ /
* | Merge pull request #2744 from nextcloud/oc_26324Roeland Jago Douma2017-01-111-52/+53
|\ \
| * | Fix DAV stat cache to properly cache 404Vincent Petry2017-01-051-52/+53
* | | replace close:// streamwrapper with CallBackWrapperRobin Appelman2017-01-061-10/+8
|/ /
* | Nuke the legacy storage fallback from orbitVincent Petry2016-12-231-9/+2
* | Merge pull request #2411 from nextcloud/fix-encryption-home-storageMorris Jobke2016-12-051-2/+30
|\ \ | |/ |/|
| * check if the file should really be encrypted before we update the file cacheBjoern Schiessle2016-11-291-2/+30
* | apply permissions mask for shared storageRobin Appelman2016-12-021-1/+1
|/
* Move the validation into one place onlyJoas Schilling2016-11-211-0/+25
* Merge pull request #1890 from nextcloud/downstream-25428Morris Jobke2016-10-251-2/+10
|\
| * Move function to LargeFileHelperLukas Reschke2016-10-251-1/+2
| * fixing php 32 bit (arm) filemtime on large file issue (#18971) (#25428)Boris Rybalkin2016-10-251-2/+9
* | Remove not existent function callLukas Reschke2016-10-251-1/+1
|/
* Fix permision maskRoeland Jago Douma2016-10-241-0/+8
* Move OC\Files\Storage\Shared to the right namespaceJoas Schilling2016-10-202-0/+8
* Only use realpath for real directories (#26058)Vincent Petry2016-09-261-1/+6
* Allow jail wrappers to lazily initialize the source storageRobin Appelman2016-08-221-41/+41
* Allow storage wrappers to lazily initialize the source storageRobin Appelman2016-08-221-55/+55
* Fix storage id with storage jailRobin Appelman2016-07-221-1/+1
* Update with robinJoas Schilling2016-07-2117-17/+17
* Fix othersJoas Schilling2016-07-2119-24/+43
* Remove unneeded checks if it runs on a Windows machineMorris Jobke2016-07-081-19/+1
* Fix getting the certificate bundle for dav external storage (#25274)Robin Appelman2016-06-271-1/+6
* handle unavailable fed shares while testing for availability (#25277)Robin Appelman2016-06-271-3/+3
* Merge pull request #24899 from owncloud/local-storage-symlinksVincent Petry2016-06-081-1/+29
|\
| * dissalow symlinks in local storages that point outside the datadirRobin Appelman2016-06-071-1/+29
* | make sure $data['mtime'] is always a timestampRobin Appelman2016-06-071-0/+3
|/
* Fix warnings when trying to get mtime of non existing filesRobin Appelman2016-06-031-3/+3
* Check whether remote DAV server accepted the mtime on touchVincent Petry2016-05-301-1/+10
* Fix webdav destination header when overwriting foldersVincent Petry2016-05-301-6/+23
* Update license headersLukas Reschke2016-05-2610-9/+16
* Remove unneeded unsets in encoding wrapperVincent Petry2016-05-201-16/+3
* Fixes for encoding wrapperVincent Petry2016-05-201-41/+19
* Add wrapper for NFD encoding workaroundVincent Petry2016-05-201-0/+568