aboutsummaryrefslogtreecommitdiff
path: root/ExamTemplate/Web/Views
Commit message (Collapse)AuthorAgeFilesLines
* Big daddy refactorSyndamia2021-05-1512-218/+0
|
* Updated user controller models being of type UserViewModel, when they should ↵Syndamia2021-05-134-4/+4
| | | | be like UserWebModel
* Implemented a 404 not found pageSyndamia2021-05-121-0/+10
|
* Added a script that renames all of the files and folders inside the projectSyndamia2021-05-101-1/+1
|
* Minor style changesSyndamia2021-05-081-0/+2
|
* Implemented account deletionSyndamia2021-05-081-0/+4
|
* Added register view message when register was unsuccessfulSyndamia2021-05-081-0/+7
|
* Added login message when login was unsuccessfulSyndamia2021-05-081-0/+9
|
* Fixed outdated User controller links in ViewsSyndamia2021-05-082-2/+2
|
* Implemented authorization; Replaced Role with IdentityRole<Guid>; Renamed ↵Syndamia2021-05-085-7/+7
| | | | 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
|
* 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