aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/activitypub/process/process-delete.ts
Commit message (Expand)AuthorAgeFilesLines
* Don't store remote rates of remote videosChocobozzz2022-03-181-1/+1
* Fix missing transactionsChocobozzz2021-06-151-5/+2
* Fix process delete promise returnChocobozzz2021-06-071-1/+1
* Cleanup models directory organizationChocobozzz2021-05-111-1/+1
* Don't save other attributes when set as refreshedChocobozzz2021-04-121-2/+11
* Add banners supportChocobozzz2021-04-081-4/+2
* Fix live testsChocobozzz2020-12-091-4/+7
* Split types and typingsChocobozzz2020-06-181-2/+2
* Add moderation helpers to pluginsChocobozzz2020-05-071-1/+1
* Soft delete video comments instead of detroyJulien Maulny2019-12-041-1/+6
* Stronger model typingsChocobozzz2019-08-191-12/+14
* Stronger actor association typing in AP functionsChocobozzz2019-08-091-1/+2
* Remove comment federation by video ownerChocobozzz2019-08-071-3/+3
* Fix user notifications on new followChocobozzz2019-08-021-1/+4
* Remove unused actor uuid fieldChocobozzz2019-05-311-4/+4
* Add playlist rest testsChocobozzz2019-03-181-0/+24
* Correctly forward comment deletionChocobozzz2018-10-021-2/+2
* Improve AP actor checksChocobozzz2018-09-191-0/+4
* Optimize activity actor load in AP processorsChocobozzz2018-09-191-15/+13
* Refractor activities sendingChocobozzz2018-09-141-0/+2
* Fix lintChocobozzz2018-06-131-2/+2
* Refractor retry transaction functionChocobozzz2018-06-131-41/+5
* Split files in activitypub serverChocobozzz2018-05-251-1/+1
* Fix delete comment federationChocobozzz2018-03-271-4/+11
* Don't show videos of remote instance after unfollowChocobozzz2018-01-181-2/+7
* Handle HTML is commentsChocobozzz2018-01-041-3/+4
* Fix delete activitiesChocobozzz2018-01-041-3/+3
* Add ability to delete commentsChocobozzz2018-01-041-3/+30
* Propagate old comment on new followChocobozzz2017-12-281-1/+2
* Begin moving video channel to actorChocobozzz2017-12-191-37/+35
* Move models to typescript-sequelizeChocobozzz2017-12-131-18/+17
* Add follow testsChocobozzz2017-11-271-2/+2
* Move activitypub functions from helpers/ to lib/Chocobozzz2017-11-271-1/+1
* Refractor activity pub lib/helpersChocobozzz2017-11-271-0/+105