summaryrefslogtreecommitdiffstats
path: root/version.php
Commit message (Collapse)AuthorAgeFilesLines
* Drop unused tables principalgroups and principalsMorris Jobke2015-11-051-1/+1
| | | | * was removed in 3e84f170e7133d9acc46123ba4c901a24e438b2c
* Update license headersLukas Reschke2015-10-261-2/+2
|
* increase core version and add dav version numberMorris Jobke2015-10-211-1/+1
|
* Master is now 9.0.0 developmentJoas Schilling2015-10-141-3/+3
|
* 8.2 RC1v8.2RC1C Montero-Luque2015-10-061-2/+2
|
* update licence headers via scriptMorris Jobke2015-10-051-0/+2
|
* Added mimetype repair stepRoeland Jago Douma2015-10-021-1/+1
| | | | * Version number increased
* add more precise version to also repair git master instancesMorris Jobke2015-10-011-1/+1
|
* 8.2 beta1v8.2beta1C Montero-Luque2015-09-181-2/+2
|
* Make version.php PHP 5.3 compatible for the build scriptsVincent Petry2015-09-171-2/+2
|
* Use integer for availability instead of boolRobin McCorkell2015-09-151-1/+1
|
* Restrict upgrades to explicit allowed versionVincent Petry2015-08-301-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 #18129Robin McCorkell2015-08-111-1/+1
|
* 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.
* Remove index on file_target of share tableMorris Jobke2015-07-141-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 queriesMorris Jobke2015-07-081-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 futureFrank Karlitschek2015-07-011-2/+2
|
* 8.1 RC2v8.1RC2C Montero-Luque2015-06-301-2/+2
|
* update license headers and authorsMorris Jobke2015-06-251-1/+0
|
* 8.1 RC1Frank Karlitschek2015-06-171-2/+2
|
* 8.1 beta 2Frank Karlitschek2015-05-171-2/+2
|
* 8.1.0 beta 1v8.1.0beta1Frank Karlitschek2015-05-071-2/+2
|
* 8.1 alpha 3Frank Karlitschek2015-05-031-2/+2
|
* 8.1.0 alpha 2v8.1.0alpha2Frank Karlitschek2015-04-151-2/+2
|
* 8.1 alpha 1v8.1.0alpha1Frank Karlitschek2015-04-151-2/+2
|
* Merge pull request #14665 from owncloud/fileid-incrementMorris Jobke2015-03-261-1/+1
|\ | | | | SQLite autoincrement test
| * triger db upgrade to set autoincrement for sqliteRobin Appelman2015-03-251-1/+1
| |
* | Update license headersJenkins for ownCloud2015-03-261-1/+21
|/
* This is not 8.1 pre alphaFrank Karlitschek2015-02-281-2/+2
|
* Merge pull request #14530 from owncloud/revert-14403Thomas Müller2015-02-271-21/+1
|\ | | | | Revert "Updating license headers"
| * Revert "Updating license headers"Morris Jobke2015-02-261-21/+1
| | | | | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* | expand cron argument column to 2048Robin Appelman2015-02-251-1/+1
|/
* Updating license headersJenkins for ownCloud2015-02-231-1/+21
|
* Update version to a higher one then beforeJoas Schilling2015-02-131-1/+1
|
* Revert "Incorporate review changes"Joas Schilling2015-02-131-1/+1
| | | | This reverts commit f6a452cabf02e4a8005f874a77754f68abbc8fa5.
* Incorporate review changesLukas Reschke2015-02-121-1/+1
|
* 8.0 finalv8.0.0Frank Karlitschek2015-02-061-2/+2
|
* 8.0.0 RC2v8.0.0RC2Frank Karlitschek2015-02-041-2/+2
|
* 8.0.0 RC1v8.0.0RC1Frank Karlitschek2015-01-281-2/+2
|
* 8.0 beta 2v8.0.0beta2Frank Karlitschek2015-01-261-2/+2
|
* increase version. This time for realFrank Karlitschek2015-01-181-1/+1
|
* 8.0.0 beta 2v8.0.0beta1Frank Karlitschek2015-01-181-2/+2
|
* 8.0.0 alpha 2v8.0.0alpha2Frank Karlitschek2015-01-111-2/+2
|
* 8.0 alpha 1v8.0.0alpha1Frank Karlitschek2015-01-011-2/+2
|
* jump to 8.0.0.0 The test upgrade and installation of apps realistic.Frank Karlitschek2014-12-301-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 Karlitschek2014-12-251-3/+0
|
* Increment versionLukas Reschke2014-09-031-1/+1
|
* Revert "fix version number - @karlitschek ;)"Morris Jobke2014-07-061-1/+1
| | | | This reverts commit f1b3e03f7fdb6272bbc4320d75b8bb0df4a05557.
* fix version number - @karlitschek ;)Morris Jobke2014-07-041-1/+1
|
* master if 8.0 pre alpha nowFrank Karlitschek2014-07-031-2/+2
|