aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/activitypub/actors/get.ts
Commit message (Collapse)AuthorAgeFilesLines
* Remove activitypub helperChocobozzz2022-03-231-2/+2
| | | | Put functions in lib/activitypub instead
* Handle channel owner update of remote serverChocobozzz2021-12-131-18/+19
|
* Add ability to search playlistsChocobozzz2021-06-251-1/+1
|
* Resolve object id from actors tooChocobozzz2021-06-161-0/+3
|
* Cache refresh actor promiseChocobozzz2021-06-091-1/+1
|
* Try to speed up AP update transactionChocobozzz2021-06-081-1/+1
|
* fetch -> loadChocobozzz2021-06-031-4/+4
| | | | avoid confusion with AP fetch functions
* Move middleware utils in middlewaresChocobozzz2021-06-031-1/+1
| | | | helpers modules should not import models
* Refactor AP actorsChocobozzz2021-06-031-0/+119