aboutsummaryrefslogtreecommitdiff
path: root/src/Services
Commit message (Expand)AuthorAgeFilesLines
* adding functionality to add and remove friendsDanail Dimitrov2021-04-074-10/+41
* Merged from devtranstrike2021-04-0721-172/+373
|\
| * Introduced consts for every string possible. FMLtranstrike2021-04-0511-121/+135
| * ReadProfilePic endpoint implementedtranstrike2021-04-021-7/+0
| * InsertProfilePic removed(useless, since every User has one at creation that g...transtrike2021-04-021-8/+0
| * dev -> feature/profile_picture_implementation(02.03.2021)transtrike2021-04-024-10/+18
| |\
| | * Introduced Logger; Replaced DevExcHandler with Custom; Logging Errors totranstrike2021-04-023-7/+7
| | * Fixed warnings for commented code and async cloudinary methodSyndamia2021-03-291-0/+3
| | * Uploading files to cloudinary now uses the filename, not a guidSyndamia2021-03-281-3/+8
| * | First test implementation and explorationtranstrike2021-03-301-0/+75
| * | Added profile picture documentationfeature/profile_picture_implementationtranstrike2021-03-282-1/+25
| * | ProfilePic saved in User fixedtranstrike2021-03-282-2/+6
| * | Dev changes merged into ProfilePicLayer branchtranstrike2021-03-283-7/+10
| |\|
| | * Rating's GetById and GetRatingByPostAndUser return null if User hasn't rated;...transtrike2021-03-261-4/+6
| * | Splitted validation in Servicetranstrike2021-03-261-5/+10
| * | Profile Picture implemented; Tests and Front end work awaittranstrike2021-03-257-49/+132
| |/
* / Friends endpoint inittranstrike2021-04-072-0/+45
|/
* Merge pull request #22 from Team-Kaleidoscope/rating_systemDanail Dimitrov2021-03-148-15/+465
|\
| * Updated rating tests to follow our current code style standardsrating_systemSyndamia2021-03-141-66/+144
| * Added tests for rating serviceSyndamia2021-03-131-0/+370
| * Moved Rating service models outside of Post folderDanail Dimitrov2021-03-036-6/+6
| * Adding Post.CurrentRating functionalityDanail Dimitrov2021-03-031-0/+10
| * Fixing bugs in rating layerDanail Dimitrov2021-03-032-9/+1
* | Merge pull request #21 from Team-Kaleidoscope/unit_test_refactoringKamen Mladenov2021-03-146-492/+766
|\ \
| * | Made all Returns(Task.FromResult) into ReturnsAsync in Service layer testsSyndamia2021-03-146-119/+119
| * | Updated code style of mock setups in Service layer testsSyndamia2021-03-146-214/+470
| * | Made properties into variables in Service layer testsSyndamia2021-03-145-222/+222
| * | Removed unused local variables in service testsSyndamia2021-03-134-13/+0
| * | Replaced all "new Guid()" with "Guid.NewGuid()" in service testsSyndamia2021-03-136-24/+24
| * | Updated user service tests to use jwt service, added some missing mocks to us...Syndamia2021-03-131-44/+22
| * | Merge branch 'dev' of github.com:Team-Kaleidoscope/DevHive into unit_test_ref...Syndamia2021-03-1315-230/+252
| |\ \
| * | | Code cleanup of UserTestsunit_test_refactoringtranstrike2021-02-222-220/+273
* | | | When user has no friends, returned feed is just an empty array, rather than t...Syndamia2021-03-131-3/+0
| |/ / |/| |
* | | NSwag replaced Swagger; Doc prep configurednswagtranstrike2021-03-033-26/+26
| |/ |/|
* | tryibg to fix rating layersDanail Dimitrov2021-02-283-75/+21
* | merge with devDanail Dimitrov2021-02-286-145/+90
|\ \
| * | Removed JwtOptionstranstrike2021-02-281-14/+0
| * | Integrated new JWT validation where neededtranstrike2021-02-282-115/+51
| * | JWT Validations works; Introduced more bugs to fix latertranstrike2021-02-271-25/+43
| * | Fixed Project Restore Problem "Not Found"transtrike2021-02-263-21/+26
| * | Updated Nuget packages; Added Swagger packages for further documentationtranstrike2021-02-251-2/+2
| |/
* | Adding user validation for rating layerDanail Dimitrov2021-02-272-1/+70
* | Adding update layer for rating_systemDanail Dimitrov2021-02-265-18/+41
* | Added GetById for ratingDanail Dimitrov2021-02-265-18/+45
* | Adding RatePost functionalityDanail Dimitrov2021-02-254-27/+37
* | model update for ratingDanail Dimitrov2021-02-216-10/+12
|/
* Revert "initial implementation of message layer"transtrike2021-02-196-91/+3
* initial implementation of message layerDanail Dimitrov2021-02-186-3/+91
* UserManager&RoleManager logic moved to Repo; Password hashing and validation ...transtrike2021-02-164-54/+35
* Fixed formatting; Adjusted warnings; Adjusted variable namestranstrike2021-02-156-11/+10