aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* adding functionality to add and remove friendsDanail Dimitrov2021-04-0713-705/+92
* Merged from devtranstrike2021-04-0759-2457/+1170
|\
| * Introduced consts for every string possible. FMLtranstrike2021-04-0515-131/+177
| * ReadProfilePic endpoint implementedtranstrike2021-04-022-7/+14
| * InsertProfilePic removed(useless, since every User has one at creation that g...transtrike2021-04-021-8/+0
| * dev -> feature/profile_picture_implementation(02.03.2021)transtrike2021-04-0218-52/+114
| |\
| | * Introduced Logger; Replaced DevExcHandler with Custom; Logging Errors totranstrike2021-04-0216-46/+103
| | * Fixed warnings for commented code and async cloudinary methodSyndamia2021-03-292-3/+3
| | * Uploading files to cloudinary now uses the filename, not a guidSyndamia2021-03-281-3/+8
| * | First test implementation and explorationtranstrike2021-03-301-0/+75
| * | Added profile picture documentationfeature/profile_picture_implementationtranstrike2021-03-282-1/+25
| * | ProfilePic saved in User fixedtranstrike2021-03-288-7/+1745
| * | Dev changes merged into ProfilePicLayer branchtranstrike2021-03-2820-4251/+25
| |\|
| | * Improved formating of response from exception middlewareSyndamia2021-03-281-6/+9
| | * Updated database name in appsettings and ConnectionStringSyndamia2021-03-272-3/+3
| | * removing parts of old rating systemDanail Dimitrov2021-03-277-129/+685
| | * Rating's GetById and GetRatingByPostAndUser return null if User hasn't rated;...transtrike2021-03-262-5/+7
| * | Fixed default Picture URLtranstrike2021-03-261-1/+1
| * | Splitted validation in Servicetranstrike2021-03-261-5/+10
| * | Profile Picture implemented; Tests and Front end work awaittranstrike2021-03-2520-108/+971
| |/
* | Friends endpoint inittranstrike2021-04-074-0/+98
* | removing parts of old rating systemDanail Dimitrov2021-03-227-129/+685
|/
* Removed interfaces for pure classesfriends_functionalitytranstrike2021-03-1717-145/+8
* IRepository namespace fix; Useless folder removedtranstrike2021-03-179-10/+2
* Fixed to new() where possible and readabletranstrike2021-03-1549-1904/+4159
|\
| * Merge pull request #22 from Team-Kaleidoscope/rating_systemDanail Dimitrov2021-03-1418-31/+1684
| |\
| | * Updated rating tests to follow our current code style standardsrating_systemSyndamia2021-03-143-127/+247
| | * minor ajustments to rating repository documentationDanail Dimitrov2021-03-141-1/+1
| | * added documentaion for rating repositoryDanail Dimitrov2021-03-142-1/+22
| | * Added tests for rating repositorySyndamia2021-03-131-0/+188
| | * Added tests for rating serviceSyndamia2021-03-131-0/+370
| | * 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-038-8/+8
| | * Adding Post.CurrentRating functionalityDanail Dimitrov2021-03-031-0/+10
| | * addint updated migartion for ratingDanail Dimitrov2021-03-033-3/+699
| | * Fixing bugs in rating layerDanail Dimitrov2021-03-035-14/+7
| * | Merge pull request #21 from Team-Kaleidoscope/unit_test_refactoringKamen Mladenov2021-03-1421-1860/+2249
| |\ \
| | * | Made all Returns(Task.FromResult) into ReturnsAsync in Service layer testsSyndamia2021-03-146-119/+119
| | * | Made all Returns(Task.FromResult) into ReturnsAsync in Web layer testsSyndamia2021-03-147-73/+67
| | * | Removed all discards from Data layer testsSyndamia2021-03-145-15/+15
| | * | Updated code style of mock setups in Service layer testsSyndamia2021-03-146-214/+470
| | * | Updated code style of mock setups in Web layer testsSyndamia2021-03-147-119/+355
| | * | Made properties into variables, fixed spacing and made protected members priv...Syndamia2021-03-145-71/+63
| | * | Made properties into variables in Service layer testsSyndamia2021-03-145-222/+222
| | * | Made properties into variables in Web layer testsSyndamia2021-03-147-218/+217
| | * | Comented out role and user repository tests, since we now use role and user m...Syndamia2021-03-132-350/+350
| | * | Removed unused local variables in service testsSyndamia2021-03-134-13/+0