summaryrefslogtreecommitdiffstats
path: root/lib/private/files
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #19597 from owncloud/update-license-headersThomas Müller2015-10-0620-20/+50
|\
| * deduplicate @xenopathicMorris Jobke2015-10-067-7/+3
| * update licence headers via scriptMorris Jobke2015-10-0519-19/+53
* | use a normal rename when moving from the same storage in the encryption wrapperRobin Appelman2015-10-051-0/+3
|/
* Merge pull request #19416 from owncloud/node-hook-connectorThomas Müller2015-10-051-0/+151
|\
| * Add hook connector to connect view and node hooksRobin Appelman2015-09-281-0/+151
* | Merge pull request #19272 from owncloud/mimetypes-enhancedThomas Müller2015-10-021-1/+1
|\ \
| * | Allow recursive mimetype aliasesRobin McCorkell2015-10-021-1/+1
* | | Prevent moving mount point into already shared folder (outgoing)Vincent Petry2015-10-021-8/+29
|/ /
* | versions should always use the keys of the original file, no need to create n...Bjoern Schiessle2015-10-011-2/+24
* | Make postScanFile and postScanFolder available to OC\Files\Utils\ScannerOlivier Paroz2015-09-301-1/+6
* | Always send a postScanFile event when done scanning a fileOlivier Paroz2015-09-301-2/+2
|/
* Merge pull request #19303 from owncloud/usecorrectvariableThomas Müller2015-09-241-1/+1
|\
| * use correct variableJörn Friedrich Dreyer2015-09-231-1/+1
* | Merge pull request #16479 from owncloud/core-fixgetrelativepathwrongmatchesThomas Müller2015-09-241-1/+4
|\ \ | |/ |/|
| * Prevent wrong matches in getRelativePathVincent Petry2015-09-221-1/+4
* | Revert "use correct variable"Jörn Friedrich Dreyer2015-09-231-1/+1
* | use correct variableJörn Friedrich Dreyer2015-09-231-1/+1
* | Merge pull request #19236 from owncloud/call_dot_directories_functionThomas Müller2015-09-234-5/+5
|\ \
| * | Replaces if ($file === '.' || $file === '..') by if(\OC\Files\Filesystem::isI...Martin2015-09-224-5/+5
* | | Merge pull request #19247 from owncloud/fix_locking_copy_operationThomas Müller2015-09-231-42/+55
|\ \ \ | |/ / |/| |
| * | catch excexptions during the copy operation and make sure that we free the lo...Bjoern Schiessle2015-09-221-42/+55
| |/
* / Move mimetype files into /resources/config/Lukas Reschke2015-09-221-13/+22
|/
* dont download the existing file for webdav if we're going to overwrite itRobin Appelman2015-09-211-2/+7
* Explicitly cast number to integerRobin McCorkell2015-09-161-1/+1
* Merge pull request #18915 from owncloud/node-getfoldercontents-use-view-logicRobin Appelman2015-09-152-70/+11
|\
| * Use the view logic for getFolderContent for the node apiRobin Appelman2015-09-082-70/+11
* | Use integer for availability instead of boolRobin McCorkell2015-09-151-3/+5
* | Merge pull request #18653 from owncloud/dav-stream-guzzleLukas Reschke2015-09-111-62/+31
|\ \
| * | also use httpclient for uploadFileRobin Appelman2015-09-011-35/+18
| * | stream webdav downloads using http clientRobin Appelman2015-08-291-29/+15
* | | Add reset method to mimetype loaderRobin McCorkell2015-09-112-1/+9
| |/ |/|
* | Split mimetype handling to new classRobin McCorkell2015-09-042-80/+181
* | Allow access to full alias and mapping arraysRobin McCorkell2015-09-011-8/+22
* | Check result of storage wrappersRobin Appelman2015-08-301-0/+3
|/
* Merge pull request #18423 from owncloud/occ_encrypt_allBjörn Schießle2015-08-281-29/+15
|\
| * copy always file by file to encrypt/decrypt it if neededBjoern Schiessle2015-08-261-29/+15
* | Prevent scanner going crazy with unavailable storagesVincent Petry2015-08-241-4/+14
* | Merge pull request #17501 from tbartenstein/patch-1Vincent Petry2015-08-241-1/+1
|\ \
| * | Update fileinfo.phptbartenstein2015-07-081-1/+1
* | | 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