aboutsummaryrefslogtreecommitdiff
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
| |
* | Removed contents link to screenshots in READMESyndamia2021-04-091-1/+0
| |
* | Fixed outdated Wiki linkSyndamia2021-04-091-1/+1
| |
* | Fixed outdated README text, referring to the old WikiSyndamia2021-04-091-1/+1
| |
* | Updated README and removed screenshotsSyndamia2021-04-0913-44/+11
| |
* | 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
| |
* | Merge pull request #26 from Team-Kaleidoscope/friends_functionalityDanail Dimitrov2021-04-0710-9/+125
|\ \ | | | | | | Added "Add Friend" & "Remove Friend" functionality and endpoints
| * | 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-0764-2458/+2606
| |\ \ | |/ / |/| |
* | | Introduced consts for every string possible. FMLtranstrike2021-04-0515-131/+177
| | |
* | | Merge pull request #24 from ↵Victor S2021-04-0230-2950/+867
|\ \ \ | | | | | | | | | | | | | | | | | | | | Team-Kaleidoscope/feature/profile_picture_implementation - Removed InsertProfilePicture from Service layer (unneeded) - ReadProfilePicture endpoint implemented
| * | | 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-0219-53/+116
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #25 from Team-Kaleidoscope/loggerVictor S2021-04-0217-47/+105
|\ \ \ \ | | | | | | | | | | Implementation of Logger(Serilog)
| * | | | Excluding Log folder in gitignoretranstrike2021-04-021-1/+2
| | | | |
| * | | | 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-2824-4251/+1459
| |\ \ \ | |/ / / |/| | |
* | | | Improved formating of response from exception middlewareSyndamia2021-03-281-6/+9
| | | |
* | | | Moved API GitHub wiki data to a docs folderSyndamia2021-03-284-0/+1434
| | | |
* | | | 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
| | |