summaryrefslogtreecommitdiffstats
path: root/version.php
Commit message (Collapse)AuthorAgeFilesLines
* Incrase versionLukas Reschke2017-01-091-2/+2
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Update version to 9.0.56Lukas Reschke2016-12-291-2/+2
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* 9.0.55v9.0.55Lukas Reschke2016-12-091-2/+2
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* v9.0.55RC2Lukas Reschke2016-12-071-2/+2
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* 9.0.55 RC1Lukas Reschke2016-12-051-2/+2
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Make it 9.0.54v9.0.54Lukas Reschke2016-09-281-2/+2
|
* Make it 9.0.54 RC4Lukas Reschke2016-09-271-2/+2
|
* Make it 9.0.54 RC3Lukas Reschke2016-09-271-2/+2
|
* Make it 9.0.54 RC2Lukas Reschke2016-09-261-2/+2
|
* Change version to 9.0.54Lukas Reschke2016-09-211-2/+2
|
* Add vendor to stable9, so the release script can handle all the sameJoas Schilling2016-09-151-0/+2
|
* Change version to 9.0.54 RC1v9.0.54RC1Lukas Reschke2016-09-141-2/+2
|
* Change version to 9.0.53 RC1Lukas Reschke2016-09-141-2/+2
|
* Run the license scriptJoas Schilling2016-07-221-6/+5
|
* Increase version to 9.0.52Lukas Reschke2016-07-051-2/+2
|
* 9.0.52 RC1Lukas Reschke2016-07-011-2/+2
|
* v9.0.51Lukas Reschke2016-06-201-2/+2
|
* 9.0.50 it isLukas Reschke2016-06-141-1/+1
|
* Adjust release stringLukas Reschke2016-06-141-2/+2
|
* 9.0.0 alpha it isLukas Reschke2016-06-131-2/+2
|
* 9.0.2v9.0.2C Montero-Luque2016-05-031-2/+2
|
* 9.0.2 RC2v9.0.2RC2C Montero-Luque2016-05-021-2/+2
|
* 9.0.2 RC1v9.0.2RC1C Montero-Luque2016-04-261-2/+2
|
* 9.0.1v9.0.1C Montero-Luque2016-04-061-2/+2
|
* 9.0.1 RC2v9.0.1RC2C Montero-Luque2016-04-011-2/+2
|
* 9.0.1 RC1v9.0.1RC1C Montero-Luque2016-03-291-2/+2
|
* 9.0.1 betav9.0.1betaC Montero-Luque2016-03-221-2/+2
|
* 9.0.0v9.0.0C Montero-Luque2016-03-081-2/+2
|
* 9.0.0 RC3v9.0.0RC3C Montero-Luque2016-03-061-2/+2
|
* 9.0.0 RC2v9.0.0RC2C Montero-Luque2016-03-041-2/+2
|
* 9.0.0 RC1v9.0.0RC1C Montero-Luque2016-03-011-2/+2
|
* 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
|