aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Web/Models
Commit message (Expand)AuthorAgeFilesLines
* Fixed roles not mapping properlytranstrike2020-12-171-1/+1
* Fixed namespacestranstrike2020-12-172-2/+2
* RoleModel moved to DevHive.Commontranstrike2020-12-172-11/+2
* Friends implementation added. UserController/AddAFriend addedtranstrike2020-12-171-1/+5
* Reworked RoleController and RoleService to be consistent with the app structureSyndamia2020-12-172-5/+11
* Refactored LanguageController and Language web modelsDanail Dimitrov2020-12-162-3/+2
* Fixed User Service and User Controller return typestranstrike2020-12-161-0/+12
* Changed models in Web to use inheritance of most repeated propertiesSyndamia2020-12-164-31/+40
* Added password strength validationSyndamia2020-12-162-0/+25
* Fixed user input data validation upon registrationSyndamia2020-12-163-0/+62
* Fixed GetById to return only public infotranstrike2020-12-162-5/+12
* Adding LanguageController (Implemented all Language layers)Danail Dimitrov2020-12-152-0/+17
* Updated role controller and role service to use custom models and implemented...Syndamia2020-12-151-1/+3
* Implemented web models and updated user controllerSyndamia2020-12-155-0/+45