- Dec 01, 2015
-
-
Lukas Reschke authored
mod_rewrite as used by the front controller may require a `RewriteBase` in case the installation is done using an alias. Since we cannot enforce a writable `.htaccess` file this will move the `front_controller_active` environment variable into the main .htaccess file. If administrators decide to have this one not writable they can still enable this feature by setting the `front_controller_active` environment variable within the Apache config.
-
- Nov 30, 2015
-
-
Joas Schilling authored
-
- Nov 25, 2015
-
-
Roeland Jago Douma authored
We need to store the owner of a file in the db to do efficient queries on the owner of a file. Without this we need to construct fill paths for each file id in the table and see who the owner of a file is. Which does not scale.
-
- Nov 05, 2015
-
-
Morris Jobke authored
* was removed in 3e84f170
-
Morris Jobke authored
* used only for windows support * windows support was dropped in 8.2.0 - see #17379 * was introduced in fd8cb997 * ref #18935
-
- Oct 26, 2015
-
-
Lukas Reschke authored
-
- Oct 21, 2015
-
-
Morris Jobke authored
-
- Oct 14, 2015
-
-
Joas Schilling authored
-
- Oct 06, 2015
-
-
C Montero-Luque authored
-
- Oct 05, 2015
-
-
Morris Jobke authored
-
- Oct 02, 2015
-
-
Roeland Jago Douma authored
* Version number increased
-
- Oct 01, 2015
-
-
Morris Jobke authored
-
- Sep 18, 2015
-
-
C Montero-Luque authored
-
- Sep 17, 2015
-
-
Vincent Petry authored
-
- Sep 15, 2015
-
-
Robin McCorkell authored
-
- 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
-