summaryrefslogtreecommitdiffstats
path: root/lib/private/files
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fix mounting wrapped storages resulting in many-layered wrapping"Robin McCorkell2015-08-191-6/+1
* Implement password authentication mechanismsRobin McCorkell2015-08-191-0/+4
* Merge pull request #17932 from owncloud/fix_move_filesThomas Müller2015-08-111-2/+7
|\
| * make sure that we emit the hooks if a file gets moved from a subfolder to the...Bjoern Schiessle2015-07-291-2/+7
* | Merge pull request #14779 from owncloud/use-iterator-directoryRobin McCorkell2015-08-073-7/+4
|\ \
| * | Use the new IteratorDirectory instead of the fakedir wrapperRobin Appelman2015-07-153-7/+4
* | | Merge pull request #18124 from owncloud/share-permwrongvarMorris Jobke2015-08-071-1/+1
|\ \ \
| * | | Fix removal of share permissions when share disabled for userVincent Petry2015-08-071-1/+1
* | | | Merge pull request #13641 from owncloud/cache-storage-statusVincent Petry2015-08-075-11/+543
|\ \ \ \ | |/ / / |/| | |
| * | | Fix mounting wrapped storages resulting in many-layered wrappingRobin McCorkell2015-07-201-1/+6
| * | | Store storage availability in databaseRobin McCorkell2015-07-204-10/+537
* | | | always update file cache, the cache can handle partial data correctly if the ...Bjoern Schiessle2015-07-311-5/+4
* | | | Merge pull request #17981 from owncloud/correct-regexThomas Müller2015-07-301-2/+2
|\ \ \ \
| * | | | Correct regular expressionsLukas Reschke2015-07-301-2/+2
| | |_|/ | |/| |
* | | | Merge pull request #17950 from owncloud/config-dontdetectfschangesinrootbydef...Robin McCorkell2015-07-291-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Disable filesystem_check_changes by defaultVincent Petry2015-07-291-1/+1
* | | | Merge pull request #15543 from rullzer/mimetypedetectorMorris Jobke2015-07-281-3/+124
|\ \ \ \ | |/ / / |/| | |
| * | | Pass config dir as parameter to detection classRoeland Jago Douma2015-07-271-7/+12
| * | | Proper deprecate methodsRoeland Jago Douma2015-07-271-2/+1
| * | | Loading of mapping/aliases is done in classRoeland Jago Douma2015-07-271-12/+47
| * | | Move mimetypedetection to files/type/detectionRoeland Jago Douma2015-07-271-85/+42
| * | | Added mimetype detectorRoeland Jago Douma2015-07-271-1/+126
| |/ /
* | | Merge pull request #17902 from owncloud/fix_17898Vincent Petry2015-07-271-1/+2
|\ \ \
| * | | get header size before we open the file to avoid locking exceptionBjoern Schiessle2015-07-271-1/+2
* | | | Merge pull request #17840 from owncloud/fix-enc-wrapper-without-encryptionThomas Müller2015-07-271-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Only set is encrypted when encryption is enabledJoas Schilling2015-07-231-1/+1
| |/ /
* / / check if the user is trying to scan a valid pathRobin Appelman2015-07-271-0/+3
|/ /
* | Merge pull request #17540 from owncloud/enc_detect_legacy_files2Björn Schießle2015-07-171-15/+95
|\ \
| * | set targetIsEncrypted to true if file cache indicates that we try to read a e...Bjoern Schiessle2015-07-171-0/+1
| * | make sure that we always detect legacy files correctlyBjoern Schiessle2015-07-171-15/+94
| |/
* | Merge pull request #17282 from owncloud/s2s-catchremotelockexceptionsMorris Jobke2015-07-171-17/+27
|\ \ | |/ |/|
| * Throw lock exceptions if remote share returned 423 status codeVincent Petry2015-07-031-17/+27
* | Throw StorageNotAvailable if propfind on root failedVincent Petry2015-07-131-1/+5
* | Merge pull request #17481 from rullzer/mimetype-listMorris Jobke2015-07-131-1/+1
|\ \
| * | Move mimetypes.list.php to config/mimetypemapping.jsonRoeland Jago Douma2015-07-081-1/+1
* | | Merge pull request #16965 from owncloud/getUserFolder-in-IRootFolderMorris Jobke2015-07-091-0/+29
|\ \ \ | |/ / |/| |
| * | Add getUserFolder to IRootFolderMorris Jobke2015-07-031-0/+29
* | | Merge pull request #16924 from owncloud/copy-recursive-polyfillThomas Müller2015-07-061-0/+89
|\ \ \
| * | | better handling of foldersRobin Appelman2015-07-031-1/+1
| * | | phpdocRobin Appelman2015-06-151-2/+30
| * | | add recursive copy polyfill for storage backendsRobin Appelman2015-06-141-0/+61
* | | | Remove OC_LogThomas Müller2015-07-035-8/+8
* | | | Merge pull request #17379 from owncloud/kill-file-mapperVincent Petry2015-07-033-1050/+282
|\ \ \ \
| * | | | Remove file mapper - was only use in Windows and never worked properlyThomas Müller2015-07-033-1050/+282
| | |/ / | |/| |
* | | | also dont download existing on fopen when using w+ and wb+Robin Appelman2015-07-031-2/+2
* | | | add phpdocRobin Appelman2015-07-031-0/+55
* | | | add flysystem adapaterRobin Appelman2015-07-031-0/+188
|/ / /
* | | Merge pull request #17291 from owncloud/mount-manager-publicVincent Petry2015-07-032-5/+7
|\ \ \ | |_|/ |/| |
| * | fix typehintingRobin Appelman2015-07-011-2/+3
| * | expose the mount manager in the public apiRobin Appelman2015-07-012-3/+4