aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Fixed testsdevSyndamia2021-04-099-137/+141
|
* Merge pull request #27 from Team-Kaleidoscope/unit_testsKamen Mladenov2021-04-097-406/+149
|\ | | | | Unit tests
| * Adding Tests for untested Methods in LanguageRepositoryunit_testsDanail Dimitrov2021-03-181-1/+18
| |
| * Adding test for untested methods in FeedRepositoryDanail Dimitrov2021-03-181-15/+54
| |
| * Removed test files for UserRepository and RoleRepository. They now use build ↵Danail Dimitrov2021-03-182-385/+0
| | | | | | | | in functionality.
| * Added tests for untested methods in CommentRepositoryDanail Dimitrov2021-03-183-5/+77
| |
* | Improved parsing of errors from Attributes. Reverted old style of errorstranstrike2021-04-083-2/+28
| | | | | | | | shown
* | Updated adding and removing friends to work with friend username, instead of ↵Syndamia2021-04-083-12/+12
| | | | | | | | friend id (temporary solution?)
* | Fixed remove files from cloud workaround throwin error when calledSyndamia2021-04-071-1/+1
| |
* | Fixed profile picture get method requiring authorization string in headerSyndamia2021-04-071-1/+1
| |
* | Added adding & removing friends funtionality & endpoints for themtranstrike2021-04-076-76/+24
| |
* | 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 ↵transtrike2021-04-021-8/+0
| | | | | | | | | | | | gets replaced)
| * | 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
| | | | | | | | | | | | | | | | file; Replaced Console logger for requests
| | * | 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 ↵transtrike2021-03-262-5/+7
| | |/ | | | | | | | | | rated; Updated connection string
| * | 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
| |\ | | | | | | Rating system
| | * 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
| | |