nextcloud/core/Migrations
Christoph Wurst 13d93f5b25
Make 2FA providers stateful
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-20 08:30:26 +02:00
..
Version13000Date20170705121758.php Fix the type hints of migrations and correctly inject the wrapped schema into migrations 2018-01-17 11:37:36 +01:00
Version13000Date20170718121200.php Add parent index to share table 2018-06-03 13:36:02 +02:00
Version13000Date20170814074715.php Fix the type hints of migrations and correctly inject the wrapped schema into migrations 2018-01-17 11:37:36 +01:00
Version13000Date20170919121250.php Fix the type hints of migrations and correctly inject the wrapped schema into migrations 2018-01-17 11:37:36 +01:00
Version13000Date20170926101637.php Fix the type hints of migrations and correctly inject the wrapped schema into migrations 2018-01-17 11:37:36 +01:00
Version14000Date20180129121024.php Add human readable description to migration steps 2018-05-30 21:28:05 +02:00
Version14000Date20180404140050.php Add human readable description to migration steps 2018-05-30 21:28:05 +02:00
Version14000Date20180516101403.php Certain tokens can expire 2018-05-17 16:10:19 +02:00
Version14000Date20180518120534.php Add new authtoken v2 columns to the authtoken table 2018-06-18 22:11:54 +02:00
Version14000Date20180522074438.php Make 2FA providers stateful 2018-06-20 08:30:26 +02:00