| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove dead code | Lukas Reschke | 2014-09-29 | 1 | -1/+0 |
* | Allow default values for route parameters. | Patrick Paysant | 2014-09-09 | 1 | -0/+6 |
* | Better phpdoc and method naming | Robin Appelman | 2014-09-04 | 1 | -1/+1 |
* | Use the public api to get event sources | Robin Appelman | 2014-09-03 | 1 | -4/+3 |
* | kill OC::$session | Jörn Friedrich Dreyer | 2014-08-29 | 1 | -1/+1 |
* | Minor fixes | Morris Jobke | 2014-08-05 | 1 | -0/+1 |
* | Merge pull request #9228 from owncloud/remove-routing-singular-issues | Morris Jobke | 2014-07-14 | 1 | -12/+2 |
|\ |
|
| * | use id instead of resourceId | Bernhard Posselt | 2014-06-26 | 1 | -11/+1 |
| * | dont strip the s from the resource | Bernhard Posselt | 2014-06-26 | 1 | -2/+2 |
* | | Merge pull request #9288 from owncloud/fix_dispatcher_null_values | Morris Jobke | 2014-07-02 | 1 | -1/+1 |
|\ \ |
|
| * | | don't typecast null values inside dispatcher.php | Georg Ehrke | 2014-06-29 | 1 | -1/+1 |
| |/ |
|
* / | Redirect after session expiry to the previous loaded page | Morris Jobke | 2014-07-01 | 1 | -0/+2 |
|/ |
|
* | Merge pull request #8980 from owncloud/better-accept-header | Vincent Petry | 2014-06-12 | 1 | -20/+13 |
|\ |
|
| * | fix indention | Bernhard Posselt | 2014-06-11 | 1 | -6/+6 |
| * | handle http accept headers more gracefully | Bernhard Posselt | 2014-06-11 | 1 | -18/+11 |
* | | Fixed array_combine for PHP 5.3 | Vincent Petry | 2014-06-11 | 1 | -2/+7 |
|/ |
|
* | fix 8757, get rid of service locator antipattern | Bernhard Posselt | 2014-05-28 | 2 | -28/+45 |
* | Remove all occurences of @brief and @returns from PHPDoc | Morris Jobke | 2014-05-19 | 1 | -3/+3 |
* | Fix all PHPDoc types and variable names, in /lib | Robin McCorkell | 2014-05-13 | 3 | -9/+9 |
* | make it possible to omit parameters and use the default parameters from the c... | Bernhard Posselt | 2014-05-13 | 2 | -4/+9 |
* | Merge pull request #8538 from owncloud/make-my-ide-less-complain-about-ldap | Lukas Reschke | 2014-05-12 | 1 | -1/+1 |
|\ |
|
| * | Fix Typo | Lukas Reschke | 2014-05-11 | 1 | -1/+1 |
* | | Merge pull request #8477 from owncloud/better-controllers | Morris Jobke | 2014-05-12 | 12 | -34/+181 |
|\ \ |
|
| * | | use new controllermethodreflector for corsmiddleware | Bernhard Posselt | 2014-05-11 | 2 | -6/+12 |
| * | | Fix typo | Bernhard Posselt | 2014-05-11 | 1 | -1/+1 |
| * | | Fix method signature | Bernhard Posselt | 2014-05-11 | 1 | -0/+2 |
| * | | default to null to not fail if type is not annotated via phpdoc | Bernhard Posselt | 2014-05-11 | 1 | -3/+7 |
| * | | adjust license headers to new mail address | Bernhard Posselt | 2014-05-11 | 11 | -10/+12 |
| * | | rename formatter to responder, formatResponse to buildResponse | Bernhard Posselt | 2014-05-11 | 1 | -1/+1 |
| * | | add private property for reflector in security middleware | Bernhard Posselt | 2014-05-11 | 1 | -0/+5 |
| * | | fix broken if | Bernhard Posselt | 2014-05-11 | 1 | -1/+1 |
| * | | add test for not failing when adding more comments after type parameters, do ... | Bernhard Posselt | 2014-05-11 | 1 | -5/+2 |
| * | | add request to dispatcher class | Bernhard Posselt | 2014-05-11 | 1 | -1/+2 |
| * | | implement most of the basic stuff that was suggested in #8290 | Bernhard Posselt | 2014-05-11 | 4 | -18/+148 |
* | | | Merge pull request #8274 from owncloud/appframework-db | Morris Jobke | 2014-05-12 | 1 | -0/+57 |
|\ \ \
| |/ /
|/| | |
|
| * | | remove useless import | Bernhard Posselt | 2014-04-19 | 1 | -1/+0 |
| * | | move db into iservercontainer | Bernhard Posselt | 2014-04-19 | 2 | -8/+1 |
| * | | fix doc strings for db facade | Bernhard Posselt | 2014-04-19 | 1 | -1/+1 |
| * | | port database layer from appframework to core | Bernhard Posselt | 2014-04-19 | 2 | -0/+65 |
* | | | Fix method signature | Bernhard Posselt | 2014-05-11 | 1 | -2/+1 |
* | | | add cors middleware | Bernhard Posselt | 2014-05-09 | 2 | -0/+79 |
| |/
|/| |
|
* | | Merge pull request #8171 from owncloud/fix-import | Bernhard Posselt | 2014-05-02 | 1 | -3/+0 |
|\ \ |
|
| * | | add class Pimple to autloader | Thomas Müller | 2014-04-28 | 1 | -3/+0 |
| * | | be nice and use a relative import so people can use the class without firing ... | Bernhard Posselt | 2014-04-12 | 1 | -1/+1 |
* | | | make download and redirectresponse public | Bernhard Posselt | 2014-04-20 | 3 | -108/+1 |
| |/
|/| |
|
* | | Merge pull request #8178 from owncloud/fix-request-parameters | Lukas Reschke | 2014-04-14 | 1 | -49/+38 |
|\ \ |
|
| * | | default to GET request when no method is set to fix unittests, also set parse... | Bernhard Posselt | 2014-04-12 | 1 | -0/+7 |
| * | | Correctly process request parameters other than GET or POST, dont use globals... | Bernhard Posselt | 2014-04-12 | 1 | -49/+31 |
* | | | use references for middleware to fix problems on 5.3 | Bernhard Posselt | 2014-04-11 | 1 | -2/+3 |
* | | | fix the middleware registration process in the container | Bernhard Posselt | 2014-04-10 | 1 | -3/+2 |
|/ / |
|