aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Data/Interfaces/Repositories
Commit message (Expand)AuthorAgeFilesLines
* Username added to JWT; Promotion to Admin fixedtranstrike2021-01-311-0/+1
|\
| * Fixed GetUserPosts implementationSyndamia2021-01-301-0/+1
* | IDFKtranstrike2021-01-301-0/+15
|/
* File Upload implemented; Post Layers adapted to File Uploadingtranstrike2021-01-291-0/+4
* GetLanguages&GetTechnologies implmenentedtranstrike2021-01-262-2/+8
* Working on Update User; Currently not updating user in UserRepotranstrike2021-01-261-8/+1
* Brief testing of GetPosttranstrike2021-01-261-0/+12
* All Post&Comment Implemented; Initializing testing...transtrike2021-01-232-12/+14
* Kamen's proposal in Update() at BaseRepo mergedtranstrike2021-01-221-1/+1
* Generic base repo class refactored; All repos inherit generic base repotranstrike2021-01-211-1/+1
* Cleaning of UserRepo&UserService of unused methodstranstrike2021-01-211-11/+2
* Changed List to HashSet for "no duplicates" scenariotranstrike2021-01-201-2/+2
* Lang&Tech layers now return id on Createtranstrike2021-01-171-0/+4
* Renamed AddFriend to AddFriendToUser to clarify methodtranstrike2021-01-151-1/+1
* Extracted Interfaces from every DevHive.Data class; Tidied up the DevHive.Int...transtrike2021-01-156-0/+122