Yang Luo
93f0425759
Remove old application's InvitationCodes
2024-01-20 10:58:08 +08:00
github-actions[bot]
61deb75c84
refactor: New Crowdin translations ( #2512 )
...
* refactor: New Crowdin translations by Github Action
* refactor: New Crowdin Backend translations by Github Action
---------
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2024-01-18 22:18:51 +08:00
Yang Luo
0f6b7984d4
feat: improve isAllowedInDemoMode()
2024-01-17 13:07:44 +08:00
Yang Luo
8227762988
Support more special chars in password validating
2024-01-15 18:12:38 +08:00
xiao-kong-long
48ba5f91ed
feat: add Synology NAS storage provider ( #2605 )
2024-01-14 22:38:31 +08:00
Yang Luo
39d6bc10f7
Fix GetCaptchaStatus() crash if not logged in
2024-01-13 18:04:38 +08:00
Yang Luo
177f2f2f11
Add userId param to GetAllObjects() API
2024-01-13 18:03:40 +08:00
Yang Luo
79b393afee
feat: add regex to SignupTable
2024-01-13 16:08:49 +08:00
Yang Luo
5bb12a30d4
Don't show two errors in verificationCode login page
2024-01-13 16:01:22 +08:00
Yang Luo
fdb68bf9c8
Rename to SigninMethodTable
2024-01-13 15:53:01 +08:00
Yang Luo
37748850c8
Fix nameFormat in SamlItem
2024-01-13 15:32:49 +08:00
Yang Luo
8968396ae5
Fix bug in getDefaultLoginMethod()
2024-01-13 12:13:09 +08:00
Yang Luo
f5395f15f9
feat: fix isSigninMethodEnabled() bug in frontend
2024-01-13 11:35:06 +08:00
Yang Luo
9b7f465a47
Fix failedSigninFrozenTime typo
2024-01-13 02:12:29 +08:00
Yang Luo
a2d20fcb63
Update i18n
2024-01-09 22:16:17 +08:00
Yang Luo
b118a3bb76
Add TokenFields to application
2024-01-09 22:09:21 +08:00
Yang Luo
30fa2f7d81
Disable LDAP login method by default
2024-01-09 21:36:09 +08:00
HGZ-20
ffa54247cd
feat: add LDAP signin method ( #2591 )
...
Add support for LDAP login methods
Add option to control LDAP user in password login method.
2024-01-08 21:07:34 +08:00
Yang Luo
e5a9594f90
Hide Google OneTap in iframe
2024-01-07 10:33:25 +08:00
Yaodong Yu
369de36987
feat: add users with correct application ( #2570 )
2024-01-02 23:49:04 +08:00
HGZ-20
e3f28e8b4c
feat: Support more flexible login method control ( #2566 )
2024-01-02 21:11:52 +08:00
Yang Luo
2fb79e4092
Add invitation pages
2023-12-31 21:38:36 +08:00
Yang Luo
27adeb4620
Refactor initAPI()
2023-12-30 14:28:45 +08:00
Yang Luo
5c107db43b
fix: fix i18n typo
2023-12-30 00:49:39 +08:00
Yang Luo
27187b3a54
feat: add "Reset to Default HTML" button
2023-12-30 00:47:10 +08:00
Yang Luo
14fcedcc5d
feat: support HTML in Email content
2023-12-29 23:31:50 +08:00
Yang Luo
28caf8550e
Support token parsed result
2023-12-22 02:04:25 +08:00
Yang Luo
79159dc809
Improve TokenEditPage
2023-12-22 00:44:34 +08:00
Yang Luo
63081641d6
Improve i18n text
2023-12-22 00:25:46 +08:00
HGZ-20
5499e62d7f
feat: add the FailedSigninLimit
and FailedSigninfrozenTime
configuration options to the application ( #2552 )
...
Add configuration items to the application to limit the number of logins and the login wait time after the maximum number of errors is reached
feat: #2272
fix: fixed the issue where the token parameter could be set to a negative value
2023-12-20 22:29:53 +08:00
Yang Luo
46e0bc1a39
Improve i18n texts
2023-12-20 10:09:00 +08:00
Gucheng Wang
ffe2330238
Fix tag field in user list page
2023-12-20 01:57:56 +08:00
Gucheng Wang
067276d739
Add new B2C provider
2023-12-17 16:29:29 +08:00
link89
374928e719
feat: add custom HTTP Email provider ( #2542 )
...
* feat: implement Custom HTTP Email provider
* Update Setting.js
* Update ProviderEditPage.js
* Update http.go
* Update provider.go
---------
Co-authored-by: hsluoyz <hsluoyz@qq.com>
2023-12-14 22:35:25 +08:00
Yang Luo
08864686f3
feat: fix Google cloud storage provider bug
2023-12-14 00:25:50 +08:00
HGZ-20
dc06eb9948
feat: fix secret information issue in the CAPTCHA provider code ( #2531 )
2023-12-11 18:01:56 +08:00
Yang Luo
4eb725d47a
Improve image upload UI
2023-12-08 19:42:20 +08:00
Yang Luo
ce72a172b0
feat: add back Custom HTTP SMS provider
2023-12-07 16:59:41 +08:00
Yang Luo
947dcf6e75
Fix "All" roles bug in permission edit page
2023-12-02 15:26:52 +08:00
hsluoyz
fd0c70a827
feat: Revert "feat: fix login page path after logout" ( #2516 )
...
This reverts commit 23d4488b647161da67c530ddb61bbdfff0981698.
2023-11-24 15:52:59 +08:00
Yang Luo
192968bac8
Improve permission.State
2023-11-22 00:03:33 +08:00
aiden
23d4488b64
feat: fix login page path after logout ( #2493 )
...
Co-authored-by: aidenlu <aiden_lu@wochacha.com>
2023-11-21 23:37:35 +08:00
songjf
23f4684e1d
feat: make MFA works for CAS login ( #2506 )
...
* feat: make MFA works for CAS login
* fix: Reduced code redundancy
* fix: Modified the format of the code.
* fix: fix an error with the 'res' variable
* Update LoginPage.js
* Update LoginPage.js
* Update LoginPage.js
* Update MfaAuthVerifyForm.js
---------
Co-authored-by: hsluoyz <hsluoyz@qq.com>
2023-11-21 21:35:19 +08:00
Jiankun Yang
7786018051
feat: use short state for OAuth provider ( #2504 )
...
* fix: use fixed length of state
* fix: use short state
2023-11-19 07:30:29 +08:00
Yang Luo
5b151f4ec4
feat: improve cert edit page UI
2023-11-13 15:57:46 +08:00
Yang Luo
e9b7d1266f
Fix API typo: /get-global-certs
2023-11-13 14:22:40 +08:00
Yang Luo
2d4998228c
Add organization.MasterVerificationCode
2023-11-13 13:53:41 +08:00
songjf
a22e05dcc1
feat: fix the UI and navigation errors on the prompt page ( #2486 )
2023-11-12 15:54:38 +08:00
haiwu
0ac2b69f5a
feat: support WeChat Pay via JSAPI ( #2488 )
...
* feat: support wechat jsapi payment
* feat: add log
* feat: update sign
* feat: process wechat pay result
* feat: process wechat pay result
* feat: save wechat openid for different app
* feat: save wechat openid for different app
* feat: add SetUserOAuthProperties for signup
* feat: fix openid for wechat
* feat: get user extra property in buyproduct
* feat: remove log
* feat: remove log
* feat: gofumpt code
* feat: change lr->crlf
* feat: change crlf->lf
* feat: improve code
2023-11-11 17:16:57 +08:00
Yang Luo
9703f3f712
Support Apple OAuth login now
2023-10-31 23:10:36 +08:00