aboutsummaryrefslogtreecommitdiff
path: root/ExamTemplate
Commit message (Collapse)AuthorAgeFilesLines
* Fixed tempalte context factorySyndamia2021-05-161-1/+1
|
* Fixed solution not being able to be builtSyndamia2021-05-162-104/+104
|
* Big daddy refactorSyndamia2021-05-1557-73/+162
|
* Fixed GetById validation in BaseServiceSyndamia2021-05-151-1/+1
|
* Fixed base service get all method not being called GetAllAsyncSyndamia2021-05-152-2/+2
|
* Added service null argument checks and their errorSyndamia2021-05-133-0/+45
|
* Updated user controller models being of type UserViewModel, when they should ↵Syndamia2021-05-1310-31/+31
| | | | be like UserWebModel
* Implemented BaseService that uses generics to implement very basic CRUD; ↵Syndamia2021-05-137-19/+110
| | | | Moved away from 3 service model to 1 service model in add feature script
* First registered user becomes an administrator and implemented proper ↵Syndamia2021-05-131-2/+14
| | | | handling of user creation failure inside service
* Fixed space identation in base modelsSyndamia2021-05-123-3/+3
|
* Moved services to their own folder and updated their namespacesSyndamia2021-05-123-3/+3
|
* Implemented Cloudinary interfaceSyndamia2021-05-123-2/+14
|
* Implemented interfaces for services in add feature template; Added an ↵Syndamia2021-05-124-5/+34
| | | | interfaces for UserService
* Improved the way in which database objects are created on startupSyndamia2021-05-122-9/+32
|
* Moved the Guid Id to it's own base modelsSyndamia2021-05-123-0/+31
|
* Implemented a 404 not found pageSyndamia2021-05-124-3/+19
|
* Added Cloudinary service and configured itSyndamia2021-05-114-0/+60
|
* Renamed mapping classes to have the name of their layerSyndamia2021-05-112-4/+4
|
* Made service models structure resemble that of the web models (models for ↵Syndamia2021-05-118-8/+8
| | | | each "feature" are in their own folder)
* Added a script that renames all of the files and folders inside the projectSyndamia2021-05-101-1/+1
|
* Added Common project to solutionSyndamia2021-05-081-0/+14
|
* Made some minor formatting fixesSyndamia2021-05-083-2/+2
|
* Minor style changesSyndamia2021-05-082-0/+6
|
* Implemented account deletionSyndamia2021-05-083-5/+23
|
* Added register view message when register was unsuccessfulSyndamia2021-05-082-1/+8
|
* Added login message when login was unsuccessfulSyndamia2021-05-082-1/+10
|
* Implemented user getting logged in automatically when they registerSyndamia2021-05-081-1/+4
|
* Updated register view model data annotationSyndamia2021-05-081-1/+1
|
* Fixed outdated User controller links in ViewsSyndamia2021-05-082-2/+2
|
* Simplified account edit authorizationSyndamia2021-05-082-10/+0
|
* Updated namespaces of Startup and ProgramSyndamia2021-05-082-1/+2
|
* Implemented authorization; Replaced Role with IdentityRole<Guid>; Renamed ↵Syndamia2021-05-0812-61/+62
| | | | UserController to AccountController, updated links
* Moved user repository logic into user service logic (no more repos)Syndamia2021-05-083-83/+34
|
* Added DBContext setup for user and rolesSyndamia2021-05-071-1/+7
|
* Fixed some identation that was in spaces, rather than tabsSyndamia2021-05-076-6/+6
|
* Deleted unused common fileSyndamia2021-05-071-8/+0
|
* User now gets logged out only when they change their usernameSyndamia2021-05-071-5/+6
|
* 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