| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merged from dev | transtrike | 2021-04-07 | 10 | -53/+143 |
| |\ | |||||
| | * | ReadProfilePic endpoint implemented | transtrike | 2021-04-02 | 1 | -0/+14 |
| | | | |||||
| | * | dev -> feature/profile_picture_implementation(02.03.2021) | transtrike | 2021-04-02 | 6 | -27/+84 |
| | |\ | |||||
| | | * | Introduced Logger; Replaced DevExcHandler with Custom; Logging Errors to | transtrike | 2021-04-02 | 6 | -27/+84 |
| | | | | | | | | | | | | | file; Replaced Console logger for requests | ||||
| | * | | Dev changes merged into ProfilePicLayer branch | transtrike | 2021-03-28 | 2 | -7/+10 |
| | |\| | |||||
| | | * | Improved formating of response from exception middleware | Syndamia | 2021-03-28 | 1 | -6/+9 |
| | | | | |||||
| | | * | Updated database name in appsettings and ConnectionString | Syndamia | 2021-03-27 | 1 | -1/+1 |
| | | | | |||||
| | | * | Rating's GetById and GetRatingByPostAndUser return null if User hasn't ↵ | transtrike | 2021-03-26 | 1 | -1/+1 |
| | | | | | | | | | | | | | rated; Updated connection string | ||||
| | * | | Profile Picture implemented; Tests and Front end work await | transtrike | 2021-03-25 | 4 | -25/+43 |
| | |/ | |||||
| * / | Friends endpoint init | transtrike | 2021-04-07 | 2 | -0/+53 |
| |/ | |||||
| * | Fixed to new() where possible and readable | transtrike | 2021-03-15 | 12 | -24/+238 |
| |\ | |||||
| | * | Merge pull request #22 from Team-Kaleidoscope/rating_system | Danail Dimitrov | 2021-03-14 | 3 | -9/+7 |
| | |\ | | | | | | | Rating system | ||||
| | | * | added documentaion for rating repository | Danail Dimitrov | 2021-03-14 | 1 | -1/+0 |
| | | | | |||||
| | | * | Fixed type in delete rating method name in rating controller | Syndamia | 2021-03-13 | 1 | -1/+1 |
| | | | | |||||
| | | * | Removed _userService from RatingController | Danail Dimitrov | 2021-03-03 | 1 | -3/+1 |
| | | | | |||||
| | | * | Adding authorization to Rating Controller | Danail Dimitrov | 2021-03-03 | 1 | -1/+1 |
| | | | | |||||
| | | * | Moved Rating service models outside of Post folder | Danail Dimitrov | 2021-03-03 | 2 | -2/+2 |
| | | | | |||||
| | | * | Fixing bugs in rating layer | Danail Dimitrov | 2021-03-03 | 1 | -1/+2 |
| | | | | |||||
| | * | | XML Docs on all controllers | transtrike | 2021-03-13 | 9 | -16/+181 |
| | | | | |||||
| | * | | Technology xml comments added; Needs finish | transtrike | 2021-03-13 | 2 | -3/+54 |
| | | | | |||||
| * | | | Fixed to new() where possible and readable | transtrike | 2021-03-15 | 1 | -2/+2 |
| |/ / | |||||
| * / | NSwag replaced Swagger; Doc prep configurednswag | transtrike | 2021-03-03 | 3 | -42/+53 |
| |/ | |||||
| * | Fixed AutoMapper Assembly Error | transtrike | 2021-03-01 | 2 | -1/+4 |
| | | |||||
| * | tryibg to fix rating layers | Danail Dimitrov | 2021-02-28 | 2 | -7/+20 |
| | | |||||
| * | merge with dev | Danail Dimitrov | 2021-02-28 | 9 | -61/+136 |
| |\ | |||||
| | * | Removed JwtOptions | transtrike | 2021-02-28 | 2 | -13/+4 |
| | | | |||||
| | * | Integrated new JWT validation where needed | transtrike | 2021-02-28 | 3 | -8/+24 |
| | | | |||||
| | * | JWT Validations works; Introduced more bugs to fix later | transtrike | 2021-02-27 | 4 | -30/+60 |
| | | | |||||
| | * | Fixed Project Restore Problem "Not Found" | transtrike | 2021-02-26 | 1 | -15/+17 |
| | | | |||||
| | * | Initial Swagger configuration setup | transtrike | 2021-02-25 | 2 | -4/+35 |
| | | | |||||
| | * | Updated Nuget packages; Added Swagger packages for further documentation | transtrike | 2021-02-25 | 1 | -1/+5 |
| | | | | | | | | | improvement | ||||
| * | | adding delete rating functionality | Danail Dimitrov | 2021-02-27 | 2 | -1/+11 |
| | | | |||||
| * | | Adding user validation for rating layer | Danail Dimitrov | 2021-02-27 | 1 | -0/+6 |
| | | | |||||
| * | | Adding update layer for rating_system | Danail Dimitrov | 2021-02-26 | 2 | -2/+22 |
| | | | |||||
| * | | Added GetById for rating | Danail Dimitrov | 2021-02-26 | 2 | -1/+10 |
| | | | |||||
| * | | Adding RatePost functionality | Danail Dimitrov | 2021-02-25 | 3 | -9/+12 |
| | | | |||||
| * | | model update for rating | Danail Dimitrov | 2021-02-21 | 3 | -7/+7 |
| |/ | |||||
| * | Revert "initial implementation of message layer" | transtrike | 2021-02-19 | 3 | -75/+0 |
| | | | | | This reverts commit 1ff5502483c5ee8bab1ef0a70f61e18f6ba2399d. | ||||
| * | initial implementation of message layer | Danail Dimitrov | 2021-02-18 | 3 | -0/+75 |
| | | |||||
| * | EF Core splitting queries for performance boost | transtrike | 2021-02-18 | 1 | -1/+4 |
| | | |||||
| * | UserManager&RoleManager logic moved to Repo; Password hashing and validation ↵ | transtrike | 2021-02-16 | 3 | -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 Config | transtrike | 2021-02-16 | 1 | -1/+26 |
| | | |||||
| * | Fixed formatting; Adjusted warnings; Adjusted variable names | transtrike | 2021-02-15 | 2 | -25/+25 |
| | | |||||
| * | Code Analyzer added to all csproj; Removed unnessessary code; Fixed formatting | transtrike | 2021-02-15 | 5 | -29/+19 |
| | | |||||
| * | Restructure Successful | transtrike | 2021-02-13 | 6 | -55/+15 |
| | | |||||
| * | Removed all references | transtrike | 2021-02-13 | 5 | -15/+8 |
| | | |||||
| * | Project Restructure P.1 | transtrike | 2021-02-13 | 30 | -0/+1323 |
