Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/casbin/casdoor-old

An open-source Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting OAuth 2.0, OIDC, SAML, CAS, LDAP, WebAuthn, TOTP and MFA
https://github.com/casbin/casdoor-old

fix: comparing hashed password with plain text password during password grant (#627)

* fix: use object.CheckPassword for password grant

* Apply suggestions from code review

fi...

24459d852ec9b15e3202b969cd51b2d26591840e authored over 2 years ago by Minh Ha <[email protected]>
fix: adjust the password check logic for ldap user (#597)

* fix: the password check logic for ldap user.
LDAP user should only use the ldap connection to...

e3f5bf93b2bf65907537b21a898a06eb3c208694 authored over 2 years ago by 蔡点点 <[email protected]>
fix: refresh_token api return old token (#623)

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

879ca6a488018a00b5dac0de574d98d3c34785ab authored over 2 years ago by Yi Zhan <[email protected]>
Disable the new syncer by default.

544cd40a08992f20099b3514559b77e6a06e6e15 authored over 2 years ago by Yang Luo <[email protected]>
Fix null bug in getCountryRegionData().

99f7883c7d9cbde8994a2f72e26933a8ada1b9a6 authored over 2 years ago by Yang Luo <[email protected]>
Add getPrice().

88b0fb6e526b1af279bd3f6bc3f1867ff419f141 authored over 2 years ago by Yang Luo <[email protected]>
fix: some idp error messages return unclear (#620)

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

fa9b49e25befd45ad4e1219d4c09114bdbd732e6 authored over 2 years ago by Yi Zhan <[email protected]>
feat: delete the old token when refreshing token (#617)

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

cd76e9372e17b2646c35af92228932d2e1450a5a authored over 2 years ago by Yi Zhan <[email protected]>
fix: WeComInternalIdProvider GetUserInfo method could not get the correct user id (#616)

04b9e052449f12514a527da0460e5db51fb2880f authored over 2 years ago by chenghonour <[email protected]>
fix: panic when not select one provider (#614)

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

a78b2de7b2839026b31149b9d375a18727db10fa authored over 2 years ago by Sagilio <[email protected]>
fix: docker-compose up can't work on linux (#606)

d0952ae908b63faea3c6938952668552ea8662f4 authored over 2 years ago by Ryao <[email protected]>
fix: support lower go version(1.15) (#599)

* fix: support lower go version(1.15)

* fix: support lower go version(1.15)

* fix: support...

ade64693e4429dc9ef84466bc8e5f6c905dca838 authored over 2 years ago by Nekotoxin <[email protected]>
feat: support overriding configuration with env (#590)

5f8924ed4e10695d4681ceaf3dfea3339535f2fe authored over 2 years ago by Товарищ программист <[email protected]>
refactor: New Crowdin translations by Github Action (#592)

Co-authored-by: Crowdin Bot <[email protected]>

1a6d98d0293db0f8036595d7b8d8ade0f4c01612 authored over 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
feat: update the uploaded user field and provide demo xlsx file (#596)

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

447dd1c534e7b8983321cd5a6cdaaa758ff7c46b authored over 2 years ago by Yixiang Zhao <[email protected]>
fix: concatChar assignment logic (#595)

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

86b5d72e5d3a93142b7f7651797352ce86c4b8d3 authored over 2 years ago by Yixiang Zhao <[email protected]>
fix: oAuthParams may not exist (#594)

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

6bc4e646e5e5618de2ca726fdc841c1f94fd0edb authored over 2 years ago by Yixiang Zhao <[email protected]>
Fix !skipCi directive.

0841eb5c301be5937b2b3174c6da4a7f47c2c37d authored over 2 years ago by Yang Luo <[email protected]>
refactor: New Crowdin translations by Github Action (#588)

Co-authored-by: Crowdin Bot <[email protected]>

4015c221f720fe37148958ba35a89bbc616523f3 authored over 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
fix: callback url param missing (#583)

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

dcd63284985d0597727bdaf85d94ecae9b4a9970 authored over 2 years ago by Yixiang Zhao <[email protected]>
fix: redirect for non-built-in app logout (#587)

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

8080927890b6e9791ff36934d3f9ee1c2c9c4c02 authored over 2 years ago by Yi Zhan <[email protected]>
Remove GitHub provider hacking code.

a95c5b05a94cba45c79edbcdfabb6f9cf0fb0257 authored over 2 years ago by Yang Luo <[email protected]>
fix: fix the params problem in code signin (#577)

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

865a65d399a88ef0423dc6305e6911533abc8b43 authored over 2 years ago by Yixiang Zhao <[email protected]>
feat: add casdoor as itself idp support (#578)

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

e8b9c6767177ce3bfb5fbe9184052827515cf850 authored over 2 years ago by Yi Zhan <[email protected]>
fix: UI bug after switching to English (#570)

e5ff49f7a752bbac84f65aee675cffde0f0f4a19 authored over 2 years ago by Nekotoxin <[email protected]>
fix: mask email and phone number on the backend (#563)

* fix: mask email and phone number on the backend

Signed-off-by: Yixiang Zhao <seriouszyx@fox...

9f7924a6e012b230251e5ee575b7e48211ae71c8 authored over 2 years ago by Yixiang Zhao <[email protected]>
fix: repair the problem that `AutoSigninFilter` middleware doesn't recognize the `access_token` request parameter (#569)

AutoSigninFilter method only checks for `accessToken` request parameters or `Authorization` requ...

377e2008370e7da142f896afa1224678a84d63ff authored over 2 years ago by Ghost Lee <[email protected]>
fix: fix compile error in low go version (#568)

93a76de044a396c513ef6b4f5f01cc2cd29a9d9f authored over 2 years ago by Nekotoxin <[email protected]>
feat: support Huawei Cloud SMS (#565)

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

35bef969fd3ba6cb4f11c40fc8939d9de0aa611a authored over 2 years ago by Yixiang Zhao <[email protected]>
Add Notify() to payment provider.

4dca3bd3f79edada297c547b9e366f6ffd34cfaa authored over 2 years ago by Yang Luo <[email protected]>
Add gc provider.

5de417ecf7364407895b09a316567c9bddb6ea65 authored over 2 years ago by Yang Luo <[email protected]>
Make resource name longer.

bf24594fb4d6011cd9e09adfa9b44c917b2868e6 authored over 2 years ago by Yang Luo <[email protected]>
Avoid panic in AddUsers().

4a87b4790e202d85970ef7283a55548fae308ab1 authored over 2 years ago by Yang Luo <[email protected]>
Fix NotifyPayment().

fde8c4b5f69540950f1c4b8749f2cdff15bf8b1f authored over 2 years ago by Yang Luo <[email protected]>
Add PaymentResultPage.

55a84644e16d6adad73459279e8a978d72f101ca authored over 2 years ago by Yang Luo <[email protected]>
Add returnUrl to product.

ca87dd7deaf78a67d1860cd800cabaabfe9d9d41 authored over 2 years ago by Yang Luo <[email protected]>
Add GetUserPayments() API.

32af4a766e74d7cb057ce775f38f636246814eb7 authored over 2 years ago by Yang Luo <[email protected]>
Add tags to organization.

4d035bf66d447d9fe846486656d087cd55daae06 authored over 2 years ago by Yang Luo <[email protected]>
Fix translation.

743dcc972509ebcf7bb9640d046eab539c51c105 authored over 2 years ago by Yang Luo <[email protected]>
feat: support master password for ldap user (#561)

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

d43d7d1ae991657e74a6f8be8dfe7782de97e243 authored over 2 years ago by Yixiang Zhao <[email protected]>
Add user and state to payment pages.

c906f1e5d2dae01a9badabd5ea9327a8584c1e93 authored over 2 years ago by Yang Luo <[email protected]>
Fix delete-resource authz check.

37a26e2a91c44e6eeed20af76beb498b4097d41a authored over 2 years ago by Gucheng Wang <[email protected]>
docs: add a tip to create db for the first time (#550)

* add a tip to create db schema ahead of time

* add a tip to create db schema ahead of time
...

e7018e3de482392384e2dbadf3543de3a5823776 authored over 2 years ago by leoshine <[email protected]>
docs: add a tip to create db schema ahead of time (#547)

3a64e4dcd892b0ddc7441383ca720e4dd2dbfa80 authored over 2 years ago by halozhy <[email protected]>
fix: The top-right logout button sometimes disappears for small screen size (#544)

380cdc5f7e2b6c0633a84311a2dc747c732d74c4 authored over 2 years ago by Gucheng Wang <[email protected]>
fix: improve error messages

3602d9b9a71dd57b0422fe08c30a67924ad35e78 authored over 2 years ago by Gucheng Wang <[email protected]>
fix: change client_secret in refresh_token API as optional (#540)

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

8a9cc2eb8f0f4f6650717978d2a54f174bb2b427 authored over 2 years ago by Yixiang Zhao <[email protected]>
fix: comment TestReadSheet()

4f9a13f18a9a9666cc05a89d67fdbf5a24aeed44 authored over 2 years ago by Gucheng Wang <[email protected]>
Add NotifyPayment API.

a4fc04474ea0d7da153a3911b56ae75318c74616 authored over 2 years ago by Yang Luo <[email protected]>
Add alipay provider.

bf5d4eea48d7be13ab80db4363b298089c83ccc8 authored over 2 years ago by Yang Luo <[email protected]>
Check application existence in login().

0e40a1d922755903f2779e8b7e11b11cd9267d7d authored over 2 years ago by Yang Luo <[email protected]>
Add Conf.EnableExtraPages

ab777c1d7340d1696df4d74f938ae28493fe645b authored over 2 years ago by Yang Luo <[email protected]>
fix: fix missing parameters when signup (#533)

ca0fa5fc4077e9abaa6d83960b7ca06132088237 authored over 2 years ago by Товарищ программист <[email protected]>
fix: add ie support (ie >= 9) (#538)

* fix: add ie support (ie > 9)

* fix: add support for IE11

* fix: small fix

* fix: fix

cfbce79e32aa0bfe2cef48dff170b8b49f7d5f05 authored over 2 years ago by Nekotoxin <[email protected]>
Improve translation.

efc07f0919cc1b0791d5467e805eca4449748773 authored over 2 years ago by Yang Luo <[email protected]>
fix: Returns a valid userId when form.Username is empty (#523)

* fix: Returns a valid userId when form.Username is empty

* fix: format code

a783315fa2b83463ceda51b9028bfa5ad37b41fa authored over 2 years ago by fuh <[email protected]>
fix: client_credentials' token miss some claims (#536)

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

1d0af9cf7b2d467227f49cddf11c709689aee504 authored over 2 years ago by Steve0x2a <[email protected]>
fix: fix the No.0 bug(for all sign up methods) (#535)

4d48517be9b5ba974dbbdc7f784c444e34277671 authored over 2 years ago by Nekotoxin <[email protected]>
feat: improve token introspection endpoint (#534)

* feat: add introspection endpoint to oidc discovery endpoint

* fix: let introspect endpoint ...

178cf7945d9fa72151eff3a04926e3e340f0f295 authored over 2 years ago by Leon <[email protected]>
feat: add Oauth 2.0 Token Introspection(rfc7662) endpoint support (#532)

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

ab5af979c8b013d2d2556b571b77d61036f36e5f authored over 2 years ago by Leon <[email protected]>
Rename httpProxy.

e31aaf56575af5ecade026de6e104577fb9543c9 authored over 2 years ago by Gucheng Wang <[email protected]>
fix: update authz rule list (#528)

* fix: update authz rule list

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

* fix: resol...

eaf5cb66f35d74dea346d2b4d99a16e0dd0b29fe authored over 2 years ago by Steve0x2a <[email protected]>
fix: password leakage vulnerability caused by pagination (#527)

* fix: password leakage vulnerability caused by pagination

Signed-off-by: Yixiang Zhao <serio...

83a6b757a40b2b082031a3af63887d7886021723 authored over 2 years ago by Yixiang Zhao <[email protected]>
feat: add token logout endpoint (#526)

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

2a0dcd746f915e6f34a476d05aed0f820e08d21b authored over 2 years ago by Steve0x2a <[email protected]>
fix: Make secret optional when using PKCE (#525)

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

22f5ad06ec200515d1974b6e9d69893a056b84dc authored over 2 years ago by Steve0x2a <[email protected]>
Fix delete-resource authz failure.

18aa70dfb2cee1468d4769bbcd0f698227329072 authored over 2 years ago by Yang Luo <[email protected]>
feat: add implicit flow support (#520)

* feat: add implicit flow support

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

* fix: i...

697b3e499856441bdfda6ae178c1e0caada660da authored over 2 years ago by Steve0x2a <[email protected]>
fix: Missing extendedUser in signup webhook (#522)

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

d48d515c3657fbe8f58daab45b4875cb74d0001f authored over 2 years ago by Steve0x2a <[email protected]>
Support language param.

a5d166c35fe30d7fe5ba3d2b50ec53d5c056b60d authored over 2 years ago by Gucheng Wang <[email protected]>
fix: member No.0 bug (#516)

* fix: member No.0 bug

* Update account.go

* fix: member No.0 bug

* fix: member No.0 bu...

4915963c52968cd18657473564a81ab708828f4a authored over 2 years ago by Nekotoxin <[email protected]>
feat: add the 'karma' prop to table User (#518)

* feature: feat : add the 'karma' prop to table User

* feat: add the 'karma' prop to table User

759a1421e50ecd793cb478057603b423d764ee89 authored over 2 years ago by Nekotoxin <[email protected]>
Fix bug in first name, last name checking

c14bf9fdab76e94e146b80f83b5a0c5f460d8ab2 authored over 2 years ago by Gucheng Wang <[email protected]>
Add product detail page.

e19f07c52115c7423bdf4fb586ce1288881b915a authored over 2 years ago by Yang Luo <[email protected]>
Add product pages.

39ab71c5db7c919328d78b008489d463b735f035 authored over 2 years ago by Yang Luo <[email protected]>
feat: add two authentication flow types (#512)

* feat: add two authentication flow types

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

...

2c97f8a8b7754be406d1ab0694f8960f74cbe9aa authored over 2 years ago by Steve0x2a <[email protected]>
Support user's first name and last name.

21392dcc14ae890776213f760a8944d206c28cb2 authored over 2 years ago by Yang Luo <[email protected]>
Change personal to real name.

953d3d5bc52bc9bbba399e3d947801ec18b86916 authored over 2 years ago by Yang Luo <[email protected]>
fix: this.props.location undefined (#513)

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

ddee97f544073158898a486c8022b29c0323ea76 authored over 2 years ago by Yixiang Zhao <[email protected]>
Set enableSigninSession to false by default.

c58a6d87253ffb16aecb977002923c76bc1fe192 authored over 2 years ago by Yang Luo <[email protected]>
Remove useless menu item.

a5ff9549c132b6082c8567c8a8753f069abbccd4 authored over 2 years ago by Yang Luo <[email protected]>
Improve translation.

fe57dcbff4ffb85cea63c12911c458658f6ff522 authored over 2 years ago by Yang Luo <[email protected]>
feat: add cancel buttons on the edit page (#509)

* feat: add cancel buttons on the edit page

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

f8c4ca0f00c46f9feda1c499fc0664b48fad4201 authored over 2 years ago by Yixiang Zhao <[email protected]>
fix: facebook login exceptions (#508)

* Fix the exception caused by "Username" being empty when logging in with facebook

* fix: fac...

e738c42bd84dec99782ac1e173237dc0f8977b5a authored over 2 years ago by Jerry <[email protected]>
fix: oidc jwks endpoint only return default cert (#506)

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

cbc8c58e85d5ade187fc821b69df4ae030875452 authored over 2 years ago by Steve0x2a <[email protected]>
Update personal name.

07c90e048fea653bc328ca368ddce8e8ccec2a38 authored over 2 years ago by Gucheng Wang <[email protected]>
feat: add AD-FS support (#505)

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

a33076ada414ec70c3b29832916c8c1e71849f55 authored over 2 years ago by Steve0x2a <[email protected]>
fix: docker-compose.yml has duplicated label (#502)

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

9cabc4035fd3b8c2cc024a5649b9c86ae8fef3c0 authored over 2 years ago by Ghost Lee <[email protected]>
fix: empty iss return (#503)

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

274096fe9d409ce99dc8f47b7b557831ce4f3c36 authored over 2 years ago by Steve0x2a <[email protected]>
feat: add steam support (#497)

* feat: add steam support

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

* fix: wrong name

...

661abd6b6ec79f3cb78fe1d2453758eb19533e36 authored over 2 years ago by Steve0x2a <[email protected]>
feat: add pagination for LdapSyncPage and fix the bug Ldap auto-sync cannot disable (#496)

* feat: add pagination for LdapSyncPage

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

4122c94205da1cad08673d9a5ae4ab2248bd3156 authored over 2 years ago by Yixiang Zhao <[email protected]>
test: add tests in strings manipulation (#477)

* test: add tests in strings manipulation

Add tests
improving functions like BoolToString, ...

68ef5f83113d0a12acaf4ce7475ab504545822c2 authored over 2 years ago by Rafael Firmino <[email protected]>
feat: add helm manifest for k8s and makefile (#444)

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

Co-authored-by: xiong wang <xiong.wang@incep...

e35b058ab4d511f0e9bec99a174288a2a94a98f7 authored over 2 years ago by 大雄 <[email protected]>
Support docx file upload.

7d1f368bc20199d7b768f45e1a3e10f79ecb94e5 authored over 2 years ago by Gucheng Wang <[email protected]>
Fix crash in incremental ID.

0bd86baf4d6b10f111c1da0492a1fa8ef71c52c4 authored over 2 years ago by Gucheng Wang <[email protected]>
fix: fix missing username in forgetpage (#487)

adf036d8c75dd65d700bde9f459cc827e8714dd2 authored over 2 years ago by Товарищ программист <[email protected]>
fix: miss ca-certificates in docker image (#491)

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

2d19d366d4accce5d41daedab71c68a4726eb310 authored over 2 years ago by Zixuan Liu <[email protected]>
Update license headers.

db37f53d6c40519e11f43dff25fe2a723cc2ff80 authored over 2 years ago by Gucheng Wang <[email protected]>
Update logo.

eacd5f59dbe3194f065af6ef08378038b8f55d7b authored over 2 years ago by Gucheng Wang <[email protected]>
Update demo site URL.

9024010081bc13e66b0614cc201b1c82c02bb021 authored over 2 years ago by Gucheng Wang <[email protected]>
Support from link.

3aab6c86879925e7c92baa8d28529e71fdbb4237 authored over 2 years ago by Yang Luo <[email protected]>