- Aug 30, 2015
-
-
Vincent Petry authored
version.php now contains the previous ownCloud version from which upgrades are allowed. Any other upgrades will show a message that the upgrade/downgrade is not supported.
-
- Aug 11, 2015
-
-
Robin McCorkell authored
-
- Aug 03, 2015
-
-
Robin Appelman authored
-
- Jul 24, 2015
-
-
Joas Schilling authored
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.
-
- Jul 20, 2015
-
-
Robin McCorkell authored
Storage status is saved in the database. Failed storages are rechecked every 10 minutes, while working storages are rechecked every request. Using the files_external app will recheck all external storages when the settings page is viewed, or whenever an external storage is saved.
-
- Jul 14, 2015
-
-
Morris Jobke authored
* causes issues on InnoDB because it exceeds the maximal key length of an index which is 767 (3-byte charset * varchar(512) = 1536) * fixes #17619
-
- Jul 08, 2015
-
-
Morris Jobke authored
* file_target is often used in the sharing code in JOIN statements for retrieval of shares
-
- Jul 01, 2015
-
-
Frank Karlitschek authored
-
- Jun 30, 2015
-
-
C Montero-Luque authored
-
- Jun 25, 2015
-
-
Morris Jobke authored
-
- Jun 17, 2015
-
-
Frank Karlitschek authored
-
- May 17, 2015
-
-
Frank Karlitschek authored
-
- May 07, 2015
-
-
Frank Karlitschek authored
-
- May 03, 2015
-
-
Frank Karlitschek authored
-
- Apr 15, 2015
-
-
Frank Karlitschek authored
-
Frank Karlitschek authored
-
- Mar 26, 2015
-
-
Jenkins for ownCloud authored
-
- Mar 25, 2015
-
-
Robin Appelman authored
-
- Feb 27, 2015
-
-
Frank Karlitschek authored
-
- Feb 26, 2015
-
-
Morris Jobke authored
This reverts commit 6a1a4880.
-
- Feb 25, 2015
-
-
Robin Appelman authored
-
- Feb 23, 2015
-
-
Jenkins for ownCloud authored
-
- Feb 13, 2015
-
-
Joas Schilling authored
-
Joas Schilling authored
This reverts commit f6a452ca.
-
- Feb 12, 2015
-
-
Lukas Reschke authored
-
- Feb 06, 2015
-
-
Frank Karlitschek authored
-
- Feb 04, 2015
-
-
Frank Karlitschek authored
-
- Jan 28, 2015
-
-
Frank Karlitschek authored
-
- Jan 26, 2015
-
-
Frank Karlitschek authored
-
- Jan 18, 2015
-
-
Frank Karlitschek authored
-
Frank Karlitschek authored
-
- Jan 11, 2015
-
-
Frank Karlitschek authored
-
- Jan 01, 2015
-
-
Frank Karlitschek authored
-
- Dec 30, 2014
-
-
Frank Karlitschek authored
Don´t open the champaign yet. This is obviously not the final release. ;-) The final will have the version number 8.0.0.x
-
- Dec 25, 2014
-
-
Frank Karlitschek authored
-
- Sep 03, 2014
-
-
Lukas Reschke authored
-
- Jul 06, 2014
-
-
Morris Jobke authored
This reverts commit f1b3e03f.
-
- Jul 04, 2014
-
-
Morris Jobke authored
-
- Jul 03, 2014
-
-
Frank Karlitschek authored
-
- Jun 28, 2014
-
-
Morris Jobke authored
-