Yang Luo
|
81a8b91e3f
|
Fix enforcer policy add and delete
|
2023-09-27 00:18:21 +08:00 |
|
Yang Luo
|
56787fab90
|
Improve adapter.UseSameDb
|
2023-09-26 23:41:09 +08:00 |
|
Yang Luo
|
1319216625
|
Add adapter.UseSameDb
|
2023-09-26 23:41:08 +08:00 |
|
haiwu
|
6fe5c44c1c
|
feat: support radius accounting request (#2362)
* feat: add radius server
* feat: parse org from packet
* feat: add comment
* feat: support radius accounting
* feat: change log
* feat: add copyright
v1.424.0
|
2023-09-26 22:48:00 +08:00 |
|
Yang Luo
|
981908b0b6
|
Fix crash in LDAP's sync: GenerateIdForNewUser()
|
2023-09-26 19:12:28 +08:00 |
|
Yang Luo
|
03a281cb5d
|
Improve CorsFilter code
|
2023-09-26 14:51:38 +08:00 |
|
Yang Luo
|
a8e541159b
|
Allow localhost in CorsFilter
|
2023-09-26 00:03:26 +08:00 |
|
Yang Luo
|
577bf91d25
|
Refactor out setCorsHeaders()
|
2023-09-26 00:02:31 +08:00 |
|
Yang Luo
|
329a6a8132
|
Fix get-pricing and get-plan API null error handling
|
2023-09-25 22:11:08 +08:00 |
|
Yang Luo
|
fba0866cd6
|
Fix error handling in StartRadiusServer()
|
2023-09-25 20:55:02 +08:00 |
|
UsherFall
|
aab6a799fe
|
fix: use client secret field for providers (#2355)
* feat: fix key exposure problem
* fix display bug
v1.423.1
|
2023-09-24 18:35:58 +08:00 |
|
haiwu
|
b94d06fb07
|
feat: add some Radius protocol code (#2351)
* feat: add radius server
* feat: parse org from packet
* feat: add comment
* Update main.go
---------
Co-authored-by: hsluoyz <hsluoyz@qq.com>
v1.423.0
|
2023-09-24 16:50:31 +08:00 |
|
Yang Luo
|
f9cc6ed064
|
Add groups to role
|
2023-09-24 10:17:18 +08:00 |
|
Yang Luo
|
4cc9137637
|
Improve permission, adapter page UI
|
2023-09-24 09:56:06 +08:00 |
|
Yang Luo
|
d145ab780c
|
feat: fix wrong elements in getPermissionsByUser() related functions
v1.422.0
|
2023-09-24 09:13:54 +08:00 |
|
Yang Luo
|
687830697e
|
Refactor getPermissionsAndRolesByUser() related code
|
2023-09-24 08:08:32 +08:00 |
|
Yang Luo
|
111d1a5786
|
Use UserInfo's ID in OAuth login
|
2023-09-23 00:13:13 +08:00 |
|
Yang Luo
|
775dd9eb57
|
Improve email provider error handling and fix bug
|
2023-09-21 23:11:58 +08:00 |
|
Mario Fischer
|
8f6c295c40
|
fix: empty AzureAD tenant id (#2349)
v1.421.1
|
2023-09-21 08:34:23 +08:00 |
|
Dmitry Buryanov
|
2f31e35315
|
feat: update casbin to 2.77.2 (#2345)
* fix: make redirect_uri really optional in logout route
* feat: update casbin to 2.77.2
v1.421.0
|
2023-09-20 23:37:55 +08:00 |
|
Yang Luo
|
b6d6aa9d04
|
Use GenerateIdForNewUser() in add-user API
|
2023-09-20 22:50:17 +08:00 |
|
Yang Luo
|
f40d44fa1c
|
Refactor out GenerateIdForNewUser()
|
2023-09-20 22:45:00 +08:00 |
|
Dmitry Buryanov
|
3b2820cbe3
|
feat: make redirect_uri really optional in logout route (#2342)
v1.420.0
|
2023-09-18 21:47:49 +08:00 |
|
Yang Luo
|
764e88f603
|
Change MFA issuer
|
2023-09-18 17:40:11 +08:00 |
|
UsherFall
|
7f298efebc
|
feat: fix Apple OAuth issue (#2338)
* feat: fix sign in with apple bug
* fix username
v1.419.0
|
2023-09-18 17:04:03 +08:00 |
|
Yang Luo
|
0fc48bb6cd
|
Remove escapePath() to fix Unicode resource filenames
|
2023-09-17 21:31:22 +08:00 |
|
ZhiKai
|
c3b3840994
|
fix: fix update score permission check (#2335)
* fix: Fixed the missing permission check when updating the score field.
* Update object/user_util.go
v1.418.1
|
2023-09-16 21:06:20 +08:00 |
|
Yang Luo
|
eacc3fae5a
|
fix: handle more errors in downloadImage()
v1.418.0
|
2023-09-15 22:53:09 +08:00 |
|
Yang Luo
|
ce7a2e924b
|
feat: fix XML format issue in GenerateCasToken()
|
2023-09-15 22:38:04 +08:00 |
|
Yang Luo
|
ece060d03d
|
feat: fix XML bug in GenerateCasToken()
v1.417.0
|
2023-09-15 18:57:59 +08:00 |
|
Yang Luo
|
1276da4daa
|
Check old password for normal user in SetPassword()
|
2023-09-15 10:21:02 +08:00 |
|
Yang Luo
|
616629ef99
|
Refactor CheckLoginPermission() code
|
2023-09-15 02:47:53 +08:00 |
|
Yang Luo
|
b633ecdcf2
|
Fix bug that cannot access application's public certificate for non "admin" owner
|
2023-09-15 00:56:40 +08:00 |
|
Yaodong Yu
|
a12ba7fb85
|
feat: allow CORS for UserInfo API in OIDC (#2313)
v1.416.0
|
2023-09-13 18:11:13 +08:00 |
|
haiwu
|
08a0092974
|
feat: fix alipay payment provider (#2330)
* feat: support alipay payment provider
* feat: update notify params
* feat: update root cert
* feat: update ProviderEditPage.js
* feat: gofumpt
|
2023-09-13 17:30:51 +08:00 |
|
Yang Luo
|
bb04b10e8b
|
Fix JSON issue in GenerateCasToken()
|
2023-09-13 16:45:11 +08:00 |
|
Yang Luo
|
ea1414dfd0
|
Fix typo
|
2023-09-13 00:19:32 +08:00 |
|
Yang Luo
|
32a8a028d5
|
Set TOTP issuer to Casdoor
|
2023-09-12 23:56:39 +08:00 |
|
Yang Luo
|
0fe34c2f53
|
Fix the issue that database syncer can't work with null-fields on source table
|
2023-09-12 16:06:44 +08:00 |
|
UsherFall
|
dc57c476b7
|
feat: support acs email provider (#2323)
* feat: support acs email provider
* feat: support acs email provider
* hide Test SMTP Connection button
* fix name acs
v1.415.0
|
2023-09-12 02:13:37 +08:00 |
|
Cattī Crūdēlēs
|
a7cb202ee9
|
feat: fix JSON tag of EmailVerified (#2322)
Signed-off-by: Cattī Crūdēlēs <17695588+wzy9607@users.noreply.github.com>
v1.414.0
|
2023-09-11 18:33:24 +08:00 |
|
Yang Luo
|
e5e264628e
|
Remove "RUN mkdir tempFiles"
|
2023-09-09 20:24:18 +08:00 |
|
Palp1tate
|
8d4127f744
|
feat: improve dashboard UI for mobile devices (#2320)
v1.413.0
|
2023-09-09 16:17:24 +08:00 |
|
Yang Luo
|
1305899060
|
Fix "app" user API denied issue
|
2023-09-09 15:44:36 +08:00 |
|
Yang Luo
|
411a85c7ab
|
Remove useless GetMaxLenStr()
|
2023-09-09 15:40:35 +08:00 |
|
Yang Luo
|
f39358e122
|
Improve SMS Test's initial value
|
2023-09-09 02:38:15 +08:00 |
|
Yang Luo
|
a84752bbb5
|
Update go-sms-sender to v0.14.0
|
2023-09-09 02:15:38 +08:00 |
|
Baihhh
|
e9d8ab8cdb
|
fix: hide tour component for mobile (#2317)
v1.412.1
|
2023-09-08 22:53:46 +08:00 |
|
haiwu
|
d12088e8e7
|
feat: fix bug in pricing when signup by phone (#2316)
* fix: fix bug in pricing
* fix: remove log
v1.412.0
|
2023-09-08 21:03:30 +08:00 |
|
Yang Luo
|
c62588f9bc
|
Add EmailVerified to UserInfo
|
2023-09-08 18:27:14 +08:00 |
|