summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* 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 "
| * | 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
| | | |/ / | | |/| |
| * | | | Merge pull request #7643 from owncloud/chainable_responseThomas Müller2014-04-083-0/+40
| |\ \ \ \ | | |_|/ / | |/| | | Chainable Response in AppFramework
| | * | | Chainable Response in AppFrameworkThomas Tanghus2014-03-093-0/+40
| | | | |
| * | | | class Test_Config is already declaredThomas Müller2014-04-081-1/+1
| | |_|/ | |/| |
| * | | unit test testSetAppValueIfSetToNull() addedThomas Müller2014-04-071-0/+37
| | | |
| * | | Merge pull request #7476 from owncloud/type-hintingThomas Müller2014-04-032-3/+6
| |\ \ \ | | | | | | | | | | Type hinting
| | * \ \ Merge branch 'master' into type-hintingBart Visscher2014-03-3119-39/+624
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/private/image.php lib/private/l10n.php lib/private/request.php lib/private/share/mailnotifications.php lib/private/template/base.php
| | * | | | More PHPDoc fixes, using scrutinizer patches as hintsBart Visscher2014-02-282-3/+6
| | | | | |
| * | | | | Merge pull request #7970 from owncloud/webdav-upload-hashThomas Müller2014-04-031-1/+20
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | | Fix uploading files containing a # in the path for webdav
| | * | | | Fix uploading files containing a # in the path for webdavRobin Appelman2014-03-311-1/+20
| | | |/ / | | |/| |
| * | | | Merge pull request #7979 from owncloud/core-fixfilegetcontentsloopVincent Petry2014-04-022-2/+42
| |\ \ \ \ | | | | | | | | | | | | Correctly read the full stream in file_get_contents
| | * | | | Correctly read the full stream in file_get_contentsVincent Petry2014-04-012-2/+42
| | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When using user-defined stream wrappers, PHP will return a maximum of 8192 bytes even if more was requested. This fix uses stream_get_contents to make sure the full stream is read and not only the first 8 KB. Added unit test with a bigger test file to cover this case.
| * | | | Merge pull request #7884 from owncloud/use-idn_to_ascii-if-availableThomas Müller2014-04-011-0/+9
| |\ \ \ \ | | |/ / / | |/| | | idn_to_ascii is only used if available
| | * | | idn_to_ascii is only used if availableThomas Müller2014-03-261-0/+9
| | | | |
| * | | | Merge pull request #7824 from owncloud/hash-parameter-orderThomas Müller2014-03-281-15/+32
| |\ \ \ \ | | | | | | | | | | | | Fix parameter order for Storage\Local::hash
| | * | | | Fix parameter order for Storage\Local::hashRobin Appelman2014-03-201-15/+32
| | | | | |
| * | | | | Merge pull request #7879 from owncloud/sharing_cleanup_public_apiVincent Petry2014-03-281-6/+6
| |\ \ \ \ \ | | | | | | | | | | | | | | sharing api cleanup, first step
| | * | | | | always return an arrayBjoern Schiessle2014-03-251-6/+6
| | | | | | |
| * | | | | | Merge pull request #7613 from owncloud/fix_urlGenerator2Vincent Petry2014-03-281-3/+27
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Add \OC::$WEBROOT to URLGenerator::getAbsoluteURL()