aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Splitted validation in Servicetranstrike2021-03-261-5/+10
* Profile Picture implemented; Tests and Front end work awaittranstrike2021-03-2520-108/+971
* Removed interfaces for pure classesfriends_functionalitytranstrike2021-03-1717-145/+8
* IRepository namespace fix; Useless folder removedtranstrike2021-03-179-10/+2
* Fixed to new() where possible and readabletranstrike2021-03-1549-1904/+4159
|\
| * Merge pull request #22 from Team-Kaleidoscope/rating_systemDanail Dimitrov2021-03-1418-31/+1684
| |\
| | * Updated rating tests to follow our current code style standardsrating_systemSyndamia2021-03-143-127/+247
| | * minor ajustments to rating repository documentationDanail Dimitrov2021-03-141-1/+1
| | * added documentaion for rating repositoryDanail Dimitrov2021-03-142-1/+22
| | * Added tests for rating repositorySyndamia2021-03-131-0/+188
| | * Added tests for rating serviceSyndamia2021-03-131-0/+370
| | * Added tests for rating controllerSyndamia2021-03-131-0/+257
| | * Fixed type in delete rating method name in rating controllerSyndamia2021-03-131-1/+1
| | * Removed _userService from RatingControllerDanail Dimitrov2021-03-031-3/+1
| | * Adding authorization to Rating ControllerDanail Dimitrov2021-03-031-1/+1
| | * Moved Rating service models outside of Post folderDanail Dimitrov2021-03-038-8/+8
| | * Adding Post.CurrentRating functionalityDanail Dimitrov2021-03-031-0/+10
| | * addint updated migartion for ratingDanail Dimitrov2021-03-033-3/+699
| | * Fixing bugs in rating layerDanail Dimitrov2021-03-035-14/+7
| * | Merge pull request #21 from Team-Kaleidoscope/unit_test_refactoringKamen Mladenov2021-03-1421-1860/+2249
| |\ \
| | * | Made all Returns(Task.FromResult) into ReturnsAsync in Service layer testsSyndamia2021-03-146-119/+119
| | * | Made all Returns(Task.FromResult) into ReturnsAsync in Web layer testsSyndamia2021-03-147-73/+67
| | * | Removed all discards from Data layer testsSyndamia2021-03-145-15/+15
| | * | Updated code style of mock setups in Service layer testsSyndamia2021-03-146-214/+470
| | * | Updated code style of mock setups in Web layer testsSyndamia2021-03-147-119/+355
| | * | Made properties into variables, fixed spacing and made protected members priv...Syndamia2021-03-145-71/+63
| | * | Made properties into variables in Service layer testsSyndamia2021-03-145-222/+222
| | * | Made properties into variables in Web layer testsSyndamia2021-03-147-218/+217
| | * | Comented out role and user repository tests, since we now use role and user m...Syndamia2021-03-132-350/+350
| | * | 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
| | * | Updated controller tests to mock jwt service, removed profile picture tests f...Syndamia2021-03-133-41/+35
| | * | Merge branch 'dev' of github.com:Team-Kaleidoscope/DevHive into unit_test_ref...Syndamia2021-03-1360-421/+1824
| | |\ \
| | * | | Code cleanup of UserTestsunit_test_refactoringtranstrike2021-02-2211-1027/+980
| * | | | When user has no friends, returned feed is just an empty array, rather than t...Syndamia2021-03-131-3/+0
| | |/ / | |/| |
| * | | Merge pull request #20 from Team-Kaleidoscope/nswagVictor S2021-03-139-15/+231
| |\ \ \
| | * | | XML Docs on all controllerstranstrike2021-03-139-16/+181
| | * | | Technology xml comments added; Needs finishtranstrike2021-03-132-3/+54
| |/ / /
* / / / Fixed to new() where possible and readabletranstrike2021-03-158-63/+63
|/ / /
* | | Merge pull request #19 from Team-Kaleidoscope/nswagVictor S2021-03-0312-86/+97
|\ \ \ | |_|/ |/| |
| * | NSwag replaced Swagger; Doc prep configurednswagtranstrike2021-03-0312-86/+97
|/ /
* | Fixed AutoMapper Assembly Errortranstrike2021-03-012-1/+4
* | tryibg to fix rating layersDanail Dimitrov2021-02-286-83/+42
* | merge with devDanail Dimitrov2021-02-2826-256/+419
|\ \
| * | Removed JwtOptionstranstrike2021-02-283-27/+4
| * | Integrated new JWT validation where neededtranstrike2021-02-288-127/+95
| * | JWT Working like a charmtranstrike2021-02-282-5/+14
| * | JWT Validations works; Introduced more bugs to fix latertranstrike2021-02-279-85/+225
| * | Fixed Project Restore Problem "Not Found"transtrike2021-02-267-49/+59