Commit Graph

512 Commits

Author SHA1 Message Date
Dat PHAM HOANG 47b02da7d3 TF-571 Add script to run build_runner in CI/Dockerfile/Pre-build script 2022-06-01 14:31:58 +07:00
Dat PHAM HOANG 8c96a486d1 TF-571 Injection and configuration for Hive cache 2022-06-01 14:31:58 +07:00
Dat PHAM HOANG 2c156819ba TF-571 Handle logic for login with basicAuth or OIDC 2022-06-01 14:31:58 +07:00
Dat PHAM HOANG 3c9abf8f41 TF-571 Handle get stored account when re-open app 2022-06-01 14:31:58 +07:00
Dat PHAM HOANG 0b29deeeb9 TF-571 get stored authenticated account 2022-06-01 14:31:58 +07:00
Dat PHAM HOANG 3442c399cf TF-571 Get stored oidc logic 2022-06-01 14:31:58 +07:00
Dat PHAM HOANG 7213113724 TF-571 Store account/token/baseUrl after authenticate with OIDC 2022-06-01 14:31:58 +07:00
Dat PHAM HOANG 328ff2c4f0 TF-571 Store account after authenticate user with basicAuth 2022-06-01 14:31:58 +07:00
Dat PHAM HOANG 471465e1bc TF-571 Implement AuthenticationOIDC repository with Hive 2022-06-01 14:31:58 +07:00
Dat PHAM HOANG 03777be4a8 TF-571 Add method to OIDCRepository to store/get OIDC in cache 2022-06-01 14:31:58 +07:00
Dat PHAM HOANG ff6e6d8878 TF-571 Implement AccountRepository with HiveAccountDataSource 2022-06-01 14:31:58 +07:00
Dat PHAM HOANG f8e7429751 TF-571 Add Account Repository to manage accounts 2022-06-01 14:31:58 +07:00
Dat PHAM HOANG a7d54479d9 TF-571 Add account to identify which account with AuthenticationType are using 2022-06-01 14:31:58 +07:00
Dat PHAM HOANG 7d32e80bc1 TF-571 Get user's profile directly in Session 2022-06-01 14:31:58 +07:00
Dat PHAM HOANG a48cd35d4f TF-571 Use response from webfinger to get OIDC from authority 2022-06-01 14:31:58 +07:00
dab246 ea598c20b8 TF-571 Update token for interceptors dio 2022-06-01 14:31:58 +07:00
dab246 4804a1659a TF-571 Get token from authentication sso 2022-06-01 14:31:58 +07:00
dab246 ffb5cadc16 TF-571 Setup and get OIDC configuration 2022-06-01 14:31:58 +07:00
dab246 239234f836 TF-571 Check OIDC is available 2022-06-01 14:31:58 +07:00
dab246 c5aa9f7d69 TF-475 Create custom toast 2022-05-31 09:04:00 +07:00
dab246 38bc7d9118 TF-475 Fix save a draft email 2022-05-31 09:04:00 +07:00
dab246 8e6f905c43 TF-475 Remove function not use 2022-05-31 09:04:00 +07:00
dab246 957712d0fd TF-475 Upgrade GetX latest version 2022-05-31 09:04:00 +07:00
Dat PHAM HOANG 6cfea2d90a Bump version to v0.3.5 2022-05-30 10:22:30 +07:00
dab246 ccb0112bea TF-597 Fix cannot update null value for identity bcc and replyTo address 2022-05-30 09:50:10 +07:00
dab246 de51425510 TF-597 Fix template html signature is lost in Identity creator view 2022-05-30 09:50:10 +07:00
dab246 cd02444941 TF-585 Fix identity restrict BCC field 2022-05-27 10:51:02 +07:00
dab246 b4fda5e9aa TF-558 Fix links broken in email view 2022-05-27 09:29:55 +07:00
dab246 299fde93f3 TF-583 Disable scroll bar in email view 2022-05-27 09:04:52 +07:00
dab246 f379e540c6 TF-583 Disable zoom content in email view 2022-05-27 09:04:52 +07:00
dab246 ce7dcbce09 TF-582+584 Fix bug text input is hidden and weird scroll bar in signature identity 2022-05-26 23:02:10 +07:00
dab246 ba64136357 TF-586 Fix only show identities created by the user 2022-05-26 22:36:44 +07:00
dab246 81eca6c59a TF-524 Clean up recent search cache 2022-05-26 15:17:52 +07:00
dab246 11c9a8713a TF-524 Apply quick search for mobile and tablet 2022-05-26 15:17:52 +07:00
dab246 9a142a0e23 TF-524 Show list search filter in ThreadView 2022-05-26 15:17:52 +07:00
dab246 5db7390117 TF-524 Add Show all result button action 2022-05-26 15:17:52 +07:00
dab246 acf6566924 TF-524 Open email detailed from quick search 2022-05-26 15:17:52 +07:00
dab246 3bcccd5d0e TF-524 Add filter for quick search 2022-05-26 15:17:52 +07:00
dab246 243ce444cd TF-524 Implement quick search emails in selected mailbox by word 2022-05-26 15:17:52 +07:00
dab246 561ea8d1ad TF-524 Drop down list recent search 2022-05-26 15:17:52 +07:00
dab246 51cc3bd979 TF-524 Store recent search in hive database. 2022-05-26 15:17:52 +07:00
dab246 3513c363ff TF-524 Create RecentSearchCache and TypeAHeadQuickSearch widget 2022-05-26 15:17:52 +07:00
dab246 5ca238153a TF-524 Add message intl generate file in gitignore 2022-05-26 15:17:52 +07:00
dab246 c844f2fba0 Create QuickSearchInputForm widget 2022-05-25 14:16:48 +07:00
dab246 22953b83df TF-587 Remove search bar in setting screen 2022-05-24 19:03:13 +07:00
Dat PHAM HOANG ff1052e54a add prebuild script 2022-05-24 17:05:38 +07:00
Dat H. Pham 0489f25d40 Update new screenshots and build guideline 2022-05-24 17:05:38 +07:00
Dat PHAM HOANG af92c6d213 Fix the app logo in the center of login form 2022-05-19 13:55:23 +07:00
Dat PHAM HOANG a16fab5562 Add padding for the login form in web 2022-05-19 13:55:23 +07:00
Dat PHAM HOANG cd6d95d42a Bump version to v0.3.4 2022-05-18 11:45:27 +07:00