summaryrefslogtreecommitdiffstats
path: root/lib/private/files
Commit message (Expand)AuthorAgeFilesLines
* 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 #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
* | | Merge pull request #17077 from owncloud/files-scan-absolute-pathMorris Jobke2015-07-022-5/+10
|\ \ \ | |/ / |/| |
| * | handle invalid results from mount providersRobin Appelman2015-06-291-1/+4
| * | add unit testRobin Appelman2015-06-291-2/+5
| * | fix getting mount points when passing a path to the files:scan commandRobin Appelman2015-06-291-3/+2
* | | Merge pull request #16406 from owncloud/enc-strlenperffixMorris Jobke2015-07-011-1/+1
|\ \ \
| * | | Small perf tweak in strlen loopVincent Petry2015-05-181-1/+1
* | | | Merge pull request #17256 from owncloud/locking-disablecallbackwrapperwhendis...Vincent Petry2015-06-301-1/+4
|\ \ \ \
| * | | | Do not set callback wrapper when locking is disabledVincent Petry2015-06-301-1/+4
* | | | | Merge pull request #17251 from owncloud/issue-17247-filesize-stat-failed-for-...Vincent Petry2015-06-301-2/+6
|\ \ \ \ \
| * | | | | Perform the filesize only when the file existsJoas Schilling2015-06-301-2/+6
| |/ / / /
* / / / / Unlock first path on rename if second path is lockedVincent Petry2015-06-291-1/+6
|/ / / /
* | | | Merge pull request #17030 from owncloud/lock-posthooksJoas Schilling2015-06-292-21/+21
|\ \ \ \ | |_|/ / |/| | |
| * | | Remove test-specific method to make Bjoern and Joas happyVincent Petry2015-06-261-9/+0
| * | | Keep shared locks in post hooksVincent Petry2015-06-253-21/+30
* | | | Merge pull request #17163 from owncloud/update-licensesLukas Reschke2015-06-2712-6/+14
|\ \ \ \
| * | | | update license headers and authorsMorris Jobke2015-06-2512-6/+14
| |/ / /
* / / / Correctly check if the real file exists, otherwise try the part fileJoas Schilling2015-06-261-2/+6
|/ / /
* | | Merge pull request #17070 from owncloud/lock-movemountbugVincent Petry2015-06-242-23/+62
|\ \ \
| * | | Rollback folder scan if an entry was lockedVincent Petry2015-06-241-0/+5
| * | | Fix locked paths in the moveMount caseVincent Petry2015-06-241-23/+57
* | | | Merge pull request #17110 from owncloud/share-error-handlingMorris Jobke2015-06-241-0/+1
|\ \ \ \
| * | | | [sharing] handle shares of users that aren't available anymoreMorris Jobke2015-06-231-0/+1
* | | | | Merge pull request #17095 from owncloud/proper-error-handlingMorris Jobke2015-06-231-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |