aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Web/Configurations
Commit message (Expand)AuthorAgeFilesLines
* Migrations added; CRUD over Posts&Comments successfully completedtranstrike2021-01-242-8/+2
* All Post&Comment Implemented; Initializing testing...transtrike2021-01-231-0/+1
* Post&Comment Models implemented; Mappings Configuredtranstrike2021-01-231-0/+20
* Fixed Comment Models&Mappingstranstrike2021-01-231-4/+10
* The beginning of role based authorizationtranstrike2021-01-231-0/+12
* Removal of unused package and configurationtranstrike2021-01-231-19/+0
* 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 Fr...transtrike2021-01-193-16/+19
* 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 DevHive.Int...transtrike2021-01-151-1/+1
* 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 mo...transtrike2021-01-121-2/+0
* Full implementation of Language & Technologies to Usertranstrike2021-01-121-5/+8
* Language layers refactored; User implements adding & removing Languages; Migr...transtrike2021-01-121-2/+5
* 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 o...Danail Dimitrov2020-12-181-2/+2
* 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 l...transtrike2020-12-161-2/+2
* 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