Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use 3 tables to represent abuses | Chocobozzz | 2020-07-10 | 1 | -479/+0 |
| | |||||
* | predefined report reasons & improved reporter UI (#2842) | Rigel Kent | 2020-06-22 | 1 | -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 typings | Chocobozzz | 2020-06-18 | 1 | -1/+1 |
| | |||||
* | Update server dependencies | Chocobozzz | 2020-06-17 | 1 | -1/+1 |
| | |||||
* | Block comments from muted accounts/servers | Chocobozzz | 2020-05-29 | 1 | -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 side | Chocobozzz | 2020-05-07 | 1 | -60/+67 |
| | |||||
* | parseQueryStringFilter cleanup | Chocobozzz | 2020-05-06 | 1 | -8/+10 |
| | |||||
* | Support is:blacklisted as video-abuse-list filter | Rigel Kent | 2020-05-04 | 1 | -5/+10 |
| | |||||
* | Switching to a named filters/single input on video-abuse | Rigel Kent | 2020-05-04 | 1 | -3/+63 |
| | |||||
* | Add tests for video-abuse persistence after video deletion | Rigel Kent | 2020-05-01 | 1 | -1/+2 |
| | |||||
* | Add reportee stats for deleted videos | Rigel Kent | 2020-05-01 | 1 | -8/+35 |
| | |||||
* | Factorize rest-table and fix/simplify SQL | Rigel Kent | 2020-05-01 | 1 | -28/+15 |
| | |||||
* | Add filter inputs for blacklisted videos and muted accounts/servers | Rigel Kent | 2020-05-01 | 1 | -12/+6 |
| | |||||
* | Add nth abuse count for a given video, add reporter/reportee reports stats | Rigel Kent | 2020-05-01 | 1 | -14/+82 |
| | |||||
* | Add search for video, reporter and channel name fields | Rigel Kent | 2020-05-01 | 1 | -26/+95 |
| | |||||
* | Add video channel and video thumbnail, rework video appearance in row | Rigel Kent | 2020-05-01 | 1 | -12/+42 |
| | |||||
* | Make sure a report doesn't get deleted upon the deletion of its video | Rigel Kent | 2020-05-01 | 1 | -11/+26 |
| | |||||
* | Move to eslintcontain | Chocobozzz | 2020-02-03 | 1 | -3/+3 |
| | |||||
* | Hide video abuses from muted accounts | Chocobozzz | 2019-08-29 | 1 | -3/+18 |
| | |||||
* | Type toFormattedJSON | Chocobozzz | 2019-08-20 | 1 | -2/+2 |
| | |||||
* | Stronger model typings | Chocobozzz | 2019-08-19 | 1 | -3/+5 |
| | |||||
* | Update sequelize | Chocobozzz | 2019-04-24 | 1 | -1/+1 |
| | |||||
* | Don't expose constants directly in initializers/ | Chocobozzz | 2019-04-11 | 1 | -1/+1 |
| | |||||
* | Increase abuse length to 3000 | Chocobozzz | 2019-01-14 | 1 | -16/+3 |
| | | | | And correctly handle new lines | ||||
* | Add user notification base code | Chocobozzz | 2019-01-09 | 1 | -5/+0 |
| | |||||
* | Improve blacklist management | Chocobozzz | 2018-08-14 | 1 | -1/+0 |
| | |||||
* | Add state and moderationComment for abuses on server side | Chocobozzz | 2018-08-10 | 1 | -2/+52 |
| | |||||
* | Add reason when banning a user | Chocobozzz | 2018-08-08 | 1 | -1/+1 |
| | |||||
* | Change video abuse API response | Chocobozzz | 2018-03-12 | 1 | -16/+9 |
| | |||||
* | Fix sort inconsistency | Chocobozzz | 2018-02-19 | 1 | -1/+1 |
| | |||||
* | Send an email on video abuse report | Chocobozzz | 2018-02-01 | 1 | -1/+7 |
| | |||||
* | Begin moving video channel to actor | Chocobozzz | 2017-12-19 | 1 | -10/+3 |
| | |||||
* | Move models to typescript-sequelize | Chocobozzz | 2017-12-13 | 1 | -118/+92 |
| | |||||
* | Add activitypub migration script | Chocobozzz | 2017-11-27 | 1 | -1/+1 |
| | |||||
* | Federate video abuses | Chocobozzz | 2017-11-27 | 1 | -1/+14 |
| | |||||
* | Add video abuse to activity pub | Chocobozzz | 2017-11-27 | 1 | -21/+23 |
| | |||||
* | Rename Pod -> Server | Chocobozzz | 2017-11-27 | 1 | -9/+9 |
| | |||||
* | Formated -> Formatted | Chocobozzz | 2017-08-25 | 1 | -3/+3 |
| | |||||
* | Remove "function" in favor of () => {} | Chocobozzz | 2017-07-11 | 1 | -2/+2 |
| | |||||
* | Use global uuid instead of remoteId for videos | Chocobozzz | 2017-07-11 | 1 | -2/+2 |
| | |||||
* | Move to promises | Chocobozzz | 2017-07-05 | 1 | -8/+3 |
| | | | | Closes https://github.com/Chocobozzz/PeerTube/issues/74 | ||||
* | Share models between server and client | Chocobozzz | 2017-06-17 | 1 | -2/+3 |
| | |||||
* | Add this context to instance model functions | Chocobozzz | 2017-06-16 | 1 | -1/+1 |
| | |||||
* | Reorganize model files | Chocobozzz | 2017-06-16 | 1 | -0/+131 |