aboutsummaryrefslogtreecommitdiff
path: root/ExamTemplate/Web/Views/Shared
Commit message (Collapse)AuthorAgeFilesLines
* Big daddy refactorSyndamia2021-05-155-99/+0
|
* 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
|
* Implemented authorization; Replaced Role with IdentityRole<Guid>; Renamed ↵Syndamia2021-05-081-4/+4
| | | | UserController to AccountController, updated links
* Made moved footer to it's own partial cshtmlSyndamia2021-05-072-3/+9
|
* Implemented user profile pageSyndamia2021-05-071-1/+3
|
* 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-072-5/+2
|
* Added logout functionality and updated navbarSyndamia2021-05-061-0/+4
|
* Impllemented user login and updated navbarSyndamia2021-05-061-2/+16
|
* 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-062-49/+49
| | | | and added authentication in Startup.cs
* Added gitignore and initial project generationSyndamia2021-05-063-0/+75