aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Services/Services
Commit message (Expand)AuthorAgeFilesLines
* 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-155-5/+5
* JWT stores User ID, instead of usernameSyndamia2021-01-151-8/+8
* Refactoed technology service tests to use Assert.Throw instead of try catchDanail Dimitrov2021-01-141-1/+0
* Refactored Technology service testsDanail Dimitrov2021-01-141-2/+2
* Renamed async methods to include Async in the name in UserRepositorytranstrike2021-01-142-5/+5
* Fixed Language & Technology Update methodstranstrike2021-01-142-21/+21
* Fixed issues in Language & Technology and their interactions with Usertranstrike2021-01-142-47/+59
* The return of the interfacestranstrike2021-01-135-38/+55
* Fixed bugs with Lang features, User's GetById, Lang & User mappings; Added mo...transtrike2021-01-122-25/+24
* Full implementation of Language & Technologies to Usertranstrike2021-01-122-20/+81
* Language layers refactored; User implements adding & removing Languages; Migr...transtrike2021-01-125-76/+128
* Added Interfaces for all repository classesDanail Dimitrov2021-01-115-17/+17
* added user validation for deleting and updating commentsDanail Dimitrov2021-01-031-1/+42
* Implemented Posts and merged Comment to Posttranstrike2020-12-302-62/+98
* Adding coomment layersDanail Dimitrov2020-12-301-0/+62
* Moved Friends to User(you no longer have friends)transtrike2020-12-192-87/+62
* ALmost solved DPtranstrike2020-12-195-11/+11
* Friends service no longer inherits user servicetranstrike2020-12-191-3/+2
* Friends insert validationstranstrike2020-12-191-0/+7
* 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
* Fixed a bug where Updating a Language would create a new instance instead of ...Danail Dimitrov2020-12-181-0/+1
* Fixed Technology and Language validationsDanail Dimitrov2020-12-182-4/+4
* Merge branch 'dev' of github.com:Team-Kaleidoscope/DevHive into devtranstrike2020-12-183-5/+70
|\
| * Adding Technology Web layerDanail Dimitrov2020-12-181-3/+3
| * Added: TechnologyService, Technology Service models, Technology mappings for ...Danail Dimitrov2020-12-182-1/+67
| * Removed password hash from JWTSyndamia2020-12-181-4/+3
* | Removed IsUsernameValidtranstrike2020-12-181-2/+2
|/
* Fixing merge conflicttranstrike2020-12-171-6/+0
* Merge branch 'dev' of github.com:Team-Kaleidoscope/DevHive into devtranstrike2020-12-171-4/+16
|\
| * Added username and password hash to JWTSyndamia2020-12-171-4/+8
| * Authorization now supports multiple tokensSyndamia2020-12-171-7/+5
* | Implemented Friends layertranstrike2020-12-172-17/+71
|/
* Fixed namespacestranstrike2020-12-171-5/+5
* Friends implementation added. UserController/AddAFriend addedtranstrike2020-12-171-3/+19
* Reworked RoleController and RoleService to be consistent with the app structureSyndamia2020-12-171-24/+15
* Preparation for Friends implementationtranstrike2020-12-171-1/+1
* Roles are now in a seperate table, user can contain multiple roles (BUT JWT d...Syndamia2020-12-172-7/+16
* Cleanup after testingtranstrike2020-12-161-1/+0
* Added DevHive.Common; Changed repositories behavior; Abstracted some common l...transtrike2020-12-161-7/+13
* Refactored LanguageService and Language service ModelsDanail Dimitrov2020-12-161-10/+9
* Changed LanguageService's methods' return types to Task<LanguageServiceModel>Danail Dimitrov2020-12-161-13/+13
* Authorization fixedtranstrike2020-12-161-6/+9
* Register now returns token, instead of requiring the user to logintranstrike2020-12-161-2/+2
* Fixed User Service and User Controller return typestranstrike2020-12-161-21/+15
* Fixed GetById to return only public infotranstrike2020-12-161-7/+4
* Fixed JWT Token generationtranstrike2020-12-151-0/+1
* Added public const Roletranstrike2020-12-151-1/+1
* Fixed existing email message in UserServiceSyndamia2020-12-151-1/+1