summaryrefslogtreecommitdiffstats
path: root/lib/private/files/storage
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #15240 from owncloud/storage-wrapper-priorityThomas Müller2015-03-272-8/+16
|\
| * add priority to storage wrappersRobin Appelman2015-03-262-8/+16
* | fix check if a file is excluded from encryption or notBjoern Schiessle2015-03-271-1/+1
* | Merge pull request #14925 from owncloud/ext-mountoptions-uiRobin McCorkell2015-03-261-1/+1
|\ \
| * | Make sure mountOptions keep their data typeVincent Petry2015-03-261-1/+1
* | | Merge pull request #15234 from owncloud/encryption2_coreThomas Müller2015-03-261-0/+319
|\ \ \ | |_|/ |/| |
| * | implement basic encryption functionallity in core to enable multiple encrypti...Bjoern Schiessle2015-03-261-0/+319
* | | Update license headersJenkins for ownCloud2015-03-2613-68/+303
| |/ |/|
* | Revert "FIX for webdav.mediencenter.t-online.de"Morris Jobke2015-03-261-5/+0
* | FIX for webdav.mediencenter.t-online.de Oliver Kohl D.Sc.2015-03-251-0/+5
|/
* Merge pull request #14704 from owncloud/storage-wrapper-mountRobin Appelman2015-03-192-6/+26
|\
| * fix factory testRobin Appelman2015-03-111-1/+0
| * Allow setting the watcher policy as mount optionRobin Appelman2015-03-111-1/+2
| * Copy mount options to the storageRobin Appelman2015-03-111-0/+18
| * pass mountpoint to storage wrapper callbackRobin Appelman2015-03-111-5/+7
* | Use `FILTER_UNSAFE_RAW` instead of `FILTER_SANITIZE_STRING`Lukas Reschke2015-03-171-1/+1
* | Merge pull request #14776 from owncloud/fix-14629-masterThomas Müller2015-03-161-0/+5
|\ \
| * | verify the file name length not to exceed 255 characters + verify path during...Thomas Müller2015-03-121-0/+5
| |/
* / drop any fallback code related to curl - refs https://github.com/owncloud/cor...Thomas Müller2015-03-121-5/+1
|/
* Merge pull request #14759 from owncloud/clean-up-codeLukas Reschke2015-03-101-6/+48
|\
| * Clean-up code and use proper exception typesLukas Reschke2015-03-091-6/+48
* | no translation service in common storage classThomas Müller2015-03-091-10/+6
* | translate error messagesThomas Müller2015-03-091-6/+11
* | Optimize loopLukas Reschke2015-03-091-6/+9
* | adding storage specific filename verification - refs #13640Thomas Müller2015-03-092-5/+74
|/
* Revert "Updating license headers"Morris Jobke2015-02-2613-295/+83
* Sabre Update to 2.1Vincent Petry2015-02-232-35/+40
* Updating license headersJenkins for ownCloud2015-02-2313-83/+295
* Merge pull request #13425 from owncloud/phpdoc_cleanupMorris Jobke2015-02-101-4/+4
|\
| * Cleanup of PHPDoc return typesRobin McCorkell2015-01-161-4/+4
* | Fix DAV exceptions, some will still return false nowVincent Petry2015-01-301-0/+22
* | Merge pull request #13525 from owncloud/s2s-fixscanfileforbrokenstorageMorris Jobke2015-01-281-1/+40
|\ \
| * | Catch storage exception in scanner for remote sharesVincent Petry2015-01-261-1/+40
| |/
* | Apply wrappers to existing mounts before registering itRobin Appelman2015-01-231-1/+8
* | removeStorageWrapper to unregister a storage wrapperVincent Petry2015-01-231-3/+14
* | Do not call wrapStorage if storate with same name added twiceVincent Petry2015-01-221-0/+6
|/
* Merge pull request #13132 from aptivate/improve_debug_logging_messagesMorris Jobke2015-01-071-1/+1
|\
| * Improve debugging for ServiceUnavailable exceptionsChris Wilson2015-01-061-1/+1
* | add paged providerJörn Friedrich Dreyer2015-01-021-0/+1
|/
* adding getDirectDownload() to WrapperThomas Müller2014-12-281-0/+12
* Adding basement for the direct download urlThomas Müller2014-12-281-0/+13
* Merge pull request #12639 from owncloud/bad_mtime_formatMorris Jobke2014-12-131-1/+1
|\
| * Return ? if mtime is 0 or -1Robin McCorkell2014-12-121-1/+1
* | Merge pull request #12587 from owncloud/dav-logerrorsVincent Petry2014-12-121-3/+29
|\ \
| * | Log exceptions in DAV storageVincent Petry2014-12-031-3/+29
* | | Add public api for mount configurationsRobin Appelman2014-12-041-2/+11
| |/ |/|
* | also clear statcache in mapped localRobin Appelman2014-12-021-0/+1
* | Clear statcache before getting the mtime from local storage backendsRobin Appelman2014-12-021-0/+1
|/
* Merge pull request #12469 from owncloud/issue/12460-port-local-changes2mappedVincent Petry2014-12-011-2/+21
|\
| * Also clearstatcache() in MappedLocal before using the statsJoas Schilling2014-11-271-0/+1