aboutsummaryrefslogtreecommitdiff
path: root/ExamTemplate/Services
Commit message (Expand)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; Move...Syndamia2021-05-135-16/+107
* First registered user becomes an administrator and implemented proper handlin...Syndamia2021-05-131-2/+14
* 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 interfa...Syndamia2021-05-122-1/+29
* 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 eac...Syndamia2021-05-116-6/+6
* 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 Use...Syndamia2021-05-081-10/+5
* 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 configura...Syndamia2021-05-064-0/+58
* Updated some target frameworks and namespacesSyndamia2021-05-062-2/+2
* Added gitignore and initial project generationSyndamia2021-05-062-0/+20