aboutsummaryrefslogtreecommitdiff
path: root/ExamTemplate/Web/Controllers/AccountController.cs
Commit message (Expand)AuthorAgeFilesLines
* Updated user controller models being of type UserViewModel, when they should ...Syndamia2021-05-131-18/+18
* Implemented BaseService that uses generics to implement very basic CRUD; Move...Syndamia2021-05-131-2/+2
* Implemented interfaces for services in add feature template; Added an interfa...Syndamia2021-05-121-3/+3
* Implemented a 404 not found pageSyndamia2021-05-121-3/+3
* Made service models structure resemble that of the web models (models for eac...Syndamia2021-05-111-1/+1
* 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 Use...Syndamia2021-05-081-0/+140