aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/api/videos/abuse.ts
Commit message (Collapse)AuthorAgeFilesLines
* Remove deprecated abuse apiChocobozzz2020-11-101-114/+0
|
* Add server API to abuse messagesChocobozzz2020-07-311-3/+5
|
* Use 3 tables to represent abusesChocobozzz2020-07-101-80/+29
|
* predefined report reasons & improved reporter UI (#2842)Rigel Kent2020-06-221-3/+8
| | | | | - 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
|
* Align follower handle display on instance display in tablesRigel Kent2020-05-081-1/+1
|
* Switch emails to pug templates and provide richer html/text-only versionsRigel Kent2020-05-081-6/+14
|
* Add moderation helpers to pluginsChocobozzz2020-05-071-1/+1
|
* Use video abuse filters on client sideChocobozzz2020-05-071-1/+10
|
* Avoir some circular dependenciesChocobozzz2020-05-041-1/+2
|
* Add search for video, reporter and channel name fieldsRigel Kent2020-05-011-0/+1
|
* Hide video abuses from muted accountsChocobozzz2019-08-291-2/+11
|
* Stronger model typingsChocobozzz2019-08-191-3/+4
|
* Add gitlab ci supportChocobozzz2019-07-291-3/+3
|
* Cleanup express locals typingsChocobozzz2019-03-191-6/+4
|
* Correctly send Flag/Dislike/View activitiesChocobozzz2019-01-151-1/+1
|
* Add user notification base codeChocobozzz2019-01-091-0/+3
|
* Limit associations fetch when loading tokenChocobozzz2018-09-201-11/+12
|
* Basic video redundancy implementationChocobozzz2018-09-131-1/+1
|
* Add state and moderationComment for abuses on server sideChocobozzz2018-08-101-8/+54
|
* Add audit logs in various modulesAurélien Bertron2018-07-311-2/+6
| | | | | | | | | - Videos - Videos comments - Users - Videos channels - Videos abuses - Custom config
* Refractor retry transaction functionChocobozzz2018-06-131-14/+11
|
* Don't show videos of remote instance after unfollowChocobozzz2018-01-181-2/+2
|
* Set sort refractoringChocobozzz2018-01-181-3/+3
|
* Propagate old comment on new followChocobozzz2017-12-281-9/+5
|
* Begin moving video channel to actorChocobozzz2017-12-191-12/+8
|
* Move models to typescript-sequelizeChocobozzz2017-12-131-8/+9
|
* Refractor validatorsChocobozzz2017-11-271-1/+1
|
* Federate video abusesChocobozzz2017-11-271-0/+1
|
* Add video abuse to activity pubChocobozzz2017-11-271-14/+8
|
* Rename Pod -> ServerChocobozzz2017-11-271-3/+3
|
* Make it compile at leastChocobozzz2017-11-271-2/+2
|
* Support roles with rights and add moderator roleChocobozzz2017-10-271-3/+3
|
* Use async/await in controllersChocobozzz2017-10-261-34/+28
|
* Formated -> FormattedChocobozzz2017-08-251-2/+2
|
* Use global uuid instead of remoteId for videosChocobozzz2017-07-111-2/+2
|
* Better typescript typing for a better worldChocobozzz2017-07-101-1/+3
|
* Fix error loggingChocobozzz2017-07-071-1/+1
|
* Move to promisesChocobozzz2017-07-051-50/+28
| | | | Closes https://github.com/Chocobozzz/PeerTube/issues/74
* Type functionsChocobozzz2017-06-101-4/+5
|
* require -> importChocobozzz2017-06-051-2/+2
|
* Type modelsChocobozzz2017-05-251-1/+1
|
* First typescript iterationChocobozzz2017-05-201-0/+117