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

change name of generated struct

github.com/casbin/bee - cbe5fc1d21d8ed8e3b2d6f965880a14ec15788d8 authored about 10 years ago by ZhengYang <[email protected]>
generated source format change

github.com/casbin/bee - af9780691c1231f4df36aa25b9ac0f0386eed63b authored about 10 years ago by ZhengYang <[email protected]>
generate migration file

github.com/casbin/bee - 2556579ad0781f4d4f1be9478a90883c1b931e95 authored about 10 years ago by ZhengYang <[email protected]>
nothing much

github.com/casbin/bee - b1ae63713921e66992728577ef096a7010a69b19 authored about 10 years ago by ZhengYang <[email protected]>
basic structure for generate migration files

github.com/casbin/bee - 31b481d96add3004bbaba31e0e2dee3c153867c9 authored about 10 years ago by ZhengYang <[email protected]>
Merge pull request #36 from ZhengYang/master

GetAll now supports: filter(query), fields, sortby, order, limit, offset

github.com/casbin/bee - fce95fa18d7c2e1f47a2509eb633a74cf21d06e6 authored about 10 years ago by astaxie <[email protected]>
refactor reflection template for models

github.com/casbin/bee - f879d728c8fc14ac4e9341161352763d21c1b968 authored about 10 years ago by ZhengYang <[email protected]>
when field list is empty, no need to reflect

github.com/casbin/bee - 6a7428b3aa37d65e57a95530cb02c73478b7396a authored about 10 years ago by ZhengYang <[email protected]>
trim unused fields in result json

github.com/casbin/bee - b057b16a8016dccb50dd4076d7861f34a5ae3574 authored about 10 years ago by ZhengYang <[email protected]>
fix doc format bug, use only 1 tab in between fields

github.com/casbin/bee - d02a552a59634d239436f472c980b463d132728f authored about 10 years ago by ZhengYang <[email protected]>
allow dot notation in query field

github.com/casbin/bee - 06f2e2cca9a6ffb8e16c4d7c3c50b29dd25a29c9 authored about 10 years ago by ZhengYang <[email protected]>
minor cosmetic changes

github.com/casbin/bee - 337bd38b73734c585f0da631edeb227e0bbab4ac authored about 10 years ago by ZhengYang <[email protected]>
added doc for GetAll template

github.com/casbin/bee - 932e73a9a2ebae934d155602419bc08d35b337b0 authored about 10 years ago by ZhengYang <[email protected]>
addAll now supports: filter(query), fields, sortby, order, limit, offset

github.com/casbin/bee - 7fa01c437ccd16b48a2e5f82e8a56b1268a7bf82 authored about 10 years ago by ZhengYang <[email protected]>
Merge pull request #35 from ZhengYang/master

GetAll methods added

github.com/casbin/bee - 1daa1d1bae9116900c70e4089c77b801a73fd042 authored about 10 years ago by astaxie <[email protected]>
do not exit while encouter a file that's already exist

github.com/casbin/bee - 7a4d5f27988d2617109bd1bc13d8bab7f2b8fed8 authored about 10 years ago by ZhengYang <[email protected]>
remove defer close file

github.com/casbin/bee - fc62745b4f6c836af0acb1e2bd30ce81d7aac5b0 authored about 10 years ago by ZhengYang <[email protected]>
added get all for models and controllers

github.com/casbin/bee - 39e7ce462d43f5903e3b34c439ab04052569f1e5 authored about 10 years ago by ZhengYang <[email protected]>
Merge pull request #34 from ZhengYang/master

[Bug Fix] hard coding in router.go pkg import

github.com/casbin/bee - f1105d499cf92d6b9d2849ffb591e91e5c851e49 authored about 10 years ago by astaxie <[email protected]>
fix hard coding in router.go pkg import

github.com/casbin/bee - 233613eb166cbe4a8eb3c9e36bda852e249d20a2 authored about 10 years ago by ZhengYang <[email protected]>
autogen README

github.com/casbin/go-json-rest - 98f9a239bdd6afc7c38dfe13fd2007ec5ab42a76 authored about 10 years ago by antoine <[email protected]>
Remove extra logging line

github.com/casbin/go-json-rest-examples - 56cc8ce215178f8b962fc00781230e364cc01a94 authored about 10 years ago by antoine <[email protected]>
Autogen README (new example)

github.com/casbin/go-json-rest - 68b30a67cfb7986c647330c5c761552742499efd authored about 10 years ago by antoine <[email protected]>
New example to demo OuterMiddlewares

github.com/casbin/go-json-rest-examples - aa44ef0ac92f46353a3fff5943124df0c761c59e authored about 10 years ago by antoine <[email protected]>
Introduce OuterMiddlewares

They are optional middlewares that wrap all go-json-rest internal middlewares.
Main use cases ar...

github.com/casbin/go-json-rest - 9b28a19c1b7cc6a1c91f473d8508a92d2d4baeaa authored about 10 years ago by antoine <[email protected]>
Make WrapMiddlewares public

This will help configuring sets for post routing middlewares.

github.com/casbin/go-json-rest - 660ef4ee4b547d1be0bc2939feeb3c5ec5056ef8 authored about 10 years ago by antoine <[email protected]>
Merge branch 'master' of https://github.com/beego/bee

github.com/casbin/bee - 9608df56f0cb777bf78a27b02d7515aee1b0a9a9 authored about 10 years ago by astaxie <[email protected]>
fix analisys bug

github.com/casbin/bee - 4305da2f3f1b91166c0933bafad30de38bdd064b authored about 10 years ago by astaxie <[email protected]>
Merge pull request #32 from ZhengYang/master

[Bug Fix] Added os.O_EXCL flag to make sure existing files are NOT overwritten

github.com/casbin/bee - 54346eb561f31ae7cafeeaa6ce967e435c7d60a1 authored about 10 years ago by astaxie <[email protected]>
uncomment example router namespace: object & user

github.com/casbin/bee - f20b75c370711690702f668a8f448138270a7f06 authored about 10 years ago by ZhengYang <[email protected]>
added error message if generated file exists

github.com/casbin/bee - 2f6b7fe0a13fc6cafd6f82a198f577c7feb1d3cc authored about 10 years ago by ZhengYang <[email protected]>
rename function name for clarity

github.com/casbin/bee - a161ff475559ea564722c45a99989c3ba314dc25 authored about 10 years ago by ZhengYang <[email protected]>
add header

github.com/casbin/bee - 4aa8bf8430028122e795cfedaccf1c112ace624b authored about 10 years ago by ZhengYang <[email protected]>
change of file open options:os.O_CREATE|os.O_EXCL|os.O_RDWR

github.com/casbin/bee - dd8754b848c3928051ee1c9b106e622489dcf9cf authored about 10 years ago by ZhengYang <[email protected]>
adding log information to show prograss

github.com/casbin/bee - 30564d388a8a63c5fe32ba8bab1e5add35a40be9 authored about 10 years ago by ZhengYang <[email protected]>
Merge pull request #31 from ZhengYang/master

model code generator for MySQL

github.com/casbin/bee - 556c535d98b17fbaf50e025d971a665becd48e88 authored about 10 years ago by astaxie <[email protected]>
do not remove folders

github.com/casbin/bee - 348bc3edcb9361934eab6f31abf58b9ff4371ccc authored about 10 years ago by ZhengYang <[email protected]>
help message updated to reflect current feature

github.com/casbin/bee - 789132d622faedbcda33df8a75e92bf74aad86f3 authored about 10 years ago by ZhengYang <[email protected]>
rename mvc to models to improve clarity

github.com/casbin/bee - 1d6736ab63b37a74613ba50300cdca34db291489 authored about 10 years ago by ZhengYang <[email protected]>
move generateCode.Run() to g.go

github.com/casbin/bee - 5a2394d76a96322c3c01c3dd7f667a61ffb4531d authored about 10 years ago by ZhengYang <[email protected]>
update version number to 1.3

github.com/casbin/bee - 6894c9bc553e14dbff2b04849b20cea373fe74bc authored about 10 years ago by ZhengYang <[email protected]>
getting params from commandline and hook up the actual function

github.com/casbin/bee - 8e56c8528fb87f932b0aeecc4d4e824064d313f8 authored about 10 years ago by ZhengYang <[email protected]>
interface connected

github.com/casbin/bee - 0a22533e046f6c670f258ef3a888e48b80611e52 authored about 10 years ago by ZhengYang <[email protected]>
help message format

github.com/casbin/bee - 00893f8c0c74dfa957f46264b436999e54e18be0 authored about 10 years ago by ZhengYang <[email protected]>
adding source code

github.com/casbin/bee - 7eb6fa6a675c9992e820b3ca0c12ce37f3c2e753 authored about 10 years ago by ZhengYang <[email protected]>
Small refactor of the middleware code + tests

This is a preparation for further middleware improvements.

github.com/casbin/go-json-rest - 187e48000f378191ee649f73747e588eb285d1a2 authored about 10 years ago by antoine <[email protected]>
README auto-gen (add the API-Versioning example)

github.com/casbin/go-json-rest - 5fe7b5851eda5fd04e3b1fd99371231091ef71ec authored about 10 years ago by antoine <[email protected]>
New example to demo API versioning

github.com/casbin/go-json-rest-examples - 8f2be8aa37d895737ada1bb856ead86760531531 authored about 10 years ago by antoine <[email protected]>
Auto-gen README

github.com/casbin/go-json-rest - 78ceab53c41aea942ea13b7cbe1a80893a9c8b5b authored about 10 years ago by antoine <[email protected]>
Fix missing Unlock in case of JSON encoding error

github.com/casbin/go-json-rest-examples - 19679fe6f1ba596e42ada1323e0266fd37518c01 authored about 10 years ago by antoine <[email protected]>
Merge pull request #3 from siavashg/master

Release lock of users on invalid PUT

github.com/casbin/go-json-rest-examples - 68dd30742dfc8d4c87babfb13056b45185f0360f authored about 10 years ago by Antoine Imbert <[email protected]>
Release lock of users on invalid PUT

github.com/casbin/go-json-rest-examples - b46ebaced8f251c50147b66b1c7fe7b2e706228e authored about 10 years ago by Siavash Ghorbani <[email protected]>
Merge pull request #29 from xuewuhen/master

Update test.go

github.com/casbin/bee - bedec1aea7ddf43754ded2a0c83219575fd84ece authored about 10 years ago by astaxie <[email protected]>
Update test.go

line 97
ColorLog("[ERRO] %s", err) 缺少参数%s。

github.com/casbin/bee - fff8754c82ee47259a943734d176c2662cb80b57 authored about 10 years ago by xuewuhen <[email protected]>
README auto-gen

github.com/casbin/go-json-rest - 0a011ede424c66051b37817cbd88e7944f4cd35c authored over 10 years ago by antoine <[email protected]>
New example to demo the #paramName placeholder

github.com/casbin/go-json-rest-examples - c123f1005ee3a0a9bc85096be40ab9eec62d5929 authored over 10 years ago by antoine <[email protected]>
Make sure the consistent ph name tests are complete

github.com/casbin/go-json-rest - 0fa371f7664d69fff25200389159ce328013e6c2 authored over 10 years ago by antoine <[email protected]>
Add public support for relaxed route placeholder

Notation is #param (used by other frameworks, and inspired by Mojilicious)
It catches all chars ...

github.com/casbin/go-json-rest - a215b4d876a4806875a53df358a0f804cab98622 authored over 10 years ago by antoine <[email protected]>
Add support for relaxed route placeholder

Notation is #param (used by other frameworks, and inspired by Mojilicious)
It catches all chars ...

github.com/casbin/go-json-rest - 28cbc1bdd73915e357f195313d45a2f017166220 authored over 10 years ago by antoine <[email protected]>
Replace a map by struct: 20% speed improvement

github.com/casbin/go-json-rest - 1c5b50408956567feca574cdec65bb50c835142f authored over 10 years ago by antoine <[email protected]>
Fail at inittime in case of duplicated placeholder names.

The missing test was for :param AND *splat

github.com/casbin/go-json-rest - 606f1448ca7dcf3e545f2f51929e951c767204cd authored over 10 years ago by antoine <[email protected]>
Merge pull request #26 from sandysong/master

修正Model循环引用导致generate死循环的问题

github.com/casbin/bee - ba0d690eac8fc254bacaf919c6f49c54be0bf1e9 authored over 10 years ago by astaxie <[email protected]>
修正Model循环引用导致generate死循环的问题

github.com/casbin/bee - 9b8caf74beb2ce464214e028b918325f7d3c00d9 authored over 10 years ago by sandysong <[email protected]>
README auto-gen

github.com/casbin/go-json-rest - 2c65ada5e87851c129041f5f64f44f4803d1f9af authored over 10 years ago by antoine <[email protected]>
Add proper error handling on SetRoutes and Listen.

Some examples had this, but not all. Fixed.

github.com/casbin/go-json-rest-examples - c44f5729ea40d80f049b9600c3be056a6ab87250 authored over 10 years ago by antoine <[email protected]>
README auto-gen

github.com/casbin/go-json-rest - 1b5700e3f95eab130d254e78b2e658f466d5ba31 authored over 10 years ago by antoine <[email protected]>
For to apply this version 2 change. #fix

github.com/casbin/go-json-rest-examples - 6d5b0a0bb53518d199521a27143d2b964f6d7cc5 authored over 10 years ago by antoine <[email protected]>
update travis config for go 1.3

github.com/casbin/go-json-rest - 7fea620c917686053f3b0db8f7d5e45eb5662425 authored over 10 years ago by antoine <[email protected]>
Merge pull request #23 from ljyf5593/master

fixed tests code cannot convert ".." to type rune

github.com/casbin/bee - 47379b40a0b4a8896ae7a5912b88c8dd9d8a681c authored over 10 years ago by astaxie <[email protected]>
fixed tests code cannot convert ".." to type rune

修正在使用bee生成的测试用例代码时,文件路径没有转换为字符串导致报错的问题

github.com/casbin/bee - 777bf3e1adc24cdc7f9a9dd67be5023b7ff1a880 authored over 10 years ago by Liu Jie <[email protected]>
update the new api application

github.com/casbin/bee - ff63f454a7adaede7f7a4fe31faee8b66908a65e authored over 10 years ago by astaxie <[email protected]>
bee 1.1.2

github.com/casbin/bee - aa92fc4854c3757160b00b1dec5192b558f41b9a authored over 10 years ago by astaxie <[email protected]>
fix the typo

github.com/casbin/bee - 5493f00cd0aa636d6b38926e91d35e5f76b9a9fc authored over 10 years ago by astaxie <[email protected]>
update the filter for URL

github.com/casbin/bee - 763382e4ce0a0e512395962f5a2dfeff8f9996c9 authored over 10 years ago by astaxie <[email protected]>
remove unused err

github.com/casbin/bee - 620f052d936c317d9f603f5ea1473288fb958651 authored over 10 years ago by astaxie <[email protected]>
bee run auto download swagger & auto doc ten

github.com/casbin/bee - 82581a7c303b80f6539691a97e214547081e06e5 authored over 10 years ago by astaxie <[email protected]>
required description

github.com/casbin/bee - 6181668e0aec2d307b7d72db45fc055f55d27513 authored over 10 years ago by astaxie <[email protected]>
support tag beedoc to support required

github.com/casbin/bee - b13c2068a9ddbb2d71903dd44f72c7bead9925cb authored over 10 years ago by astaxie <[email protected]>
bee: update other type

github.com/casbin/bee - 33eaf8c2b7a2605659fc2312e97944bdcad37445 authored over 10 years ago by astaxie <[email protected]>
bee: update the generate circle

github.com/casbin/bee - 2be298dd8eeea45264ea0014847d69836af109ef authored over 10 years ago by astaxie <[email protected]>
Merge pull request #22 from gogames/master

support multi-models

github.com/casbin/bee - 2472fe8e36675dc0cb401b51ec05bb0f03552415 authored over 10 years ago by astaxie <[email protected]>
support multi-models

github.com/casbin/bee - c67b4e5eae20ee6f602c7c188800e7c0cd77f20b authored over 10 years ago by root <[email protected]>
trimspace @router

github.com/casbin/bee - 7a5985d50919fd08a692984e4d323c52aa7cc4b1 authored over 10 years ago by astaxie <[email protected]>
support all Space unicode for the comments

github.com/casbin/bee - 6bcf78a885020dd27ada6c8b77c0d69b38c61b72 authored over 10 years ago by astaxie <[email protected]>
remove strconv

github.com/casbin/bee - 45bc09aba4914303a9f54367761a63dad45f18bb authored over 10 years ago by astaxie <[email protected]>
update the remote url

github.com/casbin/bee - 4121c03544e01cd5bcc48e2f9aa558e68cc791c8 authored over 10 years ago by astaxie <[email protected]>
update tag

github.com/casbin/bee - 89ae690fddaed37ddf61286481510173e3418c85 authored over 10 years ago by astaxie <[email protected]>
update version

github.com/casbin/bee - d30c68e72ffed172f7fca6d14e67922d9558e065 authored over 10 years ago by astaxie <[email protected]>
add tips where not exist the swagger files

github.com/casbin/bee - 22f4c920226e4a2427262bbdc5a6dc8f9ab3753a authored over 10 years ago by astaxie <[email protected]>
bee add rundocs

github.com/casbin/bee - 05c7d51efaf12ec7470b399ea891bf2e3c583294 authored over 10 years ago by astaxie <[email protected]>
support analysis the modes

github.com/casbin/bee - 3c695e8002f198e634eef14d6cc3adeac9ac7da5 authored over 10 years ago by astaxie <[email protected]>
bee default support watchall support generate doc

bee run appname true

github.com/casbin/bee - 4ac9fb0dacc4b944cce867d04a46f6c26f6c482a authored over 10 years ago by astaxie <[email protected]>
fix the TrimLeft bug

github.com/casbin/bee - 37badb1411a3cdb438219f22d190084d388a5337 authored over 10 years ago by astaxie <[email protected]>
update the version to 1.1.0

github.com/casbin/bee - 3f24cc6319550ab6efef1df5d126e398c6e2a0d0 authored over 10 years ago by astaxie <[email protected]>
bee support generate docs from the source code

github.com/casbin/bee - fdade4356e919eb43574df2326b2684673398277 authored over 10 years ago by astaxie <[email protected]>
bee:change the Separator

github.com/casbin/bee - 7140e9be383293884c54e44006cb25ba0431d437 authored over 10 years ago by astaxie <[email protected]>
Merge pull request #72 from wingyplus/fix_rest_test_godoc

Fix godoc in rest/test/doc.go

github.com/casbin/go-json-rest - 5c91d32e99a127e84d466869cca264960e22f77c authored over 10 years ago by Antoine Imbert <[email protected]>
fix indent go-json-rest test example in rest/test/doc.go

github.com/casbin/go-json-rest - 37905f010090fa9dcd31ff15181b847559ef9a50 authored over 10 years ago by Thanabodee <[email protected]>
change MakeSessionRequest to MakeSimpleRequest and change HTTP method in rest/test/doc.go

github.com/casbin/go-json-rest - 64cb28c0854b9f4a4aa4c58d3f8c6fa34892124b authored over 10 years ago by Thanabodee <[email protected]>
fix go-json-rest test example not show when run godoc

github.com/casbin/go-json-rest - cbf6b2c58d753ccd240b19cd884da25c4c2266a9 authored over 10 years ago by Thanabodee <[email protected]>