aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Web
Commit message (Expand)AuthorAgeFilesLines
* Tryed implementing the http patchtranstrike2021-01-213-13/+22
* Changed List to HashSet for "no duplicates" scenariotranstrike2021-01-202-7/+7
* Config ExceptionMiddleware; Config Mapper; Fixed User editing; Implmeneted Fr...transtrike2021-01-195-19/+22
* Fixed mapping issuetranstrike2021-01-191-1/+1
* Added attributes to the Web models for validationstranstrike2021-01-1925-20/+159
* Adjusted custom exception middleware; Removed old Global Exception Handlertranstrike2021-01-193-53/+2
* Added Custom Middleware for Exception Handlingtranstrike2021-01-193-1/+68
* Copied auth method from Update to Patchtranstrike2021-01-191-1/+4
* Implemented HttpPatchtranstrike2021-01-191-0/+13
* Fixed more issuestranstrike2021-01-192-5/+8
* Configured launch.json to be workspace wide; Fixed GetFriend to GetUsertranstrike2021-01-194-50/+47
* Fixed default(x) to nulltranstrike2021-01-181-0/+3
* 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-175-24/+22
* Lang&Tech layers now return id on Createtranstrike2021-01-174-23/+20
* Lang layer workingtranstrike2021-01-174-3/+12
* Made Lang&Tech layers consistant; Merged C**D methods to Updatetranstrike2021-01-172-12/+12
* Moved Lang&Tech CRUD to Update in User Layertranstrike2021-01-178-73/+29
* Fixed formattingtranstrike2021-01-155-5/+5
* Extracted Interfaces from every DevHive.Data class; Tidied up the DevHive.Int...transtrike2021-01-152-17/+16
* Removed virtual from methodstranstrike2021-01-152-2/+2
* Refactoed technology service tests to use Assert.Throw instead of try catchDanail Dimitrov2021-01-141-3/+3
* Fixed dependency injection for controller service interfaces in controllersSyndamia2021-01-146-36/+30
* Fixed DI when running DevHive.Webtranstrike2021-01-141-11/+13
* Fixed Language & Technology Update methodstranstrike2021-01-142-13/+12
* Fixed issues in Language & Technology and their interactions with Usertranstrike2021-01-144-6/+8
* Fixed technology mappingstranstrike2021-01-131-2/+5
* Fixed sln-wide code formattingtranstrike2021-01-1320-122/+122
* Added .csproj wide code analyzer supporttranstrike2021-01-131-0/+5
* Fixed bugs with Lang features, User's GetById, Lang & User mappings; Added mo...transtrike2021-01-125-3/+10
* Changed HttpPost to HttpDelete when appropriatetranstrike2021-01-121-2/+2
* Full implementation of Language & Technologies to Usertranstrike2021-01-127-18/+84
* Language layers refactored; User implements adding & removing Languages; Migr...transtrike2021-01-125-9/+20
* Implemented CORS in API (so Angular could accept requests from the API)Syndamia2021-01-081-0/+8
* Fixed Comment implementationDanail Dimitrov2021-01-042-5/+9
* added user validation for deleting and updating commentsDanail Dimitrov2021-01-031-2/+8
* Implemented Posts and merged Comment to Posttranstrike2020-12-3013-95/+187
* 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-304-0/+109
* Exception handling addedtranstrike2020-12-211-7/+36
* Moved IdModel to DevHive.Common.Datatranstrike2020-12-201-1/+1
* Moved DI config to DevHive.Web/Extensionstranstrike2020-12-192-10/+23
* Moved migrations to DevHive.Datatranstrike2020-12-192-3/+15
* Moved Friends to User(you no longer have friends)transtrike2020-12-194-62/+30
* ALmost solved DPtranstrike2020-12-1915-2204/+11
* Friends insert validationstranstrike2020-12-193-14/+34
* Merge branch 'dev' of github.com:Team-Kaleidoscope/DevHive into devDanail Dimitrov2020-12-181-4/+12
|\
| * Made user JWT more secure by checking the validity of the attached informatio...Syndamia2020-12-181-4/+12