| Commit message (Expand) | Author | Age | Files | Lines |
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -1/+1 |
* | Remove OC_DB::getConnection | Morris Jobke | 2016-01-07 | 1 | -2/+3 |
* | Remove unused repair steps | Lukas Reschke | 2015-12-08 | 1 | -5/+2 |
* | Add a repair step that checks for group membership on shares | Joas Schilling | 2015-10-29 | 1 | -0/+13 |
* | Repair step to remove bogus expiration dates from non-link shares | Vincent Petry | 2015-10-01 | 1 | -0/+2 |
* | Repair mime types only when upgrading from OC 8.0 | Vincent Petry | 2015-09-23 | 1 | -1/+1 |
* | Add repair step for outdated OCS IDs | Lukas Reschke | 2015-09-18 | 1 | -2/+4 |
* | Use the public interface and our method instead of the doctrine thing | Joas Schilling | 2015-07-21 | 1 | -5/+5 |
* | Merge pull request #15569 from owncloud/remove-getetag-properties | Morris Jobke | 2015-07-01 | 1 | -0/+2 |
|\ |
|
| * | Remove unneeded getetag entries in properties table | Morris Jobke | 2015-06-25 | 1 | -0/+2 |
* | | update license headers and authors | Morris Jobke | 2015-06-25 | 1 | -0/+1 |
|/ |
|
* | more hints | Robin Appelman | 2015-06-02 | 1 | -1/+1 |
* | add repair steps to get rid of old background jobs | Arthur Schiwon | 2015-05-12 | 1 | -0/+2 |
* | Merge pull request #14665 from owncloud/fileid-increment | Morris Jobke | 2015-03-26 | 1 | -0/+2 |
|\ |
|
| * | Add repair step to fix SQLite autoincrement | Vincent Petry | 2015-03-26 | 1 | -0/+2 |
* | | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -4/+23 |
|/ |
|
* | Add a repair step to delete old tables | Joas Schilling | 2015-03-02 | 1 | -0/+2 |
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -22/+5 |
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -5/+22 |
* | Revert "enabled disabled files app in repair step" | Morris Jobke | 2015-02-03 | 1 | -2/+0 |
* | enabled disabled files app in repair step | Morris Jobke | 2015-02-03 | 1 | -0/+2 |
* | Add a repair step to clean up orphan tags and tag entries | Joas Schilling | 2015-01-14 | 1 | -1/+3 |
* | Adding repair step to fix missing etags - fixes #12172 | Thomas Müller | 2015-01-12 | 1 | -1/+3 |
* | delete old previews | Georg Ehrke | 2014-11-25 | 1 | -1/+1 |
* | Add repair steps for legacy config files | Lukas Reschke | 2014-11-18 | 1 | -1/+2 |
* | adding cssmin and jssmin(minify) | Thomas Müller | 2014-10-17 | 1 | -9/+17 |
* | delete old previews | Georg Ehrke | 2014-09-21 | 1 | -1/+11 |
* | repair search lucene before installing | Jörn Friedrich Dreyer | 2014-09-10 | 1 | -1/+2 |
* | Add some security utilities | Lukas Reschke | 2014-08-27 | 1 | -0/+1 |
* | Added repair step for legacy storages | Vincent Petry | 2014-08-20 | 1 | -1/+2 |
* | Add repair step to set MySQL collation to utf8_bin | Robin Appelman | 2014-07-08 | 1 | -1/+2 |
* | MySQL: adding repair step to convert MyIsam tables to InnoDB | Thomas Müller | 2014-07-07 | 1 | -0/+1 |
* | Merge pull request #9215 from owncloud/officemimetypesupdatefix | Vincent Petry | 2014-06-27 | 1 | -2/+5 |
|\ |
|
| * | Moved office mimetype update to a repair step | Vincent Petry | 2014-06-25 | 1 | -2/+5 |
* | | Redeclared as public to allow invocation from within the closure in php 5.3 | Thomas Müller | 2014-06-26 | 1 | -1/+10 |
|/ |
|
* | Fixed instanceof to use interface instead of class | Vincent Petry | 2014-06-12 | 1 | -1/+2 |
* | Added RepairStep interface and default repair step lists | Vincent Petry | 2014-06-12 | 1 | -23/+44 |
* | Add support for repair step classes | Vincent Petry | 2014-06-12 | 1 | -3/+43 |
* | Add a (currently) empty system for running common repair steps | Robin Appelman | 2013-11-26 | 1 | -0/+21 |