aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/video/video-abuse.ts
Commit message (Collapse)AuthorAgeFilesLines
* Use 3 tables to represent abusesChocobozzz2020-07-101-479/+0
|
* predefined report reasons & improved reporter UI (#2842)Rigel Kent2020-06-221-3/+61
| | | | | - 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-1/+1
|
* Update server dependenciesChocobozzz2020-06-171-1/+1
|
* Block comments from muted accounts/serversChocobozzz2020-05-291-1/+1
| | | | | | | | | | | | Add better control for users of comments displayed on their videos: * Do not forward comments from muted remote accounts/servers (muted by the current server or by the video owner) * Do not list threads and hide replies (with their children) of accounts/servers muted by the video owner * Hide from RSS comments of muted accounts/servers by video owners Use case: * Try to limit spam propagation in the federation * Add ability for users to automatically hide comments on their videos from undesirable accounts/servers (the comment section belongs to videomakers, so they choose what's posted there)
* Use video abuse filters on client sideChocobozzz2020-05-071-60/+67
|
* parseQueryStringFilter cleanupChocobozzz2020-05-061-8/+10
|
* Support is:blacklisted as video-abuse-list filterRigel Kent2020-05-041-5/+10
|
* Switching to a named filters/single input on video-abuseRigel Kent2020-05-041-3/+63
|
* Add tests for video-abuse persistence after video deletionRigel Kent2020-05-011-1/+2
|
* Add reportee stats for deleted videosRigel Kent2020-05-011-8/+35
|
* Factorize rest-table and fix/simplify SQLRigel Kent2020-05-011-28/+15
|
* Add filter inputs for blacklisted videos and muted accounts/serversRigel Kent2020-05-011-12/+6
|
* Add nth abuse count for a given video, add reporter/reportee reports statsRigel Kent2020-05-011-14/+82
|
* Add search for video, reporter and channel name fieldsRigel Kent2020-05-011-26/+95
|
* Add video channel and video thumbnail, rework video appearance in rowRigel Kent2020-05-011-12/+42
|
* Make sure a report doesn't get deleted upon the deletion of its videoRigel Kent2020-05-011-11/+26
|
* Move to eslintcontainChocobozzz2020-02-031-3/+3
|
* Hide video abuses from muted accountsChocobozzz2019-08-291-3/+18
|
* Type toFormattedJSONChocobozzz2019-08-201-2/+2
|
* Stronger model typingsChocobozzz2019-08-191-3/+5
|
* Update sequelizeChocobozzz2019-04-241-1/+1
|
* Don't expose constants directly in initializers/Chocobozzz2019-04-111-1/+1
|
* Increase abuse length to 3000Chocobozzz2019-01-141-16/+3
| | | | And correctly handle new lines
* Add user notification base codeChocobozzz2019-01-091-5/+0
|
* Improve blacklist managementChocobozzz2018-08-141-1/+0
|
* Add state and moderationComment for abuses on server sideChocobozzz2018-08-101-2/+52
|
* Add reason when banning a userChocobozzz2018-08-081-1/+1
|
* Change video abuse API responseChocobozzz2018-03-121-16/+9
|
* Fix sort inconsistencyChocobozzz2018-02-191-1/+1
|
* Send an email on video abuse reportChocobozzz2018-02-011-1/+7
|
* Begin moving video channel to actorChocobozzz2017-12-191-10/+3
|
* Move models to typescript-sequelizeChocobozzz2017-12-131-118/+92
|
* Add activitypub migration scriptChocobozzz2017-11-271-1/+1
|
* Federate video abusesChocobozzz2017-11-271-1/+14
|
* Add video abuse to activity pubChocobozzz2017-11-271-21/+23
|
* Rename Pod -> ServerChocobozzz2017-11-271-9/+9
|
* Formated -> FormattedChocobozzz2017-08-251-3/+3
|
* Remove "function" in favor of () => {}Chocobozzz2017-07-111-2/+2
|
* Use global uuid instead of remoteId for videosChocobozzz2017-07-111-2/+2
|
* Move to promisesChocobozzz2017-07-051-8/+3
| | | | Closes https://github.com/Chocobozzz/PeerTube/issues/74
* Share models between server and clientChocobozzz2017-06-171-2/+3
|
* Add this context to instance model functionsChocobozzz2017-06-161-1/+1
|
* Reorganize model filesChocobozzz2017-06-161-0/+131