summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* add unit testGeorg Ehrke2014-06-041-16/+25
* update autoloaderGeorg Ehrke2014-06-041-6/+5
* use isset() instead of array_key_exists()Georg Ehrke2014-06-031-1/+1
* various fixes as requested by pr reviewersGeorg Ehrke2014-06-022-22/+18
* read ocsid from shipped apps on installGeorg Ehrke2014-05-311-0/+3
* add button for properly uninstalling appsGeorg Ehrke2014-05-312-11/+17
* Merge branch 'master' into update_shipped_apps_from_appstoreGeorg Ehrke2014-05-31209-2219/+4393
|\
| * [tx-robot] updated from transifexJenkins for ownCloud2014-05-312-1/+40
| * Merge pull request #8800 from owncloud/db-changes-as-required-by-8483Thomas Müller2014-05-313-49/+60
| |\
| | * - fix dropTable() and introduce tableExists()Thomas Müller2014-05-303-49/+60
| * | Merge pull request #8444 from owncloud/cleanup-list-codeThomas Müller2014-05-301-0/+1
| |\ \
| | * \ Merge branch 'master' into cleanup-list-codeThomas Müller2014-05-19195-1932/+3451
| | |\ \
| | * | | Cleanup code a little bitLukas Reschke2014-05-041-0/+1
| * | | | Merge pull request #7614 from owncloud/test_annotations_workingThomas Müller2014-05-301-0/+18
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | adding annotation check to checkServer()Thomas Müller2014-05-191-0/+6
| | * | | Merge branch 'master' into test_annotations_workingThomas Müller2014-05-19186-1637/+3053
| | |\ \ \ | | | | |/ | | | |/|
| | * | | Check if ReflectionMethod::getDocComment is workingThomas Tanghus2014-05-091-0/+12
| * | | | 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