summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Get the real protocol behind several proxiesLukas Reschke2015-02-241-0/+21
* | Merge pull request #14151 from owncloud/update-sabre2.1Thomas Müller2015-02-2510-150/+721
|\ \
| * | Sabre Update to 2.1Vincent Petry2015-02-2310-150/+721
* | | Merge pull request #14213 from AW-UC/naturalsort_defaultcollator-patch-file-s...Vincent Petry2015-02-251-9/+95
|\ \ \
| * | | Add PHPunit test for DefaultCollatorAW-UC2015-02-241-9/+95
* | | | Merge pull request #14195 from owncloud/activity-manager-performance-improvem...Lukas Reschke2015-02-241-43/+45
|\ \ \ \
| * | | | Fix test with the invalid filter check being addedJoas Schilling2015-02-131-43/+45
| |/ / /
* | | / 3rd-party apps are disabled on upgrade - refs #14026Thomas Müller2015-02-241-2/+2
| |_|/ |/| |
* | | Merge pull request #14416 from owncloud/setup-commandThomas Müller2015-02-231-3/+3
|\ \ \ | |_|/ |/| |
| * | Fix namespace of OC_Setup -> \OC\SetupThomas Müller2015-02-231-3/+3
* | | Merge pull request #13439 from owncloud/app-filterThomas Müller2015-02-231-1/+5
|\ \ \ | |/ / |/| |
| * | Added unit test for app filterVincent Petry2015-02-231-1/+5
* | | Merge pull request #13829 from owncloud/appmanager-listVincent Petry2015-02-234-60/+79
|\ \ \
| * | | allow overwriting the appmanager in oc_util by subclassingRobin Appelman2015-02-181-26/+27
| * | | better name for getAppsEnabledForUserRobin Appelman2015-02-171-1/+1
| * | | Test improvementsRobin Appelman2015-02-172-37/+16
| * | | Use the app manager from oc_appRobin Appelman2015-02-161-3/+10
| * | | Add getInstalledApps and getAppsForUser to the app managerRobin Appelman2015-02-161-0/+32
* | | | Check for PHP configuration before executing unit testsThomas Müller2015-02-211-2/+5
* | | | Merge pull request #13777 from owncloud/close-cursorLukas Reschke2015-02-202-16/+22
|\ \ \ \
| * | | | fix indentionBernhard Posselt2015-01-291-7/+6
| * | | | add tests for closing the cursorBernhard Posselt2015-01-292-10/+16
| * | | | ignore cursorclosingBernhard Posselt2015-01-291-8/+9
* | | | | Prevent directory traversals in ctr of \OC\Files\ViewLukas Reschke2015-02-181-0/+17
| |_|/ / |/| | |
* | | | Merge pull request #13989 from owncloud/enhancment/security/11857Clark Tomlinson2015-02-184-6/+250
|\ \ \ \