Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused variables | Morris Jobke | 2015-04-18 | 1 | -1/+1 |
| | | | | | * should make scrutinizer a lot more happy * reduces maybe memory footprint | ||||
* | Fix namespace duplication and other issues in repairlegacystorages | Joas Schilling | 2015-04-13 | 1 | -0/+262 |
| | |||||
* | Introducing media types for yml, yaml, cnf, conf | Olivier Paroz | 2015-04-02 | 1 | -0/+26 |
| | |||||
* | Merge pull request #14665 from owncloud/fileid-increment | Morris Jobke | 2015-03-26 | 1 | -0/+85 |
|\ | | | | | SQLite autoincrement test | ||||
| * | Add repair step to fix SQLite autoincrement | Vincent Petry | 2015-03-26 | 1 | -0/+85 |
| | | | | | | | | | | Force Doctrine to generate alter table SQL statements for SQLite to make sure the code from OCSqlitePlatform is triggered. | ||||
* | | Update license headers | Jenkins for ownCloud | 2015-03-26 | 11 | -49/+198 |
| | | |||||
* | | Add wrapper for Guzzle | Lukas Reschke | 2015-03-25 | 1 | -0/+77 |
|/ | |||||
* | Introducing 3D images support (media type) | Olivier Paroz | 2015-03-20 | 1 | -21/+34 |
| | | | | | So that people with 3D images can at least see a 2D picture Full 3D support is possible via an app | ||||
* | Make repairmimetypes compatible with case sensitive SQL backends | Olivier Paroz | 2015-03-17 | 1 | -1/+1 |
| | | | | | Change for #14132 Just a word of warning, ILIKE seems to be a Doctrine only clause. The statements are thus not portable. | ||||
* | Introducing the Raw mimetypes | Olivier Paroz | 2015-03-16 | 1 | -1/+29 |
| | |||||
* | Add a repair step to delete old tables | Joas Schilling | 2015-03-02 | 1 | -0/+83 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 9 | -158/+46 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 9 | -46/+158 |
| | |||||
* | Merge pull request #13861 from owncloud/remove-disabled-files-repair-step | Thomas Müller | 2015-02-10 | 1 | -50/+0 |
|\ | | | | | Revert "enabled disabled files app in repair step" | ||||
| * | Revert "enabled disabled files app in repair step" | Morris Jobke | 2015-02-03 | 1 | -50/+0 |
| | | | | | | | | This reverts commit d70160c6077ca017d6cb7d61f066fe33e3b1e081. | ||||
* | | Merge pull request #12283 from oparoz/sfnt-fonts | Morris Jobke | 2015-02-07 | 1 | -81/+108 |
|\ \ | |/ |/| | Updated the media type of some font types | ||||
| * | Updated the media type of some font types | Olivier Paroz | 2015-01-24 | 1 | -81/+108 |
| | | | | | | | | | | | | | | | | TTF and TTF have now the same media type Official since 2013 and supported by Firefox and Chrome https://www.iana.org/assignments/media-types/application/font-sfnt Introducing support for Type1 fonts | ||||
* | | enabled disabled files app in repair step | Morris Jobke | 2015-02-03 | 1 | -0/+50 |
|/ | |||||
* | Mask table and column names with backticks and add lastInsertID() workaround | Joas Schilling | 2015-01-15 | 1 | -11/+29 |
| | |||||
* | Add a repair step to clean up orphan tags and tag entries | Joas Schilling | 2015-01-14 | 1 | -0/+114 |
| | |||||
* | Adding repair step to fix missing etags - fixes #12172 | Thomas Müller | 2015-01-12 | 1 | -0/+41 |
| | |||||
* | allow css/js asset directory to be relocated (#13053) | Adam Williamson | 2015-01-05 | 1 | -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 files | Lukas Reschke | 2014-11-18 | 1 | -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ü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 |