aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Data/Models/Post.cs
Commit message (Expand)AuthorAgeFilesLines
* Implemented post attachments, which move post file urls to their own table; u...Syndamia2021-02-051-1/+2
* Adding some metods to Rate repoDanail Dimitrov2021-02-051-2/+1
* Commented out implementation of Rating; Bug fixestranstrike2021-02-011-2/+2
* Fixed NullReference in cloud, CommentEditingWebModel, PromotionToAdmin, Posts...transtrike2021-01-311-1/+1
* 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 DevHive.Int...transtrike2021-01-151-1/+2
* Implemented Posts and merged Comment to Posttranstrike2020-12-301-0/+21