Ecosyste.ms: OpenCollective

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

Casbin

An authorization library that supports access control models like ACL, RBAC, ABAC for Golang, Java, C/C++, Node.js, Javascript, PHP, Python, .NET (C#), Delphi, Rust, Dart/Flutter and Elixir
Collective - Host: opensource - https://opencollective.com/casbin - Website: https://casbin.org/ - Code: https://github.com/casbin

Deploying to master from @ casbin/casvisor-website@52ff0092b4396204d79f487b506375d190b8489d 🚀

github.com/casbin/casvisor.github.io - f1ff3e212b319e9e9696d0c709bdac8484035274 authored 7 months ago by casbin-bot <[email protected]>
fix: adapt docker-compose.yml to new image (#71)

github.com/casvisor/casvisor - 0e0ed20809d4f0ecca792cb720f8ff6ce58600a2 authored 7 months ago by Yaodong Yu <[email protected]>
fix: fix some comment typos (#1374)

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

github.com/casbin/casbin - 2f7619fe0f8c1e038b7d1a538672e2cff9883103 authored 7 months ago by yeahyear <[email protected]>
feat: add dbgate in docker image (#70)

github.com/casvisor/casvisor - 1ce294123c5fe97428c2288319953d35c9dba2ca authored 7 months ago by Yaodong Yu <[email protected]>
feat: Add face recognition model files (#80)

github.com/casbin/static - 0debdbc110b74b2a6ff89c29533308208cc0f2a7 authored 7 months ago by HGZ-20 <[email protected]>
feat: add `.golangci-lint.yml` and apply lint (#1372)

* feat: add golangci-lint config

* ci: update lint ci config

* ci: disable noisy lint rule...

github.com/casbin/casbin - 2858196210f79d0f073bcc1d53557dac367674c3 authored 7 months ago by 沐 <[email protected]>
feat: optimize dbgate config (#69)

* fix: optimize dbgate config

* fix: code

github.com/casvisor/casvisor - e861fb8b770bb7761dd83de4f48b69fdd3f80083 authored 7 months ago by Yaodong Yu <[email protected]>
Deploying to master from @ casbin/casbin-website-v2@f6fc5657d468781b87ac0902b9de7ad60228bfa4 🚀

github.com/casbin/casbin.io - f87241cd6418b7e595f67de7a5303bd3af96c0d7 authored 7 months ago by casbin-bot <[email protected]>
docs: fix wording in "How it works" page (#236)

I think it's better to replace 'SHOULD' by 'MUST'.

In the context of guidelines, recommendati...

github.com/casbin/casbin-website-v2 - f6fc5657d468781b87ac0902b9de7ad60228bfa4 authored 7 months ago by Jiachen Yu <[email protected]>
fix: upgrade CI Go version to 1.21

github.com/casbin/casbin - caebc401dee42fa5a1004d5a29600b343faca185 authored 7 months ago by Yang Luo <[email protected]>
feat: add nil checks on RoleManager (#1371)

github.com/casbin/casbin - 46136eddcf26a00eb3e94fa0e7c117e8944e43d0 authored 7 months ago by 沐 <[email protected]>
feat: fix LoadPolicy() for Amazon MemoryDB for Redis (#45)

github.com/casbin/redis-adapter - 00e084bf1709b4f18475b32df45271993373d2df authored 7 months ago by 沐 <[email protected]>
fix(pool): connection pool exhausted (#44)

github.com/casbin/redis-adapter - 2f9f7cf9528b1bfbed32b00ab9424657f67adfee authored 7 months ago by George <[email protected]>
Remove dataset related code

github.com/casvisor/casvisor - 2153466c1228ae36d53f2e170f7145b2ce521f8c authored 7 months ago by Yang Luo <[email protected]>
feat: integrate dbgate to manage databases (#68)

* feat: support dbgate data store

* feat: support dbgate data store

* feat: add license

...

github.com/casvisor/casvisor - 74f4c4b8892d96eb57183465f8885c432a25930d authored 7 months ago by Yaodong Yu <[email protected]>
feat: fix the closed network connection issue for Redis pool (#43)

github.com/casbin/redis-adapter - 9cd9abdc4892c3d7f92671057de3edb176a37f8b authored 8 months ago by George <[email protected]>
feat: update CI Go version to 1.19

github.com/casbin/redis-adapter - 3838b9c4975fee42fe61f3250ded8b105878eb06 authored 8 months ago by Yang Luo <[email protected]>
feat: improve README badges

github.com/casbin/redis-adapter - 0f85980e64abb411edcdfd9a2afbed9b0b708239 authored 8 months ago by Eric Luo <[email protected]>
Fix GetOnlineUserCount() panic

github.com/casbin/casnode - 2c477f2ba207e4cf0c7ede47eb82ccd1f75eb67a authored 8 months ago by Yang Luo <[email protected]>
fix: fix bugs (#67)

github.com/casvisor/casvisor - 4fda305b07a57f9e159c2017639696b42242a204 authored 8 months ago by Yaodong Yu <[email protected]>
feat: improve and add database setting in asset pages (#66)

* fix: improve assetPages

* fix: modify struct name

github.com/casvisor/casvisor - 662d88add8ac3fdc7a4971632893770d65e145b3 authored 8 months ago by Yaodong Yu <[email protected]>
Deploying to master from @ casbin/casibase-website@20ece5c8118e6851b16a0172bd7da53d2fdee7e5 🚀

github.com/casbin/casibase.github.io - e11d071a2f4a2299c52363534aff9b994fdce453 authored 8 months ago by casbin-bot <[email protected]>
Deploying to master from @ casbin/casbin-website-v2@b37bad089da271d02d3963db232ebf6f92f91836 🚀

github.com/casbin/casbin.io - 28a9d1067c6082a43b7c1d9d6189ebf815a2f269 authored 8 months ago by casbin-bot <[email protected]>
fix: editor-iframe-height to low hidden button (#235)

github.com/casbin/casbin-website-v2 - b37bad089da271d02d3963db232ebf6f92f91836 authored 8 months ago by yanggggjie <[email protected]>
fix: use react hooks to separate UI and logic (#100)

* use hooks to separate-UI-and-logic

* fix: use correct icon file

* fix: refine style

github.com/casbin/casbin-editor - b29aa5f7a11111df1c1100533fbc26c427e5f1bf authored 8 months ago by yanggggjie <[email protected]>
fix: update README.md to fit nextjs dev and production (#98)

github.com/casbin/casbin-editor - 674ac767061fecd22d6e5efa1afac961c5c8b85a authored 8 months ago by yanggggjie <[email protected]>
fix: nextjs basePath config (#97)

github.com/casbin/casbin-editor - ee23f733cb401f709342480e87bc869dd4a389c5 authored 8 months ago by yanggggjie <[email protected]>
feat: upgrade to Next.js based project (#96)

* feat: init nextjs project

* fix: fix ci to deploy nextjs

* fix: fix deploy basePath

*...

github.com/casbin/casbin-editor - 67bd93fe61cd95fcc65fe5cbe841ec0d82104d26 authored 8 months ago by yanggggjie <[email protected]>
feat: fix fullScreen scale bug (#65)

github.com/casvisor/casvisor - 93ca640afb1879be2ec20a8bdaf03336903f92ea authored 8 months ago by Yaodong Yu <[email protected]>
Deploying to master from @ casbin/casibase-website@0444b6fccf551272cb6b31899f6e0696f9b54bd2 🚀

github.com/casbin/casibase.github.io - 17732ecc97802639da994200eea1757bccb0e435 authored 8 months ago by casbin-bot <[email protected]>
Deploying to master from @ casbin/casvisor-website@2922c11cabc56204a071a973f3d8ac68a0275cfd 🚀

github.com/casbin/casvisor.github.io - eaf103349f03c0a49b9bf7d8e69973f53c71477a authored 8 months ago by casbin-bot <[email protected]>
chore: fix Generate PDF job (#11)

github.com/casbin/casvisor-website - 2922c11cabc56204a071a973f3d8ac68a0275cfd authored 8 months ago by Yaodong Yu <[email protected]>
docs: add try-with-docker document (#10)

* docs: add try-with-docker document

* docs: add try-with-docker document

* docs: add try-...

github.com/casbin/casvisor-website - ecbcc1ab01de11525a281695028d622fcd8b80fa authored 8 months ago by Yaodong Yu <[email protected]>
feat: limit transaction concurrency (#226)

github.com/casbin/gorm-adapter - 1f2965ad10a4ce97d91267ec9f51ca97f7833b84 authored 8 months ago by sylarxu <[email protected]>
feat: fix Docker image bug (#62)

* feat: fix image can not run

* chore: modify image

* chore: modify image

github.com/casvisor/casvisor - 7bd4e3eeb17fdb5cdf7505aa3943bef0372a0d8f authored 8 months ago by Yaodong Yu <[email protected]>
Add copy button in cert list page

github.com/casbin/caswaf - df6dfa452ac1669b797cbe0ac8207765c5749a17 authored 8 months ago by Gucheng Wang <[email protected]>
feat: fix bug in guacd commands of Docker image (#61)

github.com/casvisor/casvisor - c1f375bc0d58902400c10a0b8d9748e954d5fcc1 authored 8 months ago by Yaodong Yu <[email protected]>
feat: Add guacd in in ALLINONE image (#60)

github.com/casvisor/casvisor - dd731718b86821ed3167fcf7a1c3670e817dabc7 authored 8 months ago by Yaodong Yu <[email protected]>
Deploying to master from @ casbin/casibase-website@5837e672f979cc7fd771e743922edf73c436b8a2 🚀

github.com/casbin/casibase.github.io - 78344bfa77abb9052e33d53b1c88a31b5c35ca13 authored 8 months ago by casbin-bot <[email protected]>
feat: fix failed to run InitAuthz in docker (#59)

github.com/casvisor/casvisor - daa78b5027dd3c6ba176282249d5ff795cc41d18 authored 8 months ago by Yaodong Yu <[email protected]>
feat: remove useless ci.yml

github.com/casvisor/casvisor - 3af4ed69e07b10548468bb3d38c1fe6ce2d6ef15 authored 8 months ago by Yang Luo <[email protected]>
feat: fix code format

github.com/casvisor/casvisor - 36b49164d75b5aae10b6c2de06f0363a1acc4b50 authored 8 months ago by Yang Luo <[email protected]>
feat: fix CI script

github.com/casvisor/casvisor - 3a56a8442fa5da8e1931e3024c0aeb91caebbfbe authored 8 months ago by Yang Luo <[email protected]>
feat: add Dockerfile and docker-compose.yml (#58)

* feat: add Dockerfile and docker-compose.yml

* chore: update build.yml

* chore: update ap...

github.com/casvisor/casvisor - 571110cb4ef0b14068309c55a3fb37ce394c9e27 authored 8 months ago by Yaodong Yu <[email protected]>
Fix ping in handleRequest()

github.com/casbin/caswaf - c83ebb6ed1087cda7cab386edcbb4416bdbc8cd0 authored 8 months ago by Gucheng Wang <[email protected]>
Fix httpProxy

github.com/casbin/caswaf - 208132b7b28a1c75114509adfb510ea1ab4701bf authored 8 months ago by Gucheng Wang <[email protected]>
Add ping in handleRequest()

github.com/casbin/caswaf - 796e78990fdec2b79ed226d927ac0f06ae3dc221 authored 8 months ago by Gucheng Wang <[email protected]>
Add isHostIp()

github.com/casbin/caswaf - 1e705c0f140ceff7e8801c0e1fe791d590441aae authored 8 months ago by Gucheng Wang <[email protected]>
Fix getDomainExpireTime()

github.com/casbin/caswaf - 275148b8337deed54564ae81fb382a45b1a88ab7 authored 8 months ago by Gucheng Wang <[email protected]>
Add httpProxy

github.com/casbin/caswaf - 3ce436ad1809603f504f4faa8cf1ce82ff143fd7 authored 8 months ago by Gucheng Wang <[email protected]>
Improve pagination

github.com/casvisor/casvisor - 8eaa4a2611fd935e6980418f4e255d0a3f03ee3a authored 8 months ago by Yang Luo <[email protected]>
Fix checkCerts()

github.com/casbin/caswaf - a2435120317a929cabe337468836545427cd1dc8 authored 8 months ago by Gucheng Wang <[email protected]>
Disable 33060 port for now

github.com/casbin/caswaf - 608b4a26ec35ac951fa84dd2b131ad1ed1539e7b authored 8 months ago by Gucheng Wang <[email protected]>
Fix auto update cert bug

github.com/casbin/caswaf - 32ea92a91a8463cffe19555436e0df4907eca96f authored 8 months ago by Gucheng Wang <[email protected]>
feat: return error in getUserPermissions() related APIs (#1358)

github.com/casbin/casbin - 5acc40498bb0a720e86dde4dffccb80fbded93d4 authored 8 months ago by DacongDA <[email protected]>
Deploying to master from @ casbin/casbin-website-v2@ac073aeae7991d4d8211cb4ca9876c45c2699f53 🚀

github.com/casbin/casbin.io - 328b512259355230be7690c30195c8c78aadfe9b authored 9 months ago by casbin-bot <[email protected]>
Deploying to master from @ casbin/casbin-website-v2@ac073aeae7991d4d8211cb4ca9876c45c2699f53 🚀

github.com/casbin/casbin.io - 6e6b5cc05fe63c59933dadca5a5f8d870b7625ae authored 9 months ago by casbin-bot <[email protected]>
fix:Performance.mdx link syntax error

github.com/casbin/casbin-website-v2 - ac073aeae7991d4d8211cb4ca9876c45c2699f53 authored 9 months ago by yanggggjie <[email protected]>
fix:mdx link syntax error <> to []()

github.com/casbin/casbin-website-v2 - 1b63b36cd0a53240c9de8934f8c250386c8b1ee4 authored 9 months ago by yanggggjie <[email protected]>
fix:remove mdx type

github.com/casbin/casbin-website-v2 - a993f2352befe34ee0bf46890feab92358a8dfc5 authored 9 months ago by yanggggjie <[email protected]>
fix:add type attribute to correctly identify mdx in crowdin

github.com/casbin/casbin-website-v2 - 229da982efe19ca0633dd4820ff9c4945c2d086c authored 9 months ago by yanggggjie <[email protected]>
fix:add workflow_dispatch on master action

github.com/casbin/casbin-website-v2 - 0edf95daee0f2e8f2382422041754f690007d698 authored 9 months ago by yanggggjie <[email protected]>
fix: format Middlewares.mdx (#234)

github.com/casbin/casbin-website-v2 - f289e87800f7cfddbb464b2b3f0157da388ec82c authored 9 months ago by yanggggjie <[email protected]>
Update GetCurrentTime()

github.com/casbin/caswaf - a4c4c5bf48404d6976391629db11a7c8b2397604 authored 9 months ago by Gucheng Wang <[email protected]>
feat: add ecosystem page (#231)

* add ecosystem

* refine ecosystem page style

* set tooltip text

* fix node version and...

github.com/casbin/casbin-website-v2 - 5af3d02fd2c7d59f1c1a0aceda93489264be2d18 authored 9 months ago by yanggggjie <[email protected]>
Improve isAllowedInDemoMode()

github.com/casvisor/casvisor - 974c80802859a3cfc00678d3f222a9dc13a0913e authored 9 months ago by Yang Luo <[email protected]>
feat: refactor session related code (#57)

* feat: improve sessionListPage

* feat: improve sessionListPage

github.com/casvisor/casvisor - 2489a63d72b73907613d87f920e648feb13cf846 authored 9 months ago by Yaodong Yu <[email protected]>
Deploying to master from @ casbin/casbin-website-v2@ebd9b7e407509fc17709a54f426c344d898ccc91 🚀

github.com/casbin/casbin.io - fa2400cb0cf9d9cbd9516163ae3229fe62f22b51 authored 9 months ago by casbin-bot <[email protected]>
feat: fix RDP scale (#56)

github.com/casvisor/casvisor - 9d1ec2794c7bb2370fc46f2225ddb3d8f240e723 authored 9 months ago by Yaodong Yu <[email protected]>
docs: add docs for menu permissions (#229)

Create a new scenarios sidebar and add a menu-permission page and mobile data-permissions page.

github.com/casbin/casbin-website-v2 - ebd9b7e407509fc17709a54f426c344d898ccc91 authored 9 months ago by Xu Zerui <[email protected]>
Update README.md

github.com/casvisor/casvisor - 3e8b9410e09b9fdebbf6158342d3435907e153e2 authored 9 months ago by hsluoyz <[email protected]>
fix: enforcer_server (#21)

github.com/casbin/casbin-ex - 85efaa43d38ce89065b150debbe51f9dbc7427b9 authored 9 months ago by Nicolas Mark <[email protected]>
feat: fix multiple remote desktop connections (#51)

github.com/casvisor/casvisor - 86ef35da16d3c03860d43b7d112e89ddc87ff94c authored 9 months ago by Yaodong Yu <[email protected]>
refactor: replace numeric literals with constants (#1)

Co-authored-by: Nagiyev Marif <[email protected]>

github.com/casbin/chi-authz - 24af74905f10c1e3c73143932963e2da622fd63f authored 9 months ago by Marif <[email protected]>
Deploying to master from @ casbin/casibase-website@e9535a535516d5556c040fc4b405fa0ea0839e78 🚀

github.com/casbin/casibase.github.io - 760a158f1328a0a9b634ee223af3608844245926 authored 9 months ago by casbin-bot <[email protected]>
ci: ignore localhost links (#23)

github.com/casbin/casibase-website - e9535a535516d5556c040fc4b405fa0ea0839e78 authored 9 months ago by YunShu <[email protected]>
feat: update go-pg to overcome SASL error (#50)

github.com/casbin/casbin-pg-adapter - 1dea9515c42aa46b87c8ea21f5026baf0e318284 authored 9 months ago by Sayak Mukhopadhyay <[email protected]>
feat: update to Go 1.18

github.com/casbin/casbin-pg-adapter - 7094562fff1dfb3264904863feb7145634122d51 authored 9 months ago by Yang Luo <[email protected]>
feat: add NewWatcherWithConfig() (#25)

* feat: Added configuration-based constructors

* fix: keyName is not specified.

* test: ne...

github.com/casbin/etcd-watcher - ace56e7aa15421d829fbdafdb3a045d0daeaa8d5 authored 9 months ago by YuetChn <[email protected]>
feat: update CI Go version

github.com/casbin/etcd-watcher - fcbdc9d3e2098b85f0b7a95a0b999db4eee4022c authored 9 months ago by Yang Luo <[email protected]>
Fix dbName in app.conf

github.com/casbin/caswaf - a1272c82c48b01f835465f4c7710215cc6990b52 authored 9 months ago by Gucheng Wang <[email protected]>
fix: fix soft router (#50)

* fix: fix soft router

* fix: fix soft router

github.com/casvisor/casvisor - c7910860f36bb1651a97b0d4187af10627fceef4 authored 9 months ago by Yaodong Yu <[email protected]>
feat: support generating Swagger docs by api (#6)

github.com/casbin/bee - b05528d7e15f4f4d78460cd9f287dab19bc7bc7a authored 9 months ago by xiao-kong-long <[email protected]>
fix: default expand nodes (#49)

github.com/casvisor/casvisor - 6f002d464f6bde81af8883bd8a65b3a73eaa205c authored 9 months ago by Yaodong Yu <[email protected]>
Add GetMaskedAsset()

github.com/casvisor/casvisor - 401c97b33c3367e9c4a67cf6bf19e350783abda1 authored 9 months ago by Yang Luo <[email protected]>
Fix empty item crash

github.com/casvisor/casvisor - c653572fad58e718f4a80cf3845c9bd7314c316a authored 9 months ago by Yang Luo <[email protected]>
feat: add workbench page (#47)

github.com/casvisor/casvisor - 5c48839b0f534221621dd01cf00a6ac6054f2783 authored 9 months ago by Yaodong Yu <[email protected]>
refactor: refactor menu and layout (#48)

* refactor: refactor menu and layout

* refactor: refactor menu and layout

github.com/casvisor/casvisor - 8b97b5ba30d84b11dedae7bc7b7995ab2aaf4b7d authored 9 months ago by Yaodong Yu <[email protected]>
feat: support generating Swagger docs by tags (#4)

github.com/casbin/bee - 9d16ab1b8b9373640542788c0ec5b13dbe6740c8 authored 9 months ago by xiao-kong-long <[email protected]>
Deploying to master from @ casbin/casbin-website-v2@a5875ad47f1041e09d7ea85e888056caf0700987 🚀

github.com/casbin/casbin.io - db64a696dfa85c62595464f8753aa43c2476c17a authored 9 months ago by casbin-bot <[email protected]>
docs: fix dead links (#226)

github.com/casbin/casbin-website-v2 - a5875ad47f1041e09d7ea85e888056caf0700987 authored 9 months ago by YunShu <[email protected]>
Deploying to master from @ casbin/casbin-website-v2@89316310e8bc9bec9e4045335fc39353a6866bea 🚀

github.com/casbin/casbin.io - dbb234db864de52fc88b2208ee3fc5f2fd8aeb31 authored 9 months ago by casbin-bot <[email protected]>
Update logos

github.com/casbin/static - 115555d4501ec575097b4c09ac9b0a4ae1614115 authored 9 months ago by Yang Luo <[email protected]>
Add other ideas

github.com/casbin/Talent2025 - eb97f63137d07237067aaafd3cf81a3b2e943349 authored 9 months ago by Yang Luo <[email protected]>
feat: handle websocket error (#42)

github.com/casvisor/casvisor - 6a0bda75bac69d937f4b578c1c6f51262a31d341 authored 9 months ago by Yaodong Yu <[email protected]>