aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Web/Controllers
Commit message (Expand)AuthorAgeFilesLines
* Fixed post controller return messagesSyndamia2021-02-041-2/+2
* Implemented profile picture table functionality; added models and interfaces ...Syndamia2021-02-031-0/+17
* Fixed post files updating in apiSyndamia2021-02-021-1/+1
* Fixed update comment web model and update methodSyndamia2021-02-021-3/+2
* Commented out implementation of Rating; Bug fixestranstrike2021-02-011-0/+40
* Tech & Lang read models return idstranstrike2021-02-011-3/+3
* Fixed comment editingtranstrike2021-01-311-0/+1
* Fixed NullReference in cloud, CommentEditingWebModel, PromotionToAdmin, Posts...transtrike2021-01-313-14/+12
* Username added to JWT; Promotion to Admin fixedtranstrike2021-01-313-67/+89
|\
| * Made feed methods Post, from Get, because get requests mustn't have a bodySyndamia2021-01-301-2/+2
| * Fixed authorization requiremenets for geting user postsSyndamia2021-01-301-0/+1
| * Fixed GetUserPosts implementationSyndamia2021-01-301-1/+1
| * Separated comment models, controler and service from post'sSyndamia2021-01-302-64/+85
* | IDFKtranstrike2021-01-301-0/+1
|/
* Routing in FeedController for HTTP Get Posts addedtranstrike2021-01-291-1/+3
* Merge branch 'dev' of github.com:Team-Kaleidoscope/DevHive into devtranstrike2021-01-293-2/+3
|\
| * Language and technology getbyid doesn't require authroization anymoreSyndamia2021-01-292-2/+2
| * Fixed GetUser (by username) authorizationSyndamia2021-01-291-0/+1
* | GetUserPosts implementedtranstrike2021-01-291-0/+12
|/
* Fixed the return type of UserService.DeleteUser and refactored UserController...Danail Dimitrov2021-01-281-1/+4
* Fixed create post and comment validation logicSyndamia2021-01-281-2/+2
* Users with only the role User can now create comments and posts (while admins...Syndamia2021-01-281-3/+8
* Fixed name inconsistency (TechnologyService.Create renamed to CreateTechnology)Danail Dimitrov2021-01-271-1/+1
* GetLanguages&GetTechnologies implmenentedtranstrike2021-01-262-0/+24
* Attributes changed to use Roles, not Policytranstrike2021-01-265-8/+15
* UserUpdate does not allow updating roles if not admin; HTTP Put now works pro...transtrike2021-01-261-1/+1
* 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