summaryrefslogtreecommitdiffstats
path: root/lib/private/files
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #8607 from owncloud/filescan_app_hookOwen Winkler2014-05-301-8/+42
|\
| * Missed one.ringmaster2014-05-301-1/+1
| * Updates per comments on PR:ringmaster2014-05-301-6/+20
| * Prevent apps from affecting the scanner via hook.ringmaster2014-05-281-16/+18
| * Use 'filesystem_check_enable' as a config option.ringmaster2014-05-271-4/+4
| * Allow the default behavior to come from the config.ringmaster2014-05-271-6/+12
| * Rename variable to something more appropriate.ringmaster2014-05-271-3/+3
| * Allow apps to control via a hook to skip adding/removing a file during filescanringmaster2014-05-271-3/+15
* | Merge pull request #5365 from owncloud/filesize-improvements-32bitThomas Müller2014-05-304-91/+29
|\ \
| * | Increase file size limit from 2 GiB to 4 GiB when workarounds are unavailable.Andreas Fischer2014-05-292-8/+2
| * | Cast to number instead of integer in OC\Files\Cache\HomeCacheAndreas Fischer2014-05-291-2/+4
| * | Cast to number instead of integer in OC\Files\Cache\CacheAndreas Fischer2014-05-291-5/+5
| * | Only call $this->filesize() for files.Andreas Fischer2014-05-292-2/+2
| * | Refactor Large File handling code.Andreas Fischer2014-05-292-131/+20
| * | Cast to numeric instead of float, i.e. use an integer if possible.Andreas Fischer2014-05-291-6/+6
| * | Use CURL to get filesize on 32bit systems.Andreas Fischer2014-05-291-11/+64
* | | Pass any methods custom to specific storage implementations to the wrapped st...Robin Appelman2014-05-291-0/+11
* | | Fix storage wrapper being called with nullRobin Appelman2014-05-291-1/+1
* | | Add $storage->instanceOfStorage to handle instanceof for storage wrappersRobin Appelman2014-05-292-2/+22
|/ /
* | Merge pull request #3908 from owncloud/storage-folder-copy-renameicewind19912014-05-294-115/+170
|\ \
| * | Remove code duplicationRobin Appelman2014-05-281-20/+21
| * | Fix LocalStorage->unlink to work on folder as expectedRobin Appelman2014-05-282-2/+9
| * | re-use rescursive copy from common storageRobin Appelman2014-05-281-16/+1
| * | remove unneeded checkRobin Appelman2014-05-281-2/+2
| * | use \OC\Files\Filesystem::isIgnoredDirRobin Appelman2014-05-283-62/+86
| * | fix recursive copy and rename for common storage backendRobin Appelman2014-05-281-9/+38
| * | fix recursive copy and rename for mapped local storage backendRobin Appelman2014-05-281-10/+27
| * | add recursive copy to local storage backendRobin Appelman2014-05-281-6/+20
| * | fix recursive rename for local storage backendRobin Appelman2014-05-281-2/+4
| * | remove unneeded delTreeRobin Appelman2014-05-281-25/+1
* | | Merge pull request #8547 from owncloud/path-length-masterThomas Müller2014-05-291-3/+18
|\ \ \ | |/ / |/| |
| * | # This is a combination of 2 commits.Thomas Müller2014-05-281-3/+18
| |/
* / Change visibility of scanner internalsringmaster2014-05-281-4/+4
|/
* Merge pull request #8674 from owncloud/watch-policyFrank Karlitschek2014-05-262-1/+3
|\
| * Add a config option fro setting the filesystem watcher policyRobin Appelman2014-05-231-0/+2
| * Fix phpdocRobin Appelman2014-05-221-1/+1
* | allow admin to disable sharing for specific groups of usersBjoern Schiessle2014-05-222-3/+20
|/
* move the mount point up if a share is mounted to a subfolder and the subfolde...Bjoern Schiessle2014-05-211-0/+11
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-195-8/+8
* Merge pull request #8435 from owncloud/fix-8322-masterThomas Müller2014-05-191-0/+24
|\
| * - Introduce isShared() and isMounted() on FileInfo classThomas Müller2014-05-021-0/+24
* | More PHPDoc for file functionsRobin McCorkell2014-05-132-0/+12
* | Fix Scrutinizer errorsRobin McCorkell2014-05-131-0/+5
* | Fix all PHPDoc types and variable names, in /libRobin McCorkell2014-05-138-13/+13
* | Squash 'a | b' into 'a|b', in /libRobin McCorkell2014-05-136-8/+8
* | Fix @return array PHPDocs, in /libRobin McCorkell2014-05-135-7/+7
* | Fixed getAbsolutePath case when path is "0"Vincent Petry2014-05-131-1/+1
* | remove legacy aka deprecated code: OC_FilesystemViewThomas Müller2014-05-121-1/+1
* | Fix getPathById for OracleVincent Petry2014-05-081-0/+4
* | Merge pull request #8377 from youngguns-nl/issue_8376Vincent Petry2014-05-022-2/+20
|\ \ | |/ |/|