summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #7546 from owncloud/no_freaking_tag_dupesLukas Reschke2014-05-091-1/+1
|\ | | | | Tags cleanup
| * Yet another cleanupThomas Tanghus2014-03-051-1/+1
| |
* | Merge pull request #8223 from owncloud/fix_linkToPublicVincent Petry2014-05-072-0/+218
|\ \ | | | | | | Fix linkToPublic and linkToAbsolute.
| * | 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 run
| * | | Added ext storage app in autotest unit test runVincent Petry2014-05-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | To make sure that the dynamic mount config and config classes from external storages are tested, these are now added into the autotest.sh test run by enabling the app.
* | | | Merge pull request #8386 from owncloud/fix_6946_masterVincent Petry2014-05-053-24/+55
|\ \ \ \ | |/ / / |/| | | Fix 6946 master
| * | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | backends. This is a port to master from PR #7745 remove OC_GROUP_BACKEND_GET_DISPLAYNAME option for group backends Conflicts: lib/private/group/backend.php LDAP: getDisplayNamesInGroup is not an option for group backends anymore Conflicts: apps/user_ldap/group_ldap.php apps/user_ldap/group_proxy.php clean up group backends Conflicts: lib/private/group/database.php remove now unnecessary test implement getDisplayNames in group manager adjust user manager tests test for group manager's displayNamesInGroup trim must not be used in empty in PHP < 5.5 keep the constant to not provoke PHP warnings Conflicts: lib/private/group/backend.php
* | | | Merge pull request #8023 from flyser/masterMorris Jobke2014-05-031-0/+22
|\ \ \ \ | | | | | | | | | | Fix setting the max-upload-size for really large values.
| * | | | 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
|\ \ \ \ | | | | | | | | | | Improve Template Tests by Removing Manual Output Buffering
| * | | | 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
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add unit tests for arrays and quotationmark * owncloud/add-xss-tests: Remove uneeded newline Fix indentation Add unit tests for arrays and "
| | * | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | OC_Util::sanitizeHTML() also supports array but we actually had no unit test for it. Additionally this commit introduces a test for escaping " into &quot;
| * | | | | 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
| |\ \ \ \ | | | | | | | | | | | | Move security headers
| | * | | | 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
| |\ \ \ \ \ | | | | | | | | | | | | | | White-list known secure mime types. Refs. #8184
| | * | | | | White-list known secure mime types. Refs. #8184Thomas Tanghus2014-04-141-0/+12
| | | | | | |
| * | | | | | adjust tests accordinglyArthur Schiwon2014-04-153-3/+3
| | |_|_|/ / | |/| | | |
* | | | | | merge master into webdav-injectionRobin Appelman2014-04-1520-91/+480
|\| | | | |
| * | | | | Merge pull request #8059 from owncloud/countUsersInGroupLukas Reschke2014-04-141-0/+62
| |\ \ \ \ \ | | | | | | | | | | | | | | add optional countUsersInGroup method to group backends
| | * | | | | add group testsArthur Schiwon2014-04-081-0/+62
| | | | | | |
| * | | | | | Merge pull request #8178 from owncloud/fix-request-parametersLukas Reschke2014-04-143-14/+18
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Correctly process request parameters other than GET or POST, dont use gl...
| | * | | | | | default to GET request when no method is set to fix unittests, also set ↵Bernhard Posselt2014-04-123-14/+18
| | | |_|/ / / | | |/| | | | | | | | | | | | | | | | | | parsed json parameters on the post attribute
| * | | | | | Merge pull request #8019 from owncloud/thumbnail_fixesThomas Müller2014-04-141-42/+98
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | Thumbnail fixes
| | * | | | | adding unit test for cache mechanismThomas Müller2014-04-041-40/+96
| | | | | | |
| | * | | | | fixing typos/spellingsThomas Müller2014-04-041-16/+16
| | | |_|/ / | | |/| | |
| * | | | | Remove annoying karma 404 warnings for imagesVincent Petry2014-04-111-0/+8
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Karma now serves images from core to avoid polluting the logs with a lot of 404 warnings. This also makes it easier to read the test errors during development.
| * | | | Merge pull request #8112 from owncloud/karma-enableautowatchThomas Müller2014-04-101-1/+1
| |\ \ \ \ | | | | | | | | | | | | Enable autowatch for karma
| | * | | | Enable autowatch for karmaVincent Petry2014-04-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This way unit tests can be run in multiple browsers with the command line and tests will re-run automatically when files are changed.
| * | | | | Merge pull request #8137 from owncloud/routeing-requirementsThomas Müller2014-04-101-4/+22
| |\ \ \ \ \ | | | | | | | | | | | | | | add requirements to routing
| | * | | | | add requirements to routingBernhard Posselt2014-04-091-4/+22
| | | | | | |
| * | | | | | Merge pull request #8018 from owncloud/ocs_result_success_is_100Vincent Petry2014-04-101-1/+1
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | OC_OCS_Result Class, Only accept 100 code as success
| | * | | | | Fix test case for api response codetomneedham2014-04-031-1/+1
| | | |/ / / | | |/| | |