Commit Graph

1018 Commits (14a953fbe01a3d26e1330ea224ab71928a2f93c1)

Author SHA1 Message Date
Morris Jobke dc36d30953 Remove all occurences of @brief and @returns from PHPDoc 11 years ago
Vincent Petry 9d38e3602b Namespacing for FileList, FileActions and trashbin app 11 years ago
Bernhard Posselt 9e36c33104 use fetch method instead of fetchRow because fetchRow is only an owncloud internal alias that exists purely for compability 11 years ago
Lukas Reschke b0381cfe12 Add tests for other types that PHP might cast 11 years ago
Robin McCorkell 875a8acedf Fix Scrutinizer errors about missing user backend 11 years ago
Vincent Petry bab8c1f8e5 Fixed getAbsolutePath case when path is "0" 11 years ago
Bernhard Posselt a152e320f6 make it possible to omit parameters and use the default parameters from the controller method 11 years ago
Thomas Müller 93dbb39e77 adding unit test for message interpolation 11 years ago
Bernhard Posselt 63f2f16b85 use new controllermethodreflector for corsmiddleware 11 years ago
Bernhard Posselt 1d45239c65 adjust license headers to new mail address 11 years ago
Bernhard Posselt cb666c18d6 rename formatter to responder, formatResponse to buildResponse 11 years ago
Bernhard Posselt d8da79cab0 add test for not failing when adding more comments after type parameters, do not limit x-www-form-urlencoded to POST 11 years ago
Bernhard Posselt 80648da431 implement most of the basic stuff that was suggested in #8290 11 years ago
Lukas Reschke fd5b2d11d6 Rename issubdirectory to isSubDirectory 11 years ago
Bernhard Posselt 9a4d204b55 add cors middleware 11 years ago
Vincent Petry 0c8ae6eb66 Added ext storage app in autotest unit test run 11 years ago
Joas Schilling ced2a4fcf2 Remove unneccessary statement from test 11 years ago
Joas Schilling 39bf700790 Update tests to test for create and update aswell 11 years ago
Arthur Schiwon 837a02184b the group manager calls exists check less often, adjust test accordingly 11 years ago
Arthur Schiwon 45e42c25de Group Database backend must not gather user details itself but ask user 11 years ago
Robin Appelman 4109521cce remove outdated test 11 years ago
Andreas Fischer 916b265cd5 Normalise testcleanuplistener.php indentation and end of file. 11 years ago
Andreas Fischer f45080e811 Use PHPUnit's expectOutputString() instead of performing output buffering. 11 years ago
Andreas Fischer 88778b569e Split testP() tests into multiple methods. 11 years ago
Andreas Fischer 0d3ddd9e11 Remove redundant test case for non-HTML string. 11 years ago
Andreas Fischer e85fe01faf Make PHPUnit_Framework_TestListener implementations compatible to 4.0. 11 years ago
Bjoern Schiessle 6650be9913 add setting to set default expire date 11 years ago
Bernhard Posselt 5199e4508a dont update entity and dont run an update query if an entity wasnt changed at all 11 years ago
Lukas Reschke 9d3b639ce6 Remove uneeded newline 11 years ago
Lukas Reschke 589c74e176 Fix indentation 11 years ago
Lukas Reschke f07180639c Add unit tests for arrays and " 11 years ago
Bernhard Posselt 7e447f4f42 make download and redirectresponse public 11 years ago
Bernhard Posselt 309aa3bcd2 fix phpdoc for entities 11 years ago
Bernhard Posselt 4a7e0561ca move db into iservercontainer 11 years ago
Bernhard Posselt 0fe4db0992 remove unusued variable 11 years ago
Bernhard Posselt f4bc5ee863 remove unusued variable 11 years ago
Bernhard Posselt 93237d87ec fix scrutinizer issues 11 years ago
Bernhard Posselt f260951825 port database layer from appframework to core 11 years ago
Thomas Tanghus df9d9ac958 Remove unused var 11 years ago
Thomas Tanghus dd36d4b894 Add tests for linkTo, linkToPublic, linkToRemote, linkToRemoteBase 11 years ago
Arthur Schiwon 450de0091a adjust tests accordingly 11 years ago
Thomas Tanghus 51e47319ef White-list known secure mime types. Refs. #8184 11 years ago
Lukas Reschke b04d95b116 Remove uneeded usages of nosniff 11 years ago
Bernhard Posselt 62cce982bb default to GET request when no method is set to fix unittests, also set parsed json parameters on the post attribute 11 years ago
Vincent Petry e92fe47d2a Remove annoying karma 404 warnings for images 11 years ago
Bernhard Posselt 70c88027db add requirements to routing 11 years ago
Vincent Petry bfb1e0867f Enable autowatch for karma 11 years ago
Thomas Müller a4fc92b05b class Test_Config is already declared 11 years ago
Arthur Schiwon 9597f41904 add group tests 11 years ago
Thomas Müller 240d1ae6b9 unit test testSetAppValueIfSetToNull() added 11 years ago