aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Web/Controllers/PostController.cs
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Danail Dimitrov2021-01-211-1/+1
| | | | tests are added)
* 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