2310 Commits

Author SHA1 Message Date
DacongDA
11dbd5ba9a
fix: fix duplicated load bug of custom JS (#2771) v1.555.1 2024-03-05 00:09:37 +08:00
Yang Luo
19942a8bd4 Add webhook.SingleOrgOnly 2024-03-04 21:14:52 +08:00
Yang Luo
f9ee8a68cb Support Chrome extension redirecting 2024-03-04 18:31:56 +08:00
Ron
f241336ad7
feat: add OSON SMS provider (#2769)
* implemented SMS provider 'OSON SMS' for frontend

* feat: add 'OSON SMS' provider for frontend
v1.555.0
2024-03-04 01:05:53 +08:00
Yang Luo
8b64d113fb Upgrade go-sms-sender dependency to 0.20.0 2024-03-04 01:05:28 +08:00
DacongDA
a8800c4d5c
fix: add missing / for style tag in signin items (#2768) v1.554.1 2024-03-03 23:46:57 +08:00
Yang Luo
75fc9ab9f7 Improve GetMaskedApplication()'s logic 2024-03-03 22:01:49 +08:00
Yang Luo
d06da76c3d feat: fix bug in /get-organization-applications API v1.554.0 2024-03-03 21:08:36 +08:00
Yang Luo
bc399837cc Rename label to "Custom CSS" 2024-03-03 20:45:14 +08:00
Yang Luo
265abfe102 fix: handle error in storage.GetStorageProvider() v1.553.1 2024-03-03 18:18:54 +08:00
DacongDA
12acb24dbc
feat: add transaction pages (#2761) v1.553.0 2024-03-02 10:41:16 +08:00
Yang Luo
ba1ddc7e50 fix: admin can modify user ID now v1.552.1 2024-02-28 18:07:53 +08:00
Yang Luo
59e07a35aa Add balance to user 2024-02-28 16:54:30 +08:00
DacongDA
cabe830f55
feat: use dynamic import to load web3Auth (#2757)
* feat: use dynamic import to load web3Auth and success reduce the size of signin page to 720KB when web3 idp disabled

* feat: avoid frequent import in OAuthWidget.js which may cause e2e test EPIPE error

* feat: remove import may cause e2e error

* feat: remove import may cause e2e error

* feat: remove bug may cause e2e error

* feat: try use chrome in ci/cd instead of electron to solve e2e error
v1.552.0
2024-02-28 15:58:04 +08:00
DacongDA
78af5daec3
feat: use resourcesToBackend to load i18n files (#2755) v1.551.0 2024-02-28 01:43:55 +08:00
Lénaïc Grolleau
6c76913f71
fix: Set default value for email and SMS rule to all instead of none (#2754) v1.550.1 2024-02-28 01:28:59 +08:00
Yang Luo
5a0d1bcb6e Support login by user ID 2024-02-28 01:28:24 +08:00
Yang Luo
37232faa07 feat: fix bug for missing SMS and Email provider in application v1.550.0 2024-02-27 22:54:35 +08:00
Yang Luo
4d9c81ef96 Fix broken error messages 2024-02-27 22:48:33 +08:00
DacongDA
b0d87f60ae
feat: use lazy load to load management pages (#2752) v1.549.0 2024-02-27 22:31:02 +08:00
DacongDA
a5499219d1
fix: refactor out ManagementPage.js from App.js (#2750)
* feat: basic separate

* feat: nearly fully separate

* feat: add License

* feat: full load application in /login url, lazy load in /login/oauth... etc

* fix: fix onChangeTheme error in organization edit page

* fix: revert lazy load
v1.548.1
2024-02-27 18:49:23 +08:00
DacongDA
6a813a1f8c
feat: fix headerHtml script not running bug (#2749)
* fix: fix custom head not exec <script> tag

* fix: fix create element bug
v1.548.0
2024-02-26 20:21:07 +08:00
DacongDA
e4cf244cf8
fix: theme will fully restore after page reload (#2743)
* fix: theme will set to default after flush

* fix: use consume theme to ensure EntryPage will always use default themeAlgorithm

* fix: fix logo render, add try catch to handle
potential err cause by JSON.parse
v1.547.1
2024-02-25 00:05:13 +08:00
DacongDA
f5a6415e57
feat: improve dark theme UI (#2742) v1.547.0 2024-02-24 20:11:42 +08:00
DacongDA
13e871043c
fix: fix theme switch bug (#2741) v1.546.1 2024-02-24 16:56:12 +08:00
DacongDA
a8699d0b87
feat: use React routing to remove spin between signup and signin pages (#2740)
* fix: Regarding the color of loading

* fix: use goToLinkSoft and use same code format with result and forget psw

* fix: update signup url
v1.546.0
2024-02-24 12:59:09 +08:00
hsluoyz
6621d693de
feat: revert "feat: use i18next-resources-to-backend to lazy load i18n" (#2739)
This reverts commit dc3131c68352f6ef70fcb8983a513e7e94e14f64.
v1.545.0
2024-02-23 23:38:49 +08:00
DacongDA
dc3131c683
feat: use i18next-resources-to-backend to lazy load i18n (#2738)
* feat: use i18next-resources-to-backend to lazy load i18n file

* feat: change source in yarn.lock
v1.544.0
2024-02-23 22:35:59 +08:00
zhuying1999
042a8d0ad6
feat: add rule for SMS and Email provider (#2733)
* add phonecoderule

* feat:add phone code rule

* feat: add email rule

* fix: merge
v1.543.0
2024-02-23 00:09:37 +08:00
DacongDA
44abfb3430
feat: support custom header HTML in entry pages (#2731) v1.542.0 2024-02-22 17:56:47 +08:00
Yang Luo
53b8424a1f feat: fix JSON typo in init_data.json template v1.541.0 2024-02-21 17:33:08 +08:00
DacongDA
23c2ba3a2b
feat: support ssh key/pem file in DB syncer (#2727)
* feat: support connect database with ssh tunnel in syncer

* feat: improve i18n translate

* feat: improve code format and i18n
2024-02-21 17:27:37 +08:00
许懿赫
3a9ffedce4
feat: support phone and Email in /api/login/oauth/access_token API (#2725)
Phone Number supports for /api/login/oauth/access_token as username

 Closes: #2724
2024-02-21 17:27:24 +08:00
Yang Luo
03f005389f feat: fix organizationChangeTrigger() and userChangeTrigger() bugs v1.540.0 2024-02-21 01:14:32 +08:00
Yang Luo
69a8346d05 Remove "/auto-signup/oauth/authorize" path introduced in PR: #896 2024-02-20 17:40:39 +08:00
Yang Luo
546512a0ea Fix getCasvisorApplication() 2024-02-20 13:45:03 +08:00
DacongDA
c4a307b9ec
feat: add built-in "Records" pages back (#2720) v1.539.0 2024-02-20 13:28:29 +08:00
DacongDA
d731c3c934
feat: add regex support for account item (#2714)
* feat: add regex support for account item

* feat: use reflect to process user field

* fix: fix lint problem

* feat: improve code format and fix reflect error
v1.538.0
2024-02-17 15:24:36 +08:00
Yang Luo
4a68dd65cd Fix typo in renderFormItem() 2024-02-16 10:13:50 +08:00
Yang Luo
d59148890e Improve error handling for CheckVerificationCode() 2024-02-16 08:53:56 +08:00
Yang Luo
7f52755e32 feat: improve error messages v1.537.0 2024-02-16 01:13:34 +08:00
Yang Luo
eaa6f50085 Add initial value for grantTypes 2024-02-15 23:18:23 +08:00
Yaodong Yu
f35a5f9a47
feat: fix issue that admin cannot enable MFA for user (#2702) v1.536.0 2024-02-14 23:29:04 +08:00
Yang Luo
7481b229a4 feat: show domain field for MinIO storage provider v1.535.0 2024-02-14 13:54:17 +08:00
Yang Luo
39e485ae82 Fix SigninTable issue 2024-02-14 12:20:03 +08:00
Yang Luo
764c64e67c Fix SigninTable CSS 2024-02-14 12:10:30 +08:00
Yang Luo
e755a7331d Fix renderLink() v1.534.2 2024-02-14 09:45:21 +08:00
hsluoyz
6d9d595f86
fix: Revert "fix: fix display bug in SigninTable" (#2700)
This reverts commit d52058d2aebf3fd10a44248de43e5052347dde19.
2024-02-14 09:44:42 +08:00
DacongDA
d52058d2ae
fix: fix display bug in SigninTable (#2698)
* fix: fix display bug in SigninTable

* fix: fix code bug

* feat: improve code format

* feat: improve code format
v1.534.1
2024-02-14 09:26:51 +08:00
Yang Luo
bcfbfc6947 Support "signinUrl" in forget page 2024-02-14 02:36:52 +08:00