DacongDA
9032865e60
feat: support mobile background for login page ( #3629 )
v1.853.0
2025-03-01 23:01:15 +08:00
WindSpiritSR
5692522ee0
feat: update user language when the language changed on login page ( #3628 )
v1.852.0
2025-03-01 22:28:20 +08:00
hsluoyz
cb1882e589
feat: fix MFA bug, revert PR: "feat: don't send verification code if failed signin limit is reached" ( #3627 )
v1.851.0
2025-03-01 12:58:28 +08:00
Yang Luo
41d9422687
feat: increase username limit to 255 chars
v1.850.0
2025-03-01 00:44:34 +08:00
Yang Luo
3297db688b
feat: support shared cert in GetCert() API
v1.849.0
2025-02-28 23:02:13 +08:00
DacongDA
cc82d292f0
feat: set frontend origin to 7001 if in dev mode ( #3615 )
v1.848.0
2025-02-26 22:35:50 +08:00
Cliff
f2e3037bc5
feat: don't send verification code if failed signin limit is reached ( #3616 )
2025-02-26 22:34:14 +08:00
Lai Zn
d986a4a9e0
feat: fix bug that initialize group children as empty array instead of empty string ( #3620 )
v1.847.0
2025-02-26 08:50:09 +08:00
DacongDA
2df3878c15
feat: fix bug that group.HaveChildren is never set to false bug Something isn't working ( #3609 )
v1.846.0
2025-02-22 01:46:35 +08:00
DacongDA
24ab8880cc
feat: fix bug that organization might be nil in some case and cause nil point error ( #3608 )
v1.845.0
2025-02-21 23:43:30 +08:00
ners
f26b4853c5
feat: bump Go version to go 1.18 ( #3599 )
v1.844.0
2025-02-21 13:10:17 +08:00
DacongDA
d78e8e9776
feat: fix LDAP filter condition will return nil if error happened ( #3604 )
2025-02-21 13:09:39 +08:00
WindSpiritSR
d61f9a1856
feat: update antd from 5.2.3 to 5.24.1 ( #3593 )
v1.843.0
2025-02-18 20:54:10 +08:00
WindSpiritSR
aa52af02b3
feat: fix style props of Editor ( #3590 )
v1.842.0
2025-02-17 13:39:49 +08:00
WindSpiritSR
2a5722e45b
feat: add detail sidebar for record list page, improve token list page ( #3589 )
v1.841.0
2025-02-16 22:01:25 +08:00
Mayank
26718bc4a1
feat: update signinUrl storage to include pathname and query parameters only to prevent new tab popup after password reset ( #3587 )
v1.840.0
2025-02-14 20:31:36 +08:00
Yang Luo
f8d44e2dca
feat: set default CountryCode for user
v1.839.0
2025-02-14 16:54:25 +08:00
Yang Luo
26eea501be
feat: don't use organization.MasterVerificationCode when sending
2025-02-14 16:54:25 +08:00
Mayank
63b8e857bc
feat: update signinUrl storage to include path and query parameters in forced reset password flow ( #3583 )
v1.838.0
2025-02-14 01:32:10 +08:00
WindSpiritSR
81b336b37a
feat: replace react-codemirror2 with @uiw/react-codemirror ( #3577 )
...
Signed-off-by: WindSpiritSR <simon343riley@gmail.com>
v1.837.0
2025-02-14 00:10:33 +08:00
DacongDA
9c39179849
feat: fix bug that user forbidden check will be skipped in OAuth login ( #3580 )
v1.836.0
2025-02-13 13:14:44 +08:00
Bui Le Anh Nguyen
37d93a5eea
feat: update SendgridEmailProvider to support dynamic host/path, add From name field ( #3576 )
...
* feat: add fields into UI FromName, Host, Endpoint
* feat: update SendgridEmailProvider support dynamic host/path client init, code convention
v1.835.0
2025-02-13 00:51:31 +08:00
Yang Luo
e926a07c58
feat: add "User type" to user list page
v1.834.0
2025-02-12 21:29:18 +08:00
Yang Luo
9c46344e68
feat: improve default org passwordOptions handling
2025-02-12 21:20:32 +08:00
WindSpiritSR
c0ec73dfd3
feat: fix tableNamePrefix doesn't work bug in /get-dashboard API ( #3572 )
v1.833.0
2025-02-11 17:20:45 +08:00
Brian Yu
b1b6ebe692
feat(jwt): add azp
claim to ID token ( #3570 )
...
Added the `azp` (Authorized Party) claim to various JWT token structures
including Claims, ClaimsShort, ClaimsWithoutThirdIdp, and ClaimsStandard.
Updated the generateJwtToken and getClaimsCustom functions to handle the
new claim. This change aligns with the OpenID Connect specification.
v1.832.0
2025-02-10 20:44:44 +08:00
Yang Luo
a0931e4597
feat: add userTypes to Organization
v1.831.0
2025-02-09 17:12:13 +08:00
DacongDA
c181006661
feat: cache theme in signup page ( #3568 )
v1.830.0
2025-02-09 15:12:35 +08:00
Cutsin
2e83e49492
feat: fix bug due to null characters in descriptor when creating a payment intent ( #3567 )
v1.829.0
2025-02-08 19:35:51 +08:00
Coki
5661942175
feat: add CLI version cache and proxy support ( #3565 )
...
* feat: add CLI version cache mechanism
* feat: add /api/refresh-engines to allowed endpoints in demo mode
* feat: add proxy support for cli downloader
* feat: add SafeGoroutine for CLIDownloader initialization
* refactor: optimize code structure
2025-02-08 19:34:19 +08:00
Coki
7f9f7c6468
feat: add CLI tools auto-downloader and updater ( #3559 )
...
* feat: add CLI downloader feature
* feat: add CLI refresh endpoint and scheduler
* feat: improve binary names mapping for different platforms and architectures
* fix: format binary names in getBinaryNames function
* fix: change file permission notation to octal in cli_downloader.go
* feat: add isDemoMode check for CLI downloader features
v1.828.0
2025-02-07 19:22:56 +08:00
Cutsin
b7a818e2d3
feat: support AirWallex payment provider ( #3558 )
...
* feat: support AirWallex payment provider
* chore: add some information due to AirWallex's risk control policy
2025-02-07 19:19:30 +08:00
DacongDA
1a8cfe4ee6
feat: can fetch SAML metadata from URL ( #3560 )
v1.827.0
2025-02-06 23:50:39 +08:00
hsluoyz
b3526de675
feat: add checkOrgMasterVerificationCode()
2025-02-06 23:46:22 +08:00
Mayank
3b9e08b70d
feat: Fix reset password flow for shared application ( #3556 )
v1.826.0
2025-02-06 18:03:23 +08:00
IZUMI-Zu
cfc6015aca
feat: rename Casdoor app URL to authenticator ( #3553 )
v1.825.0
2025-02-05 23:08:06 +08:00
hsluoyz
1600a6799a
feat: return error for updateUsedByCode()
v1.824.0
2025-02-05 13:40:41 +08:00
DacongDA
ca60cc3a33
feat: show SAML cert parse error better in frontend ( #3551 )
v1.823.0
2025-02-05 10:06:02 +08:00
DacongDA
df295717f0
feat: can define what Casdoor pages an org admin can see via Organization.NavItems ( #3539 )
...
* feat: support define what Casdoor pages an org admin can see
* feat: remove useless code
* fix: fix NavItemNodes i18next invalid
* fix: only global admin can edit navItems
* fix: move navItem tree to extra file
v1.822.0
2025-02-03 00:40:21 +08:00
DacongDA
e3001671a2
feat: fix bug that can not delete user if user doesn't belong to any group ( #3544 )
v1.821.0
2025-02-02 17:54:05 +08:00
DacongDA
bbe2162e27
feat: fix bug in GetTokenByTokenValue() ( #3541 )
v1.820.0
2025-01-30 00:48:20 +08:00
Coki
92b5ce3722
feat: add identifier validation for security in RunCasbinCommand ( #3535 )
...
* feat: add identifier validation for security in RunCasbinCommand
* refactor: update identifier validation to use SHA-256 hash and timestamp
v1.819.0
2025-01-29 18:30:06 +08:00
hsluoyz
bad21fb6bb
feat: check empty password in CheckPassword()
v1.818.0
2025-01-28 21:13:59 +08:00
DacongDA
5a78dcf06d
feat: fix Casbin Permissions Not Working When Auto-login is Enabled ( #3537 )
...
* fix: fix Casbin Permissions Not Working When Auto-login is Enabled
* fix: fix oauth fastLogin not support permission
v1.817.0
2025-01-28 19:15:53 +08:00
DacongDA
558b168477
feat: can verify OTP during OAuth login ( #3531 )
...
* feat: support verify OTP during OAuth login
* fix: fail to login if mfa not enable
* fix: fail to login if mfa not enable
* fix: fix mfaRequired not valid in saml/auth
v1.816.0
2025-01-27 19:37:26 +08:00
DacongDA
802b6812a9
feat: fix strange "Email is invalid" error in forget password page ( #3527 )
v1.815.0
2025-01-23 14:35:11 +08:00
DacongDA
a5a627f92e
feat: optimize get-groups API and GroupListPage ( #3518 )
...
* fix: optimize get-groups api and GroupListPage
* fix: fix linter issue
v1.814.0
2025-01-23 09:47:39 +08:00
DacongDA
9701818a6e
feat: delete groups for user while deleting user ( #3525 )
2025-01-23 09:46:33 +08:00
DacongDA
06986fbd41
feat: fix theme filter for other URLs like SAML ( #3523 )
...
* fix: fix error cause by theme filter
* fix: add saml url to theme filter and use getGetOwnerAndNameFromIdWithError instead of using GetOwnerAndNameFromId
* fix: fix code error
* fix: add support for cas and pack judgement into a function
* fix: fix linter err
v1.813.0
2025-01-22 19:12:12 +08:00
hsluoyz
3d12ac8dc2
feat: improve HandleScim()
v1.812.0
2025-01-22 16:15:19 +08:00