ZhaoYP 2001
a0d6f2125e
feat: support reCAPTCHA v3 captcha provider ( #3130 )
2024-08-20 17:29:37 +08:00
Yang Luo
85cbb7d074
feat: add replaceAll polyfill to be compatible with Firefox 68
2024-08-17 18:37:21 +08:00
June
2bd7dabd33
feat: allow custom Domain of Google Cloud Storage Provider ( #3128 )
2024-08-15 23:28:36 +08:00
Zheming Bao
38e389e8c8
feat: Pagination not updating after last item deletion ( #3120 )
2024-08-13 16:09:16 +08:00
DacongDA
45e25acc80
feat: fix JWT generate issue cause by shared application ( #3113 )
...
* fix: fix jwt generate cause by shared application
* fix: fix built-in org will not add -org-
2024-08-09 22:48:44 +08:00
DacongDA
4c0fff66ff
feat: support shared application across organizations ( #3108 )
...
* feat: support share application
* revert: revert i18n
* fix: improve code format
* fix: improve code format and move GetSharedOrgFromApp to string.go
2024-08-09 15:43:25 +08:00
Ondřej Šibrava
4b2b875b2d
feat: Czech, Slovak localization ( #3095 )
...
* feat: add l10n Czech, Slovak language support
* feat: i18n Czech, Slovak translation
2024-08-02 09:39:47 +08:00
千石
feff47d2dc
feat: skip agreement check when the terms are not visible ( #3088 )
2024-07-30 14:04:03 +08:00
千石
79b934d6c2
feat: enforce acceptance of terms and conditions for social logins ( #3087 )
...
* feat: Enforce acceptance of terms and conditions for social logins (#2975 )
* feat: add error message for agreement acceptance
2024-07-29 17:22:48 +08:00
DacongDA
365449695b
fix: fix application field in invitationEditPage will use translation of "All" as value ( #3085 )
2024-07-29 01:35:28 +08:00
千石
a46c1cc775
feat: update WeCom OAuth URLs ( #3080 )
2024-07-26 22:03:24 +08:00
IZUMI-Zu
5a92411006
feat: add MFA accounts table ( #3066 )
...
* feat: add mfa accounts store
* fix: change MFA to Mfa
* fix: change MFA to Mfa
* fix: delete api
2024-07-20 22:51:15 +08:00
DacongDA
cc84709151
feat: add webhook support for invoice-payment and notify-payment ( #3062 )
2024-07-20 12:49:34 +08:00
Yang Luo
22fca78be9
feat: fix bug in AdapterEditPage
2024-07-19 00:57:56 +08:00
ZhaoYP 2001
4a3bd84f84
feat: fix the problem of abnormal tour when refreshing ( #3054 )
...
* fix: fix the problem of abnormal tour when refreshing
* fix: change the way enableTour configuration is stored
2024-07-12 19:27:55 +08:00
DacongDA
7f2869cecb
feat: link transaction with balance and payment ( #3052 )
...
* feat: add and update transaction when recharging
* feat: add pay with balance
* feat: improve code format
* feat: update icon url for balance
2024-07-12 15:48:37 +08:00
DacongDA
cef2ab213b
feat: add JWT-Standard format to fix oidc address type problem ( #3050 )
...
* feat: add JWT-Standard option to return standard OIDC UserInfo
* fix: fix error occurs by different claim type
* feat: improve code format and add missing return
2024-07-12 09:36:50 +08:00
赵尧鹏
5686fe5d22
feat: use orgnization logo as tour logo and allow to configure whether to enable tour in organization edit page ( #3046 )
2024-07-10 14:18:04 +08:00
赵尧鹏
52cc2e4fa7
feat: fix bug in permission's owner edit ( #3041 )
2024-07-06 11:24:08 +08:00
Grégoire
cff0c7a273
feat: support "Use Email as username" in org ( #3002 )
...
Signed-off-by: Grégoire Bélorgey <gregoire@jianda.fr>
2024-06-22 16:52:11 +08:00
DacongDA
793a7d6cda
feat: add free charge price mode for product buy page ( #3015 )
...
* feat: add free charge price mode for product buy page
* fix: improve code format
2024-06-22 14:05:53 +08:00
ailiujiarui
4cc2120fed
feat: fix the top Navbar UI is broken issue ( #3000 )
2024-06-09 17:05:04 +08:00
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