aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/activitypub/send/send-undo.ts
Commit message (Collapse)AuthorAgeFilesLines
* Fix redundancy federation in some casesChocobozzz2020-12-171-2/+7
|
* Fix incorrect IDs in AP federationChocobozzz2020-11-201-15/+15
|
* Split types and typingsChocobozzz2020-06-181-1/+1
|
* Move to eslintcontainChocobozzz2020-02-031-5/+5
|
* Stronger model typingsChocobozzz2019-08-191-14/+20
|
* Add gitlab ci supportChocobozzz2019-07-291-1/+1
|
* Add ability to forbid followersChocobozzz2019-04-081-1/+1
|
* Merge branch 'feature/correctly-send-activities' into developChocobozzz2019-02-111-6/+6
|\
| * Correctly send Flag/Dislike/View activitiesChocobozzz2019-01-151-6/+6
| |
* | Add hls support on serverChocobozzz2019-02-111-1/+2
|/
* Check activities hostChocobozzz2018-11-141-1/+1
|
* Refractor activities sendingChocobozzz2018-09-141-52/+33
|
* Basic video redundancy implementationChocobozzz2018-09-131-23/+40
|
* Add subscriptions endpoints to REST APIChocobozzz2018-08-271-0/+3
|
* Add more info loggingChocobozzz2018-07-301-0/+9
|
* Add concept of video state, and add ability to wait transcoding beforeChocobozzz2018-06-121-21/+21
| | | | publishing a video
* Split files in activitypub serverChocobozzz2018-05-251-11/+4
|
* Add ability to update a video channelChocobozzz2018-05-111-4/+25
|
* Try to refractor activities sendingChocobozzz2018-03-271-31/+18
| | | | There is still a need for work on this part though
* Fix delete comment federationChocobozzz2018-03-271-1/+1
|
* Move job queue to redisChocobozzz2018-01-251-10/+4
| | | | | | | 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.
* Status are sent to mastodonChocobozzz2017-12-191-4/+3
|
* Begin moving video channel to actorChocobozzz2017-12-191-42/+42
|
* Move models to typescript-sequelizeChocobozzz2017-12-131-14/+12
|
* Fix bad to/cc when undo dislikeChocobozzz2017-11-301-2/+2
|
* Put activity pub sends inside transactionsChocobozzz2017-11-301-15/+16
|
* Fix undo like/dislike forwardingChocobozzz2017-11-281-3/+14
|
* Add shares forward and collection on videos/video channelsChocobozzz2017-11-271-2/+2
|
* Correctly forward like/dislikes and undoChocobozzz2017-11-271-12/+26
|
* Better follows testsChocobozzz2017-11-271-5/+4
|
* Federate likes/dislikesChocobozzz2017-11-271-5/+66
|
* Move activitypub functions from helpers/ to lib/Chocobozzz2017-11-271-1/+1
|
* Refractor activity pub lib/helpersChocobozzz2017-11-271-0/+39