aboutsummaryrefslogtreecommitdiff
path: root/src/Web/DevHive.Web
Commit message (Collapse)AuthorAgeFilesLines
* Improved parsing of errors from Attributes. Reverted old style of errorstranstrike2021-04-083-2/+28
| | | | shown
* Updated adding and removing friends to work with friend username, instead of ↵Syndamia2021-04-081-4/+4
| | | | friend id (temporary solution?)
* Fixed profile picture get method requiring authorization string in headerSyndamia2021-04-071-1/+1
|
* adding functionality to add and remove friendsDanail Dimitrov2021-04-071-2/+6
|
* Merged from devtranstrike2021-04-0710-53/+143
|\
| * ReadProfilePic endpoint implementedtranstrike2021-04-021-0/+14
| |
| * dev -> feature/profile_picture_implementation(02.03.2021)transtrike2021-04-026-27/+84
| |\
| | * Introduced Logger; Replaced DevExcHandler with Custom; Logging Errors totranstrike2021-04-026-27/+84
| | | | | | | | | | | | file; Replaced Console logger for requests
| * | Dev changes merged into ProfilePicLayer branchtranstrike2021-03-282-7/+10
| |\|
| | * Improved formating of response from exception middlewareSyndamia2021-03-281-6/+9
| | |
| | * Updated database name in appsettings and ConnectionStringSyndamia2021-03-271-1/+1
| | |
| | * Rating's GetById and GetRatingByPostAndUser return null if User hasn't ↵transtrike2021-03-261-1/+1
| | | | | | | | | | | | rated; Updated connection string
| * | Profile Picture implemented; Tests and Front end work awaittranstrike2021-03-254-25/+43
| |/
* / Friends endpoint inittranstrike2021-04-072-0/+53
|/
* Fixed to new() where possible and readabletranstrike2021-03-1512-24/+238
|\
| * Merge pull request #22 from Team-Kaleidoscope/rating_systemDanail Dimitrov2021-03-143-9/+7
| |\ | | | | | | Rating system
| | * added documentaion for rating repositoryDanail Dimitrov2021-03-141-1/+0
| | |
| | * Fixed type in delete rating method name in rating controllerSyndamia2021-03-131-1/+1
| | |
| | * Removed _userService from RatingControllerDanail Dimitrov2021-03-031-3/+1
| | |
| | * Adding authorization to Rating ControllerDanail Dimitrov2021-03-031-1/+1
| | |
| | * Moved Rating service models outside of Post folderDanail Dimitrov2021-03-032-2/+2
| | |
| | * Fixing bugs in rating layerDanail Dimitrov2021-03-031-1/+2
| | |
| * | XML Docs on all controllerstranstrike2021-03-139-16/+181
| | |
| * | Technology xml comments added; Needs finishtranstrike2021-03-132-3/+54
| | |
* | | Fixed to new() where possible and readabletranstrike2021-03-151-2/+2
|/ /
* / NSwag replaced Swagger; Doc prep configurednswagtranstrike2021-03-033-42/+53
|/
* Fixed AutoMapper Assembly Errortranstrike2021-03-012-1/+4
|
* tryibg to fix rating layersDanail Dimitrov2021-02-282-7/+20
|
* merge with devDanail Dimitrov2021-02-289-61/+136
|\
| * Removed JwtOptionstranstrike2021-02-282-13/+4
| |
| * Integrated new JWT validation where neededtranstrike2021-02-283-8/+24
| |
| * JWT Validations works; Introduced more bugs to fix latertranstrike2021-02-274-30/+60
| |
| * Fixed Project Restore Problem "Not Found"transtrike2021-02-261-15/+17
| |
| * Initial Swagger configuration setuptranstrike2021-02-252-4/+35
| |
| * Updated Nuget packages; Added Swagger packages for further documentationtranstrike2021-02-251-1/+5
| | | | | | | | improvement
* | adding delete rating functionalityDanail Dimitrov2021-02-272-1/+11
| |
* | Adding user validation for rating layerDanail Dimitrov2021-02-271-0/+6
| |
* | Adding update layer for rating_systemDanail Dimitrov2021-02-262-2/+22
| |
* | Added GetById for ratingDanail Dimitrov2021-02-262-1/+10
| |
* | Adding RatePost functionalityDanail Dimitrov2021-02-253-9/+12
| |
* | model update for ratingDanail Dimitrov2021-02-213-7/+7
|/
* Revert "initial implementation of message layer"transtrike2021-02-193-75/+0
| | | | This reverts commit 1ff5502483c5ee8bab1ef0a70f61e18f6ba2399d.
* initial implementation of message layerDanail Dimitrov2021-02-183-0/+75
|
* EF Core splitting queries for performance boosttranstrike2021-02-181-1/+4
|
* UserManager&RoleManager logic moved to Repo; Password hashing and validation ↵transtrike2021-02-163-11/+11
| | | | moved to Repo and using ASPNET Core hashing methods; Added Migrations; Fixed Roles not added to user
* Moved Default&Admin Roles insertion to DB Configtranstrike2021-02-161-1/+26
|
* Fixed formatting; Adjusted warnings; Adjusted variable namestranstrike2021-02-152-25/+25
|
* Code Analyzer added to all csproj; Removed unnessessary code; Fixed formattingtranstrike2021-02-155-29/+19
|
* Restructure Successfultranstrike2021-02-136-55/+15
|
* Removed all referencestranstrike2021-02-135-15/+8
|