2515 Commits

Author SHA1 Message Date
Yang Luo
7e46222ecd
Revert "feat: add Casbin editor's checking in model editor (#3166)"
This reverts commit a1b010a406c6888be435fa707c439bfa1f3981bf.
2024-09-03 21:58:51 +08:00
Coki
a1b010a406
feat: add Casbin editor's checking in model editor (#3166)
* feat: add model syntax linting and update dependencies

* refactor: move model linter logic to separate module
v1.689.0
2024-09-03 21:32:45 +08:00
DacongDA
89e92cbd47
feat: when using basic auth to fetch access_token will return restful response to oidc client (#3164) v1.688.0 2024-09-03 08:05:29 +08:00
ZhaoYP 2001
d4c8193357
feat: support reCAPTCHA v3 captcha provider (#3160)
* feat: support reCAPTCHA v3 captcha provider

* fix: modify the implementation of row component style in CaptchaModal.js
v1.687.0
2024-09-02 22:15:03 +08:00
DacongDA
9b33800b4c
feat: add email_verified, phone_number and phone_number_verified field for standard jwt token (#3156)
* feat: add email_verified, phone_number and phone_number_verified field for standard jwt token

* fix: fix linter err
v1.686.0
2024-08-31 12:49:39 +08:00
DacongDA
ec98785172
feat: certEditPage will be redirected to 404 when name is changed (#3154) v1.685.0 2024-08-30 23:04:50 +08:00
DacongDA
45dd4cc344
feat: fix nonce not parsed issue in fastAutoSignin() (#3153)
* fix: fix nonce none passed when auto sign enabled

* fix: fix query error
v1.684.0
2024-08-30 22:29:23 +08:00
DacongDA
1adb172d6b
feat: add more crypto algorithm for jwt signing (#3150)
* feat: add more algorithm support for JWT signing

* feat: add i18n support

* feat: add i18n support

* feat: optimize if statement

* fix: remove additional space line
v1.683.0
2024-08-30 16:59:41 +08:00
DacongDA
c08f2b1f3f
feat: support Casdoor storage provider (#3147)
* feat: support Casdoor storage provider

* fix: fix code format and nil pointer error

* feat: change cert if statement
v1.682.0
2024-08-27 23:54:03 +08:00
Yang Luo
62bb257c6d feat: make Resource.Url length to 500 v1.681.0 2024-08-26 23:57:41 +08:00
Love98
230a77e3e3
feat: add captcha page (#3144) 2024-08-26 23:22:53 +08:00
Yang Luo
dce0a96dea feat: improve uploaded file URL v1.680.0 2024-08-26 21:41:28 +08:00
千石
65563fa0cd
feat: Ensure MFA email and phone are validated before enabling (#3143)
Added validation checks to ensure that a user's email and phone number are provided before enabling MFA email and phone respectively. This fixes the issue where MFA could be enabled without these values, causing inconsistencies.
v1.679.0
2024-08-26 08:40:22 +08:00
DacongDA
f2a94f671a
feat: complete i18n translation (#3141)
* feat: complete i18n translation

* fix: fix problem in cs/data
v1.678.0
2024-08-24 23:27:59 +08:00
DacongDA
1460a0498f
feat: support assign a default group for synchronized from external openldap (#3140)
* feat: support default sync group for ldap (with without add i18n translate)

* feat: improve translation

* feat: update all i18n translation

* revert: remove new i18n translation
v1.677.0
2024-08-24 00:12:52 +08:00
Yang Luo
adc63ea726 feat: fix wrong error alert in ApiFilter's getObject() v1.676.0 2024-08-23 23:36:55 +08:00
Yang Luo
0b8be016c5 feat: add enableErrorMask config v1.675.0 2024-08-23 22:19:17 +08:00
Yang Luo
986dcbbda1 feat: handle error in ApiFilter 2024-08-23 21:50:48 +08:00
Yang Luo
7d3920fb1f feat: add ManagedAccounts to JWT v1.674.0 2024-08-20 22:23:58 +08:00
Yang Luo
b794ef87ee
feat: Revert "feat: support reCAPTCHA v3 captcha provider" (#3135)
This reverts commit a0d6f2125ea2f376ac7f67861015b1fe1d0a4943.
v1.673.0
2024-08-20 17:56:53 +08:00
ZhaoYP 2001
a0d6f2125e
feat: support reCAPTCHA v3 captcha provider (#3130) v1.672.0 2024-08-20 17:29:37 +08:00
Yang Luo
85cbb7d074 feat: add replaceAll polyfill to be compatible with Firefox 68 v1.671.0 2024-08-17 18:37:21 +08:00
June
fdc1be9452
feat: add provider.Bucket to fileUrl response and TrimPrefix "/" before delete GCS object (#3129)
* feat: add provider.Bucket to fileUrl response

* feat: TrimPrefix "/" before Google Cloud Storage delete object
v1.670.0
2024-08-17 11:46:58 +08:00
June
2bd7dabd33
feat: allow custom Domain of Google Cloud Storage Provider (#3128) v1.669.0 2024-08-15 23:28:36 +08:00
June
9b9a58e7ac
feat: update casdoor/oss version to support Google Cloud's Application Default Credentials (#3125) v1.668.0 2024-08-15 13:45:27 +08:00
Zheming Bao
38e389e8c8
feat: Pagination not updating after last item deletion (#3120) v1.667.0 2024-08-13 16:09:16 +08:00
DacongDA
ab5fcf848e
feat: support accessKey and accessSecret login in AutoSigninFilter (#3117) v1.666.0 2024-08-12 12:20:41 +08:00
Yang Luo
b4e51b4631 feat: improve error message in GetFailedSigninConfigByUser() v1.665.0 2024-08-10 09:31:46 +08:00
DacongDA
45e25acc80
feat: fix JWT generate issue cause by shared application (#3113)
* fix: fix jwt generate cause by shared application

* fix: fix built-in org will not add -org-
v1.664.0
2024-08-09 22:48:44 +08:00
Yang Luo
97dcf24a91 feat: improve error message in GetAuthorizationCodeToken() v1.663.0 2024-08-09 21:06:23 +08:00
DacongDA
4c0fff66ff
feat: support shared application across organizations (#3108)
* feat: support share application

* revert: revert i18n

* fix: improve code format

* fix: improve code format and move GetSharedOrgFromApp to string.go
v1.662.0
2024-08-09 15:43:25 +08:00
Yang Luo
e7230700e0
feat: Revert "feat: fix Beego session delete concurrent issue" (#3105)
This reverts commit f21aa9c0d24399e79016144e7f580107316ff810.
v1.661.0
2024-08-07 16:51:54 +08:00
Alan Xu
f21aa9c0d2
feat: fix Beego session delete concurrent issue (#3103) v1.660.0 2024-08-07 16:29:35 +08:00
Ondřej Šibrava
4b2b875b2d
feat: Czech, Slovak localization (#3095)
* feat: add l10n Czech, Slovak language support

* feat: i18n Czech, Slovak translation
v1.659.0
2024-08-02 09:39:47 +08:00
DacongDA
df2a5681cc
feat: add missing account items in CheckPermissionForUpdateUser() (#3094) v1.658.0 2024-08-01 23:34:12 +08:00
DacongDA
ac102480c7
feat: support Radius Challenge/Response for MFA (RFC2865) feature request (#3093)
* feat: support RFC2865 for radius server when user enable TOTP mfa

* fix: fix linter err
v1.657.0
2024-08-01 22:02:49 +08:00
千石
feff47d2dc
feat: skip agreement check when the terms are not visible (#3088) v1.656.0 2024-07-30 14:04:03 +08:00
千石
79b934d6c2
feat: enforce acceptance of terms and conditions for social logins (#3087)
* feat: Enforce acceptance of terms and conditions for social logins (#2975)

* feat: add error message for agreement acceptance
v1.655.0
2024-07-29 17:22:48 +08:00
DacongDA
365449695b
fix: fix application field in invitationEditPage will use translation of "All" as value (#3085) v1.654.1 2024-07-29 01:35:28 +08:00
DacongDA
55a52093e8
feat: fix bug that user can signup without invitation code via OAuth (#3084)
* fix:fix user can signup without invitation code when using 3rd oauth

* fix:use correct i18n translation
v1.654.0
2024-07-29 00:59:02 +08:00
Giang Dinh
e65fdeb1e0
feat: ABAC support for /api/batch-enforce endpoint (#3082) v1.653.0 2024-07-27 09:43:58 +08:00
千石
a46c1cc775
feat: update WeCom OAuth URLs (#3080) v1.652.0 2024-07-26 22:03:24 +08:00
DacongDA
5629343466
feat: fix missing extendApplicationWithSigninMethods() in getDefaultApplication() (#3076) v1.651.0 2024-07-24 22:30:15 +08:00
王天成
3718d2dc04
feat: improve name mapping in LarkIdProvider (#3075)
* fix: change user identifier to the `user_id` field in IdP Lark, and use Chinese name to be the display name

* Update lark.go

---------

Co-authored-by: Yang Luo <hsluoyz@qq.com>
v1.650.0
2024-07-23 21:12:53 +08:00
Mohammad Yosefpor
38b9ad1d9f
feat: Add Support for memberOf Overlay in LDAP Server (#3068)
* feat: Allow All Users to Perform LDAP Search Lookups in their org

* feat: add ldap member of support
v1.649.0
2024-07-21 01:25:42 +08:00
IZUMI-Zu
5a92411006
feat: add MFA accounts table (#3066)
* feat: add mfa accounts store

* fix: change MFA to Mfa

* fix: change MFA to Mfa

* fix: delete api
v1.648.0
2024-07-20 22:51:15 +08:00
Mohammad Yosefpor
52eaf6c822
feat: Allow All Users to Perform LDAP Search Lookups in their org (#3064) v1.647.0 2024-07-20 20:44:29 +08:00
DacongDA
cc84709151
feat: add webhook support for invoice-payment and notify-payment (#3062) v1.646.0 2024-07-20 12:49:34 +08:00
Yang Luo
22fca78be9 feat: fix bug in AdapterEditPage v1.645.0 2024-07-19 00:57:56 +08:00
DSP
effd257040
feat: fix isPasswordWithLdapEnabled logic in handleBind() for redirecting to other LDAP sources (#3059)
* Added parameters to function call in server.go

Added needed parameters for redirection to other LDAP sources to function correctly and not always run into the "wrong credentials" error

* Update server.go

---------

Co-authored-by: Yang Luo <hsluoyz@qq.com>
v1.644.0
2024-07-18 21:04:17 +08:00