summaryrefslogtreecommitdiffstats
path: root/lib/private/appframework
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | don't typecast null values inside dispatcher.phpGeorg Ehrke2014-06-291-1/+1
| |/
* / Redirect after session expiry to the previous loaded pageMorris Jobke2014-07-011-0/+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