summaryrefslogtreecommitdiffstats
path: root/version.php
Commit message (Collapse)AuthorAgeFilesLines
* Bump version to run migrationJoas Schilling2021-03-101-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Drop redundant indesRoeland Jago Douma2021-02-161-1/+1
| | | | | | | Those indexes are already covered by others. So those can just be used. THose extra indexes just take up space. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Do not allow upgrade from Nextcloud 20Christoph Wurst2021-02-031-1/+0
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Allow upgrades in Nextcloud 22Christoph Wurst2021-02-031-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* This is 22Joas Schilling2021-02-031-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* 21 beta8Roeland Jago Douma2021-01-211-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* 21 beta7Roeland Jago Douma2021-01-141-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* 21 beta6Roeland Jago Douma2021-01-111-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* 21 beta5Roeland Jago Douma2021-01-041-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* 21 beta4Roeland Jago Douma2020-12-281-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* 21 beta3Roeland Jago Douma2020-12-231-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #24685 from nextcloud/version/21/beta2v21.0.0beta2Roeland Jago Douma2020-12-181-2/+2
|\ | | | | 21 beta2
| * 21 beta2Roeland Jago Douma2020-12-141-2/+2
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+2
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #24588 from nextcloud/version/21/beta1v21.0.0beta1Roeland Jago Douma2020-12-111-1/+1
|\ | | | | 21 beta1
| * 21 beta1Roeland Jago Douma2020-12-071-2/+2
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Allow upgrade from oc 10.5Julius Härtl2020-12-091-0/+1
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Add a database table for the accounts data so we can search it betterJoas Schilling2020-12-071-1/+1
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Also make direct_edit.accessed nullableJoas Schilling2020-11-111-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Create primary keys on all tables and add a command to create the afterwardsJoas Schilling2020-11-101-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Replace the credentials table with one that can have empty userJoas Schilling2020-11-101-1/+1
| | | | | | Primary key columns on Oracle can not have empty strings Signed-off-by: Joas Schilling <coding@schilljs.com>
* Make sure columns with an empty default are nullable for OracleJoas Schilling2020-11-101-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add a background job that checks for potential user imported SSL ↵Morris Jobke2020-11-031-1/+1
| | | | | | certificates and shows a warning in the admin settings Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add cleanup job for old brutefoce attemptsRoeland Jago Douma2020-10-081-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Bump versionsJoas Schilling2020-09-181-3/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* 20 RC1Roeland Jago Douma2020-09-171-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* 20 beta 4Roeland Jago Douma2020-09-031-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* 20 Beta3Roeland Jago Douma2020-08-271-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* 20 Beta 2Roeland Jago Douma2020-08-211-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* 20.0.0 Beta 1Morris Jobke2020-08-211-2/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* New SSE key formatRoeland Jago Douma2020-08-201-1/+1
| | | | | | | * Encrypt the keys with the instance secret * Store them as json (so we can add other things if needed) Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Make legacy cipher opt inRoeland Jago Douma2020-08-191-1/+1
| | | | | | | | * Systems that upgrade have this enabled by default * New systems disable it * We'll have to add some wargning in the setup checks if this is enabled Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* 20 in development nowRoeland Jago Douma2020-05-071-3/+3
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* 19 RC1Roeland Jago Douma2020-05-041-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* 19 beta 7Roeland Jago Douma2020-04-301-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* 19 beta 6Roeland Jago Douma2020-04-231-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* 19 Beta 5Roeland Jago Douma2020-04-161-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* 19 beta 4Roeland Jago Douma2020-04-151-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* 19 beta 3Roeland Jago Douma2020-04-091-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* 19 beta 2Roeland Jago Douma2020-04-041-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* 19 beta 1Roeland Jago Douma2020-04-011-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Start with webauthnRoeland Jago Douma2020-03-311-1/+1
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* NC 19 developmentRoeland Jago Douma2020-01-211-3/+3
| | | | | | We branched of stable18. So time to bump the version number. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* 18 RC 1Roeland Jago Douma2020-01-021-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* 18 beta 4Roeland Jago Douma2019-12-271-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #18505 from ↵Roeland Jago Douma2019-12-221-1/+1
|\ | | | | | | | | nextcloud/bugfix/18481/avatars-always-return-201-status-code Always set the generated flag to false when an avatar is being set
| * Always set the generated flag to false when an avatar is being setJoas Schilling2019-12-201-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Update license headers for 18Christoph Wurst2019-12-201-1/+0
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* 18 beta 3Roeland Jago Douma2019-12-121-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>