aboutsummaryrefslogtreecommitdiff
path: root/ExamTemplate/Web/Controllers
Commit message (Collapse)AuthorAgeFilesLines
* Big daddy refactorSyndamia2021-05-152-179/+0
|
* Updated user controller models being of type UserViewModel, when they should ↵Syndamia2021-05-131-18/+18
| | | | be like UserWebModel
* Implemented BaseService that uses generics to implement very basic CRUD; ↵Syndamia2021-05-131-2/+2
| | | | Moved away from 3 service model to 1 service model in add feature script
* Implemented interfaces for services in add feature template; Added an ↵Syndamia2021-05-121-3/+3
| | | | interfaces for UserService
* Implemented a 404 not found pageSyndamia2021-05-122-3/+8
|
* Made service models structure resemble that of the web models (models for ↵Syndamia2021-05-111-1/+1
| | | | each "feature" are in their own folder)
* Implemented account deletionSyndamia2021-05-081-5/+11
|
* Added register view message when register was unsuccessfulSyndamia2021-05-081-1/+1
|
* Added login message when login was unsuccessfulSyndamia2021-05-081-1/+1
|
* Implemented user getting logged in automatically when they registerSyndamia2021-05-081-1/+4
|
* Simplified account edit authorizationSyndamia2021-05-081-3/+0
|
* Implemented authorization; Replaced Role with IdentityRole<Guid>; Renamed ↵Syndamia2021-05-081-11/+20
| | | | UserController to AccountController, updated links
* Fixed some identation that was in spaces, rather than tabsSyndamia2021-05-072-2/+2
|
* User now gets logged out only when they change their usernameSyndamia2021-05-071-5/+6
|
* Added user edit view model validationsSyndamia2021-05-071-0/+3
|
* Implemented editing userSyndamia2021-05-071-2/+36
|
* Implemented user profile pageSyndamia2021-05-071-1/+17
|
* Removed Privacy page and tweaked navbar and footerSyndamia2021-05-071-5/+0
|
* Added view model validation for register and loginSyndamia2021-05-071-0/+6
|
* Added logout functionality and updated navbarSyndamia2021-05-061-0/+8
|
* Fixed some namesSyndamia2021-05-061-2/+2
|
* Impllemented user login and updated navbarSyndamia2021-05-061-0/+21
|
* Added automapper; Implemented user register; Improved some database ↵Syndamia2021-05-062-1/+43
| | | | configurations
* Removed unnecessary usings, space identation got updated to tab identation ↵Syndamia2021-05-061-26/+22
| | | | and added authentication in Startup.cs
* Added gitignore and initial project generationSyndamia2021-05-061-0/+37