aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api
Commit message (Collapse)AuthorAgeFilesLines
* More robust logs testsChocobozzz2023-07-311-7/+7
|
* Fix live testsChocobozzz2023-07-311-3/+3
|
* Remove deprecated video query filterChocobozzz2023-07-282-147/+0
|
* currentTime is now requiredChocobozzz2023-07-282-3/+4
|
* Refactor enableTranscoding command helpersChocobozzz2023-07-2810-20/+20
|
* Remove banner/avatar fields from channel/accountChocobozzz2023-07-281-12/+0
| | | | Deprecated since 4.2
* Add ability to force transcodingChocobozzz2023-07-281-2/+4
|
* Add an option to sign federated fetches for mastodon compatibility (#5898)mira.bat2023-07-271-2/+2
| | | | | | | | | | | | | | | | | | * Fix player error modal Not hidden when we change the video * Correctly dispose player components * Sign cross-server fetch requests for mastodon AUTHORIZED_FETCH compatibilty * Add a remote fetch sign configuration knob * Federated fetches refactoring --------- Co-authored-by: Chocobozzz <me@florianbigard.com> Co-authored-by: ira <ira@foxgirl.space>
* Improve runner managementChocobozzz2023-07-272-4/+99
| | | | | | | * Add ability to remove runner jobs * Add runner job state quick filter * Merge registration tokens and runners tables in the same page * Add copy button to copy registration token
* Fix check params testsChocobozzz2023-07-262-42/+65
|
* Add more rate limitsChocobozzz2023-07-262-2/+2
|
* Implement replace file in server sideChocobozzz2023-07-216-41/+578
|
* Add p2p info to metricsChocobozzz2023-07-212-4/+46
|
* Add peers number and p2p enabled label to metricsChocobozzz2023-07-202-4/+25
|
* More robust runner socket testChocobozzz2023-07-192-20/+24
|
* Try to fix CI testChocobozzz2023-07-171-1/+1
|
* Some player fixes on Android, Safari and iOSChocobozzz2023-07-171-4/+4
|
* Avoid update remote runner errorChocobozzz2023-07-121-3/+5
|
* Avoid duplicate runner namesChocobozzz2023-07-121-0/+9
|
* Migrate from webseed to web-videosChocobozzz2023-07-113-5/+5
|
* Rename "videos" config to "web-videos"Chocobozzz2023-07-114-8/+8
|
* Rename webtorrent config to web_videosChocobozzz2023-07-1112-20/+20
|
* Prefer web videos in favour of webtorrentChocobozzz2023-07-1116-155/+143
|
* Remove webtorrent support from clientChocobozzz2023-07-101-1/+1
|
* Fix the cleanup after a failed upload (#5840)q_h2023-06-291-9/+15
| | | | | | | * Fix the cleanup after a failed upload * Update tests * Update tests
* Support lazy download of remote video miniaturesChocobozzz2023-06-291-1/+1
|
* Fix CI testsChocobozzz2023-06-2917-59/+64
|
* Fetch remote AP objects if only id is specifiedChocobozzz2023-06-291-462/+487
|
* Delete storyboard file on video deletionChocobozzz2023-06-291-1/+26
|
* Add storyboard supportChocobozzz2023-06-297-1/+240
|
* Don't cache upload after video deletionChocobozzz2023-06-291-0/+18
|
* Feature/password protected videos (#5836)Wicklow2023-06-297-25/+1005
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add server endpoints * Refactoring test suites * Update server and add openapi documentation * fix compliation and tests * upload/import password protected video on client * add server error code * Add video password to update resolver * add custom message when sharing pw protected video * improve confirm component * Add new alert in component * Add ability to watch protected video on client * Cannot have password protected replay privacy * Add migration * Add tests * update after review * Update check params tests * Add live videos test * Add more filter test * Update static file privacy test * Update object storage tests * Add test on feeds * Add missing word * Fix tests * Fix tests on live videos * add embed support on password protected videos * fix style * Correcting data leaks * Unable to add password protected privacy on replay * Updated code based on review comments * fix validator and command * Updated code based on review comments
* Fix broken replay with long live video nameChocobozzz2023-06-291-1/+1
|
* Fix runner api rate limit bypassChocobozzz2023-06-201-11/+33
|
* Fix runner vod transcoding error testChocobozzz2023-05-261-3/+5
|
* Fix peertube subtitles importChocobozzz2023-05-261-0/+10
|
* Fix lintChocobozzz2023-05-241-15/+15
|
* Prevent object storage mock conflictsChocobozzz2023-05-2311-97/+126
| | | | When running tests in parallel
* Wait for segments generationChocobozzz2023-05-231-1/+1
|
* Update server dependenciesChocobozzz2023-05-223-6/+6
|
* Fix live quota testsChocobozzz2023-05-221-1/+1
|
* More robust quota checkChocobozzz2023-05-221-3/+9
| | | | Avoid concurrency issues with permanent lives
* Fix testsChocobozzz2023-05-222-18/+9
|
* Force stop remote live transcodingChocobozzz2023-05-222-2/+2
|
* Remove low timeoutsChocobozzz2023-05-2225-134/+1
| | | | Default timeout is 30s
* Fix missing wait jobsChocobozzz2023-05-196-6/+8
|
* Improve remote runner config UXChocobozzz2023-05-193-3/+3
|
* peertube runner tests in parallelChocobozzz2023-05-191-1/+1
|
* Fix peertube runner concurrencyChocobozzz2023-05-191-3/+3
|
* Fix testsChocobozzz2023-05-174-4/+4
|