summaryrefslogtreecommitdiffstats
path: root/apps/files/appinfo/version
Commit message (Collapse)AuthorAgeFilesLines
* Increase the 2nd digit of shipped appsJoas Schilling2015-10-171-1/+0
|
* Remove DEBUG constant and use config valueMorris Jobke2015-08-241-1/+1
| | | | | * introduces config.php option 'debug' that defaults to false * migrate DEBUG constant to config value
* Add an update script to reset the valueJoas Schilling2015-07-241-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 triggerJörn Friedrich Dreyer2014-06-061-1/+1
|
* bump versionMorris Jobke2014-06-021-1/+1
|
* add upgrade path from old cache to preserve file id'sRobin Appelman2012-11-301-1/+1
|
* - take webdav namespace for properties into accountBjörn Schießle2012-09-261-1/+1
| | | | - change update routine to add the namesapce to all stored properties
* Chunked upload: Support reusing local chunksBart Visscher2012-07-271-1/+1
|
* update routine to fix broken file properties in dbBjoern Schiessle2012-07-231-1/+1
|
* fix remote and public.phpRobin Appelman2012-07-131-1/+1
|
* cache app types during install or updateRobin Appelman2012-05-141-1/+1
|
* load remote and public paths from info.xml during upgrade instead of setting ↵Robin Appelman2012-05-111-1/+1
| | | | them every time
* add version file to files appGeorg Ehrke2012-04-281-0/+1