8000 Tags · PPIO/casdoor · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: PPIO/casdoor

Tags

v1.60.1

Toggle v1.60.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: captcha preview panic when clientId or clientSecret is empty (ca…

…sdoor#824)

* fix: captcha preview panic when clientId or clientSecret is empty

* return original errors from captcha

v1.60.0

Toggle v1.60.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add CORS filter to fix OPTION request failure (casdoor#826)

v1.59.0

Toggle v1.59.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Add email config test on provider edit page (casdoor#819)

* feat: Add email config test on provider edit page

* Re-use send-email API

* Optimize code

Optimize code

* Update service.go

* Update service.go

Co-authored-by: Gucheng <85475922+nomeguy@users.noreply.github.com>

v1.58.5

Toggle v1.58.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: encryption without salt (casdoor#821)

Signed-off-by: Yixiang Zhao <seriouszyx@foxmail.com>

v1.58.4

Toggle v1.58.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: don't trigger countdown if failed to send verification code (cas…

…door#815)

* feat: add countdown when no captcha provider found

* fix: add countdown when sent code successfully

v1.58.3

Toggle v1.58.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: captcha widget JS warnings (casdoor#820)

v1.58.2

Toggle v1.58.2's commit message
Fix newApplication() to add provider.

v1.58.1

Toggle v1.58.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: improve swagger Api docunment (casdoor#812)

v1.58.0

Toggle v1.58.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: fix stuck error when no captcha provider found (casdoor#808)

v1.57.0

Toggle v1.57.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: support configurable captcha(reCaptcha & hCaptcha) (casdoor#765)

* feat: support configurable captcha(layered architecture)

* refactor & add captcha logo

* rename captcha

* Update authz.go

* Update hcaptcha.go

* Update default.go

* Update recaptcha.go

Co-authored-by: Gucheng <85475922+nomeguy@users.noreply.github.com>
0