summaryrefslogtreecommitdiffstats
path: root/lib/repair
Commit message (Collapse)AuthorAgeFilesLines
* SQLite autoincrement fix backportVincent Petry2015-03-261-0/+85
| | | | | | | | | Add custom sqlite platform to set auto increment Add repair step to fix SQLite autoincrement Force Doctrine to generate alter table SQL statements for SQLite to make sure the code from OCSqlitePlatform is triggered.
* enabled disabled files app in repair stepMorris Jobke2015-02-031-0/+50
|
* Mask table and column names with backticks and add lastInsertID() workaroundJoas Schilling2015-01-151-11/+29
|
* Add a repair step to clean up orphan tags and tag entriesJoas Schilling2015-01-141-0/+114
|
* Adding repair step to fix missing etags - fixes #12172Thomas Müller2015-01-121-0/+41
|
* allow css/js asset directory to be relocated (#13053)Adam Williamson2015-01-051-1/+1
| | | | | | | | | | This allows the directory where CSS/JS asset collections are written to be changed, in case SERVERROOT is not writeable. Note it does *not* allow the expected URL to be changed: whatever directory is used, the server must be configured to serve it at WEBROOT/assets. It may be possible to add another config parameter to allow the admin to specify a custom asset URL, but I thought I'd keep the first implementation simple.
* Add repair steps for legacy config filesLukas Reschke2014-11-181-0/+29
| | | | | | | | Remove all ports from the trusted domains Conflicts: lib/private/repair.php lib/repair/repairconfig.php
* adding cssmin and jssmin(minify)Thomas Müller2014-10-171-0/+30
| | | | | | adding argument deleteSelf to rmdirr() - if false the directory itself will not be deleted only it's content adding repair step to clean the asset cache after upgrade + coding style adjustments
* delete old previewsGeorg Ehrke2014-09-211-0/+32
|
* repair search lucene before installingJörn Friedrich Dreyer2014-09-102-1/+64
|
* Add some security utilitiesLukas Reschke2014-08-271-0/+37
| | | | | | | | | | | | | | | | | | | | | | | This adds some security utilities to core including: - A library for basic crypto operations (e.g. to encrypt passwords) - A better library for cryptographic actions which allows you to specify the charset - A library for secure string comparisions Remove .htaccess Remove .htaccess Fix typo Add public API Use timing constant comparision Remove CBC constant Adjust code Remove confusing $this
* Merge pull request #9275 from NormalRa/masterLukas Reschke2014-08-151-0/+42
|\ | | | | Add .apk mimetype.
| * Remove stray tab characters.Normal Ra2014-08-131-1/+1
| |
| * Add APK mimetype repair scenario.Normal Ra2014-08-121-0/+42
| |
* | Dont touch non-oc tables when doing the InnoDB repair stepRobin Appelman2014-08-041-1/+1
| |
* | check if $tables is an arrayThomas Müller2014-07-191-3/+5
| |
* | Add repair step to set MySQL collation to utf8_binRobin Appelman2014-07-081-0/+75
| | | | | | | | | | Set default collation of mysql connection to utf8_bin Set utf_bin as default collation for new tables
* | MySQL: adding repair step to convert MyIsam tables to InnoDBThomas Müller2014-07-071-0/+51
|/
* Fixed mime type repair stepVincent Petry2014-06-261-29/+67
|
* Moved office mimetype update to a repair stepVincent Petry2014-06-251-0/+87