aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Data/Models/Post.cs
Commit message (Collapse)AuthorAgeFilesLines
* Fixed NullReference in cloud, CommentEditingWebModel, PromotionToAdmin, ↵transtrike2021-01-311-1/+1
| | | | Posts violate key in db
* User - Friend relation inital fixtranstrike2021-01-301-0/+3
|
* File Upload implemented; Post Layers adapted to File Uploadingtranstrike2021-01-291-1/+1
|
* Comment and Post models refactoredtranstrike2021-01-281-1/+1
|
* Migrations added; CRUD over Posts&Comments successfully completedtranstrike2021-01-241-2/+2
|
* Post&Comment Models implemented; Mappings Configuredtranstrike2021-01-231-5/+6
|
* Extracted Interfaces from every DevHive.Data class; Tidied up the ↵transtrike2021-01-151-1/+2
| | | | DevHive.Interfaces
* Implemented Posts and merged Comment to Posttranstrike2020-12-301-0/+21