Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: mredencom/casdoor

Tags

v1.20.1

Toggle v1.20.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: oidc jwks endpoint only return default cert (casdoor#506)

Signed-off-by: Steve0x2a <[email protected]>

v1.20.0

Toggle v1.20.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 AD-FS support (casdoor#505)

Signed-off-by: Steve0x2a <[email protected]>

v1.19.2

Toggle v1.19.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: docker-compose.yml has duplicated label (casdoor#502)

the casdoor service config in docker-compose.yml has duplicated restart label

v1.19.1

Toggle v1.19.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: empty iss return (casdoor#503)

Signed-off-by: Steve0x2a <[email protected]>

v1.19.0

Toggle v1.19.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 steam support (casdoor#497)

* feat: add steam support

Signed-off-by: 0x2a <[email protected]>

* fix: wrong name

Signed-off-by: Steve0x2a <[email protected]>

v1.18.0

Toggle v1.18.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 pagination for LdapSyncPage and fix the bug Ldap auto-sync …

…cannot disable (casdoor#496)

* feat: add pagination for LdapSyncPage

Signed-off-by: Yixiang Zhao <[email protected]>

* fix: Ldap auto sync cannot disable

Signed-off-by: Yixiang Zhao <[email protected]>

v1.17.0

Toggle v1.17.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 helm manifest for k8s and makefile (casdoor#444)

Signed-off-by: henrywangx <[email protected]>

Co-authored-by: xiong wang <[email protected]>

v1.16.6

Toggle v1.16.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: fix missing username in forgetpage (casdoor#487)

v1.16.5

Toggle v1.16.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: miss ca-certificates in docker image (casdoor#491)

Signed-off-by: Zixuan Liu <[email protected]>

v1.16.4

Toggle v1.16.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
test: add step in gitHub action from running tests first (casdoor#476)

* Add step for running tests in github actions

The test xlsx/xlsx_test.go is removed becout the path containing
file not exist.

* Fix error in test

* test: This test was supposed to test getUsers, but it does nothing

This test will be rewrite for using a clean database, today its
necessary create a syncer manualy for this test pass.

* Add syncer tests

* Fix Copyright position

* fix: back with test file