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
2015-03-05Refactor \OC\Memcache\FactoryRobin McCorkell
2015-02-27Read from IRequest instead of reading twiceLukas Reschke
2015-02-27Merge pull request #14530 from owncloud/revert-14403Thomas Müller
2015-02-26Merge pull request #14300 from owncloud/commandbusMorris Jobke
2015-02-26Revert "Updating license headers"Morris Jobke
2015-02-26remove IDb interface from core class usageBernhard Posselt
2015-02-26deprecate getters for deprecated classBernhard Posselt
2015-02-25Rename getAsyncCommandBus to getCommandBusRobin Appelman
2015-02-25Add async command system to handle asynchronous operationsRobin Appelman
2015-02-23Updating license headersJenkins for ownCloud
2015-02-18Revert "add debug log for memcache instantiation"Lukas Reschke
2015-02-17Incorporate review changesLukas Reschke
2015-02-17Refactor OC_Request into TrustedDomainHelper and IRequestLukas Reschke
2015-02-16add debug log for memcache instantiationJörn Friedrich Dreyer
2015-02-09Respect `mod_unique_id` and refactor `OC_Request::getRequestId`Lukas Reschke
2015-01-26certificate manager should always use a \OC\Files\View otherwise we will get ...Bjoern Schiessle
2015-01-26certificate manager only needs the user-id, no need to pass on the complete u...Bjoern Schiessle
2014-12-19Next step in server-to-server sharing next generation, see #12285Bjoern Schiessle
2014-12-16Move timezone logic out of server.phpJoas Schilling
2014-12-12Merge pull request #12778 from owncloud/searchbytags2Vincent Petry
2014-12-12Merge pull request #12786 from owncloud/userfolder-setupMorris Jobke
2014-12-11Ensure user mountpoints are setup when using getUserFolderRobin Appelman
2014-12-11Add user parameter to tag managerVincent Petry
2014-12-11Check if open_basedir is setLukas Reschke
2014-12-11Add IniGetWrapper to public interfaceLukas Reschke
2014-12-10Deprecate Util::formatDate()Joas Schilling
2014-12-09Merge pull request #12406 from owncloud/drop-getApps-getUsersThomas Müller
2014-12-09Merge pull request #12577 from owncloud/public-mount-apiLukas Reschke
2014-12-09Workaround to fix the too early init dilemmaMorris Jobke
2014-12-09Refactoring of OC_Preferences to AllConfigMorris Jobke
2014-12-09Extract interaction with config.php into SystemConfigMorris Jobke
2014-12-08Add REST route for user & group managementLukas Reschke
2014-12-04Add public api for mount configurationsRobin Appelman
2014-11-28Merge pull request #12472 from owncloud/modifyCookiesMorris Jobke
2014-11-27Pass \OC::$WEBROOT to the ctrLukas Reschke
2014-11-27Remove redundant codeLukas Reschke
2014-11-27Use server containerLukas Reschke
2014-11-27Correctly namespace and autoload DatabaseExceptionJoas Schilling
2014-11-10Add \OC\App\Manager to handle enabling/disabling appsRobin Appelman
2014-11-06Add OCP\Security\IHasherLukas Reschke
2014-10-25Merge pull request #11760 from owncloud/add-type-hints-where-sensibleLukas Reschke
2014-10-25drop unneeded hintMorris Jobke
2014-10-24Add type hinting to functionsLukas Reschke
2014-10-24Add \OC\TempManager to handle creating and cleaning temporary filesRobin Appelman
2014-10-22Move creating the database connection to the server containerRobin Appelman
2014-10-22Remove \OC\DB\ConnectionWrapper, have \OC\DB\Connection implement \OCP\IDBCon...Robin Appelman
2014-10-20Rename to NullQueryLoggerRobin Appelman
2014-10-20Log some basic eventsRobin Appelman
2014-10-20Rename namespace to DiagnosticsRobin Appelman
2014-10-20Add QueryLogger interface to allow apps to get a list of used queriesRobin Appelman