aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/activitypub/process/process-flag.ts
Commit message (Collapse)AuthorAgeFilesLines
* Remove activitypub helperChocobozzz2022-03-231-1/+1
| | | | Put functions in lib/activitypub instead
* Fix shared importsChocobozzz2021-12-241-1/+1
|
* No notification on moderator abuseChocobozzz2021-12-091-3/+6
|
* Fix process abuse transactionsChocobozzz2021-02-251-4/+3
|
* Reorganize shared modelsChocobozzz2020-08-071-1/+2
|
* Use 3 tables to represent abusesChocobozzz2020-07-101-49/+68
|
* predefined report reasons & improved reporter UI (#2842)Rigel Kent2020-06-221-2/+15
| | | | | - added `startAt` and `endAt` optional timestamps to help pin down reported sections of a video - added predefined report reasons - added video player with report modal
* Split types and typingsChocobozzz2020-06-181-2/+2
|
* Switch emails to pug templates and provide richer html/text-only versionsRigel Kent2020-05-081-4/+13
|
* Add moderation helpers to pluginsChocobozzz2020-05-071-1/+1
|
* Handle reports from mastodonChocobozzz2019-08-301-16/+24
|
* Stronger model typingsChocobozzz2019-08-191-3/+3
|
* Stronger actor association typing in AP functionsChocobozzz2019-08-091-2/+2
|
* Fix user notifications on new followChocobozzz2019-08-021-1/+3
|
* Add gitlab ci supportChocobozzz2019-07-291-3/+5
|
* Log typoChocobozzz2019-07-031-1/+1
|
* Prepare Dislike/Flag/View fixesChocobozzz2019-01-151-0/+49
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