aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Web/Models
Commit message (Expand)AuthorAgeFilesLines
* Removed HTTP Patch; Refactored HTTP Put; Fixed Update bugtranstrike2021-01-211-0/+5
* Tryed implementing the http patchtranstrike2021-01-211-0/+14
* Changed List to HashSet for "no duplicates" scenariotranstrike2021-01-202-7/+7
* Config ExceptionMiddleware; Config Mapper; Fixed User editing; Implmeneted Fr...transtrike2021-01-191-1/+1
* Added attributes to the Web models for validationstranstrike2021-01-1924-129/+154
* Adjusted custom exception middleware; Removed old Global Exception Handlertranstrike2021-01-191-1/+1
* Added Custom Middleware for Exception Handlingtranstrike2021-01-191-0/+50
* Fixed more issuestranstrike2021-01-191-1/+4
* Fixed role implementation by bringing back and improving all role modelsSyndamia2021-01-173-4/+2
* Lang&Tech layers now return id on Createtranstrike2021-01-171-1/+2
* Lang layer workingtranstrike2021-01-171-0/+7
* Moved Lang&Tech CRUD to Update in User Layertranstrike2021-01-175-3/+21
* Removed virtual from methodstranstrike2021-01-152-2/+2
* Fixed issues in Language & Technology and their interactions with Usertranstrike2021-01-143-5/+8
* Fixed sln-wide code formattingtranstrike2021-01-137-11/+11
* Fixed bugs with Lang features, User's GetById, Lang & User mappings; Added mo...transtrike2021-01-122-1/+5
* Full implementation of Language & Technologies to Usertranstrike2021-01-123-3/+12
* Language layers refactored; User implements adding & removing Languages; Migr...transtrike2021-01-123-5/+13
* Fixed Comment implementationDanail Dimitrov2021-01-041-0/+1
* Implemented Posts and merged Comment to Posttranstrike2020-12-306-11/+48
* Adding coomment layersDanail Dimitrov2020-12-302-0/+19
* Adding Technology Web layerDanail Dimitrov2020-12-182-0/+16
* Fixed random 2 showing uptranstrike2020-12-181-1/+0
* Fixed Id showing in web modeltranstrike2020-12-182-1/+11
* 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