aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/check-params
Commit message (Collapse)AuthorAgeFilesLines
* Add option to not transcode original resolutionChocobozzz2022-08-091-1/+3
|
* Add ability to delete a specific video fileChocobozzz2022-08-011-20/+60
|
* Add ability for client to create server logsChocobozzz2022-07-181-1/+58
|
* Fix lintChocobozzz2022-07-139-17/+17
|
* Refactor video rights checkerChocobozzz2022-06-221-4/+1
|
* store uploaded video filename (#4885)kontrollanten2022-06-212-5/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * store uploaded video filename closes #4731 * dont crash if videos channel exist * migration: use raw query * video source: fixes after code review * cleanup * bump migration * updates after code review * refactor: use checkUserCanManageVideo * videoSource: add openapi doc * test(check-params/video-source): fix timeout * Styling * Correctly set original filename as source Co-authored-by: Chocobozzz <me@florianbigard.com>
* Fix various typosluz paz2022-06-071-2/+2
| | | Found via `codespell -q 3 -S ./CREDITS.md,./CHANGELOG.md,./client/src/locale,./yarn.lock,./client/yarn.lock -L doubleclick,followings,nd,ot,ro,serie,splitted,tread,truthy`
* Completely remove best default trending algorithmChocobozzz2022-06-031-1/+1
|
* Increase timeoutsChocobozzz2022-05-191-1/+1
|
* Add ability to filter overall video stats by dateChocobozzz2022-05-061-1/+1
|
* Add filter by start/end date overall stats in apiChocobozzz2022-05-051-1/+23
|
* Support live session in serverChocobozzz2022-05-031-0/+46
|
* Save replay of permanent live in clientChocobozzz2022-05-031-6/+0
|
* Allow oembed to fetch unlisted videosChocobozzz2022-05-021-1/+66
|
* Fix lintChocobozzz2022-04-221-1/+0
|
* Fix getting live by anonymous userChocobozzz2022-04-221-5/+23
|
* Add ability to save replay of permanent livesChocobozzz2022-04-211-6/+0
|
* Add ability to set start/end date to timeserieChocobozzz2022-04-151-0/+48
|
* Improve viewer counterChocobozzz2022-04-151-1/+1
| | | | More precise, avoid weird decrease, reuse an id to federate viewers
* Support video views/viewers stats in serverChocobozzz2022-04-153-41/+163
| | | | | | | | | | * Add "currentTime" and "event" body params to view endpoint * Merge watching and view endpoints * Introduce WatchAction AP activity * Add tables to store viewer information of local videos * Add endpoints to fetch video views/viewers stats of local videos * Refactor views/viewers handlers * Support "views" and "viewers" counters for both VOD and live videos
* Rename studio to editorChocobozzz2022-03-224-23/+23
|
* Add video edition finished notificationChocobozzz2022-03-221-0/+1
|
* Fix client html cache on theme updateChocobozzz2022-03-171-0/+3
|
* Fix torrent creationChocobozzz2022-03-161-2/+3
|
* Add latency setting supportChocobozzz2022-03-092-2/+33
|
* Add basic video editor supportChocobozzz2022-02-283-0/+389
|
* Implement avatar miniatures (#4639)kontrollanten2022-02-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * client: remove unused file * refactor(client/my-actor-avatar): size from input Read size from component input instead of scss, to make it possible to use smaller avatar images when implemented. * implement avatar miniatures close #4560 * fix(test): max file size * fix(search-index): normalize res acc to avatarMini * refactor avatars to an array * client/search: resize channel avatar to 120 * refactor(client/videos): remove unused function * client(actor-avatar): set default size * fix tests and avatars full result When findOne is used only an array containting one avatar is returned. * update migration version and version notations * server/search: harmonize normalizing * Cleanup avatar miniature PR Co-authored-by: Chocobozzz <me@florianbigard.com>
* Check video privacy when creating comments/ratesChocobozzz2022-02-222-6/+51
|
* Correctly check import target URL IPChocobozzz2022-02-071-1/+2
|
* Add ability to cancel & delete video importsChocobozzz2022-01-192-2/+107
|
* Add ability to delete history elementChocobozzz2022-01-181-2/+35
|
* Merge branch 'release/4.0.0' into developChocobozzz2022-01-101-1/+62
|\
| * Don't display comments of private/internal videosrelease/4.0.0Chocobozzz2022-01-101-1/+62
| |
* | Merge branch 'release/4.0.0' into developChocobozzz2022-01-062-1/+55
|\|
| * Prevent caption listing of private videosChocobozzz2022-01-061-1/+27
| |
| * Prevent video import on non unicast ipsChocobozzz2022-01-061-0/+28
| |
* | Move test functions outside extra-utilsChocobozzz2021-12-1726-133/+77
| |
* | shared/ typescript types dir server-commandsChocobozzz2021-12-1734-35/+41
| |
* | Increase timeoutChocobozzz2021-12-141-1/+1
| |
* | Add mute status in account and channel pagesChocobozzz2021-12-071-0/+72
| |
* | Increase timeoutChocobozzz2021-12-061-1/+1
| |
* | Add ability to redirect users on external authChocobozzz2021-12-031-0/+12
|/
* Fix typoChocobozzz2021-11-191-1/+1
|
* Add ability to run transcoding jobsChocobozzz2021-11-183-1/+121
|
* Add ability to remove hls/webtorrent filesChocobozzz2021-11-182-0/+100
|
* Add ability to filter out public videos from adminChocobozzz2021-11-121-2/+20
|
* Added 144p encoding (#4492)Florian CUNY2021-11-051-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added 144p encoding Implements https://github.com/Chocobozzz/PeerTube/issues/4428 * Fixed typo in core-utils * Increased BitPerPixel for 144p * Disabled 144p by default in test.yaml * Another try at fixing tests * Fixed test in video-transcoder (api-3) * Fixed test in video-imports (api-4) * Fixed test in live-constraints (api-2) * Tried to fix tests in api-3 again * Revert "Tried to fix tests in api-3 again" This reverts commit 266e1143fa37f333d149c2c2791c7bd33621ac14. * Fixed test in config.ts (api-2) * Try to fix test in video-hls.ts (api-3) * Fixed test in video-transcoder.ts (api-3) * Fix tests Co-authored-by: Chocobozzz <me@florianbigard.com>
* Deprecate filter video queryChocobozzz2021-10-293-115/+204
| | | | Introduce include and isLocal instead
* Made the video channels limit (per user) server-wide configurable (#4491)Florian CUNY2021-10-261-0/+3
| | | | | | | | | | | | | | | * Made the video channels limit (per user) server-wide configurable Implements https://github.com/Chocobozzz/PeerTube/issues/3092 Also added a "quota bar" in the account's settings page * Fixed lint errors * Another pass at fixing lint errors * Applied code suggestions * Removed 'video channels quota'
* Add channel filters for my videos/followersChocobozzz2021-10-201-0/+14
|