summaryrefslogtreecommitdiffstats
path: root/version.php
Commit message (Collapse)AuthorAgeFilesLines
* Repair step to adjust link share delete permissionsVincent Petry2016-06-241-1/+1
|
* store last check timestamp in token instead of sessionChristoph Wurst2016-06-171-1/+1
|
* ownCloud 9.1.0 beta 2v9.1.0beta2v9.0.1beta2Daniel Molkentin2016-06-081-2/+2
|
* Create session tokens for apache auth usersChristoph Wurst2016-05-311-1/+1
|
* Add bzip2 to known mimetypesVictor Dubiniuk2016-05-301-1/+1
|
* Update license headersLukas Reschke2016-05-261-3/+2
|
* 9.1.0 beta 1v9.1.0beta1C Montero-Luque2016-05-251-2/+2
|
* when generating browser/device token, save the login name for later password ↵Christoph Wurst2016-05-241-1/+1
| | | | checks
* Increase version for DB additionVincent Petry2016-05-201-1/+1
|
* Use CLOB for auth token names to allow long user agent stringsChristoph Wurst2016-05-121-1/+1
|
* increase version number to trigger db migrationChristoph Wurst2016-05-111-1/+1
|
* Increase all versions on master which is now 9.1Joas Schilling2016-03-021-3/+3
|
* Update author informationLukas Reschke2016-03-011-1/+2
| | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :)
* exchange user_id_key for a unique one.Arthur Schiwon2016-02-261-1/+1
|
* add index definitions for comments tablesArthur Schiwon2016-02-241-1/+1
|
* Make sure we can store strings as per the interfaceJoas Schilling2016-02-221-1/+1
|
* 9.0.0 beta 2v9.0.0beta2C Montero-Luque2016-02-181-2/+2
|
* 9.0.0 beta 1v9.0beta1C Montero-Luque2016-02-101-2/+2
|
* Introduce some mimetypes for richdocumentsFaruk Uzun2016-02-041-1/+1
| | | | | | | * application/vnd.lotus-wordpro * application/vnd.visio * application/vnd.wordperfect * application/msonenote
* Add store/retrieve checksumsRoeland Jago Douma2016-02-031-1/+1
| | | | | | | * Add extra db column to filecache * Bump version * Update filecache code to actually handle checksum * Webdav code to store/retrieve checksums
* introduce comments read marke tables, comes with user cleanup after deletionArthur Schiwon2016-01-291-1/+1
|
* Increase version due to new tablesVincent Petry2016-01-221-1/+1
|
* Happy new year!Thomas Müller2016-01-121-2/+2
|
* [Share 2.0] Update db structure to stay backwards compatibleRoeland Jago Douma2016-01-061-1/+1
|
* Set "SetEnv" within base `.htaccess` fileLukas Reschke2015-12-011-1/+1
| | | | 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.
* Allow DI the system tag stuff without Application classJoas Schilling2015-11-301-1/+1
|
* [Sharing 2.0] Add a new db column for the file ownerRoeland Jago Douma2015-11-251-1/+1
| | | | | | | 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.
* 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
|