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