| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Splitted validation in Service | transtrike | 2021-03-26 | 1 | -5/+10 |
| | | |||||
| * | Profile Picture implemented; Tests and Front end work await | transtrike | 2021-03-25 | 7 | -49/+132 |
| | | |||||
| * | Merge pull request #22 from Team-Kaleidoscope/rating_system | Danail Dimitrov | 2021-03-14 | 8 | -15/+465 |
| |\ | | | | | Rating system | ||||
| | * | Updated rating tests to follow our current code style standardsrating_system | Syndamia | 2021-03-14 | 1 | -66/+144 |
| | | | |||||
| | * | Added tests for rating service | Syndamia | 2021-03-13 | 1 | -0/+370 |
| | | | |||||
| | * | Moved Rating service models outside of Post folder | Danail Dimitrov | 2021-03-03 | 6 | -6/+6 |
| | | | |||||
| | * | Adding Post.CurrentRating functionality | Danail Dimitrov | 2021-03-03 | 1 | -0/+10 |
| | | | |||||
| | * | Fixing bugs in rating layer | Danail Dimitrov | 2021-03-03 | 2 | -9/+1 |
| | | | |||||
| * | | Merge pull request #21 from Team-Kaleidoscope/unit_test_refactoring | Kamen Mladenov | 2021-03-14 | 6 | -492/+766 |
| |\ \ | | | | | | | Unit test code style refactor | ||||
| | * | | Made all Returns(Task.FromResult) into ReturnsAsync in Service layer tests | Syndamia | 2021-03-14 | 6 | -119/+119 |
| | | | | |||||
| | * | | Updated code style of mock setups in Service layer tests | Syndamia | 2021-03-14 | 6 | -214/+470 |
| | | | | |||||
| | * | | Made properties into variables in Service layer tests | Syndamia | 2021-03-14 | 5 | -222/+222 |
| | | | | |||||
| | * | | Removed unused local variables in service tests | Syndamia | 2021-03-13 | 4 | -13/+0 |
| | | | | |||||
| | * | | Replaced all "new Guid()" with "Guid.NewGuid()" in service tests | Syndamia | 2021-03-13 | 6 | -24/+24 |
| | | | | |||||
| | * | | Updated user service tests to use jwt service, added some missing mocks to ↵ | Syndamia | 2021-03-13 | 1 | -44/+22 |
| | | | | | | | | | | | | | user login and register tests | ||||
| | * | | Merge branch 'dev' of github.com:Team-Kaleidoscope/DevHive into ↵ | Syndamia | 2021-03-13 | 15 | -230/+252 |
| | |\ \ | | | | | | | | | | | | | unit_test_refactoring | ||||
| | * | | | Code cleanup of UserTestsunit_test_refactoring | transtrike | 2021-02-22 | 2 | -220/+273 |
| | | | | | |||||
| * | | | | When user has no friends, returned feed is just an empty array, rather than ↵ | Syndamia | 2021-03-13 | 1 | -3/+0 |
| | |/ / |/| | | | | | | | | throwing an exception | ||||
| * | | | NSwag replaced Swagger; Doc prep configurednswag | transtrike | 2021-03-03 | 3 | -26/+26 |
| | |/ |/| | |||||
| * | | tryibg to fix rating layers | Danail Dimitrov | 2021-02-28 | 3 | -75/+21 |
| | | | |||||
| * | | merge with dev | Danail Dimitrov | 2021-02-28 | 6 | -145/+90 |
| |\ \ | |||||
| | * | | Removed JwtOptions | transtrike | 2021-02-28 | 1 | -14/+0 |
| | | | | |||||
| | * | | Integrated new JWT validation where needed | transtrike | 2021-02-28 | 2 | -115/+51 |
| | | | | |||||
| | * | | JWT Validations works; Introduced more bugs to fix later | transtrike | 2021-02-27 | 1 | -25/+43 |
| | | | | |||||
| | * | | Fixed Project Restore Problem "Not Found" | transtrike | 2021-02-26 | 3 | -21/+26 |
| | | | | |||||
| | * | | Updated Nuget packages; Added Swagger packages for further documentation | transtrike | 2021-02-25 | 1 | -2/+2 |
| | |/ | | | | | | | improvement | ||||
| * | | Adding user validation for rating layer | Danail Dimitrov | 2021-02-27 | 2 | -1/+70 |
| | | | |||||
| * | | Adding update layer for rating_system | Danail Dimitrov | 2021-02-26 | 5 | -18/+41 |
| | | | |||||
| * | | Added GetById for rating | Danail Dimitrov | 2021-02-26 | 5 | -18/+45 |
| | | | |||||
| * | | Adding RatePost functionality | Danail Dimitrov | 2021-02-25 | 4 | -27/+37 |
| | | | |||||
| * | | model update for rating | Danail Dimitrov | 2021-02-21 | 6 | -10/+12 |
| |/ | |||||
| * | Revert "initial implementation of message layer" | transtrike | 2021-02-19 | 6 | -91/+3 |
| | | | | | This reverts commit 1ff5502483c5ee8bab1ef0a70f61e18f6ba2399d. | ||||
| * | initial implementation of message layer | Danail Dimitrov | 2021-02-18 | 6 | -3/+91 |
| | | |||||
| * | UserManager&RoleManager logic moved to Repo; Password hashing and validation ↵ | transtrike | 2021-02-16 | 4 | -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 names | transtrike | 2021-02-15 | 6 | -11/+10 |
| | | |||||
| * | Code Analyzer added to all csproj; Removed unnessessary code; Fixed formatting | transtrike | 2021-02-15 | 14 | -55/+46 |
| | | |||||
| * | Merged New Project Structure; Fixed Kamen's Formatting Issues | transtrike | 2021-02-13 | 4 | -28/+28 |
| | | |||||
| * | Restructure Successful | transtrike | 2021-02-13 | 19 | -32/+34 |
| | | |||||
| * | Removed all references | transtrike | 2021-02-13 | 23 | -39/+23 |
| | | |||||
| * | Project Restructure P.1 | transtrike | 2021-02-13 | 67 | -0/+3907 |
