| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #28 from Team-Kaleidoscope/devHEADv0.2mainheroku/main | Kamen Mladenov | 2021-04-09 | 389 | -26949/+9280 |
| |\ | | | | | Second stage: Complete | ||||
| | * | Fixed testsdev | Syndamia | 2021-04-09 | 9 | -137/+141 |
| | | | |||||
| | * | Merge pull request #27 from Team-Kaleidoscope/unit_tests | Kamen Mladenov | 2021-04-09 | 7 | -406/+149 |
| | |\ | | | | | | | Unit tests | ||||
| | | * | Adding Tests for untested Methods in LanguageRepositoryunit_tests | Danail Dimitrov | 2021-03-18 | 1 | -1/+18 |
| | | | | |||||
| | | * | Adding test for untested methods in FeedRepository | Danail Dimitrov | 2021-03-18 | 1 | -15/+54 |
| | | | | |||||
| | | * | Removed test files for UserRepository and RoleRepository. They now use build ↵ | Danail Dimitrov | 2021-03-18 | 2 | -385/+0 |
| | | | | | | | | | | | | | in functionality. | ||||
| | | * | Added tests for untested methods in CommentRepository | Danail Dimitrov | 2021-03-18 | 3 | -5/+77 |
| | | | | |||||
| | * | | Removed contents link to screenshots in README | Syndamia | 2021-04-09 | 1 | -1/+0 |
| | | | | |||||
| | * | | Fixed outdated Wiki link | Syndamia | 2021-04-09 | 1 | -1/+1 |
| | | | | |||||
| | * | | Fixed outdated README text, referring to the old Wiki | Syndamia | 2021-04-09 | 1 | -1/+1 |
| | | | | |||||
| | * | | Updated README and removed screenshots | Syndamia | 2021-04-09 | 13 | -44/+11 |
| | | | | |||||
| | * | | Improved parsing of errors from Attributes. Reverted old style of errors | transtrike | 2021-04-08 | 3 | -2/+28 |
| | | | | | | | | | | | | | shown | ||||
| | * | | Updated adding and removing friends to work with friend username, instead of ↵ | Syndamia | 2021-04-08 | 3 | -12/+12 |
| | | | | | | | | | | | | | friend id (temporary solution?) | ||||
| | * | | Fixed remove files from cloud workaround throwin error when called | Syndamia | 2021-04-07 | 1 | -1/+1 |
| | | | | |||||
| | * | | Fixed profile picture get method requiring authorization string in header | Syndamia | 2021-04-07 | 1 | -1/+1 |
| | | | | |||||
| | * | | Merge pull request #26 from Team-Kaleidoscope/friends_functionality | Danail Dimitrov | 2021-04-07 | 10 | -9/+125 |
| | |\ \ | | | | | | | | | Added "Add Friend" & "Remove Friend" functionality and endpoints | ||||
| | | * | | 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 |
| | | | | | |||||
