aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/plugins/filter-hooks.ts
Commit message (Collapse)AuthorAgeFilesLines
* Add upload/import/go live video attributes hooksChocobozzz2021-12-101-0/+59
|
* Add filter:api.server.stats.get.result hookChocobozzz2021-12-091-0/+10
|
* Add overviews filter hook testsChocobozzz2021-07-211-0/+8
|
* Reorganize importsChocobozzz2021-07-201-2/+1
|
* Refactor requestsChocobozzz2021-07-201-5/+5
|
* Centralize test URLsChocobozzz2021-07-201-6/+6
|
* Use an object to represent a serverChocobozzz2021-07-201-4/+4
|
* Shorter server command namesChocobozzz2021-07-201-80/+80
|
* Introduce videos commandChocobozzz2021-07-201-55/+39
|
* Introduce user commandChocobozzz2021-07-201-3/+6
|
* Introduce server commandsChocobozzz2021-07-201-20/+19
|
* Introduce comments commandChocobozzz2021-07-201-24/+26
|
* Introduce import commandChocobozzz2021-07-201-39/+28
|
* Introduce playlist commandChocobozzz2021-07-201-6/+4
|
* Shorter live methodsChocobozzz2021-07-201-1/+1
|
* Introduce live commandChocobozzz2021-07-201-2/+1
|
* Introduce config commandChocobozzz2021-07-201-28/+33
|
* Introduce plugins commandChocobozzz2021-07-201-13/+3
|
* Introduce search commandChocobozzz2021-07-201-25/+37
|
* Add ability to search playlistsChocobozzz2021-06-251-1/+23
|
* Increase test timeoutChocobozzz2021-06-151-1/+1
|
* Faster ci using compiled ts filesChocobozzz2021-06-151-2/+2
|
* Cleanup shared modelsChocobozzz2021-05-111-1/+1
|
* Increase tests timeoutChocobozzz2021-05-101-2/+2
|
* Increase test timeoutChocobozzz2021-05-071-1/+1
|
* Add client action hooks for pubish pagesChocobozzz2021-03-241-2/+1
|
* Add server hooks for search endpointChocobozzz2021-03-241-1/+61
|
* Add filter hook to forbid embed accessChocobozzz2021-03-241-2/+52
|
* Add hooks support for video downloadChocobozzz2021-03-241-0/+63
|
* Add user video list hooksChocobozzz2021-01-201-0/+15
|
* emit more specific status codes on video upload (#3423)Rigel Kent2020-12-081-8/+16
| | | | | - reduce http status codes list to potentially useful codes - convert more codes to typed ones - factorize html generator for error responses
* Fix hook testChocobozzz2020-12-081-1/+1
|
* Use dedicated hooks for account/channel videosChocobozzz2020-12-081-0/+30
|
* Add live server hooksChocobozzz2020-11-091-0/+23
|
* Don't rely on youtube for testsChocobozzz2020-07-311-4/+4
| | | | | Use another import URL when possible, and disable import tests when we want to do a youtube import test
* Add server plugin filter hooks for import with torrent and url (#2621)Rigel Kent2020-05-141-5/+83
| | | | | | | | | | | * Add server plugin filter hooks for import with torrent and url * WIP: pre and post-import filter hooks * Rebased * Cleanup filters to accept imports Co-authored-by: Chocobozzz <me@florianbigard.com>
* Move to eslintcontainChocobozzz2020-02-031-24/+17
|
* Increase blacklist import timeoutChocobozzz2020-01-231-0/+2
|
* Add plugin hook on registrationChocobozzz2019-10-251-1/+20
|
* Add filter hooks testsChocobozzz2019-07-241-5/+118
|
* Add hook filters testsChocobozzz2019-07-241-8/+61
|
* Add plugin API testsChocobozzz2019-07-241-1/+1
|
* Add CLI plugins testsChocobozzz2019-07-241-0/+27