aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Data/Repositories/UserRepository.cs
Commit message (Expand)AuthorAgeFilesLines
* Replaced RepoMethods with BaseClass and inherited it where neededtranstrike2021-01-191-12/+12
* Fix lang namingtranstrike2021-01-171-8/+8
* 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-151-1/+1
* Name corrections in UserRepositorytranstrike2021-01-141-1/+1
* Renamed async methods to include Async in the name in UserRepositorytranstrike2021-01-141-3/+3
* Fixed issues in Language & Technology and their interactions with Usertranstrike2021-01-141-0/+5
* The return of the interfacestranstrike2021-01-131-3/+4
* Fixed bugs with Lang features, User's GetById, Lang & User mappings; Added mo...transtrike2021-01-121-1/+8
* Language layers refactored; User implements adding & removing Languages; Migr...transtrike2021-01-121-34/+128
* Added Interfaces for all repository classesDanail Dimitrov2021-01-111-2/+2
* Implemented Posts and merged Comment to Posttranstrike2020-12-301-1/+1
* Moved Friends to User(you no longer have friends)transtrike2020-12-191-2/+18
* Removed IsUsernameValidtranstrike2020-12-181-7/+0
* Implemented Friends layertranstrike2020-12-171-8/+0
* Friends implementation added. UserController/AddAFriend addedtranstrike2020-12-171-0/+9
* Preparation for Friends implementationtranstrike2020-12-171-2/+0
* Roles are now in a seperate table, user can contain multiple roles (BUT JWT d...Syndamia2020-12-171-1/+6
* Added DevHive.Common; Changed repositories behavior; Abstracted some common l...transtrike2020-12-161-6/+7
* Fixed EditAsync method in UserRepositorySyndamia2020-12-161-2/+5
* User Controller, Service & Data implementedtranstrike2020-12-151-20/+53
* UserRepository refactoredtranstrike2020-12-151-21/+21
* Changed object to Guid in IRepositorytranstrike2020-12-151-7/+16
* Started work on refactoring of userserviceSyndamia2020-12-151-2/+3
* Stabalized project for compilation. Next step after init architecturetranstrike2020-12-141-0/+69