summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #8443 from owncloud/csrf-on-login-and-logoutVincent Petry2014-06-022-1/+11
|\
| * Merge branch 'master' into csrf-on-login-and-logoutThomas Müller2014-05-19195-1932/+3451
| |\
| * | Redirect to index if the logout link is accessed without valid sessionLukas Reschke2014-05-111-0/+8
| * | Add CSRF check on login and logoutLukas Reschke2014-05-042-1/+3
* | | Fix PHPDocLukas Reschke2014-06-011-9/+1
* | | [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
| * | | | | | Added update overview pageVincent Petry2014-05-271-0/+15
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #3908 from owncloud/storage-folder-copy-renameicewind19912014-05-294-115/+170
|\ \ \ \ \ \