AppFlowy/frontend/appflowy_flutter/lib/user/application
Nathan.fooo 649b0a135a
feat: encrypt collab update (#3215)
* feat: implement encrypt and decrypt

* feat: encrypt and decrypt

* feat: update user profile with encrypt

* chore: store encryption sign

* fix: login in setting menu

* chore: show encryption account name

* chore: fix test

* ci: fix warnings

* test: enable supabase test

* chore: fix test and rename column

* fix: update user profile after set the secret

* fix: encryption with wrong secret

* fix: don't save user data if the return value of did_sign_up is err

* chore: encrypt snapshot data

* chore: refactor snapshots interface

* ci: add tests

* chore: update collab rev
2023-08-17 23:46:39 +08:00
..
auth feat: enable collaboration update synchronization between different devices (#3169) 2023-08-12 17:36:31 +08:00
encrypt_secret_bloc.dart feat: encrypt collab update (#3215) 2023-08-17 23:46:39 +08:00
historical_user_bloc.dart refactor: login session (#3149) 2023-08-09 10:13:49 +08:00
prelude.dart feat: Integrate supabase (#2551) 2023-05-21 18:53:59 +08:00
sign_in_bloc.dart feat: implement magic link login (#3086) 2023-08-03 08:48:04 +08:00
sign_up_bloc.dart feat: Integrate supabase (#2551) 2023-05-21 18:53:59 +08:00
splash_bloc.dart feat: Integrate supabase (#2551) 2023-05-21 18:53:59 +08:00
supabase_realtime.dart feat: enable collaboration update synchronization between different devices (#3169) 2023-08-12 17:36:31 +08:00
user_listener.dart feat: Integrate supabase (#2551) 2023-05-21 18:53:59 +08:00
user_service.dart feat: encrypt collab update (#3215) 2023-08-17 23:46:39 +08:00
user_settings_service.dart feat: add require_trailing_commas to analysis_options.ymal. (#2227) 2023-04-10 15:10:42 +08:00