aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/activitypub/send/send-undo.ts
Commit message (Collapse)AuthorAgeFilesLines
* Move job queue to redisChocobozzz2018-01-251-10/+4
| | | | | | | We'll use it as cache in the future. /!\ You'll loose your old jobs (pending jobs too) so upgrade only when you don't have pending job anymore.
* Status are sent to mastodonChocobozzz2017-12-191-4/+3
|
* Begin moving video channel to actorChocobozzz2017-12-191-42/+42
|
* Move models to typescript-sequelizeChocobozzz2017-12-131-14/+12
|
* Fix bad to/cc when undo dislikeChocobozzz2017-11-301-2/+2
|
* Put activity pub sends inside transactionsChocobozzz2017-11-301-15/+16
|
* Fix undo like/dislike forwardingChocobozzz2017-11-281-3/+14
|
* Add shares forward and collection on videos/video channelsChocobozzz2017-11-271-2/+2
|
* Correctly forward like/dislikes and undoChocobozzz2017-11-271-12/+26
|
* Better follows testsChocobozzz2017-11-271-5/+4
|
* Federate likes/dislikesChocobozzz2017-11-271-5/+66
|
* Move activitypub functions from helpers/ to lib/Chocobozzz2017-11-271-1/+1
|
* Refractor activity pub lib/helpersChocobozzz2017-11-271-0/+39