| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Updated adding and removing friends to work with friend username, instead of ↵ | Syndamia | 2021-04-08 | 2 | -8/+8 |
| | | | | | friend id (temporary solution?) | ||||
| * | Fixed remove files from cloud workaround throwin error when called | Syndamia | 2021-04-07 | 1 | -1/+1 |
| | | |||||
| * | Added adding & removing friends funtionality & endpoints for them | transtrike | 2021-04-07 | 2 | -27/+23 |
| | | |||||
| * | adding functionality to add and remove friends | Danail Dimitrov | 2021-04-07 | 3 | -10/+30 |
| | | |||||
| * | Merged from dev | transtrike | 2021-04-07 | 13 | -148/+273 |
| |\ | |||||
| | * | Introduced consts for every string possible. FML | transtrike | 2021-04-05 | 10 | -120/+134 |
| | | | |||||
| | * | ReadProfilePic endpoint implemented | transtrike | 2021-04-02 | 1 | -7/+0 |
| | | | |||||
| | * | InsertProfilePic removed(useless, since every User has one at creation that ↵ | transtrike | 2021-04-02 | 1 | -8/+0 |
| | | | | | | | | | gets replaced) | ||||
| | * | dev -> feature/profile_picture_implementation(02.03.2021) | transtrike | 2021-04-02 | 2 | -7/+15 |
| | |\ | |||||
| | | * | Introduced Logger; Replaced DevExcHandler with Custom; Logging Errors to | transtrike | 2021-04-02 | 1 | -4/+4 |
| | | | | | | | | | | | | | file; Replaced Console logger for requests | ||||
| | | * | Fixed warnings for commented code and async cloudinary method | Syndamia | 2021-03-29 | 1 | -0/+3 |
| | | | | |||||
| | | * | Uploading files to cloudinary now uses the filename, not a guid | Syndamia | 2021-03-28 | 1 | -3/+8 |
| | | | | |||||
| | * | | Added profile picture documentationfeature/profile_picture_implementation | transtrike | 2021-03-28 | 1 | -1/+16 |
| | | | | |||||
| | * | | ProfilePic saved in User fixed | transtrike | 2021-03-28 | 1 | -1/+5 |
| | | | | |||||
| | * | | Dev changes merged into ProfilePicLayer branch | transtrike | 2021-03-28 | 2 | -6/+9 |
| | |\| | |||||
| | | * | Rating's GetById and GetRatingByPostAndUser return null if User hasn't ↵ | transtrike | 2021-03-26 | 1 | -4/+6 |
| | | | | | | | | | | | | | rated; Updated connection string | ||||
| | * | | Splitted validation in Service | transtrike | 2021-03-26 | 1 | -5/+10 |
| | | | | |||||
| | * | | Profile Picture implemented; Tests and Front end work await | transtrike | 2021-03-25 | 4 | -30/+121 |
| | |/ | |||||
| * / | Friends endpoint init | transtrike | 2021-04-07 | 2 | -0/+45 |
| |/ | |||||
| * | Merge pull request #22 from Team-Kaleidoscope/rating_system | Danail Dimitrov | 2021-03-14 | 4 | -12/+14 |
| |\ | | | | | Rating system | ||||
| | * | Moved Rating service models outside of Post folder | Danail Dimitrov | 2021-03-03 | 3 | -3/+3 |
| | | | |||||
| | * | Adding Post.CurrentRating functionality | Danail Dimitrov | 2021-03-03 | 1 | -0/+10 |
| | | | |||||
| | * | Fixing bugs in rating layer | Danail Dimitrov | 2021-03-03 | 2 | -9/+1 |
| | | | |||||
| * | | When user has no friends, returned feed is just an empty array, rather than ↵ | Syndamia | 2021-03-13 | 1 | -3/+0 |
| | | | | | | | | | throwing an exception | ||||
| * | | NSwag replaced Swagger; Doc prep configurednswag | transtrike | 2021-03-03 | 1 | -11/+11 |
| |/ | |||||
| * | tryibg to fix rating layers | Danail Dimitrov | 2021-02-28 | 3 | -75/+21 |
| | | |||||
| * | merge with dev | Danail Dimitrov | 2021-02-28 | 4 | -133/+75 |
| |\ | |||||
| | * | Removed JwtOptions | transtrike | 2021-02-28 | 1 | -14/+0 |
| | | | |||||
| | * | Integrated new JWT validation where needed | transtrike | 2021-02-28 | 2 | -115/+51 |
| | | | |||||
| | * | JWT Validations works; Introduced more bugs to fix later | transtrike | 2021-02-27 | 1 | -25/+43 |
| | | | |||||
| | * | Fixed Project Restore Problem "Not Found" | transtrike | 2021-02-26 | 1 | -9/+11 |
| | | | |||||
| * | | Adding user validation for rating layer | Danail Dimitrov | 2021-02-27 | 2 | -1/+70 |
| | | | |||||
| * | | Adding update layer for rating_system | Danail Dimitrov | 2021-02-26 | 4 | -18/+39 |
| | | | |||||
| * | | Added GetById for rating | Danail Dimitrov | 2021-02-26 | 3 | -12/+43 |
| | | | |||||
| * | | Adding RatePost functionality | Danail Dimitrov | 2021-02-25 | 3 | -27/+20 |
| | | | |||||
| * | | model update for rating | Danail Dimitrov | 2021-02-21 | 3 | -6/+7 |
| |/ | |||||
| * | Revert "initial implementation of message layer" | transtrike | 2021-02-19 | 3 | -57/+0 |
| | | | | | This reverts commit 1ff5502483c5ee8bab1ef0a70f61e18f6ba2399d. | ||||
| * | initial implementation of message layer | Danail Dimitrov | 2021-02-18 | 3 | -0/+57 |
| | | |||||
| * | UserManager&RoleManager logic moved to Repo; Password hashing and validation ↵ | transtrike | 2021-02-16 | 3 | -53/+34 |
| | | | | | moved to Repo and using ASPNET Core hashing methods; Added Migrations; Fixed Roles not added to user | ||||
| * | Fixed formatting; Adjusted warnings; Adjusted variable names | transtrike | 2021-02-15 | 6 | -11/+10 |
| | | |||||
| * | Code Analyzer added to all csproj; Removed unnessessary code; Fixed formatting | transtrike | 2021-02-15 | 11 | -40/+31 |
| | | |||||
| * | Merged New Project Structure; Fixed Kamen's Formatting Issues | transtrike | 2021-02-13 | 4 | -28/+28 |
| | | |||||
| * | Restructure Successful | transtrike | 2021-02-13 | 10 | -17/+16 |
| | | |||||
| * | Removed all references | transtrike | 2021-02-13 | 7 | -12/+6 |
| | | |||||
| * | Project Restructure P.1 | transtrike | 2021-02-13 | 28 | -0/+1641 |
