Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Increase the 2nd digit of shipped apps | Joas Schilling | 2015-10-17 | 1 | -1/+0 |
| | |||||
* | Remove DEBUG constant and use config value | Morris Jobke | 2015-08-24 | 1 | -1/+1 |
| | | | | | * introduces config.php option 'debug' that defaults to false * migrate DEBUG constant to config value | ||||
* | Add an update script to reset the value | Joas Schilling | 2015-07-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | In case encryption was not enabled, we accidently set encrypted = 1 for files inside mount points, since 8.1.0. This breaks opening the files in 8.1.1 because we fixed the code that checks if a file is encrypted. In order to fix the file, we need to reset the flag of the file. However, the flag might be set because the file is in fact encrypted because it was uploaded at a time where encryption was enabled. So we can only do this when: - Current version of ownCloud before the update is 8.1.0 or 8.2.0.(0-2) - Encryption is disabled - files_encryption is not known in the app config If the first two are not the case, we are save. However, if files_encryption values exist in the config, we might have a false negative here. Now if there is no file with unencrypted size greater 0, that means there are no files that are still encrypted with "files_encryption" encryption. So we can also safely reset the flag here. If this is not the case, we go with "better save then sorry" and don't change the flag but write a message to the ownCloud log file. | ||||
* | increase version number of files and migration trigger | Jörn Friedrich Dreyer | 2014-06-06 | 1 | -1/+1 |
| | |||||
* | bump version | Morris Jobke | 2014-06-02 | 1 | -1/+1 |
| | |||||
* | add upgrade path from old cache to preserve file id's | Robin Appelman | 2012-11-30 | 1 | -1/+1 |
| | |||||
* | - take webdav namespace for properties into account | Björn Schießle | 2012-09-26 | 1 | -1/+1 |
| | | | | - change update routine to add the namesapce to all stored properties | ||||
* | Chunked upload: Support reusing local chunks | Bart Visscher | 2012-07-27 | 1 | -1/+1 |
| | |||||
* | update routine to fix broken file properties in db | Bjoern Schiessle | 2012-07-23 | 1 | -1/+1 |
| | |||||
* | fix remote and public.php | Robin Appelman | 2012-07-13 | 1 | -1/+1 |
| | |||||
* | cache app types during install or update | Robin Appelman | 2012-05-14 | 1 | -1/+1 |
| | |||||
* | load remote and public paths from info.xml during upgrade instead of setting ↵ | Robin Appelman | 2012-05-11 | 1 | -1/+1 |
| | | | | them every time | ||||
* | add version file to files app | Georg Ehrke | 2012-04-28 | 1 | -0/+1 |