aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Web
Commit message (Expand)AuthorAgeFilesLines
* Brief testing of GetPosttranstrike2021-01-2610-5/+106
* Migrations added; CRUD over Posts&Comments successfully completedtranstrike2021-01-247-18/+12
* All Post&Comment Implemented; Initializing testing...transtrike2021-01-235-51/+64
* Post&Comment Models implemented; Mappings Configuredtranstrike2021-01-238-98/+60
* Fixed Comment Models&Mappingstranstrike2021-01-234-6/+26
* Comment Models fixedtranstrike2021-01-234-0/+52
* The beginning of role based authorizationtranstrike2021-01-236-11/+27
* Configured Production launch configtranstrike2021-01-231-0/+8
* Removal of unused package and configurationtranstrike2021-01-232-21/+1
* Adding Comment layer unit test(Note: Data is to be refactored no data layer t...Danail Dimitrov2021-01-211-1/+1
* Removed HTTP Patch; Refactored HTTP Put; Fixed Update bugtranstrike2021-01-216-27/+24
* 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