aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Data/Repositories/PostRepository.cs
Commit message (Expand)AuthorAgeFilesLines
* Commented out implementation of Rating; Bug fixestranstrike2021-02-011-4/+4
* Fixed post updateSyndamia2021-01-311-0/+4
* Fixed comment and post getting and updatingSyndamia2021-01-301-0/+25
* File Upload implemented; Post Layers adapted to File Uploadingtranstrike2021-01-291-0/+16
* Updated comments and posts to use Creator.Id, rather than CreatorId; updated ...Syndamia2021-01-281-1/+1
* Migrations added; CRUD over Posts&Comments successfully completedtranstrike2021-01-241-0/+7
* All Post&Comment Implemented; Initializing testing...transtrike2021-01-231-52/+2
* Generic base repo class refactored; All repos inherit generic base repotranstrike2021-01-211-32/+2
* Code cleanup & consistencytranstrike2021-01-211-25/+18
* Replaced RepoMethods with BaseClass and inherited it where neededtranstrike2021-01-191-7/+7
* Lang&Tech layers now return id on Createtranstrike2021-01-171-0/+14
* Extracted Interfaces from every DevHive.Data class; Tidied up the DevHive.Int...transtrike2021-01-151-2/+2
* The return of the interfacestranstrike2021-01-131-6/+7
* Language layers refactored; User implements adding & removing Languages; Migr...transtrike2021-01-121-2/+4
* Added Interfaces for all repository classesDanail Dimitrov2021-01-111-2/+2
* Implemented Posts and merged Comment to Posttranstrike2020-12-301-0/+107