summaryrefslogtreecommitdiffstats
path: root/lib/private/appframework
Commit message (Expand)AuthorAgeFilesLines
* dont strip the s from the resourceBernhard Posselt2014-06-261-2/+2
* Merge pull request #8980 from owncloud/better-accept-headerVincent Petry2014-06-121-20/+13
|\
| * fix indentionBernhard Posselt2014-06-111-6/+6
| * handle http accept headers more gracefullyBernhard Posselt2014-06-111-18/+11
* | Fixed array_combine for PHP 5.3Vincent Petry2014-06-111-2/+7
|/
* fix 8757, get rid of service locator antipatternBernhard Posselt2014-05-282-28/+45
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-3/+3
* Fix all PHPDoc types and variable names, in /libRobin McCorkell2014-05-133-9/+9
* make it possible to omit parameters and use the default parameters from the c...Bernhard Posselt2014-05-132-4/+9
* Merge pull request #8538 from owncloud/make-my-ide-less-complain-about-ldapLukas Reschke2014-05-121-1/+1
|\
| * Fix TypoLukas Reschke2014-05-111-1/+1
* | Merge pull request #8477 from owncloud/better-controllersMorris Jobke2014-05-1212-34/+181
|\ \
| * | use new controllermethodreflector for corsmiddlewareBernhard Posselt2014-05-112-6/+12
| * | Fix typoBernhard Posselt2014-05-111-1/+1
| * | Fix method signatureBernhard Posselt2014-05-111-0/+2
| * | default to null to not fail if type is not annotated via phpdocBernhard Posselt2014-05-111-3/+7
| * | adjust license headers to new mail addressBernhard Posselt2014-05-1111-10/+12
| * | rename formatter to responder, formatResponse to buildResponseBernhard Posselt2014-05-111-1/+1
| * | add private property for reflector in security middlewareBernhard Posselt2014-05-111-0/+5
| * | fix broken ifBernhard Posselt2014-05-111-1/+1
| * | add test for not failing when adding more comments after type parameters, do ...Bernhard Posselt2014-05-111-5/+2
| * | add request to dispatcher classBernhard Posselt2014-05-111-1/+2
| * | implement most of the basic stuff that was suggested in #8290Bernhard Posselt2014-05-114-18/+148
* | | Merge pull request #8274 from owncloud/appframework-dbMorris Jobke2014-05-121-0/+57
|\ \ \ | |/ / |/| |
| * | remove useless importBernhard Posselt2014-04-191-1/+0
| * | move db into iservercontainerBernhard Posselt2014-04-192-8/+1
| * | fix doc strings for db facadeBernhard Posselt2014-04-191-1/+1
| * | port database layer from appframework to coreBernhard Posselt2014-04-192-0/+65
* | | Fix method signatureBernhard Posselt2014-05-111-2/+1
* | | add cors middlewareBernhard Posselt2014-05-092-0/+79
| |/ |/|
* | Merge pull request #8171 from owncloud/fix-importBernhard Posselt2014-05-021-3/+0
|\ \
| * | add class Pimple to autloaderThomas Müller2014-04-281-3/+0
| * | be nice and use a relative import so people can use the class without firing ...Bernhard Posselt2014-04-121-1/+1
* | | make download and redirectresponse publicBernhard Posselt2014-04-203-108/+1
| |/ |/|
* | Merge pull request #8178 from owncloud/fix-request-parametersLukas Reschke2014-04-141-49/+38
|\ \
| * | default to GET request when no method is set to fix unittests, also set parse...Bernhard Posselt2014-04-121-0/+7
| * | Correctly process request parameters other than GET or POST, dont use globals...Bernhard Posselt2014-04-121-49/+31
* | | use references for middleware to fix problems on 5.3Bernhard Posselt2014-04-111-2/+3
* | | fix the middleware registration process in the containerBernhard Posselt2014-04-101-3/+2
|/ /
* | Merge pull request #8139 from owncloud/fix-middleware-registrationBernhard Posselt2014-04-101-3/+3
|\ \
| * | register middleware as string to not force request to be instantiated too ear...Bernhard Posselt2014-04-091-3/+3
| |/
* / add requirements to routingBernhard Posselt2014-04-091-1/+9
|/
* Move the router classes to a namespace and expose it with a public interfaceRobin Appelman2014-03-101-3/+4
* fix master - #7274 brokes itMorris Jobke2014-02-201-0/+1
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2014-02-195-6/+3
* polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-069-8/+10
* don't specify path to 3rdparty directory when registering Pimple autoloaderAdam Williamson2014-01-011-1/+1
* add PHPDoc for urlParamsMorris Jobke2013-11-271-0/+1
* fix appframework routingThomas Müller2013-11-252-2/+5
* Merge pull request #5458 from owncloud/fixing-5222-masterVicDeo2013-10-231-2/+3
|\