Commit Graph

158 Commits (37ef9dfd65e0aeee2ea4e669348589165dee10a6)

Author SHA1 Message Date
Lukas Reschke 886bda5f81 Refactor OC_Request into TrustedDomainHelper and IRequest 11 years ago
Lukas Reschke a9d1a01440 Rename to allowEval 11 years ago
Lukas Reschke b20174bdad Allow AppFramework applications to specify a custom CSP header 11 years ago
Thomas Müller c60dabd11b Request requires a second parameter 11 years ago
Lukas Reschke 770fa761b8 Respect `mod_unique_id` and refactor `OC_Request::getRequestId` 11 years ago
Bernhard Posselt 9873aa3d9e fix license email 11 years ago
Bernhard Posselt b89ddcfe41 fix license email 11 years ago
Bernhard Posselt fdc64e370c add a controller and reponse for ocs 11 years ago
Bernhard Posselt 81836ccc7e another test for overriding the docblock 11 years ago
Bernhard Posselt 72d2b6f723 additional inheritance tests 11 years ago
Bernhard Posselt 84a47645b9 fix indention 11 years ago
Bernhard Posselt 983563d7d9 add tests for closing the cursor 11 years ago
Bernhard Posselt 37e8969d34 ignore cursorclosing 11 years ago
Bernhard Posselt bb0c88a577 always set url parameters when they are available in the app dispatch 11 years ago
Bernhard Posselt f195123765 Intelligent container 12 years ago
Lukas Reschke d2e8358da2 Fix unit test 12 years ago
Morris Jobke bf1b62a34a PHP < 5.4 is not supported anymore - see #12606 12 years ago
Morris Jobke 2c5e4b3d3f Remove last traces of travis integration 12 years ago
Lukas Reschke 048139074d Add functions to modify cookies to response class 12 years ago
Joas Schilling 6202ca33ba Make remaining files extend the test base 12 years ago
Bernhard Posselt 4e90c44301 add postfix 12 years ago
Lukas Reschke cd5925036a Check if app is enabled for user 12 years ago
Bernhard Posselt 91a23bfa9c fix typo in content type 12 years ago
Thomas Müller f776bcd4a0 remove unnecessary require calls - the ownCloud class loader is supposed to take care of this 12 years ago
Bernhard Posselt 0696099bad add dataresponse 12 years ago
Thomas Müller 02c5933af8 introduce SessionMiddleWare to control session handling via an annotation 12 years ago
Patrick Paysant cb5416b798 Allow default values for route parameters. 12 years ago
Oliver Gasser 47a2e31c93 Make Entity properties ```protected``` as in docs 12 years ago
Morris Jobke e717833b07 mark tests as skipped - TODO travis 12 years ago
Thomas Müller 9ee8c60b5f kill unused require of MapperTestUtility.php 12 years ago
Thomas Müller d430e743b3 fixing namespace of MapperTestUtility 12 years ago
Morris Jobke d31e532780 fix redirect URL unit test 12 years ago
Bernhard Posselt 2662c4c61b use id instead of resourceId 12 years ago
Bernhard Posselt 5496ca234b dont strip the s from the resource 12 years ago
Bernhard Posselt 93169eca1e also handle lowercase headers 12 years ago
Bernhard Posselt 1002281dae handle http accept headers more gracefully 12 years ago
Bernhard Posselt 587a8df566 remove controller serializers 12 years ago
Bernhard Posselt d5e48a4806 fix assertions 12 years ago
Bernhard Posselt 5e9ea2b365 fix 8757, get rid of service locator antipattern 12 years ago
Bernhard Posselt 9e36c33104 use fetch method instead of fetchRow because fetchRow is only an owncloud internal alias that exists purely for compability 12 years ago
Bernhard Posselt a152e320f6 make it possible to omit parameters and use the default parameters from the controller method 12 years ago
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
Bernhard Posselt 9a4d204b55 add cors middleware 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
Bernhard Posselt 7e447f4f42 make download and redirectresponse public 12 years ago
Bernhard Posselt 309aa3bcd2 fix phpdoc for entities 12 years ago