summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Merge pull request #7861 from owncloud/idn-domains-support-on-emails-masterThomas Müller2014-03-251-0/+30
|\ \ \ \ \ \ \
| * | | | | | | idn have to be converted before being usedThomas Müller2014-03-241-0/+30
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #7714 from owncloud/phpunit-configicewind19912014-03-241-2/+7
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Allow setting the config dir to use as enviroment variable for phpunitRobin Appelman2014-03-131-2/+7
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #7808 from owncloud/quota-usequotaevenwhenfreespaceunknownVincent Petry2014-03-201-0/+18
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Still return quota value when free space is unknownVincent Petry2014-03-191-0/+18
* | | | | | Merge pull request #7732 from owncloud/datafolderexistenceVincent Petry2014-03-202-0/+109
|\ \ \ \ \ \
| * | | | | | Added .ocdata file to check for data folder validityVincent Petry2014-03-142-0/+109
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'master' into close-session-faster-masterThomas Müller2014-03-174-7/+142
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge pull request #7649 from owncloud/routing-publicThomas Müller2014-03-171-4/+4
| |\ \ \ \ \
| | * | | | | Move the router classes to a namespace and expose it with a public interfaceRobin Appelman2014-03-101-4/+4
| * | | | | | Merge pull request #7760 from owncloud/core-roundbytesicewind19912014-03-171-1/+3
| |\ \ \ \ \ \
| | * | | | | | Correctly round bytes when converted from human readable formatVincent Petry2014-03-171-1/+3
| | | |/ / / / | | |/| | | |
| * / | | | | unit tests for specific image type output addedThomas Müller2014-03-171-2/+22
| |/ / / / /
| * | | | | Merge pull request #7650 from owncloud/quota-totalspaceVincent Petry2014-03-111-0/+113
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Fixed total space display when data size exceeds quotaVincent Petry2014-03-101-0/+113
| | | |_|/ | | |/| |
* | | | | introduce reopen() method to be used for unit test execution only - right aft...Thomas Müller2014-03-171-5/+6
* | | | | move session reset to endTest() - necessary because we need a valid session i...Thomas Müller2014-03-141-4/+2
* | | | | adding StartSessionListener which initializes the session before each test ca...Thomas Müller2014-03-133-0/+49
|/ / / /
* | | | Merge pull request #7624 from owncloud/enc-encryptedusedspacefixVincent Petry2014-03-101-0/+16
|\ \ \ \ | |/ / / |/| | |
| * | | Return unencrypted_size of folder when queriedVincent Petry2014-03-071-0/+16
| |/ /
* / / Added unit tests for serverHost and other related functionsVincent Petry2014-03-061-0/+137
|/ /
* | Merge pull request #7439 from owncloud/unit-test-for-7430Thomas Müller2014-02-272-0/+30
|\ \
| * | let's name the column 'select' because this is a keyword on all platformsThomas Müller2014-02-262-2/+2
| * | adding test for migrations on columns using keywordsThomas Müller2014-02-262-0/+30
| |/
* | initialize etags of temporary storageJörn Friedrich Dreyer2014-02-271-0/+1
* | use assertInternalType for typecheckingJörn Friedrich Dreyer2014-02-272-29/+71
* | use assertSame and assertNotSame for etag checksJörn Friedrich Dreyer2014-02-274-11/+25
|/
* Merge pull request #7292 from owncloud/sharing_testsBjörn Schießle2014-02-212-7/+7
|\
| * fix sharing unit testsBjoern Schiessle2014-02-212-7/+7
* | Merge pull request #7337 from owncloud/test_for_6935Björn Schießle2014-02-211-0/+34
|\ \ | |/ |/|
| * add unit test for \OC\URLGenerator::getAbsoluteURL to verify #6935Bjoern Schiessle2014-02-201-0/+34
* | Remove unit tests which causes the filesystem tests to failRobin Appelman2014-02-211-15/+0
|/
* Merge pull request #6962 from owncloud/quota-space-rootThomas Müller2014-02-201-3/+22
|\
| * Merge branch 'master' into quota-space-rootRobin Appelman2014-02-073-12/+129
| |\
| * | Add unit test for quote wrapper size rootRobin Appelman2014-02-041-3/+22
* | | Merge pull request #6714 from owncloud/files-newfileinvalidcharsfixLukas Reschke2014-02-203-0/+104
|\ \ \
| * | | Added file name check in webdav connectorVincent Petry2014-02-182-0/+56
| * | | Added extra checks for invalid file chars in newfile.php and newfolder.phpVincent Petry2014-02-181-0/+48
* | | | Fixed ext storage webdav path encodingVincent Petry2014-02-191-0/+19
* | | | Merge pull request #7274 from owncloud/scrutinizer-patch-1Morris Jobke2014-02-1924-14/+91
|\ \ \ \
| * | | | Scrutinizer Auto-FixesScrutinizer Auto-Fixer2014-02-1924-14/+91
* | | | | Merge pull request #7260 from owncloud/watcher-policyicewind19912014-02-192-1/+58
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | add unit tests for watcher policiesRobin Appelman2014-02-191-1/+55
| * | | | Allow setting the frequency of which the file watcher checks for updatesRobin Appelman2014-02-181-0/+3
* | | | | Merge pull request #7253 from owncloud/preferences-cachingicewind19912014-02-181-52/+0
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add caching to OC\PreferencesRobin Appelman2014-02-181-52/+0
| |/ / /
* | | | Merge pull request #6650 from owncloud/migration_unit_testsTom Needham2014-02-181-0/+89
|\ \ \ \
| * | | | Fix poor spellingtomneedham2014-02-181-3/+3
| * | | | Merge branch 'master' into migration_unit_teststomneedham2014-02-177-27/+324
| |\| | |