DacongDA
8a79bb64dd
feat: test SMTP connection with browser parameters ( #2986 )
2024-06-04 01:34:36 +08:00
DacongDA
e5f9aab28f
feat: support resetting password on first login ( #2980 )
...
* feat: support reset password in first login
* feat: disable needUpdatePassword when user haven't email and phone and mfa
2024-06-02 01:00:55 +08:00
Yang Luo
7d05b69aac
feat: remove useless code
2024-05-28 20:33:55 +08:00
DacongDA
868e66e866
feat: fix QQ login error when using mobile browser ( #2971 )
2024-05-27 01:07:15 +08:00
Husile
40ad3c9234
feat: support MFA fields in syncer ( #2966 )
...
* feat:add fields of sync-database
* feat:add fields of sync-database
2024-05-27 01:06:59 +08:00
Yang Luo
78c3065fbb
feat: fix address field bug in user edit page
2024-05-24 17:19:27 +08:00
DacongDA
af2a9f0374
feat: get phone number and country from Google OAuth provider ( #2965 )
...
* feat: get phone number and country from Google OAuth provider
* feat: fix i18n
2024-05-23 00:42:36 +08:00
DacongDA
bfcfb56336
feat: add address line 1 and 2 in web UI ( #2961 )
2024-05-19 23:55:38 +08:00
DacongDA
c48306d117
feat: check signup item email regex in signup page ( #2960 )
...
* feat: check email regex in frontend
* Update SignupPage.js
---------
Co-authored-by: Yang Luo <hsluoyz@qq.com>
2024-05-19 22:07:34 +08:00
DacongDA
6efec6b4b5
feat: support "label" field for signin item table ( #2956 )
2024-05-19 03:07:36 +08:00
DacongDA
b6b0b7d318
feat: support checking whether send-webhook API has error ( #2944 )
...
* feat: add webhook response for record
* refactor: refactor SendWebhook and use readall to read response body
* fix: improve code format
* fix: improve code format
* fix: improve code format
2024-05-12 20:30:15 +08:00
DacongDA
26345bb21b
feat: add sms provider sendcloud ( #2927 )
2024-05-06 13:38:55 +08:00
Yang Luo
d43d58dee2
feat: fix getProviders() owner bug in product edit page
2024-05-01 18:04:50 +08:00
Yang Luo
9eb4b12041
fix: rename to countryCodes for UI
2024-05-01 11:44:21 +08:00
Yang Luo
43393f034b
feat: fix the Email provider fails to match bug in GetProviderByCategoryAndRule()
2024-05-01 09:44:19 +08:00
Yang Luo
bafa80513b
fix: improve ProviderTable column UI
2024-05-01 00:46:48 +08:00
DacongDA
3d29e27d54
feat: support multiple SMS providers for different regions ( #2914 )
...
* feat: support using different sms provider for different region
* feat: add multiple support for select and remove log
* feat: revert change for countryCode in loginPage
* feat: revert change for countryCode in user_util.go
* feat: revert change for countryCode in auth.go
* Update application_item.go
* Update CountryCodeSelect.js
* Update ProviderTable.js
---------
Co-authored-by: Yang Luo <hsluoyz@qq.com>
2024-05-01 00:40:47 +08:00
DacongDA
227e938db6
feat: fix error behavior of custom oauth/saml provider in login page in big icon mode ( #2900 )
2024-04-26 23:33:41 +08:00
Yang Luo
739cfd84ed
feat: cannot empty SigninMethodTable now
2024-04-26 21:23:23 +08:00
DacongDA
8dbb041a34
feat: fix empty custom CSS for new rows in signin items table ( #2897 )
2024-04-24 15:19:30 +08:00
DacongDA
90d502ab2b
feat: add custom css style for signup page and enhance css edit ( #2880 )
...
* feat: add custom css style for signup page and enhance css edit in signintable
* feat: change cssStyle to customCss
* feat: auto hide <style> label, fix display problem on providers, remove auto add providers in signup page
* fix: fix indent in signin items customCss and fix providers display in signup items
* fix: fix login replace logical
2024-04-21 11:56:18 +08:00
Yang Luo
87e2b97813
feat: translate Ukrainian language i18n
2024-04-20 02:14:23 +08:00
Yang Luo
d9e44c1f2d
fix: add "Is used" to verification list page
2024-04-20 00:18:52 +08:00
Yang Luo
6b637e3b2e
feat: fix SendgridEmailProvider error handling, fix send-email template
2024-04-11 00:18:39 +08:00
DacongDA
3354945119
feat: add SendGrid Email provider ( #2865 )
...
* feat: add support for email provider send grid
* feat: rename send grid to sendgrid
* feat: rename send grid to sendgrid
* feat: change logo url of send grid
2024-04-09 22:16:01 +08:00
DacongDA
19c4416f10
feat: degrade the ant-design/cssinjs version to fix the Chrome 87 broken UI issue ( #2861 )
2024-04-09 09:15:39 +08:00
Yang Luo
2077db9091
fix: fix bug in VerificationListPage
2024-04-07 15:39:25 +08:00
xyt
6161040c67
fix: Dismiss google one tap after logged in by setting disableCancelOnUnmount to false ( #2854 )
...
* fix: Google One Tap should be hidden after logged in
* Change the call location for google.accounts.id.cancel()
* fix: hide google one tap after login by set disableCancelOnUnmount to false
2024-04-05 23:39:33 +08:00
xyt
1d785e61c6
feat: Google One Tap should be hidden after logged in ( #2853 )
...
* fix: Google One Tap should be hidden after logged in
* Change the call location for google.accounts.id.cancel()
2024-04-05 20:10:13 +08:00
xyt
ea88839db9
feat: add back button in forget password page ( #2847 )
...
* feat: add back button in forget password page
* fix: can't step back when directly entering forgot password page
* feat: forget password page always return to login page
* feat: if has history then go back to history & change style
* Update ForgetPage.js
* fix: reset button position
* Update ForgetPage.js
* Update ForgetPage.js
---------
Co-authored-by: Eric Luo <hsluoyz@qq.com>
2024-03-30 23:17:47 +08:00
Yang Luo
cb95f6977a
fix: fix PasswordModal error when changing username
2024-03-30 12:28:55 +08:00
Eric Luo
9067df92a7
feat: revert "feat: Support metamask mobile login" ( #2845 )
...
This reverts commit bfa2ab63ad62e1dad6a9a40c2c91fecda9fced8f.
2024-03-30 00:36:25 +08:00
HGZ-20
bfa2ab63ad
feat: Support metamask mobile login ( #2844 )
2024-03-30 00:08:52 +08:00
DacongDA
505054b0eb
feat: use minWidth for a better display effect in org select ( #2843 )
2024-03-29 15:47:27 +08:00
Yang Luo
f95ce13b82
fix: support "Email or Phone" in signup table
2024-03-29 09:07:37 +08:00
xyt
5315f16a48
feat: can specify UI theme via /?theme=default
and /?theme=dark
( #2842 )
...
* feat: set themeType through URL parameter
* Update App.js
---------
Co-authored-by: Eric Luo <hsluoyz@qq.com>
2024-03-29 00:52:18 +08:00
Yang Luo
b158b840bd
Add "new-user" to webhook event list
2024-03-27 15:23:06 +08:00
Yang Luo
b16f1807b3
fix: fix bug in "new-user" record
2024-03-27 15:15:40 +08:00
Yang Luo
948fa911e2
feat: add users to getGroups() and getGroup() APIs
2024-03-22 23:32:30 +08:00
Yang Luo
6073a0f63d
Rename GroupListPage and GroupEditPage
2024-03-22 23:14:05 +08:00
Yang Luo
91268bca70
Improve enableAutoSignin option UI
2024-03-22 22:55:10 +08:00
DacongDA
23dbb0b926
feat: add response to Records page ( #2830 )
...
* feat: add response to Records page
* feat: improve AddRecord
* feat: remove log and return err
* feat: improve record in signup and record deny
* fix: filter will generate 403 record correctly
2024-03-22 14:53:38 +08:00
DacongDA
fc4fa2e8b6
feat: add verification list page and related API ( #2822 )
...
* feat: add verification list page and relevant api
* feat: improve code format
* fix: fix timestamp display error
2024-03-19 19:10:52 +08:00
Yaodong Yu
44ae76503e
feat: add default user mapping in custom oauth2 provider ( #2819 )
2024-03-18 23:01:17 +08:00
HGZ-20
bdf9864f69
fix: add FaceIdSigninBegin() to verify user information before face login ( #2815 )
...
* feat: add FaceIdSigninBegin() to verify user information before face login
* Update face.go
---------
Co-authored-by: Eric Luo <hsluoyz@qq.com>
2024-03-18 00:04:12 +08:00
SamYSF
c8aa35c9c6
feat: add token to the page for Chrome extension ( #2804 )
...
* feat: add token to the page for Chrome extension
* Update token_oauth.go
---------
Co-authored-by: Eric Luo <hsluoyz@qq.com>
2024-03-17 22:01:28 +08:00
Yang Luo
1b478903d8
feat: fix login page error cannot show bug
2024-03-17 11:39:12 +08:00
Yang Luo
4f5ac7a10b
Fix Face IDs label
2024-03-17 09:56:24 +08:00
Yang Luo
e81ba62234
Improve Face ID signin method UI
2024-03-17 09:56:23 +08:00
HGZ-20
96812f676b
fix: "fs" module not found issue in face-api.js for browser usage ( #2810 )
2024-03-17 01:35:43 +08:00