aboutsummaryrefslogtreecommitdiffstats
path: root/lib
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-307-93/+223
|\ \
| * | Document exceptions thrown by \OC\LargeFileHelper.Andreas Fischer2014-05-291-2/+7
| * | Use "file size" instead of "filesize", then also apply camel case.Andreas Fischer2014-05-291-24/+24
| * | Increase file size limit from 2 GiB to 4 GiB when workarounds are unavailable.Andreas Fischer2014-05-293-9/+24
| * | Cast '{DAV:}getcontentlength' to number instead of int.Andreas Fischer2014-05-292-2/+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
| * | Add LargeFileHelper::__construct() verifying that our assumptions hold.Andreas Fischer2014-05-291-0/+25
| * | Add helper method for turning int|float into base-10 unsigned integer string.Andreas Fischer2014-05-291-0/+24
| * | Only call $this->filesize() for files.Andreas Fischer2014-05-292-2/+2
| * | Windows exec() implementation.Andreas Fischer2014-05-291-6/+15
| * | Output validation for exec() method.Andreas Fischer2014-05-291-2/+7
| * | Refactor Large File handling code.Andreas Fischer2014-05-293-131/+123
| * | 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
* | | Merge pull request #8778 from owncloud/storage-instanceoficewind19912014-05-305-4/+46
|\ \ \
| * | | 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
| * | | Use instanceOfStorage instead of instanceofRobin Appelman2014-05-291-1/+4
| * | | Add $storage->instanceOfStorage to handle instanceof for storage wrappersRobin Appelman2014-05-293-2/+30
| |/ /
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-05-301-0/+2
* | | Merge pull request #8759 from owncloud/fix-phpunitLukas Reschke2014-05-292-28/+45
|\ \ \
| * | | fix 8757, get rid of service locator antipatternBernhard Posselt2014-05-282-28/+45
* | | | Merge pull request #8727 from owncloud/upgrade-overviewLukas Reschke2014-05-293-1/+27
|\ \ \ \ | |_|/ / |/| | |
| * | | Now showing disabled apps as upgrade status lineVincent Petry2014-05-273-2/+13
| * | | Added update overview pageVincent Petry2014-05-271-0/+15
| | |/ | |/|
* | | 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
* | | | | Merge pull request #8754 from owncloud/3rdparty-upgraded-phpmailerLukas Reschke2014-05-281-2/+0
|\ \ \ \ \
| * | | | | upgraded phpmailer into v5.2.8 via composerVolkan Gezer2014-05-271-2/+0
| | |_|_|/ | |/| | |
* | | | | Merge pull request #8681 from owncloud/logintimestampLukas Reschke2014-05-285-16/+87
|\ \ \ \ \ | |_|_|/ / |/| | | |