summaryrefslogtreecommitdiffstats
path: root/lib/private/appframework
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * fixing php 5.3.3 error:Thomas Müller2013-10-221-2/+3
* | Fix namespace for OCP\Appframework\HttpThomas Tanghus2013-10-235-5/+8
|/
* Merge branch 'master' into fixing-appframework-masterThomas Müller2013-10-162-7/+7
|\
| * Merge pull request #5067 from owncloud/urlParams_fixThomas Müller2013-10-163-7/+6
| |\
| | * Get urlParams registered before Request is instantiatedThomas Tanghus2013-10-013-7/+6
| * | php 5.3 compatibility for \OC\AppFramework\DependencyInjection\DIContainerThomas Müller2013-10-081-2/+3
* | | OCP\AppFramework\Controller\Controller => OCP\AppFramework\ControllerThomas Tanghus2013-10-112-2/+2
* | | removing log(), getTemplate(), getLocalFilePath(), getUrlContent(), getFileIn...Thomas Müller2013-10-071-81/+0
* | | removing all link/url related calls from API classThomas Müller2013-10-071-63/+0
* | | remove getTrans() from API classThomas Müller2013-10-071-10/+0
* | | fixing typoThomas Müller2013-10-071-1/+1
* | | remove obsolete passesCSRFCheck()Thomas Müller2013-10-071-10/+0
* | | fixing SecurityMiddleware to use OC6 APIThomas Müller2013-10-074-20/+70
* | | move controller to OCPThomas Müller2013-10-061-142/+0
|/ /
* | Merge pull request #5144 from owncloud/public_middlewareBernhard Posselt2013-10-063-102/+2
|\ \
| * | Remove misleading IMiddleware interfaceThomas Tanghus2013-10-051-2/+2
| * | Make abstract Middleware class publicThomas Tanghus2013-10-053-103/+3
* | | passesCSRFCheck added to OCP\IRequestBart Visscher2013-10-041-3/+35
|/ /
* | Fix fix of POST :PThomas Tanghus2013-10-031-10/+11
* | Fix POST decodingThomas Tanghus2013-10-031-2/+2
* | Modified PUT behaviourThomas Tanghus2013-10-021-26/+30
* | Remove JSON request parsing from ServerThomas Tanghus2013-10-011-4/+1
* | Implement PUT an PATCH supportThomas Tanghus2013-10-011-28/+73
* | Check if accessor matched request method.Thomas Tanghus2013-10-011-0/+3
|/
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-3018-0/+2206