aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
| | |/ / | |/| |
| * | | 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
|/ / /
* | / 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
| * | Fixed Common project mistakestranstrike2021-02-262-0/+24
| * | Initial Swagger configuration setuptranstrike2021-02-252-4/+35
| * | New rule addedtranstrike2021-02-252-5/+9
| * | Updated Nuget packages; Added Swagger packages for further documentationtranstrike2021-02-254-7/+11
| * | Docker file fixedtranstrike2021-02-231-13/+8
| |/
* | adding delete rating functionalityDanail Dimitrov2021-02-272-1/+11
* | Adding user validation for rating layerDanail Dimitrov2021-02-274-1/+78
* | Adding update layer for rating_systemDanail Dimitrov2021-02-2611-25/+88
* | Added GetById for ratingDanail Dimitrov2021-02-269-22/+65
* | Adding RatePost functionalityDanail Dimitrov2021-02-2514-49/+898
* | model update for ratingDanail Dimitrov2021-02-2117-30/+39
|/
* Revert "initial implementation of message layer"transtrike2021-02-1918-267/+6
* initial implementation of message layerDanail Dimitrov2021-02-1818-6/+267
* EF Core splitting queries for performance boosttranstrike2021-02-181-1/+4
* UserManager&RoleManager logic moved to Repo; Password hashing and validation ...transtrike2021-02-1617-123/+2081
* Moved Default&Admin Roles insertion to DB Configtranstrike2021-02-161-1/+26
* Fixed formatting; Adjusted warnings; Adjusted variable namestranstrike2021-02-1514-42/+40
* Code Analyzer added to all csproj; Removed unnessessary code; Fixed formattingtranstrike2021-02-1534-171/+145
* Merged New Project Structure; Fixed Kamen's Formatting Issuestranstrike2021-02-1314-49/+47
* Code-Workspace Debug Config Fixedtranstrike2021-02-131-2/+6
* Restructure Successfultranstrike2021-02-1364-4108/+123