summaryrefslogtreecommitdiffstats
path: root/version.php
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* 18 Beta 2Roeland Jago Douma2019-12-111-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update license headersChristoph Wurst2019-12-051-2/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* 18 Beta 1Roeland Jago Douma2019-12-041-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Direct editing API to allow file editing using a one-time token forJulius Härtl2019-11-271-1/+1
| | | | | | mobile apps Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Increase server version to trigger all migrationsChristoph Wurst2019-10-071-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Development is 18 now!Roeland Jago Douma2019-09-051-3/+3
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* 17 Beta 4Roeland Jago Douma2019-09-041-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* 17 beta 3Roeland Jago Douma2019-08-281-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* 17.0.0 beta 2Roeland Jago Douma2019-08-211-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add a repair step to clear the projects access cacheJoas Schilling2019-08-211-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* 17.0.0 Beta 1Morris Jobke2019-08-081-2/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Repair step for link sharesRoeland Jago Douma2019-04-161-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Bump versions of server and the requirements of appsJoas Schilling2019-04-111-3/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* 16.0.0 RC 1Roeland Jago Douma2019-04-111-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* 16.0.0 Beta 3Morris Jobke2019-04-031-2/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* 16.0.0 Beta 2Roeland Jago Douma2019-03-281-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* 16.0.0 Beta 1Morris Jobke2019-03-211-2/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>