| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Added adding & removing friends funtionality & endpoints for them | transtrike | 2021-04-07 | 6 | -76/+24 |
| | | |||||
| * | adding functionality to add and remove friends | Danail Dimitrov | 2021-04-07 | 13 | -705/+92 |
| | | |||||
| * | Merged from dev | transtrike | 2021-04-07 | 64 | -2458/+2606 |
| |\ | |||||
| | * | Introduced consts for every string possible. FML | transtrike | 2021-04-05 | 15 | -131/+177 |
| | | | |||||
| | * | Merge pull request #24 from ↵ | Victor S | 2021-04-02 | 30 | -2950/+867 |
| | |\ | | | | | | | | | | | | | | | | Team-Kaleidoscope/feature/profile_picture_implementation - Removed InsertProfilePicture from Service layer (unneeded) - ReadProfilePicture endpoint implemented | ||||
| | | * | ReadProfilePic endpoint implemented | transtrike | 2021-04-02 | 2 | -7/+14 |
| | | | | |||||
| | | * | 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 | 19 | -53/+116 |
| | | |\ | | |/ | |/| | |||||
| | * | | Merge pull request #25 from Team-Kaleidoscope/logger | Victor S | 2021-04-02 | 17 | -47/+105 |
| | |\ \ | | | | | | | | | Implementation of Logger(Serilog) | ||||
| | | * | | Excluding Log folder in gitignore | transtrike | 2021-04-02 | 1 | -1/+2 |
| | | | | | |||||
| | | * | | Introduced Logger; Replaced DevExcHandler with Custom; Logging Errors to | transtrike | 2021-04-02 | 16 | -46/+103 |
| | |/ / | | | | | | | | | | file; Replaced Console logger for requests | ||||
| | * | | Fixed warnings for commented code and async cloudinary method | Syndamia | 2021-03-29 | 2 | -3/+3 |
| | | | | |||||
| | * | | Uploading files to cloudinary now uses the filename, not a guid | Syndamia | 2021-03-28 | 1 | -3/+8 |
| | | | | |||||
| | | * | First test implementation and exploration | transtrike | 2021-03-30 | 1 | -0/+75 |
| | | | | |||||
| | | * | Added profile picture documentationfeature/profile_picture_implementation | transtrike | 2021-03-28 | 2 | -1/+25 |
| | | | | |||||
| | | * | ProfilePic saved in User fixed | transtrike | 2021-03-28 | 8 | -7/+1745 |
| | | | | |||||
| | | * | Dev changes merged into ProfilePicLayer branch | transtrike | 2021-03-28 | 24 | -4251/+1459 |
| | | |\ | | |/ | |/| | |||||
| | * | | Improved formating of response from exception middleware | Syndamia | 2021-03-28 | 1 | -6/+9 |
| | | | | |||||
| | * | | Moved API GitHub wiki data to a docs folder | Syndamia | 2021-03-28 | 4 | -0/+1434 |
| | | | | |||||
| | * | | Updated database name in appsettings and ConnectionString | Syndamia | 2021-03-27 | 2 | -3/+3 |
| | | | | |||||
| | * | | removing parts of old rating system | Danail Dimitrov | 2021-03-27 | 7 | -129/+685 |
| | | | | |||||
| | * | | Rating's GetById and GetRatingByPostAndUser return null if User hasn't ↵ | transtrike | 2021-03-26 | 2 | -5/+7 |
| | | | | | | | | | | | | | rated; Updated connection string | ||||
| | | * | Fixed default Picture URL | transtrike | 2021-03-26 | 1 | -1/+1 |
| | | | | |||||
| | | * | Splitted validation in Service | transtrike | 2021-03-26 | 1 | -5/+10 |
| | | | | |||||
| | | * | Profile Picture implemented; Tests and Front end work await | transtrike | 2021-03-25 | 20 | -108/+971 |
| | |/ | |||||
| * | | Friends endpoint init | transtrike | 2021-04-07 | 4 | -0/+98 |
| | | | |||||
| * | | removing parts of old rating system | Danail Dimitrov | 2021-03-22 | 7 | -129/+685 |
| |/ | |||||
| * | Removed interfaces for pure classesfriends_functionality | transtrike | 2021-03-17 | 17 | -145/+8 |
| | | |||||
| * | IRepository namespace fix; Useless folder removed | transtrike | 2021-03-17 | 9 | -10/+2 |
| | | |||||
| * | Fixed to new() where possible and readable | transtrike | 2021-03-15 | 49 | -1904/+4159 |
| |\ | |||||
| | * | Merge pull request #22 from Team-Kaleidoscope/rating_system | Danail Dimitrov | 2021-03-14 | 18 | -31/+1684 |
| | |\ | | | | | | | Rating system | ||||
| | | * | Updated rating tests to follow our current code style standardsrating_system | Syndamia | 2021-03-14 | 3 | -127/+247 |
| | | | | |||||
| | | * | minor ajustments to rating repository documentation | Danail Dimitrov | 2021-03-14 | 1 | -1/+1 |
| | | | | |||||
| | | * | added documentaion for rating repository | Danail Dimitrov | 2021-03-14 | 2 | -1/+22 |
| | | | | |||||
| | | * | Added tests for rating repository | Syndamia | 2021-03-13 | 1 | -0/+188 |
| | | | | |||||
| | | * | Added tests for rating service | Syndamia | 2021-03-13 | 1 | -0/+370 |
| | | | | |||||
| | | * | Added tests for rating controller | Syndamia | 2021-03-13 | 1 | -0/+257 |
| | | | | |||||
| | | * | 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 | 8 | -8/+8 |
| | | | | |||||
| | | * | Adding Post.CurrentRating functionality | Danail Dimitrov | 2021-03-03 | 1 | -0/+10 |
| | | | | |||||
| | | * | addint updated migartion for rating | Danail Dimitrov | 2021-03-03 | 3 | -3/+699 |
| | | | | |||||
| | | * | Fixing bugs in rating layer | Danail Dimitrov | 2021-03-03 | 5 | -14/+7 |
| | | | | |||||
| | * | | Merge pull request #21 from Team-Kaleidoscope/unit_test_refactoring | Kamen Mladenov | 2021-03-14 | 21 | -1860/+2249 |
| | |\ \ | | | | | | | | | Unit test code style refactor | ||||
| | | * | | Made all Returns(Task.FromResult) into ReturnsAsync in Service layer tests | Syndamia | 2021-03-14 | 6 | -119/+119 |
| | | | | | |||||
| | | * | | Made all Returns(Task.FromResult) into ReturnsAsync in Web layer tests | Syndamia | 2021-03-14 | 7 | -73/+67 |
| | | | | | |||||
| | | * | | Removed all discards from Data layer tests | Syndamia | 2021-03-14 | 5 | -15/+15 |
| | | | | | |||||
| | | * | | Updated code style of mock setups in Service layer tests | Syndamia | 2021-03-14 | 6 | -214/+470 |
| | | | | | |||||
| | | * | | Updated code style of mock setups in Web layer tests | Syndamia | 2021-03-14 | 7 | -119/+355 |
| | | | | | |||||
