aboutsummaryrefslogtreecommitdiff
path: root/ExamTemplate/Services
Commit message (Collapse)AuthorAgeFilesLines
* Big daddy refactorSyndamia2021-05-1513-2/+11
|
* 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-132-0/+33
|
* Implemented BaseService that uses generics to implement very basic CRUD; ↵Syndamia2021-05-135-16/+107
| | | | 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-121-1/+1
|
* Moved services to their own folder and updated their namespacesSyndamia2021-05-122-2/+2
|
* Implemented Cloudinary interfaceSyndamia2021-05-122-1/+13
|
* Implemented interfaces for services in add feature template; Added an ↵Syndamia2021-05-122-1/+29
| | | | interfaces for UserService
* Moved the Guid Id to it's own base modelsSyndamia2021-05-121-0/+9
|
* Added Cloudinary service and configured itSyndamia2021-05-112-0/+50
|
* Renamed mapping classes to have the name of their layerSyndamia2021-05-111-2/+2
|
* Made service models structure resemble that of the web models (models for ↵Syndamia2021-05-116-6/+6
| | | | each "feature" are in their own folder)
* Made some minor formatting fixesSyndamia2021-05-081-1/+1
|
* Implemented account deletionSyndamia2021-05-081-0/+8
|
* Simplified account edit authorizationSyndamia2021-05-081-7/+0
|
* Implemented authorization; Replaced Role with IdentityRole<Guid>; Renamed ↵Syndamia2021-05-081-10/+5
| | | | UserController to AccountController, updated links
* Moved user repository logic into user service logic (no more repos)Syndamia2021-05-081-14/+33
|
* Implemented editing userSyndamia2021-05-072-1/+34
|
* Implemented user profile pageSyndamia2021-05-073-0/+17
|
* Added logout functionality and updated navbarSyndamia2021-05-061-0/+5
|
* Fixed some namesSyndamia2021-05-061-8/+0
|
* Impllemented user login and updated navbarSyndamia2021-05-063-1/+22
|
* Added automapper; Implemented user register; Improved some database ↵Syndamia2021-05-064-0/+58
| | | | configurations
* Updated some target frameworks and namespacesSyndamia2021-05-062-2/+2
|
* Added gitignore and initial project generationSyndamia2021-05-062-0/+20