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

Add DNS Provider for VegaDNS (#553)

github.com/casbin/lego - 3f09ecc0b12e8016358ac24e8e9fd05871204273 authored over 6 years ago by Bill Shupp <[email protected]>
feat: CA Server Name. (#590)

github.com/casbin/lego - 9bb5589e17964bfbfb4d25d204a6bb4e10bef3b2 authored over 6 years ago by Ludovic Fernandez <[email protected]>
Don't trust identifiers order. (#589)

ACME draft Section 7.4 "Applying for Certificate Issuance"
https://tools.ietf.org/html/draft-ie...

github.com/casbin/lego - a2543a2fde2fafa4bc663e0058e59915967e8034 authored over 6 years ago by Ludovic Fernandez <[email protected]>
refactor: replace Dial by DialContext. (#585)

github.com/casbin/lego - 94e14328abab654b00e601460b65bccda9998307 authored over 6 years ago by Ludovic Fernandez <[email protected]>
Merge branch 'master' of v.src.corp.qihoo.net:scp/bee

github.com/casbin/bee - 6dd625232dfa141059c603f23ea53020746d2ef8 authored over 6 years ago by wilhelmguo <[email protected]>
Support extra args to run application.

github.com/casbin/bee - cd82742af9f21c94daece7d63a0d39830356c79d authored over 6 years ago by Codeb Fan <[email protected]>
Order polling wait (#581)

github.com/casbin/lego - 54422ab22699dc619f76a1e9d9f053667d9b4e50 authored over 6 years ago by Robert Kästel <[email protected]>
Remove Auth0 sponsorship from README.

github.com/casbin/casbin - 9b70943b813c2bec8a02170ada40556886aaa1b3 authored over 6 years ago by Yang Luo <[email protected]>
Add DNS Provider for SAKURA Cloud (#456)

github.com/casbin/lego - 05921d9810ba6798d6f2324c2ea0ed9c7b329a33 authored over 6 years ago by Kazumichi Yamamoto <[email protected]>
Review DNS providers (#580)

* refactor: create log.Infof and log.Warnf
* refactor: review DNS providers.
- use one `ht...

github.com/casbin/lego - a1585a7b9afa8dcd05777b1d0528b87ff2b7c30a authored over 6 years ago by Ludovic Fernandez <[email protected]>
tls-alpn: add a function to return PEM blocks. (#579)

* feature(tls-alpn): add function to return PEM blocks.

github.com/casbin/lego - 57782ac3c12a4c837edac0e3874dc33dd671565c authored over 6 years ago by Ludovic Fernandez <[email protected]>
Merge pull request #106 from jungju/master

Safe to check variable line after TrimSpace()

github.com/casbin/casbin - 53ef322a6e431b7d9f50fd451a81e8a7d25440b7 authored over 6 years ago by Yang Luo <[email protected]>
Fix the missing ... in LogPrint().

github.com/casbin/casbin - 556cdaabd00d090e47ea3092b46fb8d41ef65478 authored over 6 years ago by Yang Luo <[email protected]>
Variable line must be checked after TrimSpace()

github.com/casbin/casbin - 5a2571d9084994031018fe9cdef75abf4cb36377 authored over 6 years ago by Jungju <[email protected]>
TLS-ALPN-01 Challenge (#572)

* feat: implemented TLS-ALPN-01 challenge

github.com/casbin/lego - d457f70ae0a39ea3e62ddad62caa7c29d33a01e2 authored over 6 years ago by Wyatt Johnson <[email protected]>
Review DNS providers. (#565)

* refactor: review DNS providers.

github.com/casbin/lego - c4bbb4b819c087d02066fe745d7ca5b60a480d36 authored over 6 years ago by Ludovic Fernandez <[email protected]>
ACME HTTP: Allow customizing HTTP client x509.CertPool (#571)

This commit updates `acme/http.go` to allow customizing the
`*x509.CertPool` used by the `HTTPC...

github.com/casbin/lego - 8f9e90b2a0d599f827d8908dc5454057f71cc101 authored over 6 years ago by Daniel McCarney <[email protected]>
fix bee.json & Beefile watch_ext doesn't work

github.com/casbin/bee - 25063a62c4fb24ea1d0bc0707213f69842aae10e authored over 6 years ago by Medicean <[email protected]>
dns/exec: Allow passing the program to the provider directly (#573)

This adds a function NewDNSProviderProgram() to the exec provider that allows to set the program...

github.com/casbin/lego - 5005315fff0eef3ce12511b61ebfba52b5b21185 authored over 6 years ago by AndreKR <[email protected]>
Add Argo CD to our adopters in README.

github.com/casbin/casbin - de4c136e47ae0fcd4d25ea26a5454a31bb07d097 authored over 6 years ago by Yang Luo <[email protected]>
Add Skydive to our adopters in README.

github.com/casbin/casbin - 092da6a054faa8ec430147aa7299e7420e5f24c2 authored over 6 years ago by Yang Luo <[email protected]>
fix: user-agent string order. (#566)

github.com/casbin/lego - 7fedfd1388f016c7ca7ed92a7f2024d06a7e20d8 authored over 6 years ago by Ludovic Fernandez <[email protected]>
Add Redis Watcher to README.

github.com/casbin/casbin - 1caa46ef09d00bb8d1123651156aeb17a8a4f07f authored over 6 years ago by Yang Luo <[email protected]>
Fix wrong repository URL (#563)

github.com/casbin/lego - 27e0f97c9df37cad8c4ba0ef1d133fa57afb7469 authored over 6 years ago by xenolf <[email protected]>
Added 'processing' status as valid challenge status (#561)

github.com/casbin/lego - f17b1ce51625145772db2bab6be8b7ea1d4c6fe3 authored over 6 years ago by nelsonkram <[email protected]>
Prepare release v1.0.0 (#559)

* Prepare release v1.0.0

* review: remove infrastructure items from CHANGELOG.md

* review:...

github.com/casbin/lego - fefeb24353e513a985358d4a7746b2467ac05e31 authored over 6 years ago by Wyatt Johnson <[email protected]>
Manage vendor (#557)

* feat: add dep configuration files.

* chore: add vendor folder.

* refactor: update Docker...

github.com/casbin/lego - 6004e599ed936b235138efa51cdc1d7405cef519 authored over 6 years ago by Ludovic Fernandez <[email protected]>
Add linters (#556)

* feat: add linters.
* fix: lint.

github.com/casbin/lego - 1b12c25e434a609b2667299acfe93a5db2652233 authored over 6 years ago by Ludovic Fernandez <[email protected]>
Add details to the cloudflare error message (#452)

github.com/casbin/lego - 517f442fa34f283671b96ee028aac5c23d9371bd authored over 6 years ago by NicoMen <[email protected]>
Fix gcloud naming inconsistency; parse projectID (#425)

This commit fixes the naming inconsistency of Google Cloud DNS being
named `googlecloud` in the...

github.com/casbin/lego - 0593b64674aab6828aee3ad05bea55fd0dc2476f authored over 6 years ago by Dan Lüdtke <[email protected]>
ACME V2 support (#555)

github.com/casbin/lego - e7fd871a9ce973f903214a0a9d10d31b72d8154a authored over 6 years ago by Ludovic Fernandez <[email protected]>
Update Dockerfile (#484)

This updates the Dockerfile to use multi-stage builds and enables a build argument to specify wh...

github.com/casbin/lego - 1d9b0906b1033b3d4d20cbd280369adb0d3c5cd4 authored over 6 years ago by Pall Valmundsson <[email protected]>
chore: ignore gitcookies. (#554)

github.com/casbin/lego - 86f17212810e5b2c031794fa07fd4ae454ef3a2f authored over 6 years ago by Ludovic Fernandez <[email protected]>
Prepare release v0.5.0 (#552)

github.com/casbin/lego - 084e2809343d58a1555ae668e0f87219f9a33a92 authored over 6 years ago by Ludovic Fernandez <[email protected]>
Add a release system. (#550)

* feat: add release system.
* feat: goreleaser.
* review: minor changes.

github.com/casbin/lego - 3cc9a19a1cd38921e58d98f3f1cb8c4666a1bd25 authored over 6 years ago by Ludovic Fernandez <[email protected]>
Add the online editor to README.

github.com/casbin/casbin - 7477c3854dc246399a15400bd5861c13b745ba4b authored over 6 years ago by Yang Luo <[email protected]>
Separate "g" and "p" rules with "\n" in examples.

github.com/casbin/casbin - bb7102434bbc55f91baccf35eb5530bd2340e5d1 authored over 6 years ago by Yang Luo <[email protected]>
fix *time.Time type parse error.

github.com/casbin/bee - bb68873f45713334c5e75620b201656a415f7145 authored over 6 years ago by guoshaowei <[email protected]>
Merge pull request #98 from kenjones-cisco/task/lint-fixes

Task: Resolve lint errors

github.com/casbin/casbin - 2d8d2b24c6082e694d2405a810c488b06ecdc25d authored over 6 years ago by Yang Luo <[email protected]>
Task: Resolve lint errors

github.com/casbin/casbin - 437f266893d038cf14387afb4b3507f9761d97f0 authored over 6 years ago by kenjones <[email protected]>
Merge pull request #4 from Jogai/master

Added some providers and server

github.com/casbin/awesome-auth - a3550ad037aa3e187f3f8d0aeca96f991f162e60 authored over 6 years ago by Yang Luo <[email protected]>
Update README.md

github.com/casbin/awesome-auth - 4c999c249bd0c1114a227df209a37b3bca5f61f2 authored over 6 years ago by Jogai <[email protected]>
Add OAuth providers

Fixes https://github.com/casbin/awesome-auth/issues/3

github.com/casbin/awesome-auth - ed3c5e6cb4cbd721abfdd40c64219c48ec001202 authored over 6 years ago by Jogai <[email protected]>
Add IdentityServer4

Fixes https://github.com/casbin/awesome-auth/issues/2

github.com/casbin/awesome-auth - 524f01eb2abb0d93ad7062b9bff07f931de9cee3 authored over 6 years ago by Jogai <[email protected]>
Adding output of which envvars are missing in Cloudflare and Azure (#537)

* Adding output of which envvars are missing in Cloudflare dns provider

* go fmt, duh

* Fi...

github.com/casbin/lego - 8e9c5ac3e6bf1392a581eece36752e7360a3414b authored over 6 years ago by Daniel Alan Miller <[email protected]>
Add policy update' tutorial to README.

github.com/casbin/casbin - 25ad5e60dee6815826ceb9fe2a9873362a32ce0b authored over 6 years ago by Yang Luo <[email protected]>
Fix the delete failure bug caused by the id column.

github.com/casbin/beego-orm-adapter - ba104911ae5b3d6f4569781e70ea586fd1b174e9 authored over 6 years ago by Yang Luo <[email protected]>
Add t.Helper() to test.

github.com/casbin/xorm-adapter - 6d86407ce2631ca1f6f6943374c6129c5b03e190 authored over 6 years ago by Yang Luo <[email protected]>
Add t.Helper() to test.

github.com/casbin/beego-orm-adapter - f036180f25df09d003745b4b966c7060b95c3ffb authored over 6 years ago by Yang Luo <[email protected]>
Refactor out registerDataBase().

github.com/casbin/beego-orm-adapter - 95b5748d04d70a324cfd7908ed39f85eb9d28c27 authored over 6 years ago by Yang Luo <[email protected]>
Merge pull request #9 from Hellobigxu/adapter-filternull

Fixed a bug. When do RemoveFilteredPolicy(0,sub,,act) doesn't affect …

github.com/casbin/mongodb-adapter - 94a6b8a052e6727dfe20d7bfc4d6e8fa8a76a71f authored over 6 years ago by Yang Luo <[email protected]>
Fixed a bug. When do RemoveFilteredPolicy(0,sub,,act) doesn't affect the policy in the storage

github.com/casbin/mongodb-adapter - f1de852e920543d4d55c87dcf907d725df5f86bc authored over 6 years ago by guoxing.xu <[email protected]>
Merge pull request #515 from coseyo/bugfix_path

fix api path contain regex string bug

github.com/casbin/bee - 5c1ee91097eeb3df025f2b579a9a223473e5e0a3 authored over 6 years ago by astaxie <[email protected]>
Add Filtered File Adapter in README.

github.com/casbin/casbin - d71629e497929858300c38cd442098c178121c30 authored over 6 years ago by Yang Luo <[email protected]>
Add Banzai Pipeline to our adopters in README.

github.com/casbin/casbin - 31707137da6eeed7427dc7d16d12d855bc002d8a authored over 6 years ago by Yang Luo <[email protected]>
Add Banzai Cloud's tutorial.

github.com/casbin/casbin - f2b9509e92612a3c904351c98e164ef42918526d authored over 6 years ago by Yang Luo <[email protected]>
Merge pull request #91 from Codier/patch-1

Update typo in comments

github.com/casbin/casbin - 562acd2dbcaad1466a0c9fbd3efb0ff3e0ed8d93 authored over 6 years ago by Yang Luo <[email protected]>
Update typo in comments

github.com/casbin/casbin - abd3787eb97ed69a6a37a91ab9e9a2d24bb91a9f authored over 6 years ago by Di Peng <[email protected]>
Fix the wrong spaces in logging of RBAC API with domains's test.

github.com/casbin/casbin - 369b7333abdfc4d59402886edcf8b1558796bd7e authored over 6 years ago by Yang Luo <[email protected]>
Remove useless testHasGroupingPolicyStringInput().

github.com/casbin/casbin - 8f5641bdf7e9cc89ce989ccec19b3fd3bcf8e950 authored over 6 years ago by Yang Luo <[email protected]>
Simplify util's ParamsToString().

github.com/casbin/casbin - d505b1c164c3bc706723bb345c1a19ab40394492 authored over 6 years ago by Yang Luo <[email protected]>
Fix the format in Mgmt API's test.

github.com/casbin/casbin - 0d45f0794b8f8a4f4690098916ef819852de2557 authored over 6 years ago by Yang Luo <[email protected]>
Add ZooKeeper Watcher to README.

github.com/casbin/casbin - 023e918c1469e526b47ebfc1b8852a75bc0c3807 authored over 6 years ago by Yang Luo <[email protected]>
Improve the param of Enforcer.AddFunction().

github.com/casbin/casbin - f2d73eb522961daf8f1a6b35222f89dd7ec07e40 authored over 6 years ago by Yang Luo <[email protected]>
Fix dnsimple api (#529)

github.com/casbin/lego - 5922ca92694ae0d455fc9de4776aa4f141c0dcb6 authored over 6 years ago by dajenet <[email protected]>
Move UI editor's images outside.

github.com/casbin/casbin - 958e974dc688ceda876820d963ed50677c0921ec authored over 6 years ago by Yang Luo <[email protected]>
Remove useless spaces.

github.com/casbin/casbin - ea93e03f0541b39d8537eb02591db7955454351c authored over 6 years ago by Yang Luo <[email protected]>
Simplify the GenerateGFunction() function.

github.com/casbin/casbin - 840a3b560cded3e6321b56599857aaf29c24623c authored over 6 years ago by Yang Luo <[email protected]>
Move generateGFunction() to util package.

github.com/casbin/casbin - a552741ff11d7c109e4bc2b90129dec0bc242237 authored over 6 years ago by Yang Luo <[email protected]>
route53: Use NewSessionWithOptions instead of deprecated New. Fixes #458. (#528)

github.com/casbin/lego - b2c4f3c84edb8fa3cdf4ae7d76acc5c57798de94 authored over 6 years ago by Johannes Ebke <[email protected]>
Accept modelPath in NewModel().

github.com/casbin/casbin - 6f8b48378a0b1a084ca033fbd4db428f4a479642 authored over 6 years ago by Yang Luo <[email protected]>
Refactor the Init- functions of the Enforcer.

github.com/casbin/casbin - 2ec53e21a08b4cbf978012d941c6165211e62d1b authored over 6 years ago by Yang Luo <[email protected]>
Simplify the Enforce() code.

github.com/casbin/casbin - ad4136c716751f72b27fa1140cf4a75af61ef8c7 authored over 6 years ago by Yang Luo <[email protected]>
Refactor out generateGFunction() in Enforcer.

github.com/casbin/casbin - 4ba0f2f6891fc589f2a337cb19dff407f7d87014 authored over 6 years ago by Yang Luo <[email protected]>
Remove policyLoop label in code.

github.com/casbin/casbin - 99c5a505dba420e465457c69294b8e134ab9822d authored over 6 years ago by Yang Luo <[email protected]>
Improve the code format of if.

github.com/casbin/casbin - dc1837ecafc77e2a8585745530ce22e75f8a1f27 authored over 6 years ago by Yang Luo <[email protected]>
Fix some comments.

github.com/casbin/casbin - ff53dd9a472d4bc57c533eb9ec7baa648faa9bb9 authored over 6 years ago by Yang Luo <[email protected]>
Improve the code format in Mgmt API.

github.com/casbin/casbin - 828b9a17c2f4ebcee0908b4617db1deb5c0d5f5d authored over 6 years ago by Yang Luo <[email protected]>
Add Akamai FastDNS as DNS provider (#522)

* Adding support to Akamai FastDNS as DNS provider

* Adding fastdns to the list of dnsproviders

github.com/casbin/lego - 3c9be22bc07982ae08633712de135853cee1d8dd authored over 6 years ago by Jefferson Girão <[email protected]>
Add Bluecat DNS provider (#483)

github.com/casbin/lego - 5ebb80fb44c9a8bdb36542ca73e2cf9674c1010b authored over 6 years ago by Kirby Files <[email protected]>
Add dns provider duckdns.org (#513)

* Add dns provider duckdns see http://www.duckdns.org/spec.jsp for more info

* Add DNS challe...

github.com/casbin/lego - d7fdc8f54aecdaba627aedc1d740ee1cc2d3a26c authored over 6 years ago by Nick Maliwacki <[email protected]>
Add DNS-01 solver using the GleSYS API (#502)

* Add GleSYS DNS-01 solver

* API url is not overridden during tests

* Use logging package
...

github.com/casbin/lego - 1028c3b19077ea5797d7c6b84eafd3b3a500f8d1 authored over 6 years ago by Adrian Bjugård <[email protected]>
Use go tip in Travis CI.

github.com/casbin/casbin - d68b28651be50f4bf6298b6a977b2abb9d7925a3 authored over 6 years ago by Yang Luo <[email protected]>
Add DNS challenge provider 'exec' (#508)

As discussed in #505, this commits adds a very simple DNS provider which
calls out to an extern...

github.com/casbin/lego - 2b18d40babe3f1b6d9609172a02c90f64c172a26 authored over 6 years ago by Alexander Neumann <[email protected]>
Update ignoredFilesRegExps

解决了在执行 `bee run -gendoc=true` 时,更新`commentsRouter_controllers.go`文件导致多次触发"build"的bug。

github.com/casbin/bee - c1896dd4cf361be5dcaf63b88aa4cf4b66b3c04b authored over 6 years ago by qida <[email protected]>
Add php-casbin to README.

github.com/casbin/casbin - 4ceb6aeb4c9ae8568b160c5ecf6310f54cb0ac50 authored over 6 years ago by Yang Luo <[email protected]>
fix api path contain regex string bug

github.com/casbin/bee - cb47a5a5fe4e7ab01ff2e46f20f7d03cbdaf1bf8 authored over 6 years ago by zhongyijun <[email protected]>
Merge pull request #80 from cpg1111/remove_reflect

Remove reflect

github.com/casbin/casbin - 97a95485da8215fb7df51f4b22d0c9aec8f80569 authored over 6 years ago by Yang Luo <[email protected]>
Add String Adapter to README.

github.com/casbin/casbin - 733e4d852afef43a00bb76d031d1ed484b0efeee authored over 6 years ago by Yang Luo <[email protected]>
remove reflect from management api

github.com/casbin/casbin - 2a5cf61609d8a98d1184e2909c7de47c694abcbd authored over 6 years ago by cpg1111 <[email protected]>
remove reflect from FilteredAdapter type assertions

github.com/casbin/casbin - a04b09881c2fbb57d19fe3d26da3f83f8dfea8b4 authored over 6 years ago by cpg1111 <[email protected]>
replace reflect.Kind() calls with switch-type statements

github.com/casbin/casbin - 58f5bf56a0c3e80934f7d50c7386daeb8549e145 authored over 6 years ago by cpg1111 <[email protected]>
Slightly improve Dyn provider error reporting. (#473)

If Dyn responds with a 3xx or 4xx status code, information describing exactly
what went wrong i...

github.com/casbin/lego - 2e0e9cd68f0dd462a61a353129ac720b16b7883b authored over 6 years ago by Remi Broemeling <[email protected]>
Merge pull request #514 from WUMUXIAN/develop

Swagger docs generation improvement.

github.com/casbin/bee - b0432d7c0478cda8e83541c7d882f2532526db47 authored over 6 years ago by astaxie <[email protected]>
Added support for ArrayType type definition.

github.com/casbin/bee - c23138b457e3cf147bd50e98e9de1a946ede028e authored over 6 years ago by WUMUXIAN <[email protected]>
Merge pull request #5 from faceless-saint/master

[feature] Add policy filtering

github.com/casbin/mongodb-adapter - 52263223b24e49ba2e0673e811e20aadf3c5d59f authored over 6 years ago by Yang Luo <[email protected]>
Refactor out filter_test.go

github.com/casbin/casbin - 9a6dc9c980584635572a73e93a81197e1dcb0e89 authored over 6 years ago by Yang Luo <[email protected]>
Merge pull request #78 from faceless-saint/master

[feature] Add policy filtering

github.com/casbin/casbin - 04b3731d8ac4b3b0822690b18034dc5084fbc4d8 authored over 6 years ago by Yang Luo <[email protected]>
[feature] Add policy filtering

Allow for filtered policy loading, so that the loaded policy is
a targeted subset of the policy ...

github.com/casbin/mongodb-adapter - 14e613da954eebc55b193cc24e50e88a7128d6f7 authored over 6 years ago by Ryan Clarke <[email protected]>
[style] Run go fmt

github.com/casbin/casbin - 0f4a37f0047f2d37ff737ee414d3ea7c6cff88ae authored over 6 years ago by Ryan Clarke <[email protected]>