aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Web
Commit message (Collapse)AuthorAgeFilesLines
* Adding FeedController testsDanail Dimitrov2021-02-043-2/+3
|
* Fixed post controller return messagesSyndamia2021-02-041-2/+2
|
* Implemented profile picture table functionality; added models and interfaces ↵Syndamia2021-02-035-0/+38
| | | | for profile picture; added ability for user layers to update the profile picture; added migrations; updated mappings
* User-Friends Relation Fixedtranstrike2021-02-031-1/+4
|
* Fixed post files updating in apiSyndamia2021-02-021-1/+1
|
* Fixed update comment web model and update methodSyndamia2021-02-022-3/+4
|
* GetByUsername & GetById return post Ids; Read POst returns URLstranstrike2021-02-011-4/+7
|
* Read Post returns Comments as Idstranstrike2021-02-011-3/+2
|
* Commented out implementation of Rating; Bug fixestranstrike2021-02-015-0/+83
|
* Tech & Lang read models return idstranstrike2021-02-013-15/+9
|
* Post returns file urlstranstrike2021-02-011-2/+3
|
* Fixed comment editingtranstrike2021-01-311-0/+1
|
* Fixed NullReference in cloud, CommentEditingWebModel, PromotionToAdmin, ↵transtrike2021-01-3110-41/+14
| | | | Posts violate key in db
* 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 ↵Danail Dimitrov2021-01-281-1/+4
| | | | UserController.Delete to return BadRequestObjectResult if user is not deleted successfully
* Fixed create post and comment validation logicSyndamia2021-01-281-2/+2
|
* Users with only the role User can now create comments and posts (while ↵Syndamia2021-01-281-3/+8
| | | | admins can't create them from other people's accounts)
* 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 ↵transtrike2021-01-267-18/+14
| | | | properly; UserUpdate validates properly
* 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 ↵Danail Dimitrov2021-01-211-1/+1
| | | | tests are added)
* 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 ↵transtrike2021-01-195-19/+22
| | | | Friend add trough HttpPatch
* Fixed mapping issuetranstrike2021-01-191-1/+1
|
* Added attributes to the Web models for validationstranstrike2021-01-1925-20/+159
|