aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/api/videos/blacklist.ts
Commit message (Collapse)AuthorAgeFilesLines
* add operationId doc middleware to so API endpointsRigel Kent2021-06-041-0/+4
|
* refactor API errors to standard error formatRigel Kent2021-06-021-3/+3
|
* replace numbers with typed http status codes (#3409)Rigel Kent2020-12-071-3/+4
|
* Add moderation helpers to pluginsChocobozzz2020-05-071-50/+10
|
* Avoir some circular dependenciesChocobozzz2020-05-041-1/+1
|
* Add filter inputs for blacklisted videos and muted accounts/serversRigel Kent2020-05-011-1/+7
|
* Stronger model typingsChocobozzz2019-08-191-8/+9
|
* Correctly notify on auto blacklistChocobozzz2019-07-241-1/+2
|
* Add plugin static files cacheChocobozzz2019-07-241-3/+3
|
* add quarantine videos feature (#1637)Josh Morel2019-04-021-5/+20
| | | | | | | | | | | | | | | | | | | | * add quarantine videos feature * increase Notification settings test timeout to 20000ms. was completing 7000 locally but timing out after 10000 on travis * fix quarantine video test issues -propagate misspelling -remove skip from server/tests/client.ts * WIP use blacklist for moderator video approval instead of video.quarantine boolean * finish auto-blacklist feature
* Cleanup express locals typingsChocobozzz2019-03-191-4/+3
|
* Playlist server APIChocobozzz2019-03-181-2/+2
|
* Add ability to unfederate a local video (on blacklist)Chocobozzz2019-01-101-2/+15
|
* Add user notification base codeChocobozzz2019-01-091-2/+12
|
* Improve blacklist managementChocobozzz2018-08-141-2/+2
|
* Add blacklist reason fieldChocobozzz2018-08-141-14/+42
|
* Fix error loggingChocobozzz2018-03-261-1/+1
|
* Don't show videos of remote instance after unfollowChocobozzz2018-01-181-2/+2
|
* Propagate old comment on new followChocobozzz2017-12-281-11/+5
|
* Move models to typescript-sequelizeChocobozzz2017-12-131-7/+5
|
* Refractor validatorsChocobozzz2017-11-271-2/+2
|
* Support roles with rights and add moderator roleChocobozzz2017-10-271-5/+5
|
* Use async/await in controllersChocobozzz2017-10-261-25/+23
|
* Video blacklist refractoringChocobozzz2017-10-101-5/+49
|
* Fix error loggingChocobozzz2017-07-071-1/+1
|
* Move to promisesChocobozzz2017-07-051-6/+4
| | | | Closes https://github.com/Chocobozzz/PeerTube/issues/74
* Type functionsChocobozzz2017-06-101-1/+1
|
* require -> importChocobozzz2017-06-051-1/+1
|
* Type modelsChocobozzz2017-05-251-1/+1
|
* First typescript iterationChocobozzz2017-05-201-0/+43