| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Migrations added; CRUD over Posts&Comments successfully completed | transtrike | 2021-01-24 | 1 | -1/+1 |
| | | |||||
| * | Changed List to HashSet for "no duplicates" scenario | transtrike | 2021-01-20 | 1 | -1/+1 |
| | | |||||
| * | Extracted Interfaces from every DevHive.Data class; Tidied up the ↵ | transtrike | 2021-01-15 | 1 | -3/+4 |
| | | | | | DevHive.Interfaces | ||||
| * | Removed virtual from methods | transtrike | 2021-01-15 | 1 | -1/+1 |
| | | |||||
| * | ValidJWT bypasses username check when user is admin | Syndamia | 2020-12-18 | 1 | -0/+1 |
| | | |||||
| * | Roles are now in a seperate table, user can contain multiple roles (BUT JWT ↵ | Syndamia | 2020-12-17 | 1 | -0/+3 |
| | | | | | doesn't support mutiple yet), added migrations, userrepository returns user roles with the user | ||||
| * | Added public const Role | transtrike | 2020-12-15 | 1 | -1/+3 |
| | | |||||
| * | Implemented data Role model, added a RoleRepository skeleton and added mappings | Syndamia | 2020-12-15 | 1 | -0/+10 |
