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

Introduce rest.HandleFunc

github.com/casbin/go-json-rest - 7ea14fa1065351e7540bde8b129b870090e75faf authored over 10 years ago by antoine <[email protected]>
stop supporting Go 1.0.3

the CloseNotifier interface is required.

github.com/casbin/go-json-rest - 8473ab15cfe4be1695e0363dd679c103ab4a41a2 authored over 10 years ago by antoine <[email protected]>
Make rest.RW implement the http.CloseNotifier interface

github.com/casbin/go-json-rest - d81bc1180c33f3ff164e2957735923a3a109e98e authored over 10 years ago by antoine <[email protected]>
Add conf option for watch all

github.com/casbin/bee - 1a352bc6b3f0dd48ff00512c483558d5b2420c29 authored over 10 years ago by Unknown <[email protected]>
Add Header X-Powered-By: go-json-rest

github.com/casbin/go-json-rest - 2533a66fc2ffaf50bb20f4788dbedbbd24526c3b authored over 10 years ago by antoine <[email protected]>
Add example to the README

github.com/casbin/go-json-rest - 206d88886a28bef5c1870367900745d81d8d2df1 authored over 10 years ago by antoine <[email protected]>
Make the stream format a Line Delimited JSON

github.com/casbin/go-json-rest-examples - 204ceec06b5f048a2ec90e24163c1c3076258c2e authored over 10 years ago by antoine <[email protected]>
Demonstrate a streaming REST API, where the data is "flushed" to the client ASAP.

Works with the FlushSupport branch of go-json-rest

github.com/casbin/go-json-rest-examples - 9550c2a798d0faa7b1202a033aea1f537a65762f authored over 10 years ago by antoine <[email protected]>
Tentative of Flush() support (need tests)

The ResponseWriter provided by the server implementation of net/http
has a Flush() method. This ...

github.com/casbin/go-json-rest - 922c77e4c8b401d04615c5931439b1363f308f36 authored over 10 years ago by antoine <[email protected]>
Color logging

github.com/casbin/go-json-rest - 2ebc7140749543779a5cbdb1a1d325615330532d authored over 10 years ago by antoine <[email protected]>
Make Go 1.0 happy

github.com/casbin/go-json-rest - ec2b3ec862baa5c05ed3112cafebabe2f7832112 authored over 10 years ago by antoine <[email protected]>
Rewrite the gzip wrapper to always set Vary: Accept-Encoding

github.com/casbin/go-json-rest - 300af0d31833f19ef1bbf569eaddc643b10df2b5 authored over 10 years ago by antoine <[email protected]>
Add the header Vary: Accept-Encoding for the gzipped responses

github.com/casbin/go-json-rest - 38ef40eaa0aac53a8741e075c6543f4d1291caff authored over 10 years ago by antoine <[email protected]>
Merge pull request #13 from goinggo/master

Added support to watch all folders with Go files

github.com/casbin/bee - 1421e371a8daa3a6481f8aaa683c80fff8637b75 authored over 10 years ago by astaxie <[email protected]>
Added support to watch all folders with Go files

github.com/casbin/bee - da150b9b10ed7eb0795ffc693237f7775ab68db5 authored over 10 years ago by William Kennedy <[email protected]>
happy new year!

github.com/casbin/go-json-rest - a6396a924a69ca86f6ea7c5318b2ce8f1da7d3a1 authored almost 11 years ago by antoine <[email protected]>
Move this badge down

github.com/casbin/go-json-rest - 04fc8017d6ba0b367ee2e581d4da6806082f718a authored almost 11 years ago by antoine <[email protected]>
Trying GA integration

github.com/casbin/go-json-rest - 41a0914366bd609c1392964fd6fdd41af2a021bd authored almost 11 years ago by antoine <[email protected]>
bee pack add two args -exr (support exclude filename use regexp) -be (can add custom build env variables) #352 #1

github.com/casbin/bee - 89ed4f92e79b522ef3c56fb199eb2b0d05171e82 authored almost 11 years ago by slene <[email protected]>
UPDATED README

github.com/casbin/bee - 0844deda674fcfdfb0456a943a0f55ebab5158af authored almost 11 years ago by Unknown <[email protected]>
miss url

github.com/casbin/bee - b103a8a3a29009bfeb69e913aca6168748489099 authored almost 11 years ago by astaxie <[email protected]>
routers

github.com/casbin/bee - 34920594295d0540228e146ad62641431a968cbd authored almost 11 years ago by astaxie <[email protected]>
routes fixed to routers

github.com/casbin/bee - 2ff8323c1189a4f1ef6d0c01aaf5fbdb193d7e49 authored almost 11 years ago by astaxie <[email protected]>
add goconvey

github.com/casbin/bee - 88be60060e4094b0a7f57f5edad4ba12889290d8 authored almost 11 years ago by astaxie <[email protected]>
bee tools add router & test

github.com/casbin/bee - df4f44fde17c6312a41451a19377bfcbb13772d0 authored almost 11 years ago by astaxie <[email protected]>
Merge branch 'master' of github.com:beego/bee

github.com/casbin/bee - d4cd5a0671ffcecbe23da8f7ccf8ef01bbab10b2 authored almost 11 years ago by slene <[email protected]>
update bee pack add custom build args

github.com/casbin/bee - 743c86099d1d5da3aa3b84df1948d43284edef86 authored almost 11 years ago by slene <[email protected]>
New example demoing GORM

github.com/casbin/go-json-rest - 112b837b0c4d6748be1eb7ebe9c0ad791232e6e6 authored almost 11 years ago by antoine <[email protected]>
New example demoing GORM

Demonstrate basic CRUD operation using a store based on MySQL and GORM

github.com/casbin/go-json-rest-examples - 598d251171ed357ab01844e7b4ff855413f99712 authored almost 11 years ago by antoine <[email protected]>
Merge branch 'master' of github.com:ant0ine/go-json-rest

github.com/casbin/go-json-rest - 9c44224db08cfa0f4a9981d37e265f323e50f6e3 authored almost 11 years ago by antoine <[email protected]>
Move the examples to https://github.com/ant0ine/go-json-rest-examples

github.com/casbin/go-json-rest - 6c1d96af9ab93634ef182e6fb7edffbf0c061983 authored almost 11 years ago by antoine <[email protected]>
Update the README to point to the new examples repo

github.com/casbin/go-json-rest - 2a4ec9e48068a3be89e9b3c3f6955a1bffa02c10 authored almost 11 years ago by antoine <[email protected]>
Move examples from the go-json-rest repo to this one.

github.com/casbin/go-json-rest-examples - ea7c11e0b3cd77cf176dfd3362fd320012942b64 authored almost 11 years ago by antoine <[email protected]>
Initial commit

github.com/casbin/go-json-rest-examples - fd0eafa94dd536a18e6e18b868f7ad412e7e638b authored almost 11 years ago by Antoine Imbert <[email protected]>
Bug fixed

github.com/casbin/bee - ebcc00b1132a4f63738659139a643bb99fd1e9d5 authored almost 11 years ago by Unknown <[email protected]>
Merge branch 'master' of github.com:beego/bee

github.com/casbin/bee - a337507ae875ee9e9afda1c78a29e467c298d9ce authored almost 11 years ago by Unknown <[email protected]>
Bug fixed

github.com/casbin/bee - 5b59147d87d75d525c3e4a8253e9feb6e2fb2346 authored almost 11 years ago by Unknown <[email protected]>
ug fixed

github.com/casbin/bee - 342172a1acc99fac7f7721f4f7cd09edd2907fcc authored almost 11 years ago by Unknown <[email protected]>
Merge pull request #3 from yaofangou/master

set exp default . to fix issue #2

github.com/casbin/bee - 120e06cfe0597b7a9870343787d65106c1a179b6 authored almost 11 years ago by astaxie <[email protected]>
set exp default .

github.com/casbin/bee - c397d9720b303af3970847110f4bd3514f413d8c authored almost 11 years ago by yaofangou <[email protected]>
Bug fixed

github.com/casbin/bee - cce4f8c2898782dcb1e86e26278b865b57236765 authored almost 11 years ago by Unknown <[email protected]>
Bug fixed

github.com/casbin/bee - 49c53400ea336b3c5034eeed71c9c6bf3d778557 authored almost 11 years ago by Unknown <[email protected]>
fix param to params

github.com/casbin/bee - 3114e6153702dfdef8f0027dd76c055d9558f068 authored almost 11 years ago by astaxie <[email protected]>
Update

github.com/casbin/bee - a7e6c6a9b5b8f9276471c1a4527d808819893607 authored almost 11 years ago by Unknown <[email protected]>
Update

github.com/casbin/bee - 78a6597edb3e3e2bdbc25d793dfe4109ed728d7b authored almost 11 years ago by Unknown <[email protected]>
Merge pull request #36 from suin/utf8

Allow lowercase charset "utf-8"

github.com/casbin/go-json-rest - d6a6131e82caf5d4d5a744c5e4b3136cadef251c authored almost 11 years ago by Antoine Imbert <[email protected]>
Allow lowercase charset "utf-8"

github.com/casbin/go-json-rest - 2d60eea38f3d7d23e13f405533d8977b777680d1 authored almost 11 years ago by suin <[email protected]>
Probably too early for 1.2 but lets see

github.com/casbin/go-json-rest - 460974419b715cb7e966209ca78b13c24e17019b authored almost 11 years ago by antoine <[email protected]>
env args fix

github.com/casbin/bee - 723ddb406085a032e50543bddfda882acf9f88ae authored almost 11 years ago by slene <[email protected]>
Added args, envs conf option

github.com/casbin/bee - 5118cd348dda141e8db210b6d67434a1ec45bd52 authored almost 11 years ago by Unknown <[email protected]>
reduce build command if user enabled install

github.com/casbin/bee - 3674476b3d031f8adf2a6e087ea38fc5b7b2e93d authored almost 11 years ago by Unknown <[email protected]>
Bug fixed

github.com/casbin/bee - 18f0a708edff124b4235c4498c175fe53e4bc50a authored almost 11 years ago by Unknown <[email protected]>
Added support for gopm

github.com/casbin/bee - a4baa777cb583179f442678fcaba869685d9433e authored almost 11 years ago by Unknown <[email protected]>
Add the sourcegraph button

github.com/casbin/go-json-rest - 10ed59c1bb069c589eccd307717eca1b46fe3c54 authored almost 11 years ago by antoine <[email protected]>
Update LICENSE

github.com/casbin/bee - 865272a7f75b50345bfea3a88e1b8db03acf87ba authored almost 11 years ago by Unknown <[email protected]>
Remove dep of com

github.com/casbin/bee - f724bb0c6bc52215f0011dd676b1b3c748f57e48 authored almost 11 years ago by Unknown <[email protected]>
Merge pull request #36 from eryx/master

多余的 html 标签

github.com/casbin/bee - a24bc70e3dbcce159141d0106104b8b7cc617e17 authored about 11 years ago by astaxie <[email protected]>
多余的 html 标签

多余的 html 标签

github.com/casbin/bee - bd14fb59851086e13066f0ccad3161666f3fd235 authored about 11 years ago by Eryx <[email protected]>
Merge pull request #35 from odiel/master

Log levels as constants, printing time with logs

github.com/casbin/bee - 0b5cef8bf7f79be4e9eab446f4b4755a9d00ceba authored about 11 years ago by astaxie <[email protected]>
- Defining the logs levels as constants

- Adding time for each log print in order to see changes in the console or logs files.

github.com/casbin/bee - a10bc28ab4d3704869a8fcf12c2344373549f666 authored about 11 years ago by Odiel Leon <[email protected]>
Merge pull request #34 from odiel/master

- Moving <style> tag under <head> tag

github.com/casbin/bee - 5cfd876e63d83f2da4182f44335fe7dae1760ad5 authored about 11 years ago by astaxie <[email protected]>
- Moving <style> tag under <head> tag

github.com/casbin/bee - 33ff8482f76ee7a2b5151ed111bf91bb5009d983 authored about 11 years ago by Odiel Leon <[email protected]>
Merge pull request #33 from shxsun/master

modify bee test, fix some bug

github.com/casbin/bee - 20082d85686024ef4e6f1d0061ecfd75a215fb2b authored about 11 years ago by astaxie <[email protected]>
Fix the Content-Encoding Header when EnableGzip is true.

The WriteHeader method of the "recorder" middleware was called before the
Write method of the "g...

github.com/casbin/go-json-rest - aa33bab62860572b96358b47aa647b2462b29720 authored about 11 years ago by antoine <[email protected]>
resolve some merge problem

github.com/casbin/bee - 18de4eb4c5050b89505f8fc539f0ebf03196ba30 authored about 11 years ago by shxsun <[email protected]>
modify bee test for more competible with none beego project, and add func safePathAppend

github.com/casbin/bee - 8115d5e1b82dc86a03ea7963ad74b4dd8a8a7601 authored about 11 years ago by shxsun <[email protected]>
Merge pull request #2 from astaxie/master

merge with astaxie master

github.com/casbin/bee - 1c9b28b06648c04c935097ab5c3fe1d3592ec1a5 authored about 11 years ago by shengxiang sun <[email protected]>
Merge pull request #32 from Xuyuanp/master

some misstakes on creating api app

github.com/casbin/bee - dbab79687b39755aaa8e81e6ef4685b05915b8de authored about 11 years ago by astaxie <[email protected]>
some misstakes on creating api app

github.com/casbin/bee - e8df0b125f93cf4e0986d34388880262909e51cb authored about 11 years ago by Xuyuan Pang <[email protected]>
fmt code, and fix bug(bee new has wrong path seprator in windows)

github.com/casbin/bee - 69761e3715358ce92f33195670a884c205aa8779 authored about 11 years ago by ssx205 <[email protected]>
Merge pull request #1 from astaxie/master

merge with asterxie/bee master

github.com/casbin/bee - d8481e756f092e0600fce1f4caf647c9ebff6cdd authored about 11 years ago by shengxiang sun <[email protected]>
Bug fixed

github.com/casbin/bee - 3d3feda34c22cd9dfbb7ca3632713ecd5f9dfb64 authored about 11 years ago by Unknown <[email protected]>
Added auto-detect appname

github.com/casbin/bee - efac8a0b65786aadcbe7ed3dfec45ba4378f977a authored about 11 years ago by Unknown <[email protected]>
Added auto-detect appname

github.com/casbin/bee - abee36f3796e39481ea68be8dd7106ccffc672f9 authored about 11 years ago by Unknown <[email protected]>
Added auto-detect appname

github.com/casbin/bee - a655f78a4eed61e136f7366340c2a9f783f7b2f5 authored about 11 years ago by Unknown <[email protected]>
update apiapp

github.com/casbin/bee - 550cf6cb716b6d71de45ddc9f22654d7366ebd9c authored about 11 years ago by astaxie <[email protected]>
Added prompt for bale

github.com/casbin/bee - 0f88e4777347f78183c4fc1e96cf4159cd693f99 authored about 11 years ago by Unknown <[email protected]>
Able to customize watch file exts

github.com/casbin/bee - 111bc16e19619d42dc814f52536eeca24f736197 authored about 11 years ago by Unknown <[email protected]>
Done bee bale

github.com/casbin/bee - 540122fdf100888ac95ebca5f37c31451eb5b83b authored about 11 years ago by Unknown <[email protected]>
Added bee bale

github.com/casbin/bee - b78161eae6823e3c6b448c276bc62a4d06cfdf4b authored about 11 years ago by Unknown <[email protected]>
Working on bee bale

github.com/casbin/bee - e606b0045dbe8b6ad9f1f8f7fe24d6910d920c5f authored about 11 years ago by Unknown <[email protected]>
Suggest 'application/json'

instead of 'application/json; charset=UTF-8'

github.com/casbin/go-json-rest - dc86f5265f68c5a847477045cc0a58d4ec964753 authored about 11 years ago by antoine <[email protected]>
Merge pull request #30 from yannk/master

Don't die if a charset param exists along w/ mediatype

github.com/casbin/go-json-rest - 69f3748998ec46580703a494acaaa3f80381e51a authored about 11 years ago by Antoine Imbert <[email protected]>
Don't die if a charset param exists along w/ mediatype

`application/json; charset=UTF-8` would fail despite being what the library
implicitely expects....

github.com/casbin/go-json-rest - 980f1e60e79256b41505c276d12b1d80c354e7f4 authored about 11 years ago by Yann Kerherve <[email protected]>
fix bug

github.com/casbin/bee - f839552b8dbfe035907021b2dbfeba6987d00828 authored about 11 years ago by fanngyuan <[email protected]>
add template

github.com/casbin/bee - 285e130505144498fbbd5ff99210b2bb22e67e00 authored about 11 years ago by fanngyuan <[email protected]>
Update

github.com/casbin/bee - b30217c1d33cd3cad64a51f59c0817e5b305677b authored about 11 years ago by Unknown <[email protected]>
Use package com colorlog for uniform management

github.com/casbin/bee - 6923aeb1aefa7c0586def89e492c8418daa00a9d authored about 11 years ago by Unknown <[email protected]>
Merge branch 'master' of github.com:astaxie/bee

github.com/casbin/bee - acc8c4ddd8fe09b891cfe4fab136e98f6f9ca7a6 authored about 11 years ago by Unknown <[email protected]>
Update

github.com/casbin/bee - 7daaa6b523dd5697aaadd54073a48a10e5df7369 authored about 11 years ago by Unknown <[email protected]>
avoid panic when len(log) == 0 in colorLog func

github.com/casbin/bee - 90648d22cda427612025466ce7dc73363aab2f03 authored about 11 years ago by slene <[email protected]>
Merge pull request #27 from fanngyuan/master

刚才漏了,不好意思

github.com/casbin/bee - 467f7a09949db1b58b880c78ac19aae56e1050b7 authored about 11 years ago by astaxie <[email protected]>
刚才漏了

github.com/casbin/bee - d42aec07b4be3a7059209396878bd127c41e074c authored about 11 years ago by fanngyuan <[email protected]>
Merge pull request #26 from fanngyuan/master

add test

github.com/casbin/bee - 00d6380843ed58f0a71cb6bbf5a816057d568b8f authored about 11 years ago by astaxie <[email protected]>