aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/video/video-blacklist.ts
Commit message (Collapse)AuthorAgeFilesLines
* Stricter models typingChocobozzz2021-05-121-1/+2
|
* Upgrade sequelize to v6Chocobozzz2020-12-091-9/+8
|
* Split types and typingsChocobozzz2020-06-181-1/+1
|
* Factorize rest-table and fix/simplify SQLRigel Kent2020-05-011-1/+1
|
* Add filter inputs for blacklisted videos and muted accounts/serversRigel Kent2020-05-011-2/+11
|
* Better video publishing notificationChocobozzz2019-09-051-1/+1
|
* Merge branch 'release/1.4.0' into developChocobozzz2019-09-051-4/+3
|\
| * Fix blacklist sortChocobozzz2019-09-041-3/+3
| |
| * Fix auto blacklist viewChocobozzz2019-09-041-1/+0
| |
* | Type toFormattedJSONChocobozzz2019-08-201-2/+2
| |
* | Stronger model typingsChocobozzz2019-08-191-2/+4
|/
* Fix broken playlist apiChocobozzz2019-08-011-2/+2
|
* Fix blacklist sortChocobozzz2019-05-211-25/+41
|
* Fix thumbnails in video blacklist list endpointChocobozzz2019-05-211-2/+2
|
* Update sequelizeChocobozzz2019-04-241-16/+5
|
* Don't expose constants directly in initializers/Chocobozzz2019-04-111-1/+1
|
* add quarantine videos feature (#1637)Josh Morel2019-04-021-19/+37
| | | | | | | | | | | | | | | | | | | | * 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
* Add ability to unfederate a local video (on blacklist)Chocobozzz2019-01-101-15/+6
|
* Add user notification base codeChocobozzz2019-01-091-10/+0
|
* Cleanup utils helperChocobozzz2018-08-141-3/+3
|
* Improve blacklist managementChocobozzz2018-08-141-3/+8
|
* Add blacklist reason fieldChocobozzz2018-08-141-12/+47
|
* Fix sort inconsistencyChocobozzz2018-02-191-1/+1
|
* Propagate old comment on new followChocobozzz2017-12-281-1/+1
|
* Move models to typescript-sequelizeChocobozzz2017-12-131-83/+59
|
* Cleanup modelsChocobozzz2017-11-271-18/+0
|
* Handle blacklist (#84)Green-Star2017-09-221-4/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Client: Add list blacklist feature * Server: Add list blacklist feature * Client: Add videoId column * Server: Add some video infos in the REST api * Client: Add video information in the blacklist list * Fix sortable columns :) * Client: Add removeFromBlacklist feature * Server: Add removeFromBlacklist feature * Move to TypeScript * Move to TypeScript and Promises * Server: Fix blacklist list sort * Server: Fetch videos informations * Use common shared interface for client and server * Add check-params remove blacklisted video tests * Add check-params list blacklisted videos tests * Add list blacklist tests * Add remove from blacklist tests * Add video blacklist management tests * Fix rebase onto develop issues * Server: Add sort on blacklist id column * Server: Add blacklists library * Add blacklist id sort test * Add check-params tests for blacklist list pagination, count and sort * Fix coding style * Increase Remote API tests timeout * Increase Request scheduler API tests timeout * Fix typo * Increase video transcoding API tests timeout * Move tests to Typescript * Use lodash orderBy method * Fix typos * Client: Remove optional tests in blacklist model attributes * Move blacklist routes from 'blacklists' to 'blacklist' * CLient: Remove blacklist-list.component.scss * Rename 'blacklists' files to 'blacklist' * Use only BlacklistedVideo interface * Server: Use getFormattedObjects method in listBlacklist method * Client: Use new coding style * Server: Use new sort validator methods * Server: Use new checkParams methods * Client: Fix sortable columns
* Formated -> FormattedChocobozzz2017-08-251-3/+3
|
* Use global uuid instead of remoteId for videosChocobozzz2017-07-111-3/+6
|
* Move to promisesChocobozzz2017-07-051-14/+14
| | | | Closes https://github.com/Chocobozzz/PeerTube/issues/74
* Add this context to instance model functionsChocobozzz2017-06-161-1/+1
|
* Reorganize model filesChocobozzz2017-06-161-0/+103