summaryrefslogtreecommitdiffstats
path: root/lib/private/appframework
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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