aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests
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-2813-30/+30
|
* 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-263-51/+83
|
* Add more rate limitsChocobozzz2023-07-262-2/+2
|
* Add video file update hook testsChocobozzz2023-07-253-1/+38
|
* Implement replace file in server sideChocobozzz2023-07-218-56/+587
|
* 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
|
* Fix prune storage testChocobozzz2023-07-121-1/+1
|
* Avoid update remote runner errorChocobozzz2023-07-121-3/+5
|
* Avoid duplicate runner namesChocobozzz2023-07-121-0/+9
|
* Migrate from webseed to web-videosChocobozzz2023-07-114-7/+8
|
* Rename "videos" config to "web-videos"Chocobozzz2023-07-116-14/+14
|
* Rename webtorrent config to web_videosChocobozzz2023-07-1116-24/+24
|
* Prefer web videos in favour of webtorrentChocobozzz2023-07-1121-189/+177
|
* 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
* Fix prune storage testsChocobozzz2023-06-291-1/+1
|
* Fix regenerate thumbnail testChocobozzz2023-06-291-0/+3
|
* Support lazy download of remote video miniaturesChocobozzz2023-06-291-1/+1
|
* Fix CI testsChocobozzz2023-06-2934-67/+83
|
* Fetch remote AP objects if only id is specifiedChocobozzz2023-06-291-462/+487
|
* Fix thumbnails testsChocobozzz2023-06-294-0/+0
|
* Delete storyboard file on video deletionChocobozzz2023-06-291-1/+26
|
* Add script to generate storyboardsChocobozzz2023-06-292-0/+121
|
* Add storyboard supportChocobozzz2023-06-298-1/+240
|
* Don't cache upload after video deletionChocobozzz2023-06-291-0/+18
|
* Feature/password protected videos (#5836)Wicklow2023-06-299-29/+1023
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
|
* Invalidate cache feed even after server restartChocobozzz2023-06-051-22/+88
|
* Use largest avatar in RSS feeds, unique guid for liveItems (#5817)Alecks Gates2023-06-051-0/+10
| | | | | | | | | | | | | | | | | | | | | * Attempt to get largest avatar size * WIP live guid changes * Use largest avatar version in feeds * Misc variable names/import changes * Update podcast feed tests for guid changes * More <guid> testing * Lint fix * Styling --------- Co-authored-by: Chocobozzz <me@florianbigard.com>
* Fix runner vod transcoding error testChocobozzz2023-05-261-3/+5
|
* Fix peertube subtitles importChocobozzz2023-05-261-0/+10
|
* Specify runner name when unregistering the runnerChocobozzz2023-05-265-6/+10
|
* Fix lintChocobozzz2023-05-241-15/+15
|
* Fix s3 mock cleanupChocobozzz2023-05-231-0/+2
|
* Prevent object storage mock conflictsChocobozzz2023-05-2317-149/+201
| | | | When running tests in parallel
* Wait for segments generationChocobozzz2023-05-231-1/+1
|
* Update server dependenciesChocobozzz2023-05-225-9/+9
|