1
0
mirror of https://github.com/stonith404/pingvin-share.git synced 2024-07-04 16:30:13 +02:00
pingvin-share/backend/prisma/migrations
Steve 16480f6e95
feat: TOTP (two-factor) Authentication (#55)
* Working on some initial prototype stuff for TOTP

* Fixed a bug that prevented the change password menu from working

* Enable/disable totp working

* Added the new login procedure including TOTP! :)

* misc: Changed bad description for the TOTP_SECRET env var

* I forgot to include the migration for the new prisma stuff

* fix: refresh user context instead refreshing the page

* refactor: simplify totp error handling

* Removed U2F tab + format schema

* fix: tokens not saved in cookies

* refactor: deleted commented out code

* refactor: move password text to input description

* refactor: remove tabler icon package

Co-authored-by: Elias Schneider <login@eliasschneider.com>
Co-authored-by: Elias Schneider <58886915+stonith404@users.noreply.github.com>
2022-12-21 17:58:37 +01:00
..
20221011172612_init feat: remove postgres & use a single docker container 2022-10-11 22:30:06 +02:00
20221013212615_cascade_delete_on_share fix: delete share if user deleted 2022-10-13 23:26:56 +02:00
20221018123139_make_creator_optional chore: create database migration 2022-10-18 14:32:40 +02:00
20221113221005_share_recipient chore: migrate database for release 2022-11-13 23:24:59 +01:00
20221201220540_config_and_admin_functionalities fix: database migration by adding a username 2022-12-02 23:00:24 +01:00
20221208191607_v0_3_3 chore: add migration for v0.3.3 2022-12-08 21:58:58 +01:00
20221213173854_v0_3_6 chore: create prisma migration 2022-12-13 18:39:13 +01:00
20221219061131_user_entity feat: TOTP (two-factor) Authentication (#55) 2022-12-21 17:58:37 +01:00
migration_lock.toml feat: remove postgres & use a single docker container 2022-10-11 22:30:06 +02:00