aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/videos
Commit message (Expand)AuthorAgeFilesLines
* Add ability to filter my imports by target URLChocobozzz2022-01-191-0/+12
* Add ability to cancel & delete video importsChocobozzz2022-01-191-1/+80
* Add ability to delete history elementChocobozzz2022-01-181-7/+29
* Try to fix docker buildChocobozzz2022-01-031-10/+10
* Move test functions outside extra-utilsChocobozzz2021-12-1720-102/+86
* shared/ typescript types dir server-commandsChocobozzz2021-12-1723-23/+23
* chore(refactor): remove shared folder dependencies to the serverlutangar2021-12-162-2/+2
* Give moderators access to edit channels (#4608)kontrollanten2021-12-131-3/+34
* Fix testsChocobozzz2021-12-091-2/+11
* Ensure we don't run transcoding after import fileChocobozzz2021-11-231-5/+1
* Fetch publishedAt after wait jobsChocobozzz2021-11-181-2/+2
* Add ability to run transcoding jobsChocobozzz2021-11-182-0/+157
* Add ability to remove hls/webtorrent filesChocobozzz2021-11-182-0/+71
* Add more logs for video import testsChocobozzz2021-11-161-2/+6
* Fix tests cleanupChocobozzz2021-11-151-0/+4
* Add ability to filter out public videos from adminChocobozzz2021-11-121-3/+5
* Force video updatedAt update on updateChocobozzz2021-11-101-0/+20
* Fix testsChocobozzz2021-11-102-7/+18
* Remove resumable cache after upload successChocobozzz2021-11-101-8/+71
* Added 144p encoding (#4492)Florian CUNY2021-11-054-12/+20
* Add ability to filter by file typeChocobozzz2021-11-031-3/+77
* Add video file size info in admin videos listChocobozzz2021-10-291-1/+27
* Deprecate filter video queryChocobozzz2021-10-295-139/+407
* prevent multiple post-process triggering of upload-resumable (#4175)Rigel Kent2021-10-251-0/+15
* Add peertube short link import testChocobozzz2021-10-221-2/+7
* Rewrite youtube-dl importChocobozzz2021-10-221-278/+354
* Increase some timeoutsChocobozzz2021-10-181-1/+1
* Fix import testsChocobozzz2021-10-141-3/+3
* Increase HDR timeout importChocobozzz2021-10-131-1/+1
* Fix bitrate testsChocobozzz2021-10-121-3/+2
* Fix silent 500 after resumable uploadChocobozzz2021-09-091-0/+1
* Fix infohash with object storageChocobozzz2021-09-071-0/+7
* Add peertube import testChocobozzz2021-08-271-0/+26
* esModuleInterop to trueChocobozzz2021-08-271-1/+1
* Rename jobs list commandChocobozzz2021-08-261-1/+1
* Fix hls testsChocobozzz2021-08-181-3/+3
* Add support for saving video files to object storage (#4290)Jelle Besseling2021-08-171-14/+59
* Improve target bitrate calculationChocobozzz2021-08-061-22/+8
* Use random names for VOD HLS playlistsChocobozzz2021-07-262-6/+12
* Generate random uuid for video filesChocobozzz2021-07-268-52/+90
* Fix tests with node 16Chocobozzz2021-07-221-8/+13
* Rename captions commandsChocobozzz2021-07-212-13/+13
* Reorganize importsChocobozzz2021-07-2018-38/+31
* Refactor requestsChocobozzz2021-07-2011-23/+25
* Centralize test URLsChocobozzz2021-07-201-9/+9
* Use an object to represent a serverChocobozzz2021-07-2021-102/+100
* Shorter server command namesChocobozzz2021-07-2021-548/+548
* Introduce videos commandChocobozzz2021-07-2021-830/+642
* Introduce user commandChocobozzz2021-07-2012-193/+63
* Introduce login commandChocobozzz2021-07-209-38/+30