aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/activitypub/send/send-create.ts
Commit message (Collapse)AuthorAgeFilesLines
* Introduce tags to the loggerChocobozzz2021-03-241-4/+6
| | | | | That could help to filter unneeded logs and/or select particular components
* 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
| | | | That don't have a shared inbox, or a URL
* 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
| | | | publishing a video
* Split files in activitypub serverChocobozzz2018-05-251-8/+6
|
* Try to refractor activities sendingChocobozzz2018-03-271-59/+43
| | | | There is still a need for work on this part though
* 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
| | | | | | | We'll use it as cache in the future. /!\ You'll loose your old jobs (pending jobs too) so upgrade only when you don't have pending job anymore.
* 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