aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api
Commit message (Collapse)AuthorAgeFilesLines
* Fix local channel statsChocobozzz2022-12-211-0/+3
|
* Increase timeoutChocobozzz2022-12-121-2/+2
|
* Fix CI using 127.0.0.1 for testsChocobozzz2022-12-1239-250/+248
|
* Merge branch 'release/5.0.0' into developChocobozzz2022-12-022-2/+95
|\
| * Support reinjecting token in private m3u8 playlistChocobozzz2022-12-022-2/+95
| |
* | Increase timeoutsChocobozzz2022-11-291-15/+15
|/
* Fix overall viewers stats with start/end datesChocobozzz2022-11-241-0/+66
|
* Add missing uuids search query docChocobozzz2022-11-231-3/+3
|
* Fix DISABLE_LOCAL_SEARCH blocking request to local search API (#5411)Florent2022-11-232-27/+0
|
* Fix server lintChocobozzz2022-11-151-1/+1
|
* Correctly terminate an ended liveChocobozzz2022-11-154-6/+6
|
* Fix transcoding testChocobozzz2022-11-141-1/+6
|
* Federate entire descriptionChocobozzz2022-11-141-6/+17
| | | | | | Introduce an explicit field truncatedDescription description in video list is deprecated description in video get will contain the entire description
* Fix infinite playlist importChocobozzz2022-11-142-2/+43
| | | | Using an hard videos limit in config
* Fix follow constraint check with an accountChocobozzz2022-11-071-1/+87
|
* Fix CIChocobozzz2022-10-311-2/+2
|
* Breaking API: Consistency with role id/labelChocobozzz2022-10-281-3/+3
|
* Update production.yamlChocobozzz2022-10-282-2/+2
|
* Option to disable static files auth check/s3 proxyChocobozzz2022-10-272-51/+148
|
* Fix proxy testsChocobozzz2022-10-252-3/+3
|
* Correctly delete live files from object storageChocobozzz2022-10-253-10/+22
|
* Correctly cleanup files from object storageChocobozzz2022-10-251-10/+12
|
* Increase test timeoutChocobozzz2022-10-241-1/+1
|
* Fix testsChocobozzz2022-10-241-3/+3
|
* Use private ACL for private videos in s3Chocobozzz2022-10-2411-68/+405
|
* Put private videos under a specific subdirectoryChocobozzz2022-10-2418-262/+787
|
* feat: show contained playlists under My videos (#5125)kontrollanten2022-10-241-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | * feat: show contained playlists under My videos closes #4769 * refactor(server): remove unused types * fixes after code review * fix(client/video-miniature): add to playlist * fix(server/user/me): shortUUID response * Revert "fix(client/video-miniature): add to playlist" This reverts commit f1a0412391c7e2370b87df2594c9fe3f39a40ddc. * fix(client/PlaylistService): caching * Revert "fix(server/user/me): shortUUID response" This reverts commit e3f1ee4e335739b895bced938540c003df24af73. * Fix fetching playlists Co-authored-by: Chocobozzz <me@florianbigard.com>
* Wait segment sha processingChocobozzz2022-10-111-1/+1
|
* Fix live testsChocobozzz2022-10-113-5/+30
|
* Merge branch 'release/4.3.0' into developChocobozzz2022-10-112-584/+633
|\
| * Fix channel follow with manually approved followerChocobozzz2022-10-112-584/+633
| |
* | Merge branch 'feature/otp' into developChocobozzz2022-10-104-2/+492
|\ \
| * | Allow admins to disable two factor authChocobozzz2022-10-072-32/+92
| | |
| * | Support two factor authentication in backendChocobozzz2022-10-074-2/+432
| | |
* | | Increase timeoutChocobozzz2022-10-041-1/+1
|/ /
* | Fix testsChocobozzz2022-10-041-3/+3
| |
* | Decrease plugin version check for testsChocobozzz2022-10-041-3/+3
| |
* | server: serve files from storage/well-known (#5214)kontrollanten2022-10-043-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * server: serve files from storage/well-known closes #5206 * well-known: add tests * test: try to skip new tests * test: another try * fix(config/prod): well_known path * test: fix broken tests * Update misc-endpoints.ts * Use getDirectoryPath for tests * Fix tests Co-authored-by: Chocobozzz <me@florianbigard.com>
* | Live supports object storageChocobozzz2022-10-043-104/+168
| | | | | | | | | | | | | | | | * Sync live files (segments, master playlist, resolution playlist, segment sha file) into object storage * Automatically delete them when the live ends * Segment sha file is now a file on disk, and not stored in memory anymore
* | Relax bitrate/fps testChocobozzz2022-09-281-2/+2
| |
* | Merge branch 'release/4.3.0' into developChocobozzz2022-09-281-0/+12
|\|
| * Add test for RTMP stream without audioChocobozzz2022-09-281-0/+12
| |
* | Set AKISMET_KEY as envChocobozzz2022-09-284-4/+4
| |
* | Merge branch 'release/4.3.0' into developChocobozzz2022-09-271-1/+1
|\|
| * Fix InvalidVideoTitle console warningChocobozzz2022-09-271-1/+1
| |
* | Increase test timeoutChocobozzz2022-09-271-1/+1
|/
* Add sync youtube playlist testChocobozzz2022-09-191-39/+56
|
* Wait transcoding by default when importing a videoChocobozzz2022-09-162-1/+5
|
* Check channel sync id is owned by channelChocobozzz2022-09-161-2/+32
|
* Fix sync import of latest videosChocobozzz2022-09-161-42/+96
|