Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | adding cssmin and jssmin(minify) | Thomas Müller | 2014-10-17 | 1 | -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 previews | Georg Ehrke | 2014-09-21 | 1 | -0/+32 |
| | |||||
* | repair search lucene before installing | Jörn Friedrich Dreyer | 2014-09-10 | 2 | -1/+64 |
| | |||||
* | Add some security utilities | Lukas Reschke | 2014-08-27 | 1 | -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/master | Lukas Reschke | 2014-08-15 | 1 | -0/+42 |
|\ | | | | | Add .apk mimetype. | ||||
| * | Remove stray tab characters. | Normal Ra | 2014-08-13 | 1 | -1/+1 |
| | | |||||
| * | Add APK mimetype repair scenario. | Normal Ra | 2014-08-12 | 1 | -0/+42 |
| | | |||||
* | | Dont touch non-oc tables when doing the InnoDB repair step | Robin Appelman | 2014-08-04 | 1 | -1/+1 |
| | | |||||
* | | check if $tables is an array | Thomas Müller | 2014-07-19 | 1 | -3/+5 |
| | | |||||
* | | Add repair step to set MySQL collation to utf8_bin | Robin Appelman | 2014-07-08 | 1 | -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 InnoDB | Thomas Müller | 2014-07-07 | 1 | -0/+51 |
|/ | |||||
* | Fixed mime type repair step | Vincent Petry | 2014-06-26 | 1 | -29/+67 |
| | |||||
* | Moved office mimetype update to a repair step | Vincent Petry | 2014-06-25 | 1 | -0/+87 |