aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Data/Interfaces/Models/IPost.cs
Commit message (Collapse)AuthorAgeFilesLines
* Project Restructure P.1transtrike2021-02-131-22/+0
|
* Implemented post attachments, which move post file urls to their own table; ↵Syndamia2021-02-051-1/+2
| | | | updated post repository and post service to work with them (but didn't update service or web models)
* Commented out implementation of Rating; Bug fixestranstrike2021-02-011-1/+1
|
* User - Friend relation inital fixtranstrike2021-01-301-0/+2
|
* File Upload implemented; Post Layers adapted to File Uploadingtranstrike2021-01-291-1/+1
|
* Comment and Post models refactoredtranstrike2021-01-281-1/+1
|
* Post&Comment Models implemented; Mappings Configuredtranstrike2021-01-231-3/+9
|
* Extracted Interfaces from every DevHive.Data class; Tidied up the ↵transtrike2021-01-151-0/+13
DevHive.Interfaces