summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* introduce dependency analyzer to take care of app dependenciesThomas Müller2014-12-044-6/+139
* adding new dependency for php version in apps info.xmlThomas Müller2014-12-042-1/+9
* Merge pull request #12544 from owncloud/fix-windows-unittestsThomas Müller2014-12-0321-35/+43
|\
| * Replace uniqid calls with $this->getUniqueID so tests pass again on windowsJoas Schilling2014-12-0321-35/+43
* | drop files_external tests from autotest - they will be executed with autotest...Morris Jobke2014-12-032-3/+1
|/
* Merge pull request #12488 from owncloud/activity_group_multiple_conditionsLukas Reschke2014-11-281-2/+5
|\
| * concatenate queries with 'or'Bjoern Schiessle2014-11-281-2/+5
* | Skip lostcontroller sending email test on windowsJoas Schilling2014-11-281-0/+5
|/
* Merge pull request #12472 from owncloud/modifyCookiesMorris Jobke2014-11-283-9/+95
|\
| * Add functions to modify cookies to response classLukas Reschke2014-11-273-9/+95
* | Merge pull request #12443 from owncloud/issue/6101-all-classes-autoloadableMorris Jobke2014-11-281-2/+0
|\ \
| * | Move share interfaces to own files so they can be autoloadedJoas Schilling2014-11-271-2/+0
| |/
* | Add storage and cache wrappers to apply a permissions mask to a storageRobin Appelman2014-11-272-0/+199
* | Add storage and cache wrappers to jail a storage to a subfolderRobin Appelman2014-11-273-4/+126
* | Correctly namespace and autoload DatabaseExceptionJoas Schilling2014-11-271-2/+2
|/
* Merge pull request #12350 from mprokop/link_expirationMorris Jobke2014-11-261-4/+2
|\
| * Consolidate if statement, and update unit testMiguel Prokop2014-11-211-4/+2
* | Merge pull request #12421 from owncloud/issue/6101-remove-namespace-permissio...Morris Jobke2014-11-267-111/+111
|\ \
| * | Replace deprecated constant with new class constantJoas Schilling2014-11-257-111/+111
* | | Merge pull request #12420 from owncloud/sqlite-wal-2Morris Jobke2014-11-262-19/+18
|\ \ \
| * | | fix failing unit test for the temp manager - concurrently executed unit tests...Thomas Müller2014-11-251-2/+2
| * | | adding new config parameter for sqlite to specify the journal modeThomas Müller2014-11-251-17/+16
| |/ /
* | | handle invalid xml fileThomas Müller2014-11-252-0/+27
* | | simplify xml parser codeThomas Müller2014-11-252-17/+27
* | | Introduce app info xml parser including basic unit test - necessary for #10777Thomas Müller2014-11-252-0/+79
|/ /
* | Merge pull request #12380 from owncloud/remove-oc-migrateLukas Reschke2014-11-251-98/+0
|\ \
| * | Remove OC_MigrateLukas Reschke2014-11-241-98/+0
* | | Merge pull request #12294 from owncloud/route-postfixThomas Müller2014-11-241-1/+14
|\ \ \
| * | | add postfixBernhard Posselt2014-11-191-1/+14
* | | | Merge pull request #12084 from owncloud/sharing_fix_shared_with_infoMorris Jobke2014-11-241-0/+44
|\ \ \ \ | |_|/ / |/| | |
| * | | also check for the correct owner if it was submittedBjoern Schiessle2014-11-211-0/+44
* | | | Merge pull request #12348 from owncloud/rename-to-avoid-complaining-ciMorris Jobke2014-11-222-4/+4
|\ \ \ \
| * | | | Rename providers to not begin with testLukas Reschke2014-11-212-4/+4
| | |_|/ | |/| |
* | | | Merge pull request #12328 from owncloud/remove-testcleanuplistenerMorris Jobke2014-11-223-186/+111
|\ \ \ \ | |_|/ / |/| | |
| * | | Remove testcleanuplistener.phpJoas Schilling2014-11-202-181/+0
| * | | Clean up the test data in tearDownAfterClass()Joas Schilling2014-11-201-5/+111
* | | | fix unit tests of mdb2scheamreaderMorris Jobke2014-11-201-2/+2
| |/ / |/| |
* | | Revert "drop OC_Preferences::getUsers and getApps"Morris Jobke2014-11-201-0/+28
* | | drop OC_Preferences::getUsers and getAppsMorris Jobke2014-11-201-28/+0
|/ /
* | Merge pull request #12297 from owncloud/issue/10991-all-testcaseMorris Jobke2014-11-20146-257/+468
|\ \
| * | Make remaining files extend the test baseJoas Schilling2014-11-1970-117/+191
| * | Make root tests extend the \Test\TestCaseJoas Schilling2014-11-1946-83/+160
| * | Make apps/ extend the \Test\TestCase and fix overwritten methodsJoas Schilling2014-11-191-1/+1
| * | Use base class to reset the file mapperJoas Schilling2014-11-1930-56/+116
* | | Merge pull request #12253 from owncloud/port-12154Vincent Petry2014-11-201-2/+6
|\ \ \ | |/ / |/| |
| * | Ignore port for trusted domainsLukas Reschke2014-11-181-2/+6
* | | Merge pull request #11696 from owncloud/addWarningToEncryptionLostPasswordLukas Reschke2014-11-194-1/+199
|\ \ \
| * | | Use correct route insteadLukas Reschke2014-11-171-1/+1
| * | | Fix scrutinizer issuesLukas Reschke2014-11-171-1/+1
| * | | Warn for password reset when files_encryption is enabledLukas Reschke2014-11-174-1/+199
| | |/ | |/|