Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-02-25Login flow V2Roeland Jago Douma
This adds the new login flow. The desktop client will open up a browser and poll a returned endpoint at regular intervals to check if the flow is done. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-11-23Bump versions of server and the requirements of appsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-11-2215.0.0 RC 1Morris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-11-1515.0.0 Beta 2Morris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-11-0815.0.0 beta 1Morris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-11-08Clear avatar cache with frontend repairJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-11-01allow to add labels to sharesBjoern Schiessle
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2018-10-30Add db column to store hide download stateRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-10-02Add column to DB to store expired passwordsRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-09-05Bump the version on masterJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-08-3114.0.0 RC 2Morris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-08-2414.0.0 RC 1Morris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-08-16Nextcloud 14 Beta 4Roeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-08-09Nextcloud 14.0.0 beta3Roeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-08-0214 Beta 2Roeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-07-2614.0.0 Beta 1Morris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-07-24Add "password_by_talk" column to "share" table in the databaseDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-07-21allow to add a personal note to a shareBjoern Schiessle
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2018-07-10Add repair stepRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-07-09Only wait for cron if fix for endless wait is includedMorris Jobke
* see https://github.com/nextcloud/server/issues/9992 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-07-06Add visio mimetypesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-06-29Bump version to trigger migrationMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-06-20Make 2FA providers statefulChristoph Wurst
This adds persistence to the Nextcloud server 2FA logic so that the server knows which 2FA providers are enabled for a specific user at any time, even when the provider is not available. The `IStatefulProvider` interface was added as tagging interface for providers that are compatible with this new API. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-06-18Add new authtoken v2 columns to the authtoken tableRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-05-17Certain tokens can expireRoeland Jago Douma
However due to the nature of what we store in the token (encrypted passwords etc). We can't just delete the tokens because that would make the oauth refresh useless. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-05-14Add the jobRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-04-06Add an uid_lower column to the oc_users tableRoeland Jago Douma
Add a new column. In the postSchemaChange copy over the values (with lower). This should work just fine as this is a very simple operation. Even if you have 1M users in the db backend this should be fast enough. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-01-29Do not cache the settings/sections in the database anymoreJoas Schilling
This caused more troubles then it had benefits, especially when an app got disabled or was removed without being disabled. Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-01-13Bump version numberRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-01-1113.0.0 RC1Morris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-01-0513.0.0 beta 4Morris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-12-1313.0.0 beta3Morris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-12-1213.0.0 beta 2Morris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-11-14v13.0.0 Beta 1Lukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-11-06Update license headersMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-09-29Migrate all core id columns to bigintJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-09-19Fix missing "unsigned" on integer columnsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-08-07Add a repair step to drop the account_terms table on oc migrationJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-07-25Trigger update to run the migrationJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-06-23Adopt DB and Manager to personal settings structureArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2017-05-22We are working on 13 now!Roeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2017-05-21Increase versionRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2017-05-21v12.0.0Lukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-05-2012.0.0RC3Lukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-05-1912.0.0RC2Lukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-05-1912.0.0RC1Lukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-05-18Allow migrating from ownCloud 10.0.0Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-05-18Add a migration step to save the data from the accounts table before migratingJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-05-1712.0.0 Beta 4Lukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-05-15Bump to 12.0.0 beta 3Lukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>