aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Services/Services/PostService.cs
Commit message (Expand)AuthorAgeFilesLines
* Added some XML documentation to Service layer (where really needed)Syndamia2021-02-041-0/+19
* Post Editing preserves Post's commentstranstrike2021-02-031-0/+1
* Fixed comment order when getting a postSyndamia2021-02-021-0/+5
* GetByUsername & GetById return post Ids; Read POst returns URLstranstrike2021-02-011-1/+3
* Post returns file urlstranstrike2021-02-011-0/+1
* Separated comment models, controler and service from post'sSyndamia2021-01-301-70/+2
* File Upload implemented; Post Layers adapted to File Uploadingtranstrike2021-01-291-3/+31
* Users with only the role User can now create comments and posts (while admins...Syndamia2021-01-281-0/+7
* Updated comments and posts to use Creator.Id, rather than CreatorId; updated ...Syndamia2021-01-281-6/+16
* Adding PostService testsDanail Dimitrov2021-01-271-5/+6
* Migrations added; CRUD over Posts&Comments successfully completedtranstrike2021-01-241-13/+51
* All Post&Comment Implemented; Initializing testing...transtrike2021-01-231-45/+70
* Fixed formattingtranstrike2021-01-231-2/+2
* Kamen's proposal in Update() at BaseRepo mergedtranstrike2021-01-221-1/+1
* Changed List to HashSet for "no duplicates" scenariotranstrike2021-01-201-2/+3
* Lang&Tech layers now return id on Createtranstrike2021-01-171-5/+19
* Extracted Interfaces from every DevHive.Data class; Tidied up the DevHive.Int...transtrike2021-01-151-1/+1
* Renamed async methods to include Async in the name in UserRepositorytranstrike2021-01-141-3/+3
* The return of the interfacestranstrike2021-01-131-13/+14
* Language layers refactored; User implements adding & removing Languages; Migr...transtrike2021-01-121-4/+4
* Added Interfaces for all repository classesDanail Dimitrov2021-01-111-4/+4
* added user validation for deleting and updating commentsDanail Dimitrov2021-01-031-1/+42
* Implemented Posts and merged Comment to Posttranstrike2020-12-301-0/+98