summaryrefslogtreecommitdiffstats
path: root/lib/private/appframework
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #14427 from owncloud/fix-some-php-docsBernhard Posselt2015-02-231-3/+4
|\
| * Fix some PHPDocsLukas Reschke2015-02-231-3/+4
* | Updating license headersJenkins for ownCloud2015-02-2317-230/+245
|/
* Incorporate review changesLukas Reschke2015-02-161-6/+6
* Add blackmagic due to cyclic dependency :see_no_evil:Lukas Reschke2015-02-161-3/+3
* Make scrutinizer happyLukas Reschke2015-02-161-1/+1
* Refactor OC_Request into TrustedDomainHelper and IRequestLukas Reschke2015-02-161-6/+282
* Merge pull request #13425 from owncloud/phpdoc_cleanupMorris Jobke2015-02-101-2/+2
|\
| * Cleanup of PHPDoc return typesRobin McCorkell2015-01-161-2/+2
* | Respect `mod_unique_id` and refactor `OC_Request::getRequestId`Lukas Reschke2015-02-091-12/+40
* | Use proper namespaceLukas Reschke2015-01-271-1/+1
* | get rid of log warning when using servercontainerBernhard Posselt2015-01-221-39/+36
|/
* always set url parameters when they are available in the app dispatchBernhard Posselt2015-01-153-9/+18
* degraded logging policy for server container in AppFrameworkMorris Jobke2015-01-061-2/+2
* Use info instead of warning log levelLukas Reschke2015-01-051-2/+2
* Intelligent containerBernhard Posselt2014-12-233-10/+296
* Merge pull request #12982 from owncloud/timefac-ifaceThomas Müller2014-12-211-1/+3
|\
| * add an interface for the timefactory classBernhard Posselt2014-12-201-1/+3
* | add isAdmin and isInGroup methods for the group managerBernhard Posselt2014-12-171-2/+1
* | add a isLoggedIn method to the usersession and deprecate the isLoggedIn metho...Bernhard Posselt2014-12-171-0/+1
|/
* first round of deprecationBernhard Posselt2014-12-162-0/+15
* Olivier Paroz \OCP\AppFramework\Utility\IControllerMethodReflectorOlivier Paroz2014-12-141-1/+3
* make regex in controllermethodreflector.php compatible with PCRE 6.xPhilipp Knechtges2014-12-141-1/+1
* Use server containerLukas Reschke2014-11-271-1/+1
* Add functions to modify cookies to response classLukas Reschke2014-11-272-4/+14
* Merge pull request #12294 from owncloud/route-postfixThomas Müller2014-11-241-1/+7
|\
| * add postfixBernhard Posselt2014-11-191-1/+7
* | Merge pull request #12142 from owncloud/DeprecateOldIAPICallsMorris Jobke2014-11-241-0/+3
|\ \ | |/ |/|
| * Deprecate older API wrappers and callsLukas Reschke2014-11-121-0/+3
* | Move CSRF checkLukas Reschke2014-11-171-0/+3
* | Check if app is enabled for userLukas Reschke2014-11-151-0/+11
|/
* Fix Pimple unsetBernhard Posselt2014-11-111-1/+1
* Update Pimple to V3.0Thomas Müller2014-11-032-13/+16
* add dataresponseBernhard Posselt2014-10-291-2/+3
* Use function outside of loopLukas Reschke2014-10-241-2/+3
* Merge pull request #10985 from owncloud/db-cleanupThomas Müller2014-10-231-20/+34
|\
| * Use statements wrapper in \OCP\IDBRobin Appelman2014-10-221-1/+3
| * Move creating the database connection to the server containerRobin Appelman2014-10-221-20/+32
* | Use mixed as typeLukas Reschke2014-10-221-5/+8
* | introduce SessionMiddleWare to control session handling via an annotationThomas Müller2014-10-222-1/+82
|/
* Remove dead codeLukas Reschke2014-09-291-1/+0
* Allow default values for route parameters.Patrick Paysant2014-09-091-0/+6
* Better phpdoc and method namingRobin Appelman2014-09-041-1/+1
* Use the public api to get event sourcesRobin Appelman2014-09-031-4/+3
* kill OC::$sessionJörn Friedrich Dreyer2014-08-291-1/+1
* Minor fixesMorris Jobke2014-08-051-0/+1
* Merge pull request #9228 from owncloud/remove-routing-singular-issuesMorris Jobke2014-07-141-12/+2
|\
| * use id instead of resourceIdBernhard Posselt2014-06-261-11/+1
| * dont strip the s from the resourceBernhard Posselt2014-06-261-2/+2
* | Merge pull request #9288 from owncloud/fix_dispatcher_null_valuesMorris Jobke2014-07-021-1/+1
|\ \