aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Data/Interfaces/Models
Commit message (Expand)AuthorAgeFilesLines
* Implemented post attachments, which move post file urls to their own table; u...Syndamia2021-02-051-1/+2
* Implemented profile picture table functionality; added models and interfaces ...Syndamia2021-02-032-1/+14
* User-Friends Relation Fixedtranstrike2021-02-031-1/+5
* Commented out implementation of Rating; Bug fixestranstrike2021-02-012-5/+5
* User - Friend relation inital fixtranstrike2021-01-302-1/+3
* IDFKtranstrike2021-01-302-0/+15
* File Upload implemented; Post Layers adapted to File Uploadingtranstrike2021-01-291-1/+1
* Fixed Interface for Commenttranstrike2021-01-281-1/+1
* Comment and Post models refactoredtranstrike2021-01-282-3/+4
* Migrations added; CRUD over Posts&Comments successfully completedtranstrike2021-01-241-1/+1
* Post&Comment Models implemented; Mappings Configuredtranstrike2021-01-231-3/+9
* Fixed Comment Models&Mappingstranstrike2021-01-231-0/+4
* Merged refactor_user_updating with devtranstrike2021-01-211-1/+0
* Changed List to HashSet for "no duplicates" scenariotranstrike2021-01-204-7/+7
* Lang&Tech Many-To-Many added; Migration addedtranstrike2021-01-192-0/+9
* Fix lang namingtranstrike2021-01-171-1/+1
* Extracted Interfaces from every DevHive.Data class; Tidied up the DevHive.Int...transtrike2021-01-157-0/+73