aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Web/Controllers/PostController.cs
Commit message (Expand)AuthorAgeFilesLines
* Separated comment models, controler and service from post'sSyndamia2021-01-301-64/+3
* Fixed create post and comment validation logicSyndamia2021-01-281-2/+2
* Users with only the role User can now create comments and posts (while admins...Syndamia2021-01-281-3/+8
* Attributes changed to use Roles, not Policytranstrike2021-01-261-0/+1
* Brief testing of GetPosttranstrike2021-01-261-1/+1
* Migrations added; CRUD over Posts&Comments successfully completedtranstrike2021-01-241-4/+6
* All Post&Comment Implemented; Initializing testing...transtrike2021-01-231-49/+53
* The beginning of role based authorizationtranstrike2021-01-231-1/+1
* Adding Comment layer unit test(Note: Data is to be refactored no data layer t...Danail Dimitrov2021-01-211-1/+1
* Lang&Tech layers now return id on Createtranstrike2021-01-171-10/+8
* Fixed formattingtranstrike2021-01-151-1/+1
* Fixed dependency injection for controller service interfaces in controllersSyndamia2021-01-141-5/+4
* Fixed sln-wide code formattingtranstrike2021-01-131-6/+6
* Fixed Comment implementationDanail Dimitrov2021-01-041-5/+8
* added user validation for deleting and updating commentsDanail Dimitrov2021-01-031-2/+8
* Implemented Posts and merged Comment to Posttranstrike2020-12-301-0/+132