aboutsummaryrefslogtreecommitdiff
path: root/ExamTemplate
Commit message (Collapse)AuthorAgeFilesLines
* Added user edit view model validationsSyndamia2021-05-073-12/+26
|
* Made moved footer to it's own partial cshtmlSyndamia2021-05-073-11/+23
|
* Implemented editing userSyndamia2021-05-078-3/+127
|
* Implemented user profile pageSyndamia2021-05-079-2/+61
|
* 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-076-20/+11
|
* Added view model validation for register and loginSyndamia2021-05-076-0/+43
|
* Added logout functionality and updated navbarSyndamia2021-05-064-1/+22
|
* Added some form stylingSyndamia2021-05-061-0/+30
|
* Fixed some namesSyndamia2021-05-064-11/+3
|
* Impllemented user login and updated navbarSyndamia2021-05-0610-5/+94
|
* Added automapper; Implemented user register; Improved some database ↵Syndamia2021-05-0614-3/+229
| | | | configurations
* Updated README with information about changing the database you useSyndamia2021-05-061-1/+1
|
* Fixed Data layer not being able to create migrations and added a migrationSyndamia2021-05-065-0/+892
|
* Updated some target frameworks and namespacesSyndamia2021-05-065-5/+9
|
* Added simple User and Role DB classes, added a simple DBContext and ↵Syndamia2021-05-068-18/+63
| | | | configured it for PostgreSQL
* Moved nabvar to it's own cshtml and simplified it a lot; Removed most of the ↵Syndamia2021-05-065-30/+191
| | | | 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-069-154/+138
| | | | and added authentication in Startup.cs
* Disabled HTTPS and added a note in READMESyndamia2021-05-061-1/+1
|
* Added gitignore and initial project generationSyndamia2021-05-0622-0/+400