- 13a1a5c chore(release): 2.9.0 [skip ci] by semantic-release-bot · 7 months ago master v2.9.0
- cacf368 feat: fix README badges (#2) by Theo · 7 months ago
- daede54 chore(release): 2.8.0 [skip ci] by semantic-release-bot · 7 months ago v2.8.0
- e93f24f feat: switch from casbin to pycasbin by Theo · 7 months ago
- 7556b74 chore(release): 2.7.0 [skip ci] by semantic-release-bot · 1 year, 4 months ago v2.7.0
- 2a1f4a6 feat: update path by Yang Luo · 1 year, 4 months ago
- 4f67a91 chore(release): 2.6.0 [skip ci] by semantic-release-bot · 2 years ago v2.6.0
- 039ac95 feat: upgrade CI Node.js version to 20 by Yang Luo · 2 years ago
- d9031b5 feat: update Python version to 3.9+, update CI Python version by Yang Luo · 2 years, 1 month ago
- fdf370d chore(release): 2.5.1 [skip ci] by semantic-release-bot · 2 years, 4 months ago v2.5.1
- 617a955 fix: fix requirement files by Yang Luo · 2 years, 4 months ago
- 4183a17 fix: update CI script by Yang Luo · 2 years, 4 months ago
- 9ad4ffd docs: use GitHub Actions CI badge by Yang Luo · 2 years, 4 months ago
- 6c48d91 docs: replace gitter links with discord (#47) by YunShu · 2 years, 9 months ago
- 55a39eb chore(release): 2.5.0 [skip ci] by semantic-release-bot · 4 years, 2 months ago v2.5.0
- 1df1a19 Merge pull request #44 from Tyskiep99/specify_fixed_nodejs_version_in_ci_workflow by Yang Luo · 4 years, 2 months ago
- c0ac1c8 fix: correct python-version to string instead of float, misleading the ci. by Tyskie · 4 years, 2 months ago
- 55e090c feat: add python 3.10 to release workflow by Tyskie · 4 years, 2 months ago
- f6268b6 fix: Specify a fixed version for nodejs in the release ci workflow by Tyskie · 4 years, 2 months ago
- 3ff7a14 Merge pull request #42 from Tyskiep99/bump_versions by Yang Luo · 4 years, 2 months ago
- 43cc46e fix: cleanup requirements by Tyskie · 4 years, 2 months ago
- 789d93d feat: add python 3.9 and 3.10 to ci using focal distribution by Tyskie · 4 years, 2 months ago
- 7983abe Merge pull request #38 from ffyuanda/master by Jon Lee · 4 years, 8 months ago
- e879575 ci: code reformatted and linter tests added by ffyuanda · 4 years, 8 months ago
- 6fd3198 chore(release): 2.4.0 [skip ci] by semantic-release-bot · 4 years, 8 months ago v2.4.0
- bf4885f Merge pull request #37 from favipcj/feat-add-unit-test-whitespace by Jesse Cooper · 4 years, 8 months ago
- 155bf94 fix: remove duplicated test by Carme, Pamy · 4 years, 8 months ago
- c914768 fix: pin casbin_sqlalchemy_adapter==0.3.2 to be able to run test cases using casbin==1.0.4 by Carme, Pamy · 4 years, 8 months ago
- ae9a2e4 Merge pull request #36 from favipcj/master by Jon Lee · 4 years, 8 months ago
- d22efa3 feat: add condition when using whitespace delimiter to handle more valid scenarios by Carme, Pamy · 4 years, 8 months ago
- ed63be1 build: get and set correct version for the download_url property by Carme, Pamy · 4 years, 8 months ago
- 0a20a31 Merge pull request #35 from ffyuanda/master by Jon Lee · 4 years, 9 months ago
- 0683ca3 fix: support default delimiter for sanitize_group_headers() by ffyuanda · 4 years, 9 months ago
- c6f28cd Merge pull request #32 from Zxilly/master by hsluoyz · 4 years, 10 months ago
- 7632d58 build: add missing __version__ by Zxilly · 4 years, 10 months ago
- 85e8821 ci: move version to setup.cfg by Andreas Bichinger · 4 years, 10 months ago
- 7879f4a chore(release): 2.3.0 [skip ci] by semantic-release-bot · 4 years, 10 months ago v2.3.0
- ab8ab59 ci: add automatic release (#30) by Zxilly · 4 years, 10 months ago
- d54f9d4 feat: Update requirements.txt for latest casbin version and .github actions test added (#28) by ffyuanda · 4 years, 10 months ago
- a60a2df Merge pull request #29 from BnGx/master by hsluoyz · 4 years, 10 months ago
- dcf8b20 The CasbinEnforcer.enforcer function receives any type from the CasbinEnforcer._owner_loader callback. by BnGx · 4 years, 10 months ago
- 2448f2f Updated Casbin version in requirements.txt by BnGx · 4 years, 10 months ago
- 71c5907 Merge pull request #23 from dfresh613/master by hsluoyz · 5 years ago
- 4da84fe enable additional casbin versions by Douglas Rohde · 5 years ago
- d62c5f3 Merge pull request #22 from Zxilly/master by hsluoyz · 5 years ago
- d54d8c7 Bump jinja2 from 2.11.2 to 2.11.3 by Zxilly · 5 years ago
- d4b110b Bump version: 2.1.1 → 2.2.0 by Zxilly · 5 years ago v2.2.0
- ed96f06 Merge pull request #20 from shenwpo/master by Jesse Cooper · 5 years ago
- 80504b0 A more straight forward implementation by shenw · 5 years ago
- ee91c61 Merge branch 'init_app' by shenw · 5 years ago
- 8352d26 add init_app test by shenw · 5 years ago
- 2b93e83 Remove duplicate PyJWT by swpo · 5 years ago
- f52874d Allows the variables app and adapter to be None when the CasbinEnforcer is initialized. by swpo · 5 years ago
- e83e71b Merge remote-tracking branch 'origin/master' by swpo · 5 years ago
- 6023f0d Merge remote-tracking branch 'origin/init_app' by swpo · 5 years ago
- d93646d Merge remote-tracking branch 'origin/Bearer' by swpo · 5 years ago
- fa6189e Bump version: 2.1.0 → 2.1.1 by Jesse Cooper · 5 years ago
- a6abbc9 Merge pull request #18 from shenwpo/Bearer by Jon Lee · 5 years ago
- b18519a add init_app by shenw · 5 years ago
- 6f5d7c5 Adjust the format by shenw · 5 years ago
- fa15558 function authorization_decoder add parameters "config", implement JWT decoding. by shenw · 5 years ago
- cab0596 function authorization_decoder add parameters "config", implement JWT decoding. by shenw · 5 years ago
- 22be8b4 Modify the __init__ method, add init_app method. by shenw · 5 years ago
- d8dc7d0 Bump version: 2.1.0 → 2.1.1 by Jesse Cooper · 5 years ago v2.1.1
- 4355e4d Merge pull request #17 from pycasbin/audit-logging-2 by Yang Luo · 5 years ago
- a241a17 fix bug in header compare with user_name_headers being case sensitive by Jesse Cooper · 5 years ago
- 1c1c91f add access logs and disable logs from pycasbin logger with bool operation by Jesse Cooper · 5 years ago
- 5421643 Bump version: 2.0.1 → 2.1.0 by Jesse Cooper · 5 years ago v2.1.0
- 145f1bf Merge pull request #16 from pycasbin/audit-logging by Jesse Cooper · 5 years ago
- e25143e add tests around case sensitivity by Jesse Cooper · 5 years ago
- 133b900 remove case sensitivity from header checks by Jesse Cooper · 5 years ago
- 32e7978 add example with CASBIN_USER_NAME_HEADERS for audit logging by Jesse Cooper · 5 years ago
- 8c42ea0 add CASBIN_USER_NAME_HEADERS configuration unit tests by Jesse Cooper · 5 years ago
- 12e3697 add CASBIN_USER_NAME_HEADERS configuration and audit log when attempts to access a restricted resource by Jesse Cooper · 5 years ago
- 440488e Merge pull request #15 from zazayaya/master by Jesse Cooper · 5 years ago
- 1dfa66c add owner loader unit tests by zaza · 5 years ago
- d24b73c add owner_loader by zaza · 5 years ago
- be3596f Fix matcher. by Yang Luo · 5 years ago
- 068cd64 Bump version: 2.0.0 → 2.0.1 by Jesse Cooper · 6 years ago v2.0.1
- ea3dad1 Merge pull request #12 from pycasbin/issue-11 by Jesse Cooper · 6 years ago
- 49ae2e1 fix uri bug by Jesse Cooper · 6 years ago
- b78a760 Merge pull request #9 from dfresh613/readme-updates-for-tests by Yang Luo · 6 years ago v2.0.0
- b040586 describe how to run unit tests in readme by Douglas Rohde · 6 years ago
- d26d356 Merge pull request #7 from ScienceLogic/pin-requirements by Yang Luo · 6 years ago
- ee809bf requirements management with pip-tools: by Jesse Cooper · 6 years ago
- 84eb480 Merge pull request #6 from ScienceLogic/sl-flask-casbin-to-flask-authz by Yang Luo · 6 years ago
- b6571fc narrow down cov report to the module by Jesse Cooper · 6 years ago
- dd352e9 add upgrade flag to dev requirements by Jesse Cooper · 6 years ago
- 6b6a526 remove coverage command becaouse of known issue with newer versions of pytest-cov by Jesse Cooper · 6 years ago
- 4fee32a remove py35 and py36 tests by Jesse Cooper · 6 years ago
- 3409576 Update to use pytest by Jesse Cooper · 6 years ago
- 76a6be5 bumpversion v0.1.0 -> v2.0.0 by Jesse Cooper · 6 years ago
- 7f881db Remove extra license file by Jesse Cooper · 6 years ago
- be63bcc merge https://github.com/ScienceLogic/flask-casbin code into flask-authz by Jesse Cooper · 6 years ago
- 845e8ce added example casbinmodel.conf and made pip install TBD by Jesse Cooper · 6 years ago
- 67e7464 remove email by Rohde, Doug · 6 years ago
- 305507b License update to apache before opensourcing by Rohde, Doug · 6 years ago
- 468b40b Add app.py by Yang Luo · 6 years ago
- fb315f0 Bump to v1.0.0 by Yang Luo · 6 years ago v1.0.0
- 50de74f Only run CI for Python 3.5, 3.6, 3.7 and 3.8 by Yang Luo · 6 years ago