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-02-26Revert "Updating license headers"Morris Jobke
2015-02-23Updating license headersJenkins for ownCloud
2015-02-04drop OC_PreferencesMorris Jobke
2015-01-23Add a method to set/unset multiple config values in one callJoas Schilling
2014-12-09introduce preCondition for setUserValue to provide atomic check-and-updateMorris Jobke
2014-12-09Refactoring of OC_Preferences to AllConfigMorris Jobke
2014-11-21Revert "drop OC_Preferences::getUsers and getApps"Morris Jobke
2014-11-20drop OC_Preferences::getUsers and getAppsMorris Jobke
2014-11-20drop dependency of some commands on old config objectMorris Jobke
2014-10-20remove legacy class OC_UpdaterThomas Müller
2014-09-30Add flock to configLukas Reschke
2014-08-15add missing @deprecated annotation to legacy classesJörn Friedrich Dreyer
2014-08-14update deprecation docsJörn Friedrich Dreyer
2014-07-03deprecate OC_Search_Provider in favor of \OCP\Search\ProviderJörn Friedrich Dreyer
2014-06-06fix namespace for legacy search classesJörn Friedrich Dreyer
2014-06-06make search non-static, add ISearch to server container, make legacy a static...Jörn Friedrich Dreyer
2014-06-05Move legacy search to 'lib/private/legacy'Andrew Brown
2014-06-05allow to set pre-condition for setValueBjoern Schiessle
2014-05-19Remove all occurences of @brief and @returns from PHPDocMorris Jobke
2014-05-13Fix @return array PHPDocs, in /libRobin McCorkell
2014-05-12remove legacy aka deprecated code: OC_Cache_FileGlobalGCThomas Müller
2014-05-12remove legacy aka deprecated code: OC_FilesystemViewThomas Müller
2014-05-12remove legacy aka deprecated code: OC_CacheThomas Müller
2014-05-12remove legacy aka deprecated code: OC_FilesystemThomas Müller
2014-02-28More PHPDoc fixes, using scrutinizer patches as hintsBart Visscher
2014-02-28Update PHPDoc for I10N, OC_Config, OC\Template\Base and OCP\IL10NBart Visscher
2014-02-19Scrutinizer Auto-FixesScrutinizer Auto-Fixer
2014-02-07use the 'new' server container for appconfigRobin Appelman
2014-01-17Load a separate config (if present) when running unit testsRobin Appelman
2013-10-07Merge pull request #4796 from owncloud/config-no-catchBart Visscher
2013-10-07Remove the exception catch, this should be handled by a higher layerBart Visscher
2013-10-06Fix loading legacy global filecache gc backgroundjobsRobin Appelman
2013-10-02Move legacy file to correct locationBart Visscher
2013-09-30move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller