aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.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-143-4/+4
* More formatting fixestranstrike2021-01-148-15/+13
* Renamed async methods to include Async in the name in UserRepositorytranstrike2021-01-142-5/+5
* Fixed Language & Technology Update methodstranstrike2021-01-144-29/+29
* Fixed issues in Language & Technology and their interactions with Usertranstrike2021-01-145-54/+69
* Fixed technology mappingstranstrike2021-01-132-3/+5
* Added .csproj wide code analyzer supporttranstrike2021-01-131-7/+10
* The return of the interfacestranstrike2021-01-1310-38/+161
* Fixed bugs with Lang features, User's GetById, Lang & User mappings; Added mo...transtrike2021-01-126-28/+41
* Full implementation of Language & Technologies to Usertranstrike2021-01-125-25/+94
* Language layers refactored; User implements adding & removing Languages; Migr...transtrike2021-01-1210-85/+148
* 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-3015-93/+194
* Fixed mappings bug for Comment in the serviceDanail Dimitrov2020-12-301-3/+4
* Adding coomment layersDanail Dimitrov2020-12-305-0/+107
* 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
* Merge branch 'dev' of github.com:Team-Kaleidoscope/DevHive into devDanail Dimitrov2020-12-181-0/+47
|\
| * Made user JWT more secure by checking the validity of the attached informatio...Syndamia2020-12-181-0/+47
* | Fixed a bug where updating a Technology would create a new instence instead o...Danail Dimitrov2020-12-181-1/+1
|/
* Fixed a bug where Updating a Language would create a new instance instead of ...Danail Dimitrov2020-12-182-1/+2
* Fixed Technology and Language validationsDanail Dimitrov2020-12-184-4/+6
* Merge branch 'dev' of github.com:Team-Kaleidoscope/DevHive into devtranstrike2020-12-188-7/+102
|\
| * Adding Technology Web layerDanail Dimitrov2020-12-181-3/+3
| * Added: TechnologyService, Technology Service models, Technology mappings for ...Danail Dimitrov2020-12-187-3/+99
| * 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 roles not mapping properlytranstrike2020-12-171-1/+1
* Fixed namespacestranstrike2020-12-173-10/+8
* RoleModel moved to DevHive.Commontranstrike2020-12-172-11/+2
* Friends implementation added. UserController/AddAFriend addedtranstrike2020-12-172-4/+25
* Reworked RoleController and RoleService to be consistent with the app structureSyndamia2020-12-172-24/+16
* 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-163-19/+17
* Refactored LanguageService and Language service ModelsDanail Dimitrov2020-12-163-11/+18