aboutsummaryrefslogtreecommitdiff
path: root/src/Web
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |\ | | | | | | Rating system
| | * 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 ↵Syndamia2021-03-133-41/+35
| | | | | | | | | | | | from user controller, as that is in it's own layer
| * | 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
| | | | | | | | improvement
* | 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
| | | | This reverts commit 1ff5502483c5ee8bab1ef0a70f61e18f6ba2399d.
* 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 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-154-28/+25
|
* Code Analyzer added to all csproj; Removed unnessessary code; Fixed formattingtranstrike2021-02-1516-110/+89
|
* Merged New Project Structure; Fixed Kamen's Formatting Issuestranstrike2021-02-133-3/+3
|
* Restructure Successfultranstrike2021-02-1315-30/+35
|
* Removed all referencestranstrike2021-02-1323-49/+31
|
* Project Restructure P.1transtrike2021-02-1369-0/+3324