Commit Graph

1020 Commits (10b59f101f324dc1379d48b6a7d3daeb48de7e08)

Author SHA1 Message Date
Bernhard Posselt 63f2f16b85 use new controllermethodreflector for corsmiddleware 12 years ago
Bernhard Posselt 1d45239c65 adjust license headers to new mail address 12 years ago
Bernhard Posselt cb666c18d6 rename formatter to responder, formatResponse to buildResponse 12 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 12 years ago
Bernhard Posselt 80648da431 implement most of the basic stuff that was suggested in #8290 12 years ago
Lukas Reschke fd5b2d11d6 Rename issubdirectory to isSubDirectory 12 years ago
Bernhard Posselt 9a4d204b55 add cors middleware 12 years ago
Joas Schilling ced2a4fcf2 Remove unneccessary statement from test 12 years ago
Joas Schilling 39bf700790 Update tests to test for create and update aswell 12 years ago
Arthur Schiwon 837a02184b the group manager calls exists check less often, adjust test accordingly 12 years ago
Arthur Schiwon 45e42c25de Group Database backend must not gather user details itself but ask user 12 years ago
Robin Appelman 4109521cce remove outdated test 12 years ago
Andreas Fischer f45080e811 Use PHPUnit's expectOutputString() instead of performing output buffering. 12 years ago
Andreas Fischer 88778b569e Split testP() tests into multiple methods. 12 years ago
Andreas Fischer 0d3ddd9e11 Remove redundant test case for non-HTML string. 12 years ago
Bjoern Schiessle 6650be9913 add setting to set default expire date 12 years ago
Bernhard Posselt 5199e4508a dont update entity and dont run an update query if an entity wasnt changed at all 12 years ago
Lukas Reschke 9d3b639ce6 Remove uneeded newline 12 years ago
Lukas Reschke 589c74e176 Fix indentation 12 years ago
Lukas Reschke f07180639c Add unit tests for arrays and " 12 years ago
Bernhard Posselt 7e447f4f42 make download and redirectresponse public 12 years ago
Bernhard Posselt 309aa3bcd2 fix phpdoc for entities 12 years ago
Bernhard Posselt 4a7e0561ca move db into iservercontainer 12 years ago
Bernhard Posselt 0fe4db0992 remove unusued variable 12 years ago
Bernhard Posselt f4bc5ee863 remove unusued variable 12 years ago
Bernhard Posselt 93237d87ec fix scrutinizer issues 12 years ago
Bernhard Posselt f260951825 port database layer from appframework to core 12 years ago
Thomas Tanghus df9d9ac958 Remove unused var 13 years ago
Thomas Tanghus dd36d4b894 Add tests for linkTo, linkToPublic, linkToRemote, linkToRemoteBase 13 years ago
Arthur Schiwon 450de0091a adjust tests accordingly 13 years ago
Thomas Tanghus 51e47319ef White-list known secure mime types. Refs. #8184 13 years ago
Lukas Reschke b04d95b116 Remove uneeded usages of nosniff 13 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 13 years ago
Bernhard Posselt 70c88027db add requirements to routing 13 years ago
Thomas Müller a4fc92b05b class Test_Config is already declared 13 years ago
Arthur Schiwon 9597f41904 add group tests 13 years ago
Thomas Müller 240d1ae6b9 unit test testSetAppValueIfSetToNull() added 13 years ago
Fabian Henze 1245ff8f31 Add unit tests for OC_Helper::phpFileSize function 13 years ago
Thomas Müller ccf1287fbf adding unit test for cache mechanism 13 years ago
Thomas Müller f029312e5b fixing typos/spellings 13 years ago
tomneedham b00592ade5 Fix test case for api response code 13 years ago
Vincent Petry d6ce45fe61 Correctly read the full stream in file_get_contents 13 years ago
Robin Appelman 76c63a5760 Fix uploading files containing a # in the path for webdav 13 years ago
Thomas Müller 83b4bcfdbf idn_to_ascii is only used if available 13 years ago
Bjoern Schiessle bc0292c16d always return an array 13 years ago
Vincent Petry 1e39719926 Added unit tests for external cache folder 13 years ago
Thomas Müller fb7f3008d3 idn have to be converted before being used 13 years ago
Robin Appelman fffe330bbc Fix parameter order for Storage\Local::hash 13 years ago
Vincent Petry 66bc0f0848 Still return quota value when free space is unknown 13 years ago
Vincent Petry 145db370d1 Correctly round bytes when converted from human readable format 13 years ago