aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Data/Repositories/PostRepository.cs
Commit message (Collapse)AuthorAgeFilesLines
* Project Restructure P.1transtrike2021-02-131-105/+0
|
* Implemented post attachments, which move post file urls to their own table; ↵Syndamia2021-02-051-8/+9
| | | | updated post repository and post service to work with them (but didn't update service or web models)
* Added some XML documentation in data layerSyndamia2021-02-041-0/+3
|
* Fixed post files updating in apiSyndamia2021-02-021-2/+3
|
* GetByUsername & GetById return post Ids; Read POst returns URLstranstrike2021-02-011-1/+12
|
* 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
| | | | service to give Posts and Comments the post and creator objects from db
* 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 ↵transtrike2021-01-151-2/+2
| | | | DevHive.Interfaces
* The return of the interfacestranstrike2021-01-131-6/+7
|
* Language layers refactored; User implements adding & removing Languages; ↵transtrike2021-01-121-2/+4
| | | | Migrations added
* Added Interfaces for all repository classesDanail Dimitrov2021-01-111-2/+2
|
* Implemented Posts and merged Comment to Posttranstrike2020-12-301-0/+107