aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Data/Interfaces/Models/IUser.cs
Commit message (Collapse)AuthorAgeFilesLines
* Project Restructure P.1transtrike2021-02-131-21/+0
|
* Implemented profile picture table functionality; added models and interfaces ↵Syndamia2021-02-031-1/+1
| | | | for profile picture; added ability for user layers to update the profile picture; added migrations; updated mappings
* User-Friends Relation Fixedtranstrike2021-02-031-1/+5
|
* User - Friend relation inital fixtranstrike2021-01-301-1/+1
|
* IDFKtranstrike2021-01-301-0/+1
|
* Changed List to HashSet for "no duplicates" scenariotranstrike2021-01-201-4/+4
|
* Fix lang namingtranstrike2021-01-171-1/+1
|
* Extracted Interfaces from every DevHive.Data class; Tidied up the ↵transtrike2021-01-151-0/+16
DevHive.Interfaces