Skip to content

Tags: dosfy/casdoor

Tags

v1.726.0

Toggle v1.726.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: improve MFA desc text (casdoor#3284)

* fix: fix i18n error for mfa

* fix: fix i18n error for mfa

* fix: promote translate

v1.725.0

Toggle v1.725.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: support ".login-panel-dark" CSS for signup/login pages (casdoor…

…#3269)

* feat: add custom dark mode CSS for login and registration forms.

* refactor: extract dark theme check to Setting.js

v1.724.0

Toggle v1.724.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add getCaptchaRule() to fix bug (casdoor#3281)

* feat: update captcha rule when the login page component is mounted

* fix: remove enableCaptchaModel from the state of the login page to avoid inconsistency issues

* fix: use this.getApplicationObj() instead of this.props.application

v1.723.0

Toggle v1.723.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: fix MFA's i18n error (casdoor#3273)

v1.722.0

Toggle v1.722.0's commit message
feat: update import lib: github.com/casdoor/ldapserver

v1.721.0

Toggle v1.721.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: dark mode now works for login/signup pages too (casdoor#3252)

* fix: trying to fix dark mode not applying on login/registration interface

* fix: trying to fix dark mode not applying on login/registration interface

* fix: trying to fix dark mode not applying on login/registration interface

* fix: Clean up unused code

* fix: loginBackgroundDark move to App.less

* fix: fix typo

v1.720.0

Toggle v1.720.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: support initial group assignment for new invited users via invi…

…tation.SignupGroup field (casdoor#3266)

v1.719.0

Toggle v1.719.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: support "All" in organization's country codes (casdoor#3264)

v1.718.0

Toggle v1.718.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add organization's PasswordObfuscator to obfuscate login API's …

…password (casdoor#3260)

* feat: add PasswordObfuscator to the login API

* fix: change key error message

* fix: remove unnecessary change

* fix: fix one

* fix: fix two

* fix: fix three

* fix: fix five

* fix: disable organization update when key is invalid

* fix: fix six

* fix: use Form.Item to control key

* fix: update obfuscator.js

* Update obfuscator.go

* Update obfuscator.go

* Update auth.go

* fix: remove real-time key monitoring

---------

Co-authored-by: Yang Luo <hsluoyz@qq.com>

v1.717.0

Toggle v1.717.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: better handling of organization.AccountItems on init_data import (

casdoor#3263)

* Better handling of accountitems on init_data import.

* Removed commented code.

* Update init_data.go

* Update init_data.go

---------

Co-authored-by: Yang Luo <hsluoyz@qq.com>