aboutsummaryrefslogtreecommitdiff
path: root/ExamTemplate/Data
Commit message (Collapse)AuthorAgeFilesLines
* Fixed tempalte context factorySyndamia2021-05-161-1/+1
|
* Big daddy refactorSyndamia2021-05-159-1/+13
|
* Fixed space identation in base modelsSyndamia2021-05-121-1/+1
|
* Moved the Guid Id to it's own base modelsSyndamia2021-05-121-0/+13
|
* Made some minor formatting fixesSyndamia2021-05-081-1/+0
|
* Implemented authorization; Replaced Role with IdentityRole<Guid>; Renamed ↵Syndamia2021-05-083-22/+2
| | | | UserController to AccountController, updated links
* Moved user repository logic into user service logic (no more repos)Syndamia2021-05-081-66/+0
|
* Added DBContext setup for user and rolesSyndamia2021-05-071-1/+7
|
* Implemented editing userSyndamia2021-05-071-0/+13
|
* Impllemented user login and updated navbarSyndamia2021-05-061-0/+13
|
* Added automapper; Implemented user register; Improved some database ↵Syndamia2021-05-063-1/+44
| | | | configurations
* Fixed Data layer not being able to create migrations and added a migrationSyndamia2021-05-065-0/+892
|
* Added simple User and Role DB classes, added a simple DBContext and ↵Syndamia2021-05-065-9/+54
| | | | configured it for PostgreSQL
* Added gitignore and initial project generationSyndamia2021-05-062-0/+19