aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Web/Controllers
Commit message (Expand)AuthorAgeFilesLines
* Brief testing of GetPosttranstrike2021-01-264-3/+52
* Migrations added; CRUD over Posts&Comments successfully completedtranstrike2021-01-242-5/+7
* All Post&Comment Implemented; Initializing testing...transtrike2021-01-232-51/+55
* The beginning of role based authorizationtranstrike2021-01-235-11/+15
* 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-211-14/+0
* Tryed implementing the http patchtranstrike2021-01-211-13/+6
* Adjusted custom exception middleware; Removed old Global Exception Handlertranstrike2021-01-191-50/+0
* Copied auth method from Update to Patchtranstrike2021-01-191-1/+4
* Implemented HttpPatchtranstrike2021-01-191-0/+13
* Fixed more issuestranstrike2021-01-191-4/+4
* Configured launch.json to be workspace wide; Fixed GetFriend to GetUsertranstrike2021-01-192-4/+4
* Fixed default(x) to nulltranstrike2021-01-181-0/+3
* Fixed role implementation by bringing back and improving all role modelsSyndamia2021-01-171-14/+14
* Lang&Tech layers now return id on Createtranstrike2021-01-173-22/+18
* Lang layer workingtranstrike2021-01-172-3/+3
* 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-173-70/+8
* Fixed formattingtranstrike2021-01-155-5/+5
* 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-145-26/+20
* Fixed Language & Technology Update methodstranstrike2021-01-142-13/+12
* Fixed issues in Language & Technology and their interactions with Usertranstrike2021-01-141-1/+0
* Fixed sln-wide code formattingtranstrike2021-01-136-26/+26
* Fixed bugs with Lang features, User's GetById, Lang & User mappings; Added mo...transtrike2021-01-122-0/+5
* Changed HttpPost to HttpDelete when appropriatetranstrike2021-01-121-2/+2
* Full implementation of Language & Technologies to Usertranstrike2021-01-122-8/+62
* Language layers refactored; User implements adding & removing Languages; Migr...transtrike2021-01-121-2/+2
* Fixed Comment implementationDanail Dimitrov2021-01-041-5/+8
* added user validation for deleting and updating commentsDanail Dimitrov2021-01-031-2/+8
* Implemented Posts and merged Comment to Posttranstrike2020-12-304-74/+134
* Adding coomment layersDanail Dimitrov2020-12-301-0/+72
* Exception handling addedtranstrike2020-12-211-7/+36
* Moved IdModel to DevHive.Common.Datatranstrike2020-12-201-1/+1
* Moved Friends to User(you no longer have friends)transtrike2020-12-192-59/+28
* ALmost solved DPtranstrike2020-12-195-10/+10
* Friends insert validationstranstrike2020-12-191-4/+4
* Made user JWT more secure by checking the validity of the attached informatio...Syndamia2020-12-181-4/+12
* Adding Technology Web layerDanail Dimitrov2020-12-181-0/+72
* Implemented Friends layertranstrike2020-12-172-9/+59
* Fixed namespacestranstrike2020-12-171-11/+10
* Friends implementation added. UserController/AddAFriend addedtranstrike2020-12-171-0/+11
* Reworked RoleController and RoleService to be consistent with the app structureSyndamia2020-12-171-8/+27
* Added DevHive.Common; Changed repositories behavior; Abstracted some common l...transtrike2020-12-161-5/+5
* Refactored LanguageController and Language web modelsDanail Dimitrov2020-12-162-10/+35
* IRepository should return bool for void operationstranstrike2020-12-161-1/+1
* Authorization fixedtranstrike2020-12-162-2/+5
* Register now returns token, instead of requiring the user to logintranstrike2020-12-161-3/+3
* Fixed User Service and User Controller return typestranstrike2020-12-161-7/+19
* Fixed GetById to return only public infotranstrike2020-12-161-2/+5