Commit Graph

  • ff5a951a37 TF-624 Clear all cache and credential when can not get authenticated account dab246 2022-06-08 12:13:50 +07:00
  • 831f34f137 TF-624 Setup DOMAIN_REDIRECT_URL/WEB_OIDC_CLIENT_ID in env file dab246 2022-06-08 11:25:40 +07:00
  • a30dd68b1b TF-624 Remove null-aware of instance WidgetsBinding/SchedulerBinding on flutter 3.0 dab246 2022-06-08 10:39:45 +07:00
  • 2b4270003e TF-624 Upgrade flutter sdk 3.0.1 and min dart sdk 2.16.2 dab246 2022-06-08 10:22:19 +07:00
  • 34d69fbd19 TF-624 Implement refresh token oidc on browser dab246 2022-06-07 20:55:19 +07:00
  • 9c9e12dedc TF-624 Implement logout oidc on browser dab246 2022-06-07 20:53:09 +07:00
  • dcaa340fa1 TF-624 Add loading widget when click single sign-on button dab246 2022-06-07 20:16:03 +07:00
  • 261b6a5870 TF-624 Implement get token oidc on browser dab246 2022-06-07 20:09:04 +07:00
  • abc7e3da9d TF-624 Implement get authentication info dab246 2022-06-07 19:59:01 +07:00
  • 5c66d3016f TF-624 Implement authentication oidc on browser dab246 2022-06-07 19:10:11 +07:00
  • 61bea0b667 TF-624 Use AuthenticationClient to Get/Refresh token and logout oidc dab246 2022-06-07 18:57:28 +07:00
  • c9f89958f3 TF-624 Add AuthenticationClient for mobile/web platform to authenticate oidc dab246 2022-06-07 18:50:09 +07:00
  • 466815d509 TF-624 Add flutter_appauth_web library to authenticate oidc on browser dab246 2022-06-07 18:29:35 +07:00
  • 4953a521bb TF-624 Add method authenticateOidcOnBrowser to AuthenticationOIDCRepository repository dab246 2022-06-07 18:27:49 +07:00
  • e81562e315 TF-624 Remove context not use dab246 2022-06-07 18:14:26 +07:00
  • 217a3ccc9e TF-624 Check and get oidc configuration on browser dab246 2022-06-07 18:09:32 +07:00
  • 9092e30b96 TF-624 Set clientId for oidc on browser dab246 2022-06-07 18:06:04 +07:00
  • 28fbe511af TF-624 Remove endpoint oidc unnecessary dab246 2022-06-07 18:05:12 +07:00
  • fd43a94192 TF-624 Create login-callback.html to redirect url on browser dab246 2022-06-07 18:03:03 +07:00
  • f00d3c7569 TF-624 Remove baseUri param not use in GetOIDCConfigurationInteractor dab246 2022-06-06 13:17:03 +07:00
  • 9da250f9fb TF-632 User profile is not retrieve when create new identity Dat PHAM HOANG 2022-06-08 11:57:21 +07:00
  • c445d3c71a TF-607 Delete authority oidc when logout dab246 2022-06-03 18:37:17 +07:00
  • ced3fecd1f TF-607 Implement logoutOidc action when user click signOut dab246 2022-06-03 11:34:18 +07:00
  • 45fbbc6a6f TF-607 Add logout method for AuthenticationOidcRepository dab246 2022-06-03 10:12:02 +07:00
  • ba49d7699a TF-605 Use bearer token download attachment on Android dab246 2022-06-02 17:37:39 +07:00
  • 69b2dbf3cf TF-605 Use bearer token download attachment on iOS dab246 2022-06-02 16:46:08 +07:00
  • 693f4dbc15 TF-606 Implement refresh token when access token expired dab246 2022-06-03 17:17:31 +07:00
  • 02a5fa4b4f TF-606 Implement store/get authority oidc dab246 2022-06-03 17:15:39 +07:00
  • 5757a7b23a Bump version to v0.3.6 Dat PHAM HOANG 2022-06-03 16:40:02 +07:00
  • d697d13951 Translated using Weblate (Italian) J. Lavoie 2022-05-24 22:13:55 +00:00
  • 829519f2dc Translated using Weblate (French) J. Lavoie 2022-05-24 22:25:25 +00:00
  • b550efa5a5 Translated using Weblate (German) J. Lavoie 2022-05-24 22:27:30 +00:00
  • a10489aaba Translated using Weblate (Russian) Taisiya Prudentova 2022-05-03 12:39:55 +00:00
  • 12e8c67e56 Translated using Weblate (Italian) Taisiya Prudentova 2022-05-03 12:59:02 +00:00
  • 85e54357ce TF-599 Handle move mailbox action for mailbox dab246 2022-06-01 17:24:07 +07:00
  • 30b7d046f9 TF-599 Handle mark as read action for mailbox dab246 2022-06-01 15:37:07 +07:00
  • 3b3da513e4 TF-599 Preserve the state of the tree after performing actions with the mailbox dab246 2022-06-01 11:11:16 +07:00
  • 3964b74d30 TF-599 Hide arrow-down button on Appbar ThreadView of Desktop dab246 2022-06-01 10:12:04 +07:00
  • 04ef7a680b TF-599 Remove list mailbox selection not use on browser dab246 2022-06-01 10:10:01 +07:00
  • 54203b234b TF-599 Apply new icon mailbox for destination picker dab246 2022-05-31 18:29:51 +07:00
  • 30f3fc952d TF-599 Apply new icon for mailbox search dab246 2022-05-31 17:30:30 +07:00
  • 2f99af4004 TF-599 Apply new icon for mailbox on mobile/tablet dab246 2022-05-31 16:28:02 +07:00
  • 08b327737b TF-599 Apply action context menu for mailbox dab246 2022-05-31 15:20:51 +07:00
  • 769d365387 TF-599 Apply new icon for mailbox dab246 2022-05-31 13:58:06 +07:00
  • 897fa1d8c9 TF-599 Apply new ui for button composer browser dab246 2022-05-31 10:39:39 +07:00
  • 47b02da7d3 TF-571 Add script to run build_runner in CI/Dockerfile/Pre-build script Dat PHAM HOANG 2022-05-31 14:51:44 +07:00
  • 8c96a486d1 TF-571 Injection and configuration for Hive cache Dat PHAM HOANG 2022-05-31 14:36:44 +07:00
  • 2c156819ba TF-571 Handle logic for login with basicAuth or OIDC Dat PHAM HOANG 2022-05-31 14:35:57 +07:00
  • 3c9abf8f41 TF-571 Handle get stored account when re-open app Dat PHAM HOANG 2022-05-31 14:35:11 +07:00
  • 0b29deeeb9 TF-571 get stored authenticated account Dat PHAM HOANG 2022-05-31 14:33:53 +07:00
  • 3442c399cf TF-571 Get stored oidc logic Dat PHAM HOANG 2022-05-31 14:33:36 +07:00
  • 7213113724 TF-571 Store account/token/baseUrl after authenticate with OIDC Dat PHAM HOANG 2022-05-31 14:33:12 +07:00
  • 328ff2c4f0 TF-571 Store account after authenticate user with basicAuth Dat PHAM HOANG 2022-05-31 14:32:07 +07:00
  • 471465e1bc TF-571 Implement AuthenticationOIDC repository with Hive Dat PHAM HOANG 2022-05-31 14:29:30 +07:00
  • 03777be4a8 TF-571 Add method to OIDCRepository to store/get OIDC in cache Dat PHAM HOANG 2022-05-31 14:27:40 +07:00
  • ff6e6d8878 TF-571 Implement AccountRepository with HiveAccountDataSource Dat PHAM HOANG 2022-05-31 14:26:15 +07:00
  • f8e7429751 TF-571 Add Account Repository to manage accounts Dat PHAM HOANG 2022-05-31 14:24:14 +07:00
  • a7d54479d9 TF-571 Add account to identify which account with AuthenticationType are using Dat PHAM HOANG 2022-05-31 14:23:26 +07:00
  • 7d32e80bc1 TF-571 Get user's profile directly in Session Dat PHAM HOANG 2022-05-27 15:29:57 +07:00
  • a48cd35d4f TF-571 Use response from webfinger to get OIDC from authority Dat PHAM HOANG 2022-05-27 11:34:53 +07:00
  • ea598c20b8 TF-571 Update token for interceptors dio dab246 2022-05-20 16:05:14 +07:00
  • 4804a1659a TF-571 Get token from authentication sso dab246 2022-05-20 15:17:57 +07:00
  • ffb5cadc16 TF-571 Setup and get OIDC configuration dab246 2022-05-20 13:35:03 +07:00
  • 239234f836 TF-571 Check OIDC is available dab246 2022-05-20 12:38:31 +07:00
  • c5aa9f7d69 TF-475 Create custom toast dab246 2022-05-30 16:23:33 +07:00
  • 38bc7d9118 TF-475 Fix save a draft email dab246 2022-05-30 15:35:23 +07:00
  • 8e6f905c43 TF-475 Remove function not use dab246 2022-05-30 15:16:07 +07:00
  • 957712d0fd TF-475 Upgrade GetX latest version dab246 2022-05-30 15:14:55 +07:00
  • 6cfea2d90a Bump version to v0.3.5 Dat PHAM HOANG 2022-05-30 10:22:30 +07:00
  • ccb0112bea TF-597 Fix cannot update null value for identity bcc and replyTo address dab246 2022-05-27 19:44:54 +07:00
  • de51425510 TF-597 Fix template html signature is lost in Identity creator view dab246 2022-05-27 19:43:52 +07:00
  • cd02444941 TF-585 Fix identity restrict BCC field dab246 2022-05-26 12:09:14 +07:00
  • b4fda5e9aa TF-558 Fix links broken in email view dab246 2022-05-26 17:06:46 +07:00
  • 299fde93f3 TF-583 Disable scroll bar in email view dab246 2022-05-26 16:29:22 +07:00
  • f379e540c6 TF-583 Disable zoom content in email view dab246 2022-05-26 16:08:33 +07:00
  • ce7dcbce09 TF-582+584 Fix bug text input is hidden and weird scroll bar in signature identity dab246 2022-05-25 19:48:43 +07:00
  • ba64136357 TF-586 Fix only show identities created by the user dab246 2022-05-26 15:19:30 +07:00
  • 81eca6c59a TF-524 Clean up recent search cache dab246 2022-05-24 13:24:00 +07:00
  • 11c9a8713a TF-524 Apply quick search for mobile and tablet dab246 2022-05-24 11:56:50 +07:00
  • 9a142a0e23 TF-524 Show list search filter in ThreadView dab246 2022-05-24 09:58:17 +07:00
  • 5db7390117 TF-524 Add Show all result button action dab246 2022-05-24 02:48:01 +07:00
  • acf6566924 TF-524 Open email detailed from quick search dab246 2022-05-24 02:08:04 +07:00
  • 3bcccd5d0e TF-524 Add filter for quick search dab246 2022-05-24 01:58:25 +07:00
  • 243ce444cd TF-524 Implement quick search emails in selected mailbox by word dab246 2022-05-23 20:59:37 +07:00
  • 561ea8d1ad TF-524 Drop down list recent search dab246 2022-05-23 20:23:39 +07:00
  • 51cc3bd979 TF-524 Store recent search in hive database. dab246 2022-05-23 19:25:38 +07:00
  • 3513c363ff TF-524 Create RecentSearchCache and TypeAHeadQuickSearch widget dab246 2022-05-23 18:48:29 +07:00
  • 5ca238153a TF-524 Add message intl generate file in gitignore dab246 2022-05-23 11:06:21 +07:00
  • c844f2fba0 Create QuickSearchInputForm widget dab246 2022-05-25 11:03:16 +07:00
  • 22953b83df TF-587 Remove search bar in setting screen dab246 2022-05-24 17:19:15 +07:00
  • ff1052e54a add prebuild script Dat PHAM HOANG 2022-05-24 15:15:56 +07:00
  • 0489f25d40 Update new screenshots and build guideline Dat H. Pham 2022-05-24 15:13:24 +07:00
  • af92c6d213 Fix the app logo in the center of login form Dat PHAM HOANG 2022-05-18 21:12:58 +07:00
  • a16fab5562 Add padding for the login form in web Dat PHAM HOANG 2022-05-18 15:52:45 +07:00
  • cd6d95d42a Bump version to v0.3.4 Dat PHAM HOANG 2022-05-18 11:41:33 +07:00
  • d5b93e3a6f Add script to run build_runner and pub get for contact module Dat PHAM HOANG 2022-05-18 11:11:29 +07:00
  • 22aade39da Upgrade xcode stack for primary and default in bitrise to 13.1.x Dat PHAM HOANG 2022-05-17 17:10:16 +07:00
  • 76eece4030 Upgrade xcode stack for bitrise to 13.1.x Dat PHAM HOANG 2022-05-17 14:37:45 +07:00
  • 2aaa5d903a Bump version to v0.3.3 Dat PHAM HOANG 2022-05-17 10:15:45 +07:00
  • 0d40f765e6 TF-561 Fix edit identity dab246 2022-05-16 18:46:27 +07:00