aboutsummaryrefslogtreecommitdiff
path: root/ExamTemplate/Web/Models
Commit message (Collapse)AuthorAgeFilesLines
* Big daddy refactorSyndamia2021-05-156-84/+0
|
* Updated user controller models being of type UserViewModel, when they should ↵Syndamia2021-05-134-4/+4
| | | | be like UserWebModel
* Fixed space identation in base modelsSyndamia2021-05-121-1/+1
|
* Moved the Guid Id to it's own base modelsSyndamia2021-05-121-0/+9
|
* Updated register view model data annotationSyndamia2021-05-081-1/+1
|
* Added user edit view model validationsSyndamia2021-05-071-0/+10
|
* Implemented editing userSyndamia2021-05-071-0/+9
|
* Implemented user profile pageSyndamia2021-05-071-0/+9
|
* Added view model validation for register and loginSyndamia2021-05-072-0/+20
|
* Fixed some namesSyndamia2021-05-061-1/+1
|
* Impllemented user login and updated navbarSyndamia2021-05-061-0/+8
|
* Added automapper; Implemented user register; Improved some database ↵Syndamia2021-05-061-0/+10
| | | | configurations
* Removed unnecessary usings, space identation got updated to tab identation ↵Syndamia2021-05-061-7/+5
| | | | and added authentication in Startup.cs
* Added gitignore and initial project generationSyndamia2021-05-061-0/+11