aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/helpers/activitypub.ts
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | | | | | | | | For now we Create these activities, but we should just send them directly. This fix handles correctly direct Dislikes/Flags/Views, we'll implement the sending correctly these activities in the next peertube version
| * 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
| | | | | | I guess it refers to the VideoState enum used here as `state` instead.
| * Add HTTP signature check before linked signatureChocobozzz2018-10-191-16/+16
| | | | | | | | | | | | It's faster, and will allow us to use RSA signature 2018 (with upstream jsonld-signature module) without too much incompatibilities in the peertube federation
* | 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
| | | | publishing a video
* Refractor and optimize AP collectionsChocobozzz2018-05-251-23/+21
| | | | | Only display urls in general object, and paginate video comments, shares, likes and dislikes
* 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
|
* Fix video full descriptionChocobozzz2017-11-271-1/+5
|
* Speed up activity pub http requestsChocobozzz2017-11-271-1/+10
|
* Server shares user videosChocobozzz2017-11-271-6/+58
|
* Send server announce when users upload a videoChocobozzz2017-11-271-1/+29
|
* Add video abuse to activity pubChocobozzz2017-11-271-2/+4
|
* Rename Pod -> ServerChocobozzz2017-11-271-8/+8
|
* Follow worksChocobozzz2017-11-271-10/+19
|
* Make it compile at leastChocobozzz2017-11-271-13/+33
|
* Continue activitypubChocobozzz2017-11-271-2/+43
|
* Begin activitypubChocobozzz2017-11-271-0/+123