Yang Luo
280867d0cb
Add checkSigninErrorTimes() for LDAP signin
2024-01-09 21:53:44 +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
Anh Tu Nguyen
0199ad9aaa
fix: missing table prefix in get user group ( #2590 )
...
- Sort field and order field are missing table name prefix
Co-authored-by: xgenvn <brian7.ng@gmail.com>
2024-01-08 21:07:13 +08:00
Yang Luo
2d6fae32be
feat: support custom config path via "config"
2024-01-06 14:09:48 +08:00
Yang Luo
741cff99df
Remove isCreateDatabaseDefined
2024-01-06 14:08:34 +08:00
李洛克
524cf4dda5
feat: fix update application failed for permissions with the same name ( #2579 )
...
* fixed: update application failed where have two same permission in different organization
* Update application.go
---------
Co-authored-by: hsluoyz <hsluoyz@qq.com>
2024-01-05 20:45:55 +08:00
Yang Luo
00efdf1d03
Fix EmailVerified in UserInfo()
2024-01-05 09:37:42 +08:00
Lars Lehtonen
1d1d3049bd
feat: fix dropped getAffiliationMap error in object ( #2576 )
2024-01-05 09:03:39 +08:00
Yang Luo
4f497d44a5
Enable at least password login in extendApplicationWithSigninMethods()
2024-01-03 22:19:43 +08:00
HGZ-20
e3f28e8b4c
feat: Support more flexible login method control ( #2566 )
2024-01-02 21:11:52 +08:00
Yang Luo
3373174c65
fix: add missing tableNamePrefix in some places
2023-12-31 22:40:41 +08:00
Yang Luo
2fb79e4092
Add invitation pages
2023-12-31 21:38:36 +08:00
Yang Luo
5846e337c7
feat: fix gofmt issue
2023-12-30 19:47:04 +08:00
Yang Luo
44f4de1440
feat: support empty fileUrl in GetUploadFileUrl()
2023-12-30 19:06:35 +08:00
Yang Luo
27adeb4620
Refactor initAPI()
2023-12-30 14:28:45 +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
xiao-kong-long
e7c015f288
feat: fix comment and configs for successfully generating OpenAPI typescript-axios sdk ( #2560 )
...
* fix: fix swagger.json, successfully generate java sdk
* fix:fix comment and change some content for successfully generating typescript-axios sdk
2023-12-29 15:12:40 +08:00
Eng Zer Jun
dea03cdd15
feat: replace deprecated github.com/RobotsAndPencils/go-saml
( #2558 )
...
The `github.com/RobotsAndPencils/go-saml` has been officially deprecated
and archived on 7 June 2023.
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2023-12-25 21:15:53 +08:00
Yang Luo
02329d342a
feat: fix bug in "*" users and roles in permission edit page.
2023-12-22 14:16:00 +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
a42594859f
feat: improve enforce() and batchEnforce() API response
2023-12-20 11:41:54 +08:00
Gucheng Wang
067276d739
Add new B2C provider
2023-12-17 16:29:29 +08:00
Yang Luo
468ceb6b71
Fix get-all-objects API 403 issue
2023-12-15 21:32:45 +08:00
Yang Luo
396b6fb65f
feat: refactor custom HTTP related filenames
2023-12-15 00:06:05 +08:00
Yang Luo
be637fca81
fix: fix wrong POST param logic in custom HTTP providers
2023-12-15 00:00:47 +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
5c103e8cd3
Improve error handling in GenerateIdForNewUser()
2023-12-14 10:12:00 +08:00
Lars Lehtonen
85b86e8831
fix: dropped object group errors ( #2545 )
2023-12-14 09:00:25 +08:00
Yang Luo
08864686f3
feat: fix Google cloud storage provider bug
2023-12-14 00:25:50 +08:00
Yang Luo
b068202e74
Improve Radius username handling
2023-12-11 18:01:28 +08:00
Yang Luo
ce72a172b0
feat: add back Custom HTTP SMS provider
2023-12-07 16:59:41 +08:00
Yang Luo
85cb68eb66
feat: unbind LDAP clients if not used any more
2023-12-02 17:51:25 +08:00
Yang Luo
b25b5f0249
Support original accessToken in token APIs
2023-12-02 16:56:18 +08:00
Yang Luo
947dcf6e75
Fix "All" roles bug in permission edit page
2023-12-02 15:26:52 +08:00
Nex Zhu
badfe34755
feat: add "nonce" into the OAuth and OIDC tokens, for some apps require "nonce" to integrate ( #2522 )
2023-12-01 18:29:39 +08:00
Yang Luo
a5f9f61381
feat: add token hash to improve performance
2023-11-30 18:05:30 +08:00
Daniil Mikhaylov
2ce8c93ead
feat: Improve LDAP filter support ( #2519 )
2023-11-26 23:11:49 +08:00
Yang Luo
da41ac7275
Improve error handling in getFaviconFileBuffer()
2023-11-25 18:31:33 +08:00
Yang Luo
192968bac8
Improve permission.State
2023-11-22 00:03:33 +08:00
Yang Luo
811999b6cc
feat: fix error handling in CheckPassword() related functions
2023-11-20 21:49:19 +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
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
d090e9c860
Improve downloadImage()
2023-11-10 08:35:21 +08:00
Yang Luo
ea2f053630
feat: add fields like Email to user profile in JWT-Empty mode
2023-11-09 20:20:42 +08:00
Yang Luo
988b14c6b5
Fix user's UpdatedTime in other APIs
2023-11-08 20:22:28 +08:00
Yang Luo
a9e72ac3cb
feat: fix bug in GetAllowedApplications()
2023-11-08 10:31:24 +08:00