aboutsummaryrefslogtreecommitdiff
path: root/ExamTemplate/Web/Views
Commit message (Collapse)AuthorAgeFilesLines
* Added user edit view model validationsSyndamia2021-05-071-12/+13
|
* Made moved footer to it's own partial cshtmlSyndamia2021-05-072-3/+9
|
* Implemented editing userSyndamia2021-05-072-0/+33
|
* Implemented user profile pageSyndamia2021-05-073-1/+17
|
* Removed the "- Web" part of layoutSyndamia2021-05-071-1/+1
|
* Removed jquery validation cshtmlSyndamia2021-05-071-2/+0
|
* Removed Privacy page and tweaked navbar and footerSyndamia2021-05-074-12/+3
|
* Added view model validation for register and loginSyndamia2021-05-072-0/+12
|
* Added logout functionality and updated navbarSyndamia2021-05-061-0/+4
|
* Impllemented user login and updated navbarSyndamia2021-05-063-4/+29
|
* Added automapper; Implemented user register; Improved some database ↵Syndamia2021-05-061-0/+12
| | | | configurations
* Moved nabvar to it's own cshtml and simplified it a lot; Removed most of the ↵Syndamia2021-05-062-30/+23
| | | | default css and js from wwwroot; Implemented a very simple custom styling that mimmics the default asp.net bootstrap one
* Removed unnecessary usings, space identation got updated to tab identation ↵Syndamia2021-05-065-54/+54
| | | | and added authentication in Startup.cs
* Added gitignore and initial project generationSyndamia2021-05-067-0/+95