summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #14346 from owncloud/storage-based-path-validationLukas Reschke2015-03-106-21/+292
|\
| * no translation service in common storage classThomas Müller2015-03-091-6/+3
| * fixing namespaces and PHPDocThomas Müller2015-03-095-25/+32
| * adding storage specific filename verification - refs #13640Thomas Müller2015-03-092-0/+267
* | Merge pull request #14534 from owncloud/add-child-srcThomas Müller2015-03-101-2/+17
|\ \
| * | Add support for 'child-src' directiveLukas Reschke2015-02-281-2/+17
* | | Merge pull request #14689 from owncloud/better-missing-resource-handlingThomas Müller2015-03-091-8/+19
|\ \ \
| * | | Log errors and create 404 in network list when a css or js is missingJoas Schilling2015-03-041-8/+19
* | | | Merge pull request #14429 from owncloud/issue/14176-validate-timezone-before-...Morris Jobke2015-03-091-3/+18
|\ \ \ \ | |_|_|/ |/| | |
| * | | Etc timezones don't exist for .5 and .75 offsetsJoas Schilling2015-03-031-3/+18
* | | | Merge pull request #13368 from owncloud/memcache_lowlatencyLukas Reschke2015-03-051-0/+110
|\ \ \ \
| * | | | Refactor \OC\Memcache\FactoryRobin McCorkell2015-03-051-0/+110
| | |/ / | |/| |
* / | | Add a test for ObjectStore\NoopScannerJoas Schilling2015-03-041-0/+76
|/ / /
* | | Merge pull request #14651 from owncloud/add-some-headers-to-htaccess-for-my-b...Morris Jobke2015-03-041-71/+0
|\ \ \
| * | | Let users configure security headers in their WebserverLukas Reschke2015-03-021-71/+0
* | | | Merge pull request #14674 from owncloud/fix-l10n-getlanguagecode-2Joas Schilling2015-03-031-0/+16
|\ \ \ \
| * | | | Add a test of what everyone thinks should be the result of this methodJoas Schilling2015-03-031-0/+16
| | |/ / | |/| |
* | | | Merge pull request #14574 from owncloud/fix-irequest-for-older-php-versionsThomas Müller2015-03-031-72/+0
|\ \ \ \
| * | | | Read from IRequest instead of reading twiceLukas Reschke2015-02-271-72/+0
* | | | | Merge pull request #14638 from owncloud/issue/14538-repairstep-drop-old-tablesThomas Müller2015-03-032-0/+62
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add a test for dropping the tablesJoas Schilling2015-03-032-0/+62
* | | | | Merge pull request #14615 from kampka/cron-commandLukas Reschke2015-03-021-0/+58
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Allow configuring background job mode from the consoleChristian Kampka2015-03-021-0/+58
| | |_|/ | |/| |
* | | | Merge pull request #14573 from owncloud/enc-migrate-disable-updaterVincent Petry2015-03-021-0/+30
|\ \ \ \ | |_|/ / |/| | |
| * | | add some tests for disabled updaterRobin Appelman2015-02-271-0/+30
| |/ /
* / / Disable bootstrap.php checks when HHVM is usedLukas Reschke2015-02-281-3/+5
|/ /
* | Merge pull request #14575 from owncloud/cache-rename-overwriteMorris Jobke2015-02-271-0/+13
|\ \
| * | Fix cache update when doing a rename that overwrites the targetRobin Appelman2015-02-271-0/+13
| |/
* | Merge pull request #13616 from owncloud/streamresponseBernhard Posselt2015-02-272-13/+128
|\ \ | |/ |/|
| * AppFramework StreamResponseBernhard Posselt2015-02-272-13/+128
* | Merge pull request #14437 from owncloud/node-check-fileinfoThomas Müller2015-02-271-0/+15
|\ \
| * | Add unit testRobin Appelman2015-02-261-0/+15
* | | Merge pull request #14529 from owncloud/intuitive-version-checkThomas Müller2015-02-271-3/+18
|\ \ \ | |_|/ |/| |
| * | make version check work on the lowest common version denominatorBernhard Posselt2015-02-261-3/+18
* | | Merge pull request #14503 from owncloud/quota-preventdatalossforfailedmoveLukas Reschke2015-02-262-0/+73
|\ \ \
| * | | Delete target file for unsuccessful copy/renameVincent Petry2015-02-261-0/+51
| * | | Properly detect streamCopy errorsVincent Petry2015-02-251-0/+22
* | | | Merge pull request #14300 from owncloud/commandbusMorris Jobke2015-02-262-1/+185
|\ \ \ \ | |_|/ / |/| | |
| * | | prevent phpunit from messing with the bound $thisRobin Appelman2015-02-251-6/+17
| * | | Add FileAccess trait for commandsRobin Appelman2015-02-251-0/+25
| * | | Add async command system to handle asynchronous operationsRobin Appelman2015-02-252-1/+149
| | |/ | |/|
* | | Merge pull request #14502 from owncloud/failing-mysql-master-testsThomas Müller2015-02-262-3/+0
|\ \ \
| * | | Extend the class so the Filesystem is cleaned upJoas Schilling2015-02-252-3/+0
| |/ /
* | | remove IDb interface from core class usageBernhard Posselt2015-02-251-1/+1
* | | fix tabs and spacesBernhard Posselt2015-02-251-119/+119
* | | fix mappertestutilityBernhard Posselt2015-02-251-116/+120
* | | use IDBConnection and close cursors after insert/update/deleteBernhard Posselt2015-02-252-47/+48
* | | Return null when requesting tags for null userVincent Petry2015-02-251-0/+10
| |/ |/|
* | Cleanup garbage collection for global file cacheRobin Appelman2015-02-251-0/+73
|/
* Merge pull request #14458 from owncloud/revive/11157Thomas Müller2015-02-251-0/+21
|\