aboutsummaryrefslogtreecommitdiff
path: root/src/app/services
Commit message (Collapse)AuthorAgeFilesLines
* Removed unused bare user requests from user serviceSyndamia2021-04-081-17/+0
|
* Added friends service, from which you could add and remove friendsSyndamia2021-04-081-0/+44
|
* Added profile picture service and removed put profile picture from user serviceSyndamia2021-04-072-17/+32
|
* Fixed update user request in service and in profile settingsSyndamia2021-03-291-5/+7
|
* Service methods that return default object values now return empty string valuesSyndamia2021-03-223-3/+3
|
* Fixed requests, following API updatesSyndamia2021-03-193-4/+4
|
* Fixed outdated imports in post component and rating serviceSyndamia2021-03-141-4/+2
|
* Merge branch 'dev' of https://github.com/Team-Kaleidoscope/DevHive-Angular ↵Danail Dimitrov2021-03-145-7/+7
|\ | | | | | | into rating_system
| * Renamed all models to have proper naming (from model-name.ts to ↵Syndamia2021-03-145-7/+7
| | | | | | | | model-name.model.ts), updated includes of services
* | upVote functionality is finishedDanail Dimitrov2021-03-131-1/+17
| |
* | adding functionality to get rating by userid and postId in rating serviceDanail Dimitrov2021-03-121-0/+16
| |
* | adding downVote functionalityDanail Dimitrov2021-03-121-4/+23
| |
* | added upvote post functionalityDanail Dimitrov2021-03-112-1/+21
| |
* | starting development of rating systemDanail Dimitrov2021-03-061-0/+17
|/
* Moved from DevHivetranstrike2021-02-128-0/+688