aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Web/Configurations
Commit message (Collapse)AuthorAgeFilesLines
* Config ExceptionMiddleware; Config Mapper; Fixed User editing; Implmeneted ↵transtrike2021-01-193-16/+19
| | | | Friend add trough HttpPatch
* Fixed mapping issuetranstrike2021-01-191-1/+1
|
* Added attributes to the Web models for validationstranstrike2021-01-191-1/+1
|
* Added Custom Middleware for Exception Handlingtranstrike2021-01-191-0/+16
|
* 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
|
* Extracted Interfaces from every DevHive.Data class; Tidied up the ↵transtrike2021-01-151-1/+1
| | | | DevHive.Interfaces
* Fixed dependency injection for controller service interfaces in controllersSyndamia2021-01-141-10/+10
|
* Fixed DI when running DevHive.Webtranstrike2021-01-141-11/+13
|
* Fixed technology mappingstranstrike2021-01-131-2/+5
|
* Fixed sln-wide code formattingtranstrike2021-01-136-14/+14
|
* Fixed bugs with Lang features, User's GetById, Lang & User mappings; Added ↵transtrike2021-01-121-2/+0
| | | | more UserService validations
* Full implementation of Language & Technologies to Usertranstrike2021-01-121-5/+8
|
* Language layers refactored; User implements adding & removing Languages; ↵transtrike2021-01-121-2/+5
| | | | Migrations added
* Implemented Posts and merged Comment to Posttranstrike2020-12-302-6/+5
|
* Fixed mappings bug for Comment in the serviceDanail Dimitrov2020-12-301-1/+1
|
* Fixed dependency injection, migrations and dbset for commentDanail Dimitrov2020-12-301-0/+2
|
* Adding coomment layersDanail Dimitrov2020-12-301-0/+18
|
* Moved DI config to DevHive.Web/Extensionstranstrike2020-12-191-0/+22
|
* Moved Friends to User(you no longer have friends)transtrike2020-12-191-2/+1
|
* ALmost solved DPtranstrike2020-12-191-0/+1
|
* Friends insert validationstranstrike2020-12-191-0/+19
|
* 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
|
* RoleModel moved to DevHive.Commontranstrike2020-12-171-0/+9
|
* 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
|
* Authorization fixedtranstrike2020-12-162-3/+8
|
* Fixed User Service and User Controller return typestranstrike2020-12-161-0/+2
|
* Fixed GetById to return only public infotranstrike2020-12-162-0/+9
|
* Fixed Mapping & duplicationtranstrike2020-12-151-1/+1
|
* Fixed Migrations creation problemtranstrike2020-12-151-1/+2
|
* Adding LanguageController (Implemented all Language layers)Danail Dimitrov2020-12-151-0/+15
|
* Merge branch 'dev' of github.com:Team-Kaleidoscope/DevHive into devtranstrike2020-12-151-1/+1
|\
| * Implemented data Role model, added a RoleRepository skeleton and added mappingsSyndamia2020-12-151-1/+1
| |
* | 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
* Adjusted & Extracted Configurationtranstrike2020-12-152-1/+27
|
* Stabalized project for compilation. Next step after init architecturetranstrike2020-12-144-0/+132