Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-11-15Check if app is enabled for userLukas Reschke
2014-08-07use id instead of resourceIdBernhard Posselt
2014-08-07dont strip the s from the resourceBernhard Posselt
2014-07-02Merge pull request #9288 from owncloud/fix_dispatcher_null_valuesMorris Jobke
2014-07-01Redirect after session expiry to the previous loaded pageMorris Jobke
2014-06-30don't typecast null values inside dispatcher.phpGeorg Ehrke
2014-06-12Merge pull request #8980 from owncloud/better-accept-headerVincent Petry
2014-06-11Fixed array_combine for PHP 5.3Vincent Petry
2014-06-11fix indentionBernhard Posselt
2014-06-11handle http accept headers more gracefullyBernhard Posselt
2014-05-28fix 8757, get rid of service locator antipatternBernhard Posselt
2014-05-19Remove all occurences of @brief and @returns from PHPDocMorris Jobke
2014-05-13Fix all PHPDoc types and variable names, in /libRobin McCorkell
2014-05-13make it possible to omit parameters and use the default parameters from the c...Bernhard Posselt
2014-05-12Merge pull request #8538 from owncloud/make-my-ide-less-complain-about-ldapLukas Reschke
2014-05-12Merge pull request #8477 from owncloud/better-controllersMorris Jobke
2014-05-12Merge pull request #8274 from owncloud/appframework-dbMorris Jobke
2014-05-11use new controllermethodreflector for corsmiddlewareBernhard Posselt
2014-05-11Fix typoBernhard Posselt
2014-05-11Fix method signatureBernhard Posselt
2014-05-11default to null to not fail if type is not annotated via phpdocBernhard Posselt
2014-05-11adjust license headers to new mail addressBernhard Posselt
2014-05-11rename formatter to responder, formatResponse to buildResponseBernhard Posselt
2014-05-11add private property for reflector in security middlewareBernhard Posselt
2014-05-11fix broken ifBernhard Posselt
2014-05-11add test for not failing when adding more comments after type parameters, do ...Bernhard Posselt
2014-05-11add request to dispatcher classBernhard Posselt
2014-05-11implement most of the basic stuff that was suggested in #8290Bernhard Posselt
2014-05-11Fix TypoLukas Reschke
2014-05-11Fix method signatureBernhard Posselt
2014-05-10add cors middlewareBernhard Posselt
2014-05-03Merge pull request #8171 from owncloud/fix-importBernhard Posselt
2014-04-28add class Pimple to autloaderThomas Müller
2014-04-20make download and redirectresponse publicBernhard Posselt
2014-04-19remove useless importBernhard Posselt
2014-04-19move db into iservercontainerBernhard Posselt
2014-04-19fix doc strings for db facadeBernhard Posselt
2014-04-19port database layer from appframework to coreBernhard Posselt
2014-04-14Merge pull request #8178 from owncloud/fix-request-parametersLukas Reschke
2014-04-12default to GET request when no method is set to fix unittests, also set parse...Bernhard Posselt
2014-04-12Correctly process request parameters other than GET or POST, dont use globals...Bernhard Posselt
2014-04-12be nice and use a relative import so people can use the class without firing ...Bernhard Posselt
2014-04-11use references for middleware to fix problems on 5.3Bernhard Posselt
2014-04-10fix the middleware registration process in the containerBernhard Posselt
2014-04-10Merge pull request #8139 from owncloud/fix-middleware-registrationBernhard Posselt
2014-04-10register middleware as string to not force request to be instantiated too ear...Bernhard Posselt
2014-04-09add requirements to routingBernhard Posselt
2014-03-10Move the router classes to a namespace and expose it with a public interfaceRobin Appelman
2014-02-20fix master - #7274 brokes itMorris Jobke
2014-02-19Scrutinizer Auto-FixesScrutinizer Auto-Fixer