aboutsummaryrefslogtreecommitdiff
path: root/src/Web
Commit message (Expand)AuthorAgeFilesLines
* Merged from devtranstrike2021-04-0714-64/+147
|\
| * ReadProfilePic endpoint implementedtranstrike2021-04-021-0/+14
| * dev -> feature/profile_picture_implementation(02.03.2021)transtrike2021-04-028-29/+86
| |\
| | * Introduced Logger; Replaced DevExcHandler with Custom; Logging Errors totranstrike2021-04-028-29/+86
| * | 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 rated;...transtrike2021-03-261-1/+1
| * | Profile Picture implemented; Tests and Front end work awaittranstrike2021-03-256-34/+45
| |/
* / Friends endpoint inittranstrike2021-04-072-0/+53
|/
* Fixed to new() where possible and readabletranstrike2021-03-1521-272/+1004
|\
| * Merge pull request #22 from Team-Kaleidoscope/rating_systemDanail Dimitrov2021-03-145-13/+306
| |\
| | * Updated rating tests to follow our current code style standardsrating_systemSyndamia2021-03-141-38/+80
| | * added documentaion for rating repositoryDanail Dimitrov2021-03-141-1/+0
| | * Added tests for rating controllerSyndamia2021-03-131-0/+257
| | * 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-032-5/+2
| * | Made all Returns(Task.FromResult) into ReturnsAsync in Web layer testsSyndamia2021-03-147-73/+67
| * | Updated code style of mock setups in Web layer testsSyndamia2021-03-147-119/+355
| * | Made properties into variables in Web layer testsSyndamia2021-03-147-218/+217
| * | Updated controller tests to mock jwt service, removed profile picture tests f...Syndamia2021-03-133-41/+35
| * | 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-158-63/+63
|/ /
* / NSwag replaced Swagger; Doc prep configurednswagtranstrike2021-03-035-56/+67
|/
* Fixed AutoMapper Assembly Errortranstrike2021-03-012-1/+4
* tryibg to fix rating layersDanail Dimitrov2021-02-283-8/+21
* merge with devDanail Dimitrov2021-02-2811-72/+150
|\
| * 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-263-26/+31
| * Initial Swagger configuration setuptranstrike2021-02-252-4/+35
| * Updated Nuget packages; Added Swagger packages for further documentationtranstrike2021-02-252-3/+7
* | adding delete rating functionalityDanail Dimitrov2021-02-272-1/+11
* | Adding user validation for rating layerDanail Dimitrov2021-02-272-0/+8
* | Adding update layer for rating_systemDanail Dimitrov2021-02-263-2/+37
* | Added GetById for ratingDanail Dimitrov2021-02-263-4/+13
* | Adding RatePost functionalityDanail Dimitrov2021-02-254-11/+14
* | model update for ratingDanail Dimitrov2021-02-214-7/+9
|/
* Revert "initial implementation of message layer"transtrike2021-02-196-108/+3
* initial implementation of message layerDanail Dimitrov2021-02-186-3/+108
* 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 Default&Admin Roles insertion to DB Configtranstrike2021-02-161-1/+26
* Fixed formatting; Adjusted warnings; Adjusted variable namestranstrike2021-02-154-28/+25
* Code Analyzer added to all csproj; Removed unnessessary code; Fixed formattingtranstrike2021-02-1516-110/+89