| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #8443 from owncloud/csrf-on-login-and-logout | Vincent Petry | 2014-06-02 | 2 | -1/+11 |
|\ |
|
| * | Merge branch 'master' into csrf-on-login-and-logout | Thomas Müller | 2014-05-19 | 195 | -1932/+3451 |
| |\ |
|
| * | | Redirect to index if the logout link is accessed without valid session | Lukas Reschke | 2014-05-11 | 1 | -0/+8 |
| * | | Add CSRF check on login and logout | Lukas Reschke | 2014-05-04 | 2 | -1/+3 |
* | | | Fix PHPDoc | Lukas Reschke | 2014-06-01 | 1 | -9/+1 |
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-05-31 | 2 | -1/+40 |
* | | | Merge pull request #8800 from owncloud/db-changes-as-required-by-8483 | Thomas Müller | 2014-05-31 | 3 | -49/+60 |
|\ \ \ |
|
| * | | | - fix dropTable() and introduce tableExists() | Thomas Müller | 2014-05-30 | 3 | -49/+60 |
* | | | | Merge pull request #8444 from owncloud/cleanup-list-code | Thomas Müller | 2014-05-30 | 1 | -0/+1 |
|\ \ \ \ |
|
| * \ \ \ | Merge branch 'master' into cleanup-list-code | Thomas Müller | 2014-05-19 | 195 | -1932/+3451 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| * | | | | Cleanup code a little bit | Lukas Reschke | 2014-05-04 | 1 | -0/+1 |
| | |_|/
| |/| | |
|
* | | | | Merge pull request #7614 from owncloud/test_annotations_working | Thomas Müller | 2014-05-30 | 1 | -0/+18 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | adding annotation check to checkServer() | Thomas Müller | 2014-05-19 | 1 | -0/+6 |
| * | | | Merge branch 'master' into test_annotations_working | Thomas Müller | 2014-05-19 | 186 | -1637/+3053 |
| |\ \ \
| | | |/
| | |/| |
|
| * | | | Check if ReflectionMethod::getDocComment is working | Thomas Tanghus | 2014-05-09 | 1 | -0/+12 |
* | | | | Merge pull request #8607 from owncloud/filescan_app_hook | Owen Winkler | 2014-05-30 | 1 | -8/+42 |
|\ \ \ \ |
|
| * | | | | Missed one. | ringmaster | 2014-05-30 | 1 | -1/+1 |
| * | | | | Updates per comments on PR: | ringmaster | 2014-05-30 | 1 | -6/+20 |
| * | | | | Prevent apps from affecting the scanner via hook. | ringmaster | 2014-05-28 | 1 | -16/+18 |
| * | | | | Use 'filesystem_check_enable' as a config option. | ringmaster | 2014-05-27 | 1 | -4/+4 |
| * | | | | Allow the default behavior to come from the config. | ringmaster | 2014-05-27 | 1 | -6/+12 |
| * | | | | Rename variable to something more appropriate. | ringmaster | 2014-05-27 | 1 | -3/+3 |
| * | | | | Allow apps to control via a hook to skip adding/removing a file during filescan | ringmaster | 2014-05-27 | 1 | -3/+15 |
* | | | | | Merge pull request #5365 from owncloud/filesize-improvements-32bit | Thomas Müller | 2014-05-30 | 7 | -93/+223 |
|\ \ \ \ \ |
|
| * | | | | | Document exceptions thrown by \OC\LargeFileHelper. | Andreas Fischer | 2014-05-29 | 1 | -2/+7 |
| * | | | | | Use "file size" instead of "filesize", then also apply camel case. | Andreas Fischer | 2014-05-29 | 1 | -24/+24 |
| * | | | | | Increase file size limit from 2 GiB to 4 GiB when workarounds are unavailable. | Andreas Fischer | 2014-05-29 | 3 | -9/+24 |
| * | | | | | Cast '{DAV:}getcontentlength' to number instead of int. | Andreas Fischer | 2014-05-29 | 2 | -2/+2 |
| * | | | | | Cast to number instead of integer in OC\Files\Cache\HomeCache | Andreas Fischer | 2014-05-29 | 1 | -2/+4 |
| * | | | | | Cast to number instead of integer in OC\Files\Cache\Cache | Andreas Fischer | 2014-05-29 | 1 | -5/+5 |
| * | | | | | Add LargeFileHelper::__construct() verifying that our assumptions hold. | Andreas Fischer | 2014-05-29 | 1 | -0/+25 |
| * | | | | | Add helper method for turning int|float into base-10 unsigned integer string. | Andreas Fischer | 2014-05-29 | 1 | -0/+24 |
| * | | | | | Only call $this->filesize() for files. | Andreas Fischer | 2014-05-29 | 2 | -2/+2 |
| * | | | | | Windows exec() implementation. | Andreas Fischer | 2014-05-29 | 1 | -6/+15 |
| * | | | | | Output validation for exec() method. | Andreas Fischer | 2014-05-29 | 1 | -2/+7 |
| * | | | | | Refactor Large File handling code. | Andreas Fischer | 2014-05-29 | 3 | -131/+123 |
| * | | | | | Cast to numeric instead of float, i.e. use an integer if possible. | Andreas Fischer | 2014-05-29 | 1 | -6/+6 |
| * | | | | | Use CURL to get filesize on 32bit systems. | Andreas Fischer | 2014-05-29 | 1 | -11/+64 |
* | | | | | | Merge pull request #8778 from owncloud/storage-instanceof | icewind1991 | 2014-05-30 | 5 | -4/+46 |
|\ \ \ \ \ \ |
|
| * | | | | | | Pass any methods custom to specific storage implementations to the wrapped st... | Robin Appelman | 2014-05-29 | 1 | -0/+11 |
| * | | | | | | Fix storage wrapper being called with null | Robin Appelman | 2014-05-29 | 1 | -1/+1 |
| * | | | | | | Use instanceOfStorage instead of instanceof | Robin Appelman | 2014-05-29 | 1 | -1/+4 |
| * | | | | | | Add $storage->instanceOfStorage to handle instanceof for storage wrappers | Robin Appelman | 2014-05-29 | 3 | -2/+30 |
| |/ / / / / |
|
* | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-05-30 | 1 | -0/+2 |
* | | | | | | Merge pull request #8759 from owncloud/fix-phpunit | Lukas Reschke | 2014-05-29 | 2 | -28/+45 |
|\ \ \ \ \ \ |
|
| * | | | | | | fix 8757, get rid of service locator antipattern | Bernhard Posselt | 2014-05-28 | 2 | -28/+45 |
* | | | | | | | Merge pull request #8727 from owncloud/upgrade-overview | Lukas Reschke | 2014-05-29 | 3 | -1/+27 |
|\ \ \ \ \ \ \
| |_|/ / / / /
|/| | | | | | |
|
| * | | | | | | Now showing disabled apps as upgrade status line | Vincent Petry | 2014-05-27 | 3 | -2/+13 |
| * | | | | | | Added update overview page | Vincent Petry | 2014-05-27 | 1 | -0/+15 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Merge pull request #3908 from owncloud/storage-folder-copy-rename | icewind1991 | 2014-05-29 | 4 | -115/+170 |
|\ \ \ \ \ \ |
|