aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Data/Repositories/UserRepository.cs
Commit message (Collapse)AuthorAgeFilesLines
* Project Restructure P.1transtrike2021-02-131-108/+0
|
* Friends relation FUCKING FINALLY FIXED, NIGGAtranstrike2021-02-051-59/+14
|
* Merge branch 'dev' of github.com:Team-Kaleidoscope/DevHive into devtranstrike2021-02-031-0/+10
|\
| * Implemented profile picture table functionality; added models and interfaces ↵Syndamia2021-02-031-0/+10
| | | | | | | | for profile picture; added ability for user layers to update the profile picture; added migrations; updated mappings
* | Added Include in the Queriestranstrike2021-02-031-0/+4
|/
* User-Friends Relation Fixedtranstrike2021-02-031-20/+15
|
* GetByUsername & GetById return post Ids; Read POst returns URLstranstrike2021-02-011-0/+2
|
* Commented out implementation of Rating; Bug fixestranstrike2021-02-011-1/+1
|
* Fixed NullReference in cloud, CommentEditingWebModel, PromotionToAdmin, ↵transtrike2021-01-311-6/+9
| | | | Posts violate key in db
* User - Friend relation inital fixtranstrike2021-01-301-12/+18
|
* Fixed user not getting his properties updated upon editasyncSyndamia2021-01-281-0/+5
|
* Fixed DoesUserHaveThisFriend implementationDanail Dimitrov2021-01-281-6/+2
|
* USER UPDATE FIIIIIIXEDtranstrike2021-01-281-0/+37
|
* Fixed ChangeTracker; Optimized default role insertiontranstrike2021-01-261-1/+2
|
* DbContext configurationstranstrike2021-01-261-12/+0
|
* Merge branch 'dev' of https://github.com/Team-Kaleidoscope/DevHive into devDanail Dimitrov2021-01-261-32/+7
|\
| * Removed IRepo in UserRepo(internal, not external)transtrike2021-01-261-14/+1
| |
| * Working on Update User; Currently not updating user in UserRepotranstrike2021-01-261-33/+21
| |
* | Adding User Repository TestsDanail Dimitrov2021-01-261-2/+0
|/
* Fixed formattingtranstrike2021-01-231-1/+1
|
* Fixed JWT not having roles when generatedSyndamia2021-01-221-0/+2
|
* Generic base repo class refactored; All repos inherit generic base repotranstrike2021-01-211-38/+3
|
* Cleaning of UserRepo&UserService of unused methodstranstrike2021-01-211-74/+0
|
* Removed HTTP Patch; Refactored HTTP Put; Fixed Update bugtranstrike2021-01-211-3/+12
|
* Tryed implementing the http patchtranstrike2021-01-211-7/+0
|
* Changed List to HashSet for "no duplicates" scenariotranstrike2021-01-201-2/+2
|
* Config ExceptionMiddleware; Config Mapper; Fixed User editing; Implmeneted ↵transtrike2021-01-191-5/+7
| | | | Friend add trough HttpPatch
* 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 ↵transtrike2021-01-151-1/+1
| | | | DevHive.Interfaces
* 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 ↵transtrike2021-01-121-1/+8
| | | | more UserService validations
* Language layers refactored; User implements adding & removing Languages; ↵transtrike2021-01-121-34/+128
| | | | Migrations added
* 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 ↵Syndamia2020-12-171-1/+6
| | | | doesn't support mutiple yet), added migrations, userrepository returns user roles with the user
* Added DevHive.Common; Changed repositories behavior; Abstracted some common ↵transtrike2020-12-161-6/+7
| | | | logic
* 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
|