summaryrefslogtreecommitdiffstats
path: root/lib/private/appframework
Commit message (Collapse)AuthorAgeFilesLines
* fix master - #7274 brokes itMorris Jobke2014-02-201-0/+1
|
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2014-02-195-6/+3
| | | | | | | | | | | This patch was automatically generated as part of the following inspection: https://scrutinizer-ci.com/g/owncloud/core/inspections/cdfecc4e-a37e-4233-8025-f0d7252a8720 Enabled analysis tools: - PHP Analyzer - JSHint - PHP Copy/Paste Detector - PHP PDepend
* 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
| | | | The core 3rdparty directory is in the include_path from lib/base.php anyway, so this is unnecessary, and causes problems for downstream distributors who unbundle Pimple.
* 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
|\ | | | | php 5.3 compatibility regarding OC\DB\Connection fixed
| * fixing php 5.3.3 error:Thomas Müller2013-10-221-2/+3
| | | | | | | | | | Undefined variable: this lib/private/appframework/dependencyinjection/dicontainer.php:92
* | Fix namespace for OCP\Appframework\HttpThomas Tanghus2013-10-235-5/+8
|/ | | | | To avoid having to use OCP\Appframework\Http\Http in the public - and stable - API OCP\Appframework\Http is now both a class and a namespace.
* Merge branch 'master' into fixing-appframework-masterThomas Müller2013-10-162-7/+7
|\ | | | | | | | | | | Conflicts: lib/private/appframework/middleware/security/securitymiddleware.php tests/lib/appframework/middleware/security/SecurityMiddlewareTest.php
| * Merge pull request #5067 from owncloud/urlParams_fixThomas Müller2013-10-163-7/+6
| |\ | | | | | | Get urlParams registered before Request is instantiated
| | * 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(), ↵Thomas Müller2013-10-071-81/+0
| | | | | | | | | | | | getFileInfo()
* | | 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
|\ \ | | | | | | Make abstract Middleware class public
| * | Remove misleading IMiddleware interfaceThomas Tanghus2013-10-051-2/+2
| | |
| * | Make abstract Middleware class publicThomas Tanghus2013-10-053-103/+3
| | | | | | | | | | | | | | | It doesn't make sense for subclasses to have to implement all methods.
* | | 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
| | | | | | | | Now only non-parable PUT requests return a stream resource.
* | 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
|/ | | | It's easier to find errors in the code if an exception is thrown.
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-3018-0/+2206
Conflicts: lib/private/vcategories.php