aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Services/Services/UserService.cs
Commit message (Expand)AuthorAgeFilesLines
* Fixed default picture url on user registerSyndamia2021-02-041-1/+1
* Merge branch 'dev' of github.com:Team-Kaleidoscope/DevHive into devtranstrike2021-02-031-1/+28
|\
| * Implemented profile picture table functionality; added models and interfaces ...Syndamia2021-02-031-1/+28
* | Added Include in the Queriestranstrike2021-02-031-4/+4
|/
* User-Friends Relation Fixedtranstrike2021-02-031-20/+33
* Fixed NullReference in cloud, CommentEditingWebModel, PromotionToAdmin, Posts...transtrike2021-01-311-8/+17
* Username added to JWT; Promotion to Admin fixedtranstrike2021-01-311-58/+9
|\
* | User - Friend relation inital fixtranstrike2021-01-301-2/+10
|/
* Fixed the return type of UserService.DeleteUser and refactored UserController...Danail Dimitrov2021-01-281-3/+2
* Adding UserService testsDanail Dimitrov2021-01-281-3/+3
* Refactored tests after the boys broke themDanail Dimitrov2021-01-281-1/+0
* Adding RoleRepository testsDanail Dimitrov2021-01-271-3/+0
* Fixed ChangeTracker; Optimized default role insertiontranstrike2021-01-261-1/+1
* DbContext configurationstranstrike2021-01-261-0/+1
* Working on Update User; Currently not updating user in UserRepotranstrike2021-01-261-27/+35
* UserUpdate does not allow updating roles if not admin; HTTP Put now works pro...transtrike2021-01-261-64/+78
* Brief testing of GetPosttranstrike2021-01-261-7/+46
* Fixed formattingtranstrike2021-01-231-1/+1
* The beginning of role based authorizationtranstrike2021-01-231-0/+2
* Kamen's proposal in Update() at BaseRepo mergedtranstrike2021-01-221-1/+1
* Cleaning of UserRepo&UserService of unused methodstranstrike2021-01-211-51/+0
* Removed HTTP Patch; Refactored HTTP Put; Fixed Update bugtranstrike2021-01-211-80/+55
* Fixed Password property positioningtranstrike2021-01-211-1/+2
* Tryed implementing the http patchtranstrike2021-01-211-37/+41
* Changed List to HashSet for "no duplicates" scenariotranstrike2021-01-201-6/+6
* Config ExceptionMiddleware; Config Mapper; Fixed User editing; Implmeneted Fr...transtrike2021-01-191-3/+23
* Implemented HttpPatchtranstrike2021-01-191-27/+58
* Configured launch.json to be workspace wide; Fixed GetFriend to GetUsertranstrike2021-01-191-1/+1
* Fixed default(x) to nulltranstrike2021-01-181-4/+9
* Fix lang namingtranstrike2021-01-171-8/+15
* User update now updates languages, roles and friendsSyndamia2021-01-171-1/+32
* Lang layer workingtranstrike2021-01-171-3/+0
* Made Lang&Tech layers consistant; Merged C**D methods to Updatetranstrike2021-01-171-85/+8
* Moved Lang&Tech CRUD to Update in User Layertranstrike2021-01-171-4/+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-151-1/+1
* JWT stores User ID, instead of usernameSyndamia2021-01-151-8/+8
* Renamed async methods to include Async in the name in UserRepositorytranstrike2021-01-141-2/+2
* Fixed issues in Language & Technology and their interactions with Usertranstrike2021-01-141-44/+56
* The return of the interfacestranstrike2021-01-131-10/+12
* Fixed bugs with Lang features, User's GetById, Lang & User mappings; Added mo...transtrike2021-01-121-22/+20
* Full implementation of Language & Technologies to Usertranstrike2021-01-121-14/+63
* Language layers refactored; User implements adding & removing Languages; Migr...transtrike2021-01-121-47/+99
* Added Interfaces for all repository classesDanail Dimitrov2021-01-111-4/+4
* Moved Friends to User(you no longer have friends)transtrike2020-12-191-11/+62
* ALmost solved DPtranstrike2020-12-191-3/+3
* ValidJWT bypasses username check when user is adminSyndamia2020-12-181-14/+11
* Made user JWT more secure by checking the validity of the attached informatio...Syndamia2020-12-181-0/+47
* Merge branch 'dev' of github.com:Team-Kaleidoscope/DevHive into devtranstrike2020-12-181-4/+3
|\
| * Removed password hash from JWTSyndamia2020-12-181-4/+3