Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Master is now 9.0.0 development | Joas Schilling | 2015-10-14 | 1 | -3/+3 |
| | |||||
* | 8.2 RC1v8.2RC1 | C Montero-Luque | 2015-10-06 | 1 | -2/+2 |
| | |||||
* | update licence headers via script | Morris Jobke | 2015-10-05 | 1 | -0/+2 |
| | |||||
* | Added mimetype repair step | Roeland Jago Douma | 2015-10-02 | 1 | -1/+1 |
| | | | | * Version number increased | ||||
* | add more precise version to also repair git master instances | Morris Jobke | 2015-10-01 | 1 | -1/+1 |
| | |||||
* | 8.2 beta1v8.2beta1 | C Montero-Luque | 2015-09-18 | 1 | -2/+2 |
| | |||||
* | Make version.php PHP 5.3 compatible for the build scripts | Vincent Petry | 2015-09-17 | 1 | -2/+2 |
| | |||||
* | Use integer for availability instead of bool | Robin McCorkell | 2015-09-15 | 1 | -1/+1 |
| | |||||
* | Restrict upgrades to explicit allowed version | Vincent Petry | 2015-08-30 | 1 | -4/+7 |
| | | | | | | 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. | ||||
* | Bump version patch number, fixes #18129 | Robin McCorkell | 2015-08-11 | 1 | -1/+1 |
| | |||||
* | 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. | ||||
* | Remove index on file_target of share table | Morris Jobke | 2015-07-14 | 1 | -1/+1 |
| | | | | | | * 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 | ||||
* | Add indexes to speedup DB queries | Morris Jobke | 2015-07-08 | 1 | -1/+1 |
| | | | | * file_target is often used in the sharing code in JOIN statements for retrieval of shares | ||||
* | This will be 8.2 in the future | Frank Karlitschek | 2015-07-01 | 1 | -2/+2 |
| | |||||
* | 8.1 RC2v8.1RC2 | C Montero-Luque | 2015-06-30 | 1 | -2/+2 |
| | |||||
* | update license headers and authors | Morris Jobke | 2015-06-25 | 1 | -1/+0 |
| | |||||
* | 8.1 RC1 | Frank Karlitschek | 2015-06-17 | 1 | -2/+2 |
| | |||||
* | 8.1 beta 2 | Frank Karlitschek | 2015-05-17 | 1 | -2/+2 |
| | |||||
* | 8.1.0 beta 1v8.1.0beta1 | Frank Karlitschek | 2015-05-07 | 1 | -2/+2 |
| | |||||
* | 8.1 alpha 3 | Frank Karlitschek | 2015-05-03 | 1 | -2/+2 |
| | |||||
* | 8.1.0 alpha 2v8.1.0alpha2 | Frank Karlitschek | 2015-04-15 | 1 | -2/+2 |
| | |||||
* | 8.1 alpha 1v8.1.0alpha1 | Frank Karlitschek | 2015-04-15 | 1 | -2/+2 |
| | |||||
* | Merge pull request #14665 from owncloud/fileid-increment | Morris Jobke | 2015-03-26 | 1 | -1/+1 |
|\ | | | | | SQLite autoincrement test | ||||
| * | triger db upgrade to set autoincrement for sqlite | Robin Appelman | 2015-03-25 | 1 | -1/+1 |
| | | |||||
* | | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -1/+21 |
|/ | |||||
* | This is not 8.1 pre alpha | Frank Karlitschek | 2015-02-28 | 1 | -2/+2 |
| | |||||
* | Merge pull request #14530 from owncloud/revert-14403 | Thomas Müller | 2015-02-27 | 1 | -21/+1 |
|\ | | | | | Revert "Updating license headers" | ||||
| * | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -21/+1 |
| | | | | | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | | expand cron argument column to 2048 | Robin Appelman | 2015-02-25 | 1 | -1/+1 |
|/ | |||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -1/+21 |
| | |||||
* | Update version to a higher one then before | Joas Schilling | 2015-02-13 | 1 | -1/+1 |
| | |||||
* | Revert "Incorporate review changes" | Joas Schilling | 2015-02-13 | 1 | -1/+1 |
| | | | | This reverts commit f6a452cabf02e4a8005f874a77754f68abbc8fa5. | ||||
* | Incorporate review changes | Lukas Reschke | 2015-02-12 | 1 | -1/+1 |
| | |||||
* | 8.0 finalv8.0.0 | Frank Karlitschek | 2015-02-06 | 1 | -2/+2 |
| | |||||
* | 8.0.0 RC2v8.0.0RC2 | Frank Karlitschek | 2015-02-04 | 1 | -2/+2 |
| | |||||
* | 8.0.0 RC1v8.0.0RC1 | Frank Karlitschek | 2015-01-28 | 1 | -2/+2 |
| | |||||
* | 8.0 beta 2v8.0.0beta2 | Frank Karlitschek | 2015-01-26 | 1 | -2/+2 |
| | |||||
* | increase version. This time for real | Frank Karlitschek | 2015-01-18 | 1 | -1/+1 |
| | |||||
* | 8.0.0 beta 2v8.0.0beta1 | Frank Karlitschek | 2015-01-18 | 1 | -2/+2 |
| | |||||
* | 8.0.0 alpha 2v8.0.0alpha2 | Frank Karlitschek | 2015-01-11 | 1 | -2/+2 |
| | |||||
* | 8.0 alpha 1v8.0.0alpha1 | Frank Karlitschek | 2015-01-01 | 1 | -2/+2 |
| | |||||
* | jump to 8.0.0.0 The test upgrade and installation of apps realistic. | Frank Karlitschek | 2014-12-30 | 1 | -1/+1 |
| | | | | | Don´t open the champaign yet. This is obviously not the final release. ;-) The final will have the version number 8.0.0.x | ||||
* | Automatically detect the edition based on the enterprise_key app. | Frank Karlitschek | 2014-12-25 | 1 | -3/+0 |
| | |||||
* | Increment version | Lukas Reschke | 2014-09-03 | 1 | -1/+1 |
| | |||||
* | Revert "fix version number - @karlitschek ;)" | Morris Jobke | 2014-07-06 | 1 | -1/+1 |
| | | | | This reverts commit f1b3e03f7fdb6272bbc4320d75b8bb0df4a05557. | ||||
* | fix version number - @karlitschek ;) | Morris Jobke | 2014-07-04 | 1 | -1/+1 |
| | |||||
* | master if 8.0 pre alpha now | Frank Karlitschek | 2014-07-03 | 1 | -2/+2 |
| | |||||
* | trigger db update | Morris Jobke | 2014-06-28 | 1 | -1/+1 |
| | |||||
* | 7.0 beta 1v7.0.0beta1 | Frank Karlitschek | 2014-06-25 | 1 | -2/+2 |
| | |||||
* | 7.0.0 alpha 2v7.0.0alpha2 | Frank Karlitschek | 2014-06-21 | 1 | -2/+2 |
| |