Sign in
apache
/
casbin-sequelize-adapter
/
HEAD
55287df
fix: security vulnerability in sequelize-typescript <2.1.6 (#83)
by Amine Roukh
· 2 years, 6 months ago
master
v2.7.1
3867825
docs: replace gitter links with discord (#81)
by YunShu
· 3 years ago
4dccf8d
feat: create new CasbinRule instance every time sequelize Adapter opens connection (#80)
by tsoultanopoulos
· 3 years ago
v2.7.0
1724f2e
fix: append schema as parameter for updateCasbinRule() (#76)
by Shubhanshu
· 3 years, 3 months ago
v2.6.1
0ae1c9d
feat: fix security vulnerability in sequelize and typing errors (#77)
by Amine Roukh
· 3 years, 3 months ago
v2.6.0
29a647d
feat: Add a argument to determine whether to automatically create a table (#73)
by Terry Gao 高璇
· 3 years, 4 months ago
v2.5.0
a32cf76
fix: Require a frozen lockfile when build (#68)
by js-lowes
· 3 years, 9 months ago
v2.4.0
3fcc396
feat: Optionally set the schema for table creation (#66)
by js-lowes
· 3 years, 9 months ago
5800d80
feat: Filtered policy support (#64)
by Grady Rogers
· 3 years, 9 months ago
ccf15eb
fix: security vulnerability CVE-2021-3765 in validator.js (#63)
by Sam Stefan
· 4 years, 2 months ago
v2.3.2
6eef10d
Merge pull request #46 from Gabriel-403/fix#45
by Yang Luo
· 5 years ago
v2.3.1
9dddfa9
Merge pull request #58 from Zxilly/master
by Yang Luo
· 5 years ago
e3147df
docs: update badge
by Zxilly
· 5 years ago
4363a38
Merge pull request #57 from Zxilly/master
by Yang Luo
· 5 years ago
v2.3.0
6169eb5
build: lock sequelize at 6.6.2
by Zxilly
· 5 years ago
cf8f725
Merge pull request #54 from Zxilly/master
by Yang Luo
· 5 years ago
de14130
build: remove default action
by Zxilly
· 5 years ago
7cc7c28
ci: fix semantic-release
by Zxilly
· 5 years ago
3a0fdfc
Merge pull request #50 from Zxilly/master
by Yang Luo
· 5 years ago
e79f7ea
style: make eslint happy :(
by Zxilly
· 5 years ago
5f587ab
feat: add support for custom table name
by Zxilly
· 5 years ago
c3e0b79
Merge pull request #52 from Gabriel-403/fix_47
by Yang Luo
· 5 years ago
cbeb097
Switch from travis-ci.org to GitHub Actions CI and setup semantic-release
by Gabriel-403
· 5 years ago
35d1108
fix: removeFilteredNamedPolicy does not respect ptype
by Gabriel-403
· 5 years ago
1659bf9
Bump to v2.2.0
by Yang Luo
· 5 years ago
v2.2.0
e46acb9
Change registry to registry.npmjs.org
by Yang Luo
· 5 years ago
3a03276
Merge pull request #41 from Yash-g17/master
by hsluoyz
· 5 years ago
8112652
added v6 sequelize support
by Yash-g17
· 5 years ago
66a7eb7
Commit yarn.lock
by Yang Luo
· 5 years ago
833a14d
chore: fix repository URL in package.json
by Zixuan Liu
· 6 years ago
af6d3b8
Use Github Actions (#29)
by 木杉
· 6 years ago
64abb9d
update deps & add prettier & replace tslint with eslint (#27)
by 木杉
· 6 years ago
afea87a
Bump to v2.1.0
by Zixuan Liu
· 6 years ago
v2.1.0
f06886b
Merge pull request #24 from lwjcjmx123/master
by Zixuan Liu
· 6 years ago
c30e9e6
Implement addPolicies() and removePolicies()
by liuwenjun03
· 6 years ago
d8f8134
Implementation removeFilteredPolicy
by Zixuan Liu
· 7 years ago
771fc91
Merge pull request #18 from rsslldnphy/transaction
by Yang Luo
· 7 years ago
0863ab1
Wrap savePolicy in a transaction
by Russell Dunphy
· 7 years ago
9e2f320
Merge pull request #17 from rsslldnphy/bulk-insert
by Yang Luo
· 7 years ago
6e258c7
Bulk create rules when saving policy
by Russell Dunphy
· 7 years ago
3b5cc58
Bump to v2.0.0
by Zixuan Liu
· 7 years ago
v2.0.0
8ad338a
Add yarn configure
by Zixuan Liu
· 7 years ago
94c7c83
Merge pull request #15 from node-casbin/v5
by Yang Luo
· 7 years ago
b8e0ef5
Migrate to sequelize v5
by Zixuan Liu
· 7 years ago
v5
a80736e
Merge pull request #13 from zmilan/master
by Zixuan Liu
· 7 years ago
a004aa3
Update README.md
by Milan Zivkovic
· 7 years ago
080d617
Update travis use yarn
by Zixuan Liu
· 7 years ago
a8e4a3e
Bump to version 1.0.2
by Yang Luo
· 7 years ago
v1.0.2
7b8afe3
Update travis config
by nodeces@gmail.com
· 7 years ago
6622691
Update typescript
by Zixuan Liu
· 7 years ago
05d7fab
Update casbin dependency version to v2.0.0.
by Yang Luo
· 7 years ago
9d0a81f
Update dependency version of sequelize and jest.
by Yang Luo
· 7 years ago
92bf810
Fix npm install command in README.
by Yang Luo
· 7 years ago
a3510b2
Merge pull request #11 from lucaslrolim/patch-1
by Yang Luo
· 7 years ago
9922ef7
add missing argument on README
by Lucas Rolim
· 7 years ago
e709cc5
Bump to version 1.0.1
by Yang Luo
· 8 years ago
v1.0.1
7fc6f3b
Merge pull request #10 from nodece/master
by Yang Luo
· 8 years ago
1cffbe5
Fix #9
by nodece
· 8 years ago
b9d6b5f
Merge pull request #8 from nodece/master
by Yang Luo
· 8 years ago
8bb678c
Refactor open() and createDatabase(), implement addPolicy() and removePolicy()
by nodece
· 8 years ago
0ff2f49
Use console.log() in testGetPolicy().
by Yang Luo
· 8 years ago
2f061b7
Add spaces in test.
by Yang Luo
· 8 years ago
7685eca
Refactoring loadPolicyLine and fix jest not exit (#5)
by nodece
· 8 years ago
d40ddde
Update Casbin dependency to v1.1.1 to avoid warning in Util.array2DEquals().
by Yang Luo
· 8 years ago
6f62435
Make SequelizeAdapter implement the Adapter interface.
by Yang Luo
· 8 years ago
7bc6fd1
constructor and options for Sequelize (#4)
by Chalin
· 8 years ago
e0bc913
Add NPM badges to README.
by Yang Luo
· 8 years ago
6cebead
Improve the NPM description.
by Yang Luo
· 8 years ago
v1.0.0
d7837b8
Add Travis CI and coverage.
by Yang Luo
· 8 years ago
6c57467
Suppress the null astMap tslint warning.
by Yang Luo
· 8 years ago
08819e0
Add README.
by Yang Luo
· 8 years ago
ff8fe95
Use "casbin_rule" as the table name instead of the default "casbinrule".
by Yang Luo
· 8 years ago
ed849c9
Add optional parameter: dbSpecified
by Yang Luo
· 8 years ago
0e886e4
Finish the code and pass the test.
by Yang Luo
· 8 years ago
b66047b
Use sequelize-typescript.
by Yang Luo
· 8 years ago
22f1959
Do not commit package lock file any more.
by Yang Luo
· 8 years ago
fd02f85
Add the test.
by Yang Luo
· 8 years ago
4d3ca86
Add @types/sequelize and Yarn lock.
by Yang Luo
· 8 years ago
c5f9e86
Add the code.
by Yang Luo
· 8 years ago
9d8f778
Add package.json
by Yang Luo
· 8 years ago
4e27d05
Add .gitignore
by Yang Luo
· 8 years ago
b20d9ba
Initial commit
by Yang Luo
· 8 years ago