aboutsummaryrefslogtreecommitdiff
path: root/src/Services
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #21 from Team-Kaleidoscope/unit_test_refactoringKamen Mladenov2021-03-146-492/+766
|\ | | | | Unit test code style refactor
| * 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 ↵Syndamia2021-03-131-44/+22
| | | | | | | | user login and register tests
| * Merge branch 'dev' of github.com:Team-Kaleidoscope/DevHive into ↵Syndamia2021-03-1315-230/+252
| |\ | | | | | | | | | unit_test_refactoring
| * | Code cleanup of UserTestsunit_test_refactoringtranstrike2021-02-222-220/+273
| | |
* | | When user has no friends, returned feed is just an empty array, rather than ↵Syndamia2021-03-131-3/+0
| |/ |/| | | | | throwing an exception
* | 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
| |/ | | | | | | improvement
* | 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
| | | | This reverts commit 1ff5502483c5ee8bab1ef0a70f61e18f6ba2399d.
* 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
| | | | moved to Repo and using ASPNET Core hashing methods; Added Migrations; Fixed Roles not added to user
* Fixed formatting; Adjusted warnings; Adjusted variable namestranstrike2021-02-156-11/+10
|
* Code Analyzer added to all csproj; Removed unnessessary code; Fixed formattingtranstrike2021-02-1514-55/+46
|
* Merged New Project Structure; Fixed Kamen's Formatting Issuestranstrike2021-02-134-28/+28
|
* Restructure Successfultranstrike2021-02-1319-32/+34
|
* Removed all referencestranstrike2021-02-1323-39/+23
|
* Project Restructure P.1transtrike2021-02-1367-0/+3907