aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/activitypub/send/send-create.ts
Commit message (Expand)AuthorAgeFilesLines
* Add ability for plugins to alter video jsonldChocobozzz2023-03-101-1/+1
* Support video views/viewers stats in serverChocobozzz2022-04-151-1/+16
* Refactor AP context builderChocobozzz2022-03-241-13/+54
* Don't store remote rates of remote videosChocobozzz2022-03-181-8/+13
* Fix AP audienceChocobozzz2021-12-131-1/+1
* Handle channel owner update of remote serverChocobozzz2021-12-131-1/+1
* Introduce tags to the loggerChocobozzz2021-03-241-4/+6
* Split types and typingsChocobozzz2020-06-181-1/+1
* Add ability for auth plugins to hook tokens validityChocobozzz2020-05-041-1/+1
* Avoir some circular dependenciesChocobozzz2020-05-041-1/+1
* Fix add comment in threads with deleted commentsChocobozzz2020-03-201-1/+2
* Optimize context for CacheFileChocobozzz2020-02-041-1/+4
* Move to eslintcontainChocobozzz2020-02-031-4/+4
* Add internal privacy modeChocobozzz2019-12-121-1/+1
* Fix federation with some actorsChocobozzz2019-10-231-1/+1
* Stronger model typingsChocobozzz2019-08-191-13/+21
* Add gitlab ci supportChocobozzz2019-07-291-2/+3
* Add playlist rest testsChocobozzz2019-03-181-1/+1
* Playlist server APIChocobozzz2019-03-181-0/+23
* Merge branch 'feature/correctly-send-activities' into developChocobozzz2019-02-111-70/+1
|\
| * Correctly send Flag/Dislike/View activitiesChocobozzz2019-01-151-69/+0
* | Add hls support on serverChocobozzz2019-02-111-6/+3
|/
* Check activities hostChocobozzz2018-11-141-4/+6
* Refractor activities sendingChocobozzz2018-09-141-52/+43
* Basic video redundancy implementationChocobozzz2018-09-131-26/+42
* Add subscriptions endpoints to REST APIChocobozzz2018-08-271-0/+2
* Add more info loggingChocobozzz2018-07-301-0/+11
* Add concept of video state, and add ability to wait transcoding beforeChocobozzz2018-06-121-23/+20
* Split files in activitypub serverChocobozzz2018-05-251-8/+6
* Try to refractor activities sendingChocobozzz2018-03-271-59/+43
* Fix delete comment federationChocobozzz2018-03-271-4/+4
* Add /activity to activity create idsChocobozzz2018-03-221-1/+1
* Move job queue to redisChocobozzz2018-01-251-8/+14
* Send comment to followers and parentsChocobozzz2018-01-081-11/+29
* Add mentions to commentsChocobozzz2018-01-051-8/+10
* Propagate old comment on new followChocobozzz2017-12-281-1/+1
* Send video comment comments to followers/originChocobozzz2017-12-271-25/+46
* Fix lintChocobozzz2017-12-191-1/+1
* Status are sent to mastodonChocobozzz2017-12-191-6/+7
* Begin moving video channel to actorChocobozzz2017-12-191-53/+54
* Move models to typescript-sequelizeChocobozzz2017-12-131-22/+24
* Put activity pub sends inside transactionsChocobozzz2017-11-301-13/+13
* Add shares forward and collection on videos/video channelsChocobozzz2017-11-271-3/+3
* Correctly forward like/dislikes and undoChocobozzz2017-11-271-13/+13
* Federate likes/dislikesChocobozzz2017-11-271-12/+50
* Federate video viewsChocobozzz2017-11-271-8/+56
* Fetch outbox to grab old activitiesChocobozzz2017-11-271-0/+2
* Move activitypub functions from helpers/ to lib/Chocobozzz2017-11-271-1/+1
* Refractor activity pub lib/helpersChocobozzz2017-11-271-0/+44