aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Web/Configurations/Mapping
Commit message (Collapse)AuthorAgeFilesLines
* Commented out implementation of Rating; Bug fixestranstrike2021-02-011-0/+16
|
* Separated comment models, controler and service from post'sSyndamia2021-01-302-7/+4
|
* UserUpdate does not allow updating roles if not admin; HTTP Put now works ↵transtrike2021-01-262-12/+6
| | | | properly; UserUpdate validates properly
* Brief testing of GetPosttranstrike2021-01-263-2/+23
|
* Migrations added; CRUD over Posts&Comments successfully completedtranstrike2021-01-242-8/+2
|
* Post&Comment Models implemented; Mappings Configuredtranstrike2021-01-231-0/+20
|
* Fixed Comment Models&Mappingstranstrike2021-01-231-4/+10
|
* Removed HTTP Patch; Refactored HTTP Put; Fixed Update bugtranstrike2021-01-214-13/+19
|
* Tryed implementing the http patchtranstrike2021-01-211-0/+2
|
* Config ExceptionMiddleware; Config Mapper; Fixed User editing; Implmeneted ↵transtrike2021-01-191-0/+3
| | | | Friend add trough HttpPatch
* Fixed mapping issuetranstrike2021-01-191-1/+1
|
* Fix lang namingtranstrike2021-01-171-1/+1
|
* User update now updates languages, roles and friendsSyndamia2021-01-171-0/+7
|
* Fixed role implementation by bringing back and improving all role modelsSyndamia2021-01-171-6/+6
|
* Lang layer workingtranstrike2021-01-171-0/+2
|
* Fixed technology mappingstranstrike2021-01-131-2/+5
|
* Fixed sln-wide code formattingtranstrike2021-01-135-12/+12
|
* Language layers refactored; User implements adding & removing Languages; ↵transtrike2021-01-121-2/+5
| | | | Migrations added
* Implemented Posts and merged Comment to Posttranstrike2020-12-301-4/+3
|
* Adding coomment layersDanail Dimitrov2020-12-301-0/+18
|
* Fixed a bug where updating a Technology would create a new instence instead ↵Danail Dimitrov2020-12-181-2/+2
| | | | of updating the old one
* Fixed Technology and Language validationsDanail Dimitrov2020-12-182-0/+2
|
* Adding Technology Web layerDanail Dimitrov2020-12-181-0/+16
|
* Fixed Id showing in web modeltranstrike2020-12-181-2/+2
|
* Fixed namespacestranstrike2020-12-171-5/+5
|
* Friends implementation added. UserController/AddAFriend addedtranstrike2020-12-171-0/+1
|
* Reworked RoleController and RoleService to be consistent with the app structureSyndamia2020-12-171-0/+2
|
* Added DevHive.Common; Changed repositories behavior; Abstracted some common ↵transtrike2020-12-161-2/+2
| | | | logic
* Refactored LanguageController and Language web modelsDanail Dimitrov2020-12-161-1/+2
|
* Fixed User Service and User Controller return typestranstrike2020-12-161-0/+2
|
* Fixed GetById to return only public infotranstrike2020-12-161-0/+3
|
* Fixed Mapping & duplicationtranstrike2020-12-151-1/+1
|
* Adding LanguageController (Implemented all Language layers)Danail Dimitrov2020-12-151-0/+15
|
* User Controller, Service & Data implementedtranstrike2020-12-151-4/+5
|
* Updated role controller and role service to use custom models and ↵Syndamia2020-12-151-0/+15
| | | | implemented role mapping
* Stabalized project for compilation. Next step after init architecturetranstrike2020-12-141-0/+16