aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fixed a bug where updating a Technology would create a new instence instead o...Danail Dimitrov2020-12-182-3/+3
* 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-186-4/+8
* Merge branch 'dev' of github.com:Team-Kaleidoscope/DevHive into devtranstrike2020-12-1812-7/+206
|\
| * Adding Technology Web layerDanail Dimitrov2020-12-185-3/+107
| * 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-182-9/+2
|/
* Fixed random 2 showing uptranstrike2020-12-181-1/+0
* Fixed Id showing in web modeltranstrike2020-12-183-3/+13
* 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-176-34/+168
|/
* Fixed roles not mapping properlytranstrike2020-12-172-2/+2
* Fixed namespacestranstrike2020-12-177-28/+25
* RoleModel moved to DevHive.Commontranstrike2020-12-176-15/+16
* Friends implementation added. UserController/AddAFriend addedtranstrike2020-12-1713-20/+505
* Newtonsoft.Json addedtranstrike2020-12-171-1/+6
* Reworked RoleController and RoleService to be consistent with the app structureSyndamia2020-12-176-37/+56
* Preparation for Friends implementationtranstrike2020-12-173-10/+2
* Cleanup in User and preparation for Friends implementationtranstrike2020-12-171-2/+1
* Roles are now in a seperate table, user can contain multiple roles (BUT JWT d...Syndamia2020-12-1710-15/+555
* Cleanup after testingtranstrike2020-12-162-2/+0
* Adding TechnologyRepository and Technology modelDanail Dimitrov2020-12-162-0/+75
* Added DevHive.Common; Changed repositories behavior; Abstracted some common l...transtrike2020-12-1614-50/+95
* Refactored LanguageController and Language web modelsDanail Dimitrov2020-12-165-14/+39
* Refactored LanguageService and Language service ModelsDanail Dimitrov2020-12-163-11/+18
* Refactored LanguageDataDanail Dimitrov2020-12-161-6/+13
* IRepository should return bool for void operations & Update changestranstrike2020-12-161-13/+13
|\
| * Changed LanguageService's methods' return types to Task<LanguageServiceModel>Danail Dimitrov2020-12-161-13/+13
| * Fixed EditAsync from UserRepositorySyndamia2020-12-161-3/+9
* | IRepository should return bool for void operationstranstrike2020-12-161-1/+1
* | IRepository should return bool for void operationstranstrike2020-12-161-3/+3
* | Fixed EditAsync method in UserRepositorySyndamia2020-12-161-2/+5
|/
* Authorization fixedtranstrike2020-12-166-11/+23
* Register now returns token, instead of requiring the user to logintranstrike2020-12-162-5/+5
* Fixed User Service and User Controller return typestranstrike2020-12-165-28/+60
* Changed models in Web to use inheritance of most repeated propertiesSyndamia2020-12-164-31/+40
* Removed unecessary Data annotations in data user modelSyndamia2020-12-161-11/+0
* Added password strength validationSyndamia2020-12-162-0/+25
* Changed models in the Service to have inheritancetranstrike2020-12-165-11/+381
* Fixed data user length annotation attributesSyndamia2020-12-161-3/+6
* Fixed user input data validation upon registrationSyndamia2020-12-164-36/+65
* Fixed GetById to return only public infotranstrike2020-12-167-14/+32
* Fixed JWT Token generationtranstrike2020-12-152-1/+2
* Added public const Roletranstrike2020-12-152-2/+4
* Fixed existing email message in UserServiceSyndamia2020-12-151-1/+1
* Fixed User password hash implementationtranstrike2020-12-151-2/+1