aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/activitypub/videos/get.ts
Commit message (Collapse)AuthorAgeFilesLines
* Remove activitypub helperChocobozzz2022-03-231-1/+1
| | | | Put functions in lib/activitypub instead
* Don't store remote rates of remote videosChocobozzz2022-03-181-1/+1
| | | | | In the future we'll stop to expose all available rates to improve users privacy
* Add ability to search playlistsChocobozzz2021-06-251-3/+4
|
* Resolve object id from actors tooChocobozzz2021-06-161-0/+1
|
* Handle short video linksChocobozzz2021-06-141-0/+2
|
* 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 getOrCreateAPVideoChocobozzz2021-06-021-0/+109