DacongDA
2b89f6b37b
feat: fix issue that application theme is ignored in appendThemeCookie() ( #3506 )
v1.801.0
2025-01-18 21:28:39 +08:00
DacongDA
c699e35e6b
feat: load theme from first HTML render cookie ( #3505 )
v1.800.0
2025-01-18 19:04:16 +08:00
DacongDA
e28d90d0aa
feat: support CUCloud SMN notification provider ( #3502 )
v1.799.0
2025-01-17 08:35:31 +08:00
DacongDA
4fc7600865
feat: skip update user ranking if ranking not in accountItem ( #3500 )
v1.798.0
2025-01-14 22:43:49 +08:00
Wind Li
19f62a461b
feat: fix SAML's redirectUrl and POST ProtocolBinding ( #3498 )
v1.797.0
2025-01-13 20:55:37 +08:00
DacongDA
7ddc2778c0
feat: show error message when organization doesn't have default application in invitation edit page ( #3495 )
...
* fix: inform user when organization haven't default application in signup page
* fix: include org name in the error message
v1.796.0
2025-01-12 22:48:21 +08:00
DacongDA
b96fa2a995
feat: skip GetUserCount() if there is no quota limit ( #3491 )
v1.795.0
2025-01-10 22:28:25 +08:00
hsluoyz
fcfb73af6e
feat: increase org password field length to 200
v1.794.0
2025-01-09 20:07:49 +08:00
hsluoyz
43bebc03b9
feat: fix crash in roleChangeTrigger()
v1.793.0
2025-01-09 16:41:56 +08:00
WindSpiritSR
c5f25cbc7d
feat: getPidByPort() supports alpine now ( #3483 )
...
Signed-off-by: WindSpiritSR <simon343riley@gmail.com>
v1.792.0
2025-01-08 12:18:46 +08:00
Cutsin
3feb6ce84d
feat: add Kwai OAuth provider ( #3480 )
...
* feat: add Kwai OAuth provider
* fix: incorrect parameter in getAuthUrl
v1.791.0
2025-01-08 00:09:16 +08:00
hsluoyz
08d6b45fc5
feat: keeps "build" folder during yarn build
v1.790.0
2025-01-07 23:38:50 +08:00
hsluoyz
56d0de64dc
feat: support StopOldInstance()
v1.789.0
2025-01-07 21:39:21 +08:00
DacongDA
1813e8e8c7
feat: return goroutine error in get-dashboard API ( #3479 )
v1.788.0
2025-01-07 10:35:45 +08:00
DacongDA
e27c764a55
feat: fix bug that GitHub oauth provider shows error if failed to fetch user's email ( #3474 )
...
* fix: fix github idp will stop login if it cannot fetch user's email through al restful api
* Update github.go
---------
Co-authored-by: hsluoyz <hsluoyz@qq.com>
v1.787.0
2025-01-05 20:25:42 +08:00
DacongDA
e5a2057382
feat: fix empty scope bug in RefreshToken API ( #3467 )
...
* fix: fix scope will be empty when user not passing scope in refresh api
* fix: promote code format
v1.786.0
2025-01-02 12:53:17 +08:00
Yang Luo
8457ff7433
feat: support radiusDefaultOrganization in app.conf
v1.785.0
2025-01-02 00:10:58 +08:00
DacongDA
888a6f2feb
feat: add regex to restrict Email addresses in OAuth provider ( #3465 )
...
* feat: support use regex expression to limit email receiver address
* feat: limit in correct pos
* feat: promote code format
* feat: promote code format
* fix: fix linter issue
v1.784.0
2025-01-02 00:00:57 +08:00
IZUMI-Zu
b57b64fc36
feat: add origin field for mfaAccountTable ( #3463 )
v1.783.0
2024-12-29 22:51:21 +08:00
DacongDA
0d239ba1cf
feat: improve the error message of GitHub OAuth provider ( #3462 )
v1.782.0
2024-12-29 21:54:54 +08:00
DacongDA
8927e08217
feat: speed up GetDashboard() by only fetching last 30 days data ( #3458 )
...
* feat: only check 30 days data
* refactor: refactor GetDashboard to reduce code line
* refactor: refactor GetDashboard to reduce code line
* refactor: remove unused where
* fix: fix error code
v1.781.0
2024-12-29 16:15:52 +08:00
DacongDA
0636069584
feat: only fetch created_time field to reduce data size in get-dashboard API ( #3457 )
v1.780.0
2024-12-28 23:52:19 +08:00
Yang Luo
4d0f73c84e
feat: fix Casdoor OAuth provider doesn't use domain field bug
v1.779.0
2024-12-28 10:01:56 +08:00
reserved
74a2478e10
feat: Make MinIO storage provider region setting configurable ( #3433 )
...
* fix: Make MinIO provider region setting configurable
* Fix: Correct the issue where modifications to MinIO's default logic caused behavioral discrepancies
v1.778.0
2024-12-23 16:07:14 +08:00
nano
acc6f3e887
feat: escape the avatal URL in CAS response ( #3434 )
v1.777.0
2024-12-20 17:11:58 +08:00
Xin-Fax
185ab9750a
feat: fix VerificationRecord.IsUsed JSON Field Mapping
v1.776.0
2024-12-18 13:56:54 +08:00
Cliff
48adc050d6
feat: can pass empty user id on user update ( #3443 )
v1.775.0
2024-12-18 07:56:44 +08:00
Coki
b0e318c9db
feat: add localized tab titles for Basic and Advanced Editors ( #3431 )
...
* feat: add localized tab titles for Basic and Advanced Editors
* docs: update translations for model editor labels in multiple locales
v1.774.0
2024-12-16 08:34:13 +08:00
Coki
f9a6efc00f
feat: advanced model editor should support changing UI language ( #3430 )
v1.773.0
2024-12-15 15:53:29 +08:00
DacongDA
bd4a6775dd
feat: get github user email with user/emails
api ( #3428 )
...
* feat: get user email use `user/emails` api
* feat: improve code format
* feat: improve code format
v1.772.0
2024-12-15 10:28:18 +08:00
Coki
e3a43d0062
feat: improve the advanced editor of model edit page ( #3427 )
v1.771.0
2024-12-15 02:07:02 +08:00
DacongDA
0cf281cac0
feat: fix record's password regex bug ( #3421 )
v1.770.0
2024-12-11 08:43:03 +08:00
XIAOZHUOWU
7322f67ae0
feat: add model, adapter and enforcer to the dashboard page chart ( #3413 )
...
* [feature] Add more data (Model, Adapter, Enforcer) to the dashboard page chart #3379
* feat: add model, adapter, enforcer to dashboard
v1.769.0
2024-12-09 16:07:39 +08:00
Xin-Fax
b927c6d7b4
feat: support LDAP's SetPassword ( #3395 )
...
* fix: Resolve the issue mentioned in #3392
* fix: Change checkLdapUserPassword to CheckLdapUserPassword.
* fix: the issue mentioned by hsluoyz.
* fix: Check if the user parameter is nil
* fix: use existing i18n message
2024-12-09 16:06:24 +08:00
nohup
01212cd1f3
feat: add AiAssistantUrl to frontend config ( #3385 )
v1.768.0
2024-12-08 20:44:28 +08:00
Xinyu Ge
bf55f94d41
feat: support CUCloud OSS storage provider ( #3400 )
v1.767.0
2024-12-08 20:24:38 +08:00
Yang Luo
f14711d315
feat: fix frontend bug
v1.766.0
2024-12-07 21:53:01 +08:00
DacongDA
58e1c28f7c
feat: support LDAPS protocol ( #3390 )
...
* feat: support ldaps
* fix: unencrypted port 389 not work after enable SSL
fix: remove useless conf and set ldapsCertId to empty
fix: return and log getTLSconfig error
* fix: remove unused setting
* fix: check nil condition
* fix: not log fail when certId is empty
2024-12-07 21:26:07 +08:00
Yang Luo
922b19c64b
feat: reduce i18n items
2024-12-07 21:22:57 +08:00
DacongDA
1d21c3fa90
feat: fix issue that introspectionResponse uses Bearer instead of raw tokenType ( #3399 )
v1.765.0
2024-12-05 20:59:30 +08:00
DacongDA
6175fd6764
feat: make token_type_hint optional ( #3397 )
v1.764.0
2024-12-04 20:10:15 +08:00
Luckery
2ceb54f058
feat: support most popular currencies ( #3388 )
v1.763.0
2024-12-01 21:46:44 +08:00
DacongDA
aaeaa7fefa
feat: update go sms sender ( #3386 )
v1.762.0
2024-11-29 23:00:34 +08:00
DacongDA
d522247552
feat: fix countryCode param bug in MFA login ( #3384 )
v1.761.0
2024-11-29 21:46:06 +08:00
DacongDA
79dbdab6c9
feat: fix "dest is missing" bug in MFA login ( #3383 )
...
* feat: support stateless mfa setup
* Revert "feat: support stateless mfa setup"
This reverts commit bd843b2ff3e49dbb79bc22e1ead303bd7e0054a1.
* feat: use new implement
* fix: missing set field on login
v1.760.0
2024-11-29 19:59:30 +08:00
DacongDA
fe40910e3b
feat: support stateless MFA setup ( #3382 )
v1.759.0
2024-11-29 19:50:10 +08:00
Xinyu Ge
2d1736f13a
feat: Add more data to the dashboard page chart #3365 ( #3375 )
...
* test
* feat: #3365 add more dada to the dashboard page chart
* feat: #3365 Add more data to the dashboard page chart
v1.758.0
2024-11-26 09:16:35 +08:00
ming.zhang
12b4d1c7cd
feat: change LDAP attribute from cn to title for correct username mapping ( #3378 )
2024-11-26 09:13:05 +08:00
hamidreza abedi
a45d2b87c1
feat: Add translations for Persian ( #3372 )
v1.757.0
2024-11-23 16:24:07 +08:00
DacongDA
8484465d09
feat: fix SAML failed to redirect issue when login api returns RequiredMfa ( #3364 )
v1.756.0
2024-11-21 20:31:56 +08:00