summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Rename issubdirectory to isSubDirectoryLukas Reschke2014-05-111-4/+4
| |/ / /
* | | | Merge pull request #8477 from owncloud/better-controllersMorris Jobke2014-05-1219-131/+395
|\ \ \ \
| * | | | use new controllermethodreflector for corsmiddlewareBernhard Posselt2014-05-111-5/+15
| * | | | adjust license headers to new mail addressBernhard Posselt2014-05-1117-20/+20
| * | | | rename formatter to responder, formatResponse to buildResponseBernhard Posselt2014-05-112-6/+6
| * | | | add test for not failing when adding more comments after type parameters, do ...Bernhard Posselt2014-05-112-2/+2
| * | | | implement most of the basic stuff that was suggested in #8290Bernhard Posselt2014-05-116-107/+361
* | | | | Merge pull request #8274 from owncloud/appframework-dbMorris Jobke2014-05-123-0/+681
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | dont update entity and dont run an update query if an entity wasnt changed at...Bernhard Posselt2014-04-232-1/+24
| * | | | fix phpdoc for entitiesBernhard Posselt2014-04-202-4/+9
| * | | | move db into iservercontainerBernhard Posselt2014-04-192-1/+3
| * | | | remove unusued variableBernhard Posselt2014-04-191-6/+0
| * | | | remove unusued variableBernhard Posselt2014-04-191-1/+0
| * | | | fix scrutinizer issuesBernhard Posselt2014-04-192-12/+23
| * | | | port database layer from appframework to coreBernhard Posselt2014-04-193-0/+647
* | | | | Merge pull request #8504 from owncloud/cors-middlewareBernhard Posselt2014-05-114-3/+135
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | add cors middlewareBernhard Posselt2014-05-094-3/+135
| | |_|/ | |/| |
* | | | Merge pull request #7546 from owncloud/no_freaking_tag_dupesLukas Reschke2014-05-091-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Yet another cleanupThomas Tanghus2014-03-051-1/+1
* | | | Merge pull request #8223 from owncloud/fix_linkToPublicVincent Petry2014-05-072-0/+218
|\ \ \ \
| * | | | Remove unused varThomas Tanghus2014-04-161-5/+0
| * | | | Add tests for linkTo, linkToPublic, linkToRemote, linkToRemoteBaseThomas Tanghus2014-04-162-0/+223
* | | | | Merge pull request #8456 from owncloud/extstorage-unittestssuiteThomas Müller2014-05-051-1/+1
|\ \ \ \ \
| * | | | | Added ext storage app in autotest unit test runVincent Petry2014-05-051-1/+1
* | | | | | Merge pull request #8386 from owncloud/fix_6946_masterVincent Petry2014-05-053-24/+55
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | the group manager calls exists check less often, adjust test accordinglyArthur Schiwon2014-04-281-1/+1
| * | | | | Group Database backend must not gather user details itself but ask userArthur Schiwon2014-04-283-24/+55
* | | | | | Merge pull request #8023 from flyser/masterMorris Jobke2014-05-031-0/+22
|\ \ \ \ \ \
| * | | | | | Add unit tests for OC_Helper::phpFileSize functionFabian Henze2014-04-071-0/+22
* | | | | | | Remove unneccessary statement from testJoas Schilling2014-04-291-2/+0
* | | | | | | Update tests to test for create and update aswellJoas Schilling2014-04-291-13/+35
| |/ / / / / |/| | | | |
* | | | | | Merge pull request #8341 from owncloud/template-tests-output-bufferingLukas Reschke2014-04-261-35/+15
|\ \ \ \ \ \
| * | | | | | Use PHPUnit's expectOutputString() instead of performing output buffering.Andreas Fischer2014-04-241-26/+11
| * | | | | | Split testP() tests into multiple methods.Andreas Fischer2014-04-241-1/+3
| * | | | | | Remove redundant test case for non-HTML string.Andreas Fischer2014-04-241-9/+2
* | | | | | | remove outdated testRobin Appelman2014-04-251-18/+0
* | | | | | | merge master into webdav-injectionRobin Appelman2014-04-255-25/+111
|\ \ \ \ \ \ \
| * | | | | | | Normalise testcleanuplistener.php indentation and end of file.Andreas Fischer2014-04-241-17/+16
| * | | | | | | Make PHPUnit_Framework_TestListener implementations compatible to 4.0.Andreas Fischer2014-04-242-0/+6
| |/ / / / / /
| * | | | | | Merge pull request #8304 from owncloud/add-xss-testsAndreas Fischer2014-04-242-8/+35
| |\ \ \ \ \ \
| | * | | | | | Remove uneeded newlineLukas Reschke2014-04-221-1/+0
| | * | | | | | Fix indentationLukas Reschke2014-04-221-1/+1
| | * | | | | | Add unit tests for arrays and "Lukas Reschke2014-04-222-9/+37
| * | | | | | | add setting to set default expire dateBjoern Schiessle2014-04-241-0/+54
| |/ / / / / /
* | | | | | | merge master into webdav-injectionRobin Appelman2014-04-224-10/+3
|\| | | | | |
| * | | | | | make download and redirectresponse publicBernhard Posselt2014-04-203-3/+3
| | |_|_|/ / | |/| | | |
| * | | | | Merge pull request #8183 from owncloud/move-security-headersMorris Jobke2014-04-161-7/+0
| |\ \ \ \ \
| | * | | | | Remove uneeded usages of nosniffLukas Reschke2014-04-131-7/+0
* | | | | | | merge master into webdav-injectionRobin Appelman2014-04-154-3/+15
|\| | | | | |
| * | | | | | Merge pull request #8197 from owncloud/secure_mimetypesLukas Reschke2014-04-151-0/+12
| |\ \ \ \ \ \