aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests
Commit message (Collapse)AuthorAgeFilesLines
* Fix comments SQL paginationChocobozzz2023-01-101-2/+21
|
* Merge branch 'feature/SO035' into developChocobozzz2023-01-097-183/+295
|\
| * External auth can update user on loginChocobozzz2023-01-044-4/+86
| |
| * External auth can set more user fieldsChocobozzz2023-01-042-2/+11
| | | | | | | | videoQuota, videoQuotaDaily, adminFlags
| * Add ability to customize token lifetimeChocobozzz2023-01-043-178/+199
| |
* | Use raw sql for commentsChocobozzz2023-01-091-1/+2
| |
* | Implement getServerListeningConfig plugin helperChocobozzz2023-01-042-0/+18
|/
* Try to debug a CI issueChocobozzz2023-01-031-3/+9
|
* Prefer using sequelize replacements even for testsChocobozzz2023-01-032-5/+5
|
* Merge branch 'release/5.0.0' into developChocobozzz2022-12-302-0/+12
|\
| * Fix P2P with object storageChocobozzz2022-12-302-0/+12
| |
* | Fix buildChocobozzz2022-12-293-8/+16
| |
* | Improve upgrade documentationChocobozzz2022-12-281-11/+11
| |
* | Fix sync testsChocobozzz2022-12-231-1/+2
| |
* | Merge branch 'release/5.0.0' into developChocobozzz2022-12-211-0/+3
|\|
| * Fix local channel statsChocobozzz2022-12-211-0/+3
| |
* | Prefer displaying channel in rss feedsChocobozzz2022-12-201-4/+4
| |
* | Add ability to get user from file tokenChocobozzz2022-12-202-18/+34
|/
* Increase timeoutChocobozzz2022-12-121-2/+2
|
* Fix CI using 127.0.0.1 for testsChocobozzz2022-12-1251-305/+299
|
* Merge branch 'release/5.0.0' into developChocobozzz2022-12-026-5/+151
|\
| * Support reinjecting token in private m3u8 playlistChocobozzz2022-12-026-5/+151
| |
* | 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
|
* Add ability to install alpha/beta/rc pluginChocobozzz2022-11-143-1/+53
|
* 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
|
* Increase test timeoutChocobozzz2022-11-031-1/+1
|
* Fix CIChocobozzz2022-10-311-2/+2
|
* Breaking API: Consistency with role id/labelChocobozzz2022-10-283-10/+10
|
* Update production.yamlChocobozzz2022-10-282-2/+2
|
* Option to disable static files auth check/s3 proxyChocobozzz2022-10-272-51/+148
|
* More robust updateTorrentMetadataChocobozzz2022-10-261-1/+1
|
* Fix proxy testsChocobozzz2022-10-252-3/+3
|
* Correctly delete live files from object storageChocobozzz2022-10-254-11/+38
|
* Correctly cleanup files from object storageChocobozzz2022-10-251-10/+12
|
* Increase test timeoutChocobozzz2022-10-241-1/+1
|
* Prevent concurrency issues when sending m3u8 fileChocobozzz2022-10-241-1/+1
|
* Fix testsChocobozzz2022-10-241-3/+3
|
* Use private ACL for private videos in s3Chocobozzz2022-10-2416-91/+428
|
* Put private videos under a specific subdirectoryChocobozzz2022-10-2428-313/+977
|
* 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
|
* server: use account/channel avatar in RSS feeds (#5325)Alberto Mardegan2022-10-111-0/+10
| | | | | | | | | * server: use account/channel avatar in RSS feeds Fixes: #5320 * Styling Co-authored-by: Chocobozzz <me@florianbigard.com>