aboutsummaryrefslogtreecommitdiff
path: root/src/Web/DevHive.Web/Controllers
Commit message (Collapse)AuthorAgeFilesLines
* Updated adding and removing friends to work with friend username, instead of ↵Syndamia2021-04-081-4/+4
| | | | friend id (temporary solution?)
* Fixed profile picture get method requiring authorization string in headerSyndamia2021-04-071-1/+1
|
* adding functionality to add and remove friendsDanail Dimitrov2021-04-071-2/+6
|
* Merged from devtranstrike2021-04-071-19/+37
|\
| * ReadProfilePic endpoint implementedtranstrike2021-04-021-0/+14
| |
| * Profile Picture implemented; Tests and Front end work awaittranstrike2021-03-251-19/+23
| |
* | Friends endpoint inittranstrike2021-04-071-0/+50
|/
* Merge pull request #22 from Team-Kaleidoscope/rating_systemDanail Dimitrov2021-03-141-7/+6
|\ | | | | Rating system
| * 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-031-1/+1
| |
| * Fixing bugs in rating layerDanail Dimitrov2021-03-031-1/+2
| |
* | XML Docs on all controllerstranstrike2021-03-138-15/+177
| |
* | Technology xml comments added; Needs finishtranstrike2021-03-132-3/+54
|/
* tryibg to fix rating layersDanail Dimitrov2021-02-281-6/+19
|
* merge with devDanail Dimitrov2021-02-284-25/+56
|\
| * Integrated new JWT validation where neededtranstrike2021-02-283-8/+24
| |
| * JWT Validations works; Introduced more bugs to fix latertranstrike2021-02-272-17/+32
| |
* | adding delete rating functionalityDanail Dimitrov2021-02-272-1/+11
| |
* | Adding user validation for rating layerDanail Dimitrov2021-02-271-0/+6
| |
* | Adding update layer for rating_systemDanail Dimitrov2021-02-261-2/+20
| |
* | Added GetById for ratingDanail Dimitrov2021-02-261-0/+9
| |
* | Adding RatePost functionalityDanail Dimitrov2021-02-251-7/+9
| |
* | model update for ratingDanail Dimitrov2021-02-211-4/+4
|/
* Revert "initial implementation of message layer"transtrike2021-02-191-52/+0
| | | | This reverts commit 1ff5502483c5ee8bab1ef0a70f61e18f6ba2399d.
* initial implementation of message layerDanail Dimitrov2021-02-181-0/+52
|
* UserManager&RoleManager logic moved to Repo; Password hashing and validation ↵transtrike2021-02-161-5/+4
| | | | moved to Repo and using ASPNET Core hashing methods; Added Migrations; Fixed Roles not added to user
* Restructure Successfultranstrike2021-02-131-1/+1
|
* Removed all referencestranstrike2021-02-132-4/+4
|
* Project Restructure P.1transtrike2021-02-138-0/+657