aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/helpers/activitypub.ts
Commit message (Expand)AuthorAgeFilesLines
* Don't guess remote tracker URLChocobozzz2021-02-181-2/+4
* Dissociate video file names and video uuidChocobozzz2021-02-181-6/+6
* Add permanent live supportChocobozzz2020-12-031-0/+10
* Split types and typingsChocobozzz2020-06-181-1/+1
* Add missing playlist and playlistElement types in AP contextChocobozzz2020-05-131-0/+3
* Add ability for auth plugins to hook tokens validityChocobozzz2020-05-041-2/+1
* Optimize context for CacheFileChocobozzz2020-02-041-91/+106
* Reduce AP context size on specific activitiesChocobozzz2020-02-031-86/+93
* Move to eslintcontainChocobozzz2020-02-031-3/+3
* Add url field in caption and use it for thumbnailsChocobozzz2020-01-301-3/+10
* Add outbox page size parameterRigel Kent2020-01-091-3/+8
* Update validator dependencyChocobozzz2020-01-071-2/+1
* Stronger model typingsChocobozzz2019-08-191-1/+2
* Don't expose constants directly in initializers/Chocobozzz2019-04-111-1/+1
* Fix context typesChocobozzz2019-04-081-11/+11
* Fix jsonld contextChocobozzz2019-04-081-12/+45
* Playlist server APIChocobozzz2019-03-181-1/+8
* Add originallyPublishedAt unit testsChocobozzz2019-02-111-1/+2
* Merge branch 'develop' into pr/1217Chocobozzz2019-02-111-31/+41
|\
| * Add hls support on serverChocobozzz2019-02-111-2/+3
| * Prepare Dislike/Flag/View fixesChocobozzz2019-01-151-2/+2
| * Fix checkbox marginsChocobozzz2018-11-191-5/+5
| * Fix AP collections paginationChocobozzz2018-11-161-7/+7
| * Check activities hostChocobozzz2018-11-141-0/+9
| * Rename context stats to stateThomas Citharel2018-11-131-1/+1
| * Add HTTP signature check before linked signatureChocobozzz2018-10-191-16/+16
* | Rename downloadingEnabled property to downloadEnabledLucas Declercq2018-10-081-1/+1
* | Add downloadingEnabled property to video modelLucas Declercq2018-10-061-0/+1
|/
* Basic video redundancy implementationChocobozzz2018-09-131-12/+16
* Fix fps federationChocobozzz2018-08-061-0/+1
* expliciting type checks and predicates (server only)Rigel Kent2018-07-251-2/+2
* Implement captions/subtitlesChocobozzz2018-07-161-0/+1
* Add concept of video state, and add ability to wait transcoding beforeChocobozzz2018-06-121-12/+14
* Refractor and optimize AP collectionsChocobozzz2018-05-251-23/+21
* Improve activity pub actors implementationChocobozzz2018-03-221-1/+8
* Implement support field in video and video channelChocobozzz2018-02-151-1/+2
* Add missing context fieldsChocobozzz2018-01-291-0/+18
* Add id to likes/dislikes/comments/shares collectionsChocobozzz2018-01-291-1/+2
* Use sensitive instead of nsfw in activitypubChocobozzz2018-01-261-1/+1
* Add commentsEnabled field to AS contextChocobozzz2018-01-121-1/+2
* Use RsaSignature2017Chocobozzz2017-12-191-2/+2
* Begin moving video channel to actorChocobozzz2017-12-191-3/+3
* Move models to typescript-sequelizeChocobozzz2017-12-131-5/+5
* Fetch video likes/dislikes tooChocobozzz2017-11-271-0/+9
* Fetch outbox to grab old activities testsChocobozzz2017-11-271-2/+7
* Fetch outbox to grab old activitiesChocobozzz2017-11-271-6/+8
* Add outboxChocobozzz2017-11-271-11/+24
* Move activitypub functions from helpers/ to lib/Chocobozzz2017-11-271-274/+1
* Refractor activity pub lib/helpersChocobozzz2017-11-271-11/+54
* Optimize signature verificationChocobozzz2017-11-271-3/+3