aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Web
Commit message (Expand)AuthorAgeFilesLines
* Username added to JWT; Promotion to Admin fixedtranstrike2021-01-3113-85/+104
|\
| * 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-3012-83/+100
* | User - Friend relation inital fixtranstrike2021-01-301-1/+1
* | IDFKtranstrike2021-01-301-0/+1
|/
* File Upload implemented; Post Layers adapted to File Uploadingtranstrike2021-01-296-5/+23
* 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
* DbContext configurationstranstrike2021-01-261-4/+0
* 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-267-18/+14
* 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