aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/plugins/plugin-helpers.ts
Commit message (Collapse)AuthorAgeFilesLines
* Remove low timeoutsChocobozzz2023-05-221-5/+0
| | | | Default timeout is 30s
* Fix missing wait jobsChocobozzz2023-05-191-1/+1
|
* Implement getServerListeningConfig plugin helperChocobozzz2023-01-041-0/+12
|
* Fix CI using 127.0.0.1 for testsChocobozzz2022-12-121-6/+6
|
* Put private videos under a specific subdirectoryChocobozzz2022-10-241-3/+3
|
* Expose PeerTube socket to plugins (#5239)kontrollanten2022-10-101-0/+27
| | | | | | | | | | | * server(pluginHelpers): add socket * test(plugins): add socket cases * fixes after review * Update plugin-helpers.ts * Update plugin-helpers.ts
* We don't need to import mochaChocobozzz2022-08-171-1/+0
|
* Add job queue hooksChocobozzz2022-08-021-0/+23
|
* Support video views/viewers stats in serverChocobozzz2022-04-151-1/+1
| | | | | | | | | | * Add "currentTime" and "event" body params to view endpoint * Merge watching and view endpoints * Introduce WatchAction AP activity * Add tables to store viewer information of local videos * Add endpoints to fetch video views/viewers stats of local videos * Refactor views/viewers handlers * Support "views" and "viewers" counters for both VOD and live videos
* Move test functions outside extra-utilsChocobozzz2021-12-171-2/+2
|
* shared/ typescript types dir server-commandsChocobozzz2021-12-171-1/+1
|
* Add ffprobe helperChocobozzz2021-12-161-0/+17
|
* Add videos.getFiles plugin helperChocobozzz2021-12-161-1/+51
|
* Generate random uuid for video filesChocobozzz2021-07-261-2/+2
|
* Reorganize importsChocobozzz2021-07-201-3/+3
|
* Refactor requestsChocobozzz2021-07-201-10/+10
|
* Use an object to represent a serverChocobozzz2021-07-201-5/+5
|
* Shorter server command namesChocobozzz2021-07-201-21/+21
|
* Introduce videos commandChocobozzz2021-07-201-34/+23
|
* Introduce server commandsChocobozzz2021-07-201-10/+9
|
* Introduce plugins commandChocobozzz2021-07-201-13/+11
|
* Increase tests timeout for plugin helpersChocobozzz2021-06-081-1/+1
|
* Plugin user.getAuthUser is now asyncChocobozzz2021-05-051-0/+1
| | | | So we can load the full user
* Fix plugin helpers testsChocobozzz2021-04-221-5/+2
|
* Add data directory for plugins and some helpersChocobozzz2021-04-221-0/+40
|
* Add server plugin helpersChocobozzz2021-04-091-1/+26
|
* Fix tests timeoutChocobozzz2020-12-141-1/+1
|
* replace numbers with typed http status codes (#3409)Rigel Kent2020-12-071-1/+2
|
* Update ffmpeg static version for testsChocobozzz2020-11-091-1/+1
|
* Add moderation helpers to pluginsChocobozzz2020-05-071-30/+174
|
* Add ability to remove a video from a pluginChocobozzz2020-04-091-4/+32
|
* Add SQL query support in pluginsChocobozzz2020-04-091-0/+38