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-20Backport \OC\Security\Crypto to ownCloud 7Lukas Reschke
2014-10-16make skeleton compatible with objectstoreJörn Friedrich Dreyer
2014-09-23Do only follow HTTP and HTTPS redirectsLukas Reschke
2014-08-31Add optional user ID parameter for getUseFolderMorris Jobke
2014-08-10Add group management to the public apiRobin Appelman
2014-07-28Dont throw an error when calling $server->getUserFolder when logged outRobin Appelman
2014-06-06make search non-static, add ISearch to server container, make legacy a static...Jörn Friedrich Dreyer
2014-05-14use registerService method instead of array accessBernhard Posselt
2014-05-12Merge pull request #8482 from owncloud/public-loggerThomas Müller
2014-05-12fix missing spacesMorris Jobke
2014-05-12Merge pull request #8274 from owncloud/appframework-dbMorris Jobke
2014-05-10- make logger available in the containerBernhard Posselt
2014-05-05fix getUserFolder() of server containerMorris Jobke
2014-04-19move db into iservercontainerBernhard Posselt
2014-04-12Correctly process request parameters other than GET or POST, dont use globals...Bernhard Posselt
2014-03-31Merge branch 'master' into type-hintingBart Visscher
2014-03-24Load the routes when matching or generating a route instead of when creating ...Robin Appelman
2014-03-10Move the router classes to a namespace and expose it with a public interfaceRobin Appelman
2014-03-01More PHPDoc updatesBart Visscher
2014-02-15Merge pull request #7156 from owncloud/backgroundjob-publicThomas Müller
2014-02-11Add the background job list to the public server containerRobin Appelman
2014-02-07use the 'new' server container for appconfigRobin Appelman
2014-01-09Merge branch 'master' into memcache-publicRobin Appelman
2014-01-08Fix ownCloud for php5.3.xThomas Müller
2014-01-08Also update the OCP\IServerContainerRobin Appelman
2014-01-08get the memorycache factory from OCP\Server instead of a cache instanceRobin Appelman
2014-01-08Merge pull request #6594 from owncloud/kill-index.php-from-urlJörn Friedrich Dreyer
2014-01-06Remove the static dependency on OC_Util from MemcacheRobin Appelman
2014-01-06expose memory cache in public apiRobin Appelman
2013-12-31new config parameter 'front_controller_active' which will instruct the url ge...Thomas Müller
2013-12-18fix the config option to remove the ability for users to set their displaynameRobin Appelman
2013-11-22fixing PHPDoc comments and syntaxThomas Müller
2013-11-07Fix a regression (Tags→TagManager)kondou
2013-11-07Remove duplicate getAvatarManager()kondou
2013-11-07Add public API for \OC\Avatarkondou
2013-10-22php 5.3 compatibility regarding OC\DB\Connection fixedThomas Müller
2013-10-16Merge branch 'master' into activities-apiThomas Müller
2013-10-09Merge branch 'master' into activities-apiThomas Müller
2013-10-07fixing errors regarding wrong function calls / missing parametersThomas Müller
2013-10-04passesCSRFCheck added to OCP\IRequestBart Visscher
2013-10-04Add Helper and URLGenerator interfaces to server containerBart Visscher
2013-10-04Add L10N interface to server containerBart Visscher
2013-10-01Remove JSON request parsing from ServerThomas Tanghus
2013-09-30move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller