aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/activitypub/actor.ts
Commit message (Collapse)AuthorAgeFilesLines
* Move job queue to redisChocobozzz2018-01-251-25/+34
| | | | | | | 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.
* Accept actors with url objects instead of stringChocobozzz2018-01-251-1/+8
|
* Optimize SQL query that fetch actor outboxChocobozzz2018-01-181-12/+30
|
* Don't show videos of remote instance after unfollowChocobozzz2018-01-181-1/+4
|
* Fix actor followers/following countsChocobozzz2018-01-151-6/+3
|
* Update follower/following countsChocobozzz2018-01-121-0/+1
|
* Fix actor refreshChocobozzz2018-01-111-0/+2
|
* Refresh remote accountsChocobozzz2018-01-041-3/+77
|
* Send account activitypub update eventsChocobozzz2018-01-031-39/+47
|
* Begin to add avatar to actorsChocobozzz2017-12-291-29/+58
|
* Propagate old comment on new followChocobozzz2017-12-281-15/+13
|
* Status are sent to mastodonChocobozzz2017-12-191-9/+10
|
* Begin moving video channel to actorChocobozzz2017-12-191-0/+229