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
2016-04-29Move more from \OC to PSR-4Roeland Jago Douma
2016-04-28Adding progress to web upgradeThomas Müller
2016-04-28Remove emitter from class RepairThomas Müller
2016-04-25Introduce OCP\Migration\IRepairStep and adopt all repair steps to this new in...Thomas Müller
2016-04-22Adding pre- and post-migration repair stepsThomas Müller
2016-03-15remove old share propagation entries from appconfigRobin Appelman
2016-01-12Happy new year!Thomas Müller
2016-01-07Remove OC_DB::getConnectionMorris Jobke
2015-12-08Remove unused repair stepsLukas Reschke
2015-10-29Add a repair step that checks for group membership on sharesJoas Schilling
2015-10-01Repair step to remove bogus expiration dates from non-link sharesVincent Petry
2015-09-23Repair mime types only when upgrading from OC 8.0Vincent Petry
2015-09-18Add repair step for outdated OCS IDsLukas Reschke
2015-07-21Use the public interface and our method instead of the doctrine thingJoas Schilling
2015-07-01Merge pull request #15569 from owncloud/remove-getetag-propertiesMorris Jobke
2015-06-25update license headers and authorsMorris Jobke
2015-06-25Remove unneeded getetag entries in properties tableMorris Jobke
2015-06-02more hintsRobin Appelman
2015-05-12add repair steps to get rid of old background jobsArthur Schiwon
2015-03-26Merge pull request #14665 from owncloud/fileid-incrementMorris Jobke
2015-03-26Update license headersJenkins for ownCloud
2015-03-26Add repair step to fix SQLite autoincrementVincent Petry
2015-03-02Add a repair step to delete old tablesJoas Schilling
2015-02-26Revert "Updating license headers"Morris Jobke
2015-02-23Updating license headersJenkins for ownCloud
2015-02-03Revert "enabled disabled files app in repair step"Morris Jobke
2015-02-03enabled disabled files app in repair stepMorris Jobke
2015-01-14Add a repair step to clean up orphan tags and tag entriesJoas Schilling
2015-01-12Adding repair step to fix missing etags - fixes #12172Thomas Müller
2014-11-25delete old previewsGeorg Ehrke
2014-11-18Add repair steps for legacy config filesLukas Reschke
2014-10-17adding cssmin and jssmin(minify)Thomas Müller
2014-09-21delete old previewsGeorg Ehrke
2014-09-10repair search lucene before installingJörn Friedrich Dreyer
2014-08-27Add some security utilitiesLukas Reschke
2014-08-21Added repair step for legacy storagesVincent Petry
2014-07-08Add repair step to set MySQL collation to utf8_binRobin Appelman
2014-07-07MySQL: adding repair step to convert MyIsam tables to InnoDBThomas Müller
2014-06-27Merge pull request #9215 from owncloud/officemimetypesupdatefixVincent Petry
2014-06-26Redeclared as public to allow invocation from within the closure in php 5.3Thomas Müller
2014-06-25Moved office mimetype update to a repair stepVincent Petry
2014-06-12Fixed instanceof to use interface instead of classVincent Petry
2014-06-12Added RepairStep interface and default repair step listsVincent Petry
2014-06-12Add support for repair step classesVincent Petry
2013-11-26Add a (currently) empty system for running common repair stepsRobin Appelman