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
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-21explicitely mention that the note column can be nullBjoern Schiessle
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2018-07-21allow 'note' to be nullBjoern Schiessle
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2018-07-21allow to add a personal note to a shareBjoern Schiessle
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2018-07-19Add filecache index on mtimeRobin Appelman
Gives searching by mtime and "recent" a proper index to use Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-06-29fix updating the db row due to lacking id colArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-06-29adjust backend and gui to update and changelog serverArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-06-25Make new classes strict and fix license headerChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
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-06-03Add parent index to share tableRoeland Jago Douma
Fixes #9327 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-05-30Add human readable description to migration stepsRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.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-04-10Also make it the uid_lower migration work on oracleRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-04-06Bump autoloaderRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-04-06Silence phanRoeland 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-17Fix the type hints of migrations and correctly inject the wrapped schema ↵Joas Schilling
into migrations Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-12-18add index for share_with table for newly created tablesBjoern Schiessle
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2017-11-06Change @georgehrke's emailMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-11-06Update license headersMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-10-13Install new instances with bigint filecacheJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-10-13Don't change the filecache schema on updateJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-09-29Restore the sequencial orderJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
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-14Fix headersJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-08-14Make sure the accounts table existsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-07-25Install from migrationsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-07-05Add migration for personal settings stuffJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>