Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPinned
1,280 contributions in the last year
Contribution activity
December 2020
Created 10 commits in 1 repository
Opened 9 pull requests in 1 repository
tenseijs/tensei
9
merged
- Fix auth roles permissions populate
- @tensei/cms
- refactor(common): refactor fields to provide correct column and orm types
- fix(express-session-mikro-orm): fix express mikro orm touch update
- feat(next): create basic package for using next.js framework
- feat(mongo): begin implementing MongoDB support
- feat(auth): add access tokens / refresh tokens and session based authentication to auth package
- feat(media): add file upload checks
- feat(media): create the official media plugin
Reviewed 1 pull request in 1 repository
tenseijs/tensei 1 pull request
Created an issue in mikro-orm/mikro-orm that received 5 comments
Using custom names and join columns for related fields does not work properly
Describe the bug I have the following entities: { "name": "Meeting", "tableName": "meetings", "collection": "meetings", "hooks": { }, "properties": {