Commit Graph

24 Commits (b10c60584baaf7f24fb8fe4a1ddb5c8972a6ad7c)

Author SHA1 Message Date
Daniel Supernault da510089e2
Update LikePipeline, dispatch to feed queue. Fixes
Daniel Supernault 1545e37cdb
Enforce blocks on incoming likes, shares, replies and follows
Daniel Supernault 71ba5fedc2
Update Like model, bump max likes per day from 100 to 200
Daniel Supernault 192553ff77
Update public timeline api, add experimental cache
Daniel Supernault f3d6023ef8
Update LikeController, improve query perf
Daniel Supernault 8ac8fcad3f
Update LikeController, add UndoLikePipeline and federate Undo Like activities
Daniel Supernault ea68724054
Update LikeController, hide like counts
Daniel Supernault eab4370c84
Update Like, Status and Comment controllers to add StatusService del() method to update counts
Daniel Supernault 799a4cba12
Update LikeController, store status_profile_id and is_comment attributes
Daniel Supernault 996866cbac
Update LikeController, fix likes_count bug
Daniel Supernault 3a828522dd
Update LikeController
Daniel Supernault fdac53eb77
Update LikeController
Daniel Supernault bed5cc74de
Update LikeController
Daniel Supernault 9f928ae570
Update LikeController
Daniel Supernault 7974ad39c9
Update LikeController
Daniel Supernault 4739c25fe0
Update Cache, prepare for laravel 5.8
leuc a891bbcc9a cache StatusTransform and invalidate on like, comment and share
daniel b8abbdd90f Apply fixes from StyleCI
Daniel Supernault fec7ee8505 Update LikeController
Daniel Supernault e334eaa809 Update LikeController
Daniel Supernault dfe451db70 Fix like count
Daniel Supernault 3ec93d096c Add LikePipeline and like notifications
Daniel Supernault 095b23ac78 Update LikeController
Daniel Supernault 5d710d5574 Add like model, migration and controller