aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Services/Services/FeedService.cs
Commit message (Collapse)AuthorAgeFilesLines
* Project Restructure P.1transtrike2021-02-131-84/+0
|
* Fixed getting feedSyndamia2021-02-051-6/+4
|
* Added some XML documentation to Service layer (where really needed)Syndamia2021-02-041-0/+8
|
* User-Friends Relation Fixedtranstrike2021-02-031-6/+8
|
* Fixed mapping in FeedServicetranstrike2021-02-011-2/+7
|
* Cleaned Feed Servicetranstrike2021-02-011-6/+0
|
* Removed empty feed; Added mapping from List<Post> to ReadPageServiceModeltranstrike2021-02-011-13/+8
|
* Username added to JWT; Promotion to Admin fixedtranstrike2021-01-311-1/+25
|\
| * Fixed GetUserPosts implementationSyndamia2021-01-301-0/+24
| |
| * Separated comment models, controler and service from post'sSyndamia2021-01-301-1/+1
| |
* | User - Friend relation inital fixtranstrike2021-01-301-1/+1
|/
* GetUserPosts implementedtranstrike2021-01-291-1/+10
|
* Adding FeedService tests and fixed minor bug with FeedService.GetPage where ↵Danail Dimitrov2021-01-281-4/+6
| | | | no exception would be thrown when there are no posts to query
* Brief testing of GetPosttranstrike2021-01-261-0/+47