Commit Graph

80 Commits (ded8cc47cfb1173c10a47f7ab0f65fbb4ab74741)

Author SHA1 Message Date
Bernhard Posselt bb0c88a577 always set url parameters when they are available in the app dispatch 10 years ago
Bernhard Posselt f195123765 Intelligent container 10 years ago
Lukas Reschke d2e8358da2 Fix unit test 11 years ago
Morris Jobke bf1b62a34a PHP < 5.4 is not supported anymore - see #12606 11 years ago
Morris Jobke 2c5e4b3d3f Remove last traces of travis integration 11 years ago
Lukas Reschke 048139074d Add functions to modify cookies to response class 11 years ago
Joas Schilling 6202ca33ba Make remaining files extend the test base 11 years ago
Bernhard Posselt 4e90c44301 add postfix 11 years ago
Lukas Reschke cd5925036a Check if app is enabled for user 11 years ago
Bernhard Posselt 91a23bfa9c fix typo in content type 11 years ago
Thomas Müller f776bcd4a0 remove unnecessary require calls - the ownCloud class loader is supposed to take care of this 11 years ago
Bernhard Posselt 0696099bad add dataresponse 11 years ago
Thomas Müller 02c5933af8 introduce SessionMiddleWare to control session handling via an annotation 11 years ago
Patrick Paysant cb5416b798 Allow default values for route parameters. 11 years ago
Oliver Gasser 47a2e31c93 Make Entity properties ```protected``` as in docs 11 years ago
Morris Jobke e717833b07 mark tests as skipped - TODO travis 11 years ago
Thomas Müller 9ee8c60b5f kill unused require of MapperTestUtility.php 11 years ago
Thomas Müller d430e743b3 fixing namespace of MapperTestUtility 11 years ago
Morris Jobke d31e532780 fix redirect URL unit test 11 years ago
Bernhard Posselt 2662c4c61b use id instead of resourceId 11 years ago
Bernhard Posselt 5496ca234b dont strip the s from the resource 11 years ago
Bernhard Posselt 93169eca1e also handle lowercase headers 11 years ago
Bernhard Posselt 1002281dae handle http accept headers more gracefully 11 years ago
Bernhard Posselt 587a8df566 remove controller serializers 11 years ago
Bernhard Posselt d5e48a4806 fix assertions 11 years ago
Bernhard Posselt 5e9ea2b365 fix 8757, get rid of service locator antipattern 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
Bernhard Posselt a152e320f6 make it possible to omit parameters and use the default parameters from the controller method 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
Bernhard Posselt 9a4d204b55 add cors middleware 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
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
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
Bernhard Posselt 70c88027db add requirements to routing 11 years ago
Robin Appelman 8ab7d18a6a Move the router classes to a namespace and expose it with a public interface 11 years ago
Thomas Tanghus 8f6ea900f2 Chainable Response in AppFramework 11 years ago
Bart Visscher 35a8dfb2fa More PHPDoc fixes, using scrutinizer patches as hints 11 years ago
Jörn Friedrich Dreyer 39f2f564a9 use assertSame and assertNotSame for etag checks 11 years ago
Scrutinizer Auto-Fixer adaee6a5a1 Scrutinizer Auto-Fixes 11 years ago