aboutsummaryrefslogtreecommitdiff
path: root/src/Services/DevHive.Services
Commit message (Collapse)AuthorAgeFilesLines
* Updated adding and removing friends to work with friend username, instead of ↵Syndamia2021-04-082-8/+8
| | | | friend id (temporary solution?)
* Fixed remove files from cloud workaround throwin error when calledSyndamia2021-04-071-1/+1
|
* Added adding & removing friends funtionality & endpoints for themtranstrike2021-04-072-27/+23
|
* adding functionality to add and remove friendsDanail Dimitrov2021-04-073-10/+30
|
* Merged from devtranstrike2021-04-0713-148/+273
|\
| * Introduced consts for every string possible. FMLtranstrike2021-04-0510-120/+134
| |
| * ReadProfilePic endpoint implementedtranstrike2021-04-021-7/+0
| |
| * 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-022-7/+15
| |\
| | * Introduced Logger; Replaced DevExcHandler with Custom; Logging Errors totranstrike2021-04-021-4/+4
| | | | | | | | | | | | file; Replaced Console logger for requests
| | * Fixed warnings for commented code and async cloudinary methodSyndamia2021-03-291-0/+3
| | |
| | * Uploading files to cloudinary now uses the filename, not a guidSyndamia2021-03-281-3/+8
| | |
| * | Added profile picture documentationfeature/profile_picture_implementationtranstrike2021-03-281-1/+16
| | |
| * | ProfilePic saved in User fixedtranstrike2021-03-281-1/+5
| | |
| * | Dev changes merged into ProfilePicLayer branchtranstrike2021-03-282-6/+9
| |\|
| | * Rating's GetById and GetRatingByPostAndUser return null if User hasn't ↵transtrike2021-03-261-4/+6
| | | | | | | | | | | | rated; Updated connection string
| * | Splitted validation in Servicetranstrike2021-03-261-5/+10
| | |
| * | Profile Picture implemented; Tests and Front end work awaittranstrike2021-03-254-30/+121
| |/
* / Friends endpoint inittranstrike2021-04-072-0/+45
|/
* Merge pull request #22 from Team-Kaleidoscope/rating_systemDanail Dimitrov2021-03-144-12/+14
|\ | | | | Rating system
| * Moved Rating service models outside of Post folderDanail Dimitrov2021-03-033-3/+3
| |
| * Adding Post.CurrentRating functionalityDanail Dimitrov2021-03-031-0/+10
| |
| * Fixing bugs in rating layerDanail Dimitrov2021-03-032-9/+1
| |
* | When user has no friends, returned feed is just an empty array, rather than ↵Syndamia2021-03-131-3/+0
| | | | | | | | throwing an exception
* | NSwag replaced Swagger; Doc prep configurednswagtranstrike2021-03-031-11/+11
|/
* tryibg to fix rating layersDanail Dimitrov2021-02-283-75/+21
|
* merge with devDanail Dimitrov2021-02-284-133/+75
|\
| * Removed JwtOptionstranstrike2021-02-281-14/+0
| |
| * Integrated new JWT validation where neededtranstrike2021-02-282-115/+51
| |
| * JWT Validations works; Introduced more bugs to fix latertranstrike2021-02-271-25/+43
| |
| * Fixed Project Restore Problem "Not Found"transtrike2021-02-261-9/+11
| |
* | Adding user validation for rating layerDanail Dimitrov2021-02-272-1/+70
| |
* | Adding update layer for rating_systemDanail Dimitrov2021-02-264-18/+39
| |
* | Added GetById for ratingDanail Dimitrov2021-02-263-12/+43
| |
* | Adding RatePost functionalityDanail Dimitrov2021-02-253-27/+20
| |
* | model update for ratingDanail Dimitrov2021-02-213-6/+7
|/
* Revert "initial implementation of message layer"transtrike2021-02-193-57/+0
| | | | This reverts commit 1ff5502483c5ee8bab1ef0a70f61e18f6ba2399d.
* initial implementation of message layerDanail Dimitrov2021-02-183-0/+57
|
* UserManager&RoleManager logic moved to Repo; Password hashing and validation ↵transtrike2021-02-163-53/+34
| | | | moved to Repo and using ASPNET Core hashing methods; Added Migrations; Fixed Roles not added to user
* Fixed formatting; Adjusted warnings; Adjusted variable namestranstrike2021-02-156-11/+10
|
* Code Analyzer added to all csproj; Removed unnessessary code; Fixed formattingtranstrike2021-02-1511-40/+31
|
* Merged New Project Structure; Fixed Kamen's Formatting Issuestranstrike2021-02-134-28/+28
|
* Restructure Successfultranstrike2021-02-1310-17/+16
|
* Removed all referencestranstrike2021-02-137-12/+6
|
* Project Restructure P.1transtrike2021-02-1328-0/+1641