1bd0245e7a
Improve CheckVerificationCode() error message, add receiver to index
2024-03-16 18:16:29 +08:00
cc84bd37cf
Add object field in RecordListPage
2024-03-16 16:57:04 +08:00
391a533ce1
feat: add "Face ID" login method ( #2782 )
...
Face Login via face-api.js
2024-03-16 09:04:00 +08:00
57431a59ad
fix: Ensure /api/get-app-login Returns Captcha Provider for Applications Configured with Captcha ( #2800 )
...
In LoginPage.js, the line 92:const captchaProviderItems = this.getCaptchaProviderItems(this.props.application);
captchaProviderItems have no Captcha Provider.
2024-03-15 19:56:12 +08:00
88a4736520
feat: fix GetDashboard() page
2024-03-15 19:52:19 +08:00
e1e5943a3e
fix: fix the issue of adding xmlns="" when generating XML ( #2799 )
...
* fix:solve the problem of adding xmlns="" when generating XML
* fix:remove fmt.Println
* Update saml_idp.go
---------
Co-authored-by: zhaoxianfei <zhaoxianfei@meiqia.cn >
Co-authored-by: Eric Luo <hsluoyz@qq.com >
2024-03-13 23:59:05 +08:00
3875896c1e
feat: support custom header logo ( #2801 )
...
* feat: support custom header logo
* feat: add i18n
* feat: preview default logo when field is empty
* feat: improve logo setting and display logic
* feat: change logoLight to logo
2024-03-13 23:33:43 +08:00
53ef179e9b
Set Webhook.Url length to 200
2024-03-11 18:18:01 +08:00
e5da57a005
feat: fix cert's ES options
2024-03-10 19:30:05 +08:00
a1add992ee
Support legacy "RSA" value
2024-03-10 19:23:54 +08:00
2aac265ed4
Improve populateContent()
2024-03-10 18:58:53 +08:00
2dc755f529
fix: add more cert algorithms like ES256 and PS256 ( #2793 )
2024-03-10 18:39:41 +08:00
0dd474d5fc
feat: fix public profile page shows blank page bug
2024-03-10 14:12:24 +08:00
6998451e97
fix: support roles and permissions in /userinfo API
2024-03-10 12:34:56 +08:00
d25eaa65cd
feat: support custom page footer ( #2790 )
2024-03-08 23:11:03 +08:00
f5bcd00652
Add language to records page
2024-03-08 23:03:30 +08:00
976b5766a5
feat: refactor out token_oauth.go
2024-03-08 15:03:28 +08:00
49fb269170
Improve error handling for GetSamlResponse()
2024-03-08 02:17:50 +08:00
fbdd5a926d
Fix normal user my-account page blank bug
2024-03-06 01:07:28 +08:00
92b6fda0f6
feat: support more objects in init_data JSON ( #2776 )
2024-03-05 23:41:46 +08:00
19942a8bd4
Add webhook.SingleOrgOnly
2024-03-04 21:14:52 +08:00
f9ee8a68cb
Support Chrome extension redirecting
2024-03-04 18:31:56 +08:00
a8800c4d5c
fix: add missing / for style tag in signin items ( #2768 )
2024-03-03 23:46:57 +08:00
75fc9ab9f7
Improve GetMaskedApplication()'s logic
2024-03-03 22:01:49 +08:00
d06da76c3d
feat: fix bug in /get-organization-applications API
2024-03-03 21:08:36 +08:00
265abfe102
fix: handle error in storage.GetStorageProvider()
2024-03-03 18:18:54 +08:00
12acb24dbc
feat: add transaction pages ( #2761 )
2024-03-02 10:41:16 +08:00
ba1ddc7e50
fix: admin can modify user ID now
2024-02-28 18:07:53 +08:00
59e07a35aa
Add balance to user
2024-02-28 16:54:30 +08:00
5a0d1bcb6e
Support login by user ID
2024-02-28 01:28:24 +08:00
37232faa07
feat: fix bug for missing SMS and Email provider in application
2024-02-27 22:54:35 +08:00
042a8d0ad6
feat: add rule for SMS and Email provider ( #2733 )
...
* add phonecoderule
* feat:add phone code rule
* feat: add email rule
* fix: merge
2024-02-23 00:09:37 +08:00
44abfb3430
feat: support custom header HTML in entry pages ( #2731 )
2024-02-22 17:56:47 +08:00
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
03f005389f
feat: fix organizationChangeTrigger() and userChangeTrigger() bugs
2024-02-21 01:14:32 +08:00
546512a0ea
Fix getCasvisorApplication()
2024-02-20 13:45:03 +08:00
c4a307b9ec
feat: add built-in "Records" pages back ( #2720 )
2024-02-20 13:28:29 +08:00
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
2024-02-17 15:24:36 +08:00
d59148890e
Improve error handling for CheckVerificationCode()
2024-02-16 08:53:56 +08:00
f35a5f9a47
feat: fix issue that admin cannot enable MFA for user ( #2702 )
2024-02-14 23:29:04 +08:00
39e485ae82
Fix SigninTable issue
2024-02-14 12:20:03 +08:00
6d9d595f86
fix: Revert "fix: fix display bug in SigninTable" ( #2700 )
...
This reverts commit d52058d2ae
.
2024-02-14 09:44:42 +08:00
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
2024-02-14 09:26:51 +08:00
3e8bfb52a8
feat: add signin items table ( #2695 )
...
* feat: add signin items table
* fix:unable to login
* feat: improve code format
* fix: fix display err on signup link
* feat: improve display of sign up link
2024-02-13 23:12:40 +08:00
bbbd857a45
fix: fix bug that failed to run initApi adapter in docker ( #2696 )
2024-02-13 23:12:25 +08:00
e71d0476f0
feat: support data initialization for groups, adapters, enforcers, plans and pricings ( #2685 )
2024-02-08 20:46:40 +08:00
5c4e22288e
feat: improve error handling and code format ( #2682 )
...
* feat: improve error process and code format
* feat: improve error process and code format
2024-02-07 20:55:33 +08:00
3a19d4c7c8
fix: do not filter webhooks by org
2024-02-06 20:33:11 +08:00
a60be2b2ab
feat: refactor MFA code and fix no-session bug ( #2676 )
...
* refactor: refactor mfa
* refactor: refactor mfa
* refactor: refactor mfa
* lint
* chore: reduce wait time
2024-02-06 20:17:59 +08:00