aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Services
Commit message (Collapse)AuthorAgeFilesLines
...
* 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 ↵Syndamia2020-12-181-0/+47
| | | | | | | | information and the given user (id)
* | Fixed a bug where updating a Technology would create a new instence instead ↵Danail Dimitrov2020-12-181-1/+1
|/ | | | of updating the old one
* Fixed a bug where Updating a Language would create a new instance instead of ↵Danail Dimitrov2020-12-182-1/+2
| | | | updating the old one
* 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
| | | | | | | | the service and fixed laguage mappings for the service
| * 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 ↵Syndamia2020-12-172-7/+16
| | | | doesn't support mutiple yet), added migrations, userrepository returns user roles with the user
* Cleanup after testingtranstrike2020-12-161-1/+0
|
* Added DevHive.Common; Changed repositories behavior; Abstracted some common ↵transtrike2020-12-163-19/+17
| | | | logic
* Refactored LanguageService and Language service ModelsDanail Dimitrov2020-12-163-11/+18
|
* 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-162-21/+27
|
* Changed models in the Service to have inheritancetranstrike2020-12-163-11/+13
|
* Fixed GetById to return only public infotranstrike2020-12-162-7/+6
|
* 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
|
* Fixed User password hash implementationtranstrike2020-12-151-2/+1
|
* Updated LanguageServiceDanail Dimitrov2020-12-151-1/+1
|
* Adding LanguageService and updating LanguageRepositoryDanail Dimitrov2020-12-151-0/+69
|
* Added a package, that prevented migrations to happenSyndamia2020-12-151-0/+4
|
* Adding LanguageMappings and LanguageServiceModelDanail Dimitrov2020-12-152-0/+24
|
* Implemented RoleService and updated RoleRepository structureSyndamia2020-12-151-11/+42
|
* Fixed UpdateUser in UserServicetranstrike2020-12-151-3/+3
|