aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Web/Configurations
Commit message (Collapse)AuthorAgeFilesLines
* 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