aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/check-params/video-blacklist.ts
Commit message (Collapse)AuthorAgeFilesLines
* Move test functions outside extra-utilsChocobozzz2021-12-171-4/+2
|
* shared/ typescript types dir server-commandsChocobozzz2021-12-171-1/+1
|
* Generate random uuid for video filesChocobozzz2021-07-261-17/+25
|
* Reorganize importsChocobozzz2021-07-201-3/+2
|
* Refactor requestsChocobozzz2021-07-201-9/+9
|
* Use an object to represent a serverChocobozzz2021-07-201-4/+4
|
* Shorter server command namesChocobozzz2021-07-201-30/+30
|
* Introduce videos commandChocobozzz2021-07-201-19/+15
|
* Introduce user commandChocobozzz2021-07-201-3/+2
|
* Introduce login commandChocobozzz2021-07-201-3/+2
|
* Introduce blacklist commandChocobozzz2021-07-201-26/+21
|
* Support short uuid for GET video/playlistChocobozzz2021-06-291-4/+8
|
* replace numbers with typed http status codes (#3409)Rigel Kent2020-12-071-20/+62
|
* Move to eslintcontainChocobozzz2020-02-031-8/+7
|
* Use test wrapper exit functionChocobozzz2019-04-241-2/+3
|
* Cleanup testsChocobozzz2019-04-241-7/+1
|
* Shared utils -> extra-utilsChocobozzz2019-04-241-2/+2
| | | | Because they need dev dependencies
* Add user adminFlagsChocobozzz2019-04-151-7/+6
|
* add quarantine videos feature (#1637)Josh Morel2019-04-021-1/+10
| | | | | | | | | | | | | | | | | | | | * 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-50/+68
|
* Move utils to /sharedbuoyantair2018-10-291-2/+6
| | | | | | | Move utils used by /server/tools/* & /server/tests/**/* into /shared folder. Issue: #1336
* Add tests when getting a blacklisted videoChocobozzz2018-08-141-11/+48
|
* Add blacklist reason fieldChocobozzz2018-08-141-10/+82
|
* Improve check videos parameters testsChocobozzz2017-12-281-92/+17
|
* Improve check follow params testsChocobozzz2017-12-281-2/+2
|
* Video blacklist refractoringChocobozzz2017-10-101-6/+6
|
* Handle blacklist (#84)Green-Star2017-09-221-0/+195
* 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