aboutsummaryrefslogtreecommitdiff
path: root/ExamTemplate/Web/Views/User
Commit message (Collapse)AuthorAgeFilesLines
* Implemented authorization; Replaced Role with IdentityRole<Guid>; Renamed ↵Syndamia2021-05-084-81/+0
| | | | UserController to AccountController, updated links
* Fixed some identation that was in spaces, rather than tabsSyndamia2021-05-073-3/+3
|
* Added user edit view model validationsSyndamia2021-05-071-12/+13
|
* Implemented editing userSyndamia2021-05-072-0/+33
|
* Implemented user profile pageSyndamia2021-05-071-0/+13
|
* Added view model validation for register and loginSyndamia2021-05-072-0/+12
|
* Impllemented user login and updated navbarSyndamia2021-05-061-0/+10
|
* Added automapper; Implemented user register; Improved some database ↵Syndamia2021-05-061-0/+12
configurations