aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/videos
Commit message (Collapse)AuthorAgeFilesLines
* emit more specific status codes on video upload (#3423)Rigel Kent2020-12-086-22/+35
| | | | | - reduce http status codes list to potentially useful codes - convert more codes to typed ones - factorize html generator for error responses
* replace numbers with typed http status codes (#3409)Rigel Kent2020-12-072-6/+8
|
* Add logs to fixture generationsChocobozzz2020-12-011-1/+1
|
* Fix audio encoding paramsChocobozzz2020-11-252-4/+6
|
* Add live transcoding bit rate testsChocobozzz2020-11-252-14/+17
|
* Split ffmpeg utils with ffprobe utilsChocobozzz2020-11-252-24/+25
|
* Fix transcoder testChocobozzz2020-11-201-1/+1
|
* Do not transcode to an higher bitrateChocobozzz2020-11-201-0/+37
| | | | Thanks bkil https://github.com/bkil
* Add ability to display all channel/account videosChocobozzz2020-11-181-0/+14
|
* Try to fix multiple server testsChocobozzz2020-11-181-1/+2
|
* Try to fix playlist testsChocobozzz2020-11-181-0/+5
|
* Merge branch 'feature/admin-comments' into developChocobozzz2020-11-163-148/+214
|\
| * Add admin view to manage commentsChocobozzz2020-11-162-146/+210
|/
* Fix muted accounts on overviewsChocobozzz2020-11-101-15/+43
|
* Update ffmpeg static version for testsChocobozzz2020-11-091-2/+2
|
* Add live notification testsChocobozzz2020-11-091-8/+5
|
* Live streaming implementation first stepChocobozzz2020-11-091-1/+1
|
* Fix testsChocobozzz2020-08-261-2/+2
|
* Deprecate old static routesChocobozzz2020-08-262-6/+6
|
* Add fixtures cache to github actionsChocobozzz2020-08-241-1/+1
|
* Reorganize a little bit testsChocobozzz2020-08-244-995/+0
|
* Add ability to a video multiple times in a playlistChocobozzz2020-08-191-5/+30
|
* Add ability to share playlists in modalChocobozzz2020-08-071-1/+2
|
* Handle playlist oembedChocobozzz2020-08-071-10/+65
|
* Add server API to abuse messagesChocobozzz2020-07-311-9/+9
|
* Don't rely on youtube for testsChocobozzz2020-07-312-11/+13
| | | | | Use another import URL when possible, and disable import tests when we want to do a youtube import test
* test search for subscriptions and video-channelsRigel Kent2020-07-291-0/+26
|
* Merge branch 'release/2.3.0' into developChocobozzz2020-07-101-1/+1
|\
| * Fix video import testsChocobozzz2020-07-101-1/+1
| |
* | Add migrationsChocobozzz2020-07-101-6/+6
| |
* | Use 3 tables to represent abusesChocobozzz2020-07-101-26/+28
|/
* predefined report reasons & improved reporter UI (#2842)Rigel Kent2020-06-221-7/+36
| | | | | - added `startAt` and `endAt` optional timestamps to help pin down reported sections of a video - added predefined report reasons - added video player with report modal
* Split notification testsChocobozzz2020-06-161-2/+2
|
* Add videos count in channels listChocobozzz2020-06-161-5/+24
|
* Optimize views per day in video channelsChocobozzz2020-06-121-0/+1
|
* preserve original variable names server-sideRigel Kent2020-06-101-10/+10
|
* rename blacklist to block/blocklist, merge block and auto-block viewsRigel Kent2020-06-101-10/+10
| | | | | | | | | | | - also replace whitelist with allowlist - add advanced filters for video-block-list view - move icons in video-block-list and video-abuse-list to left side for visibility - add robot icon to depict automated nature of a block in video-block-list resolves #2790
* Fix testsChocobozzz2020-06-101-1/+2
|
* Make federation of unlisted videos an instance-level server preference (#2802)Levi Bard2020-06-031-5/+46
| | | | | | | | | | | * Add preference for federating unlisted videos * Connect unlisted video federation with new preference * Apply pull request feedback * Fix lint issues * Remove preference for federating unlisted videos from web admin interface
* Block comments from muted accounts/serversChocobozzz2020-05-291-5/+4
| | | | | | | | | | | | Add better control for users of comments displayed on their videos: * Do not forward comments from muted remote accounts/servers (muted by the current server or by the video owner) * Do not list threads and hide replies (with their children) of accounts/servers muted by the video owner * Hide from RSS comments of muted accounts/servers by video owners Use case: * Try to limit spam propagation in the federation * Add ability for users to automatically hide comments on their videos from undesirable accounts/servers (the comment section belongs to videomakers, so they choose what's posted there)
* Fix external auth email/password updateChocobozzz2020-05-201-1/+1
| | | | Also check if an actor does not already exist when creating the user
* Use video abuse filters on client sideChocobozzz2020-05-071-16/+54
|
* Add links from user-editRigel Kent2020-05-011-11/+53
|
* Add tests for video-abuse persistence after video deletionRigel Kent2020-05-011-1/+29
|
* Add ability to sort by originallyPublishedAtChocobozzz2020-04-201-7/+42
|
* Add thumbnail / preview generation from url on the fly (#2646)Kim2020-04-201-0/+5
| | | | | | | | | | | * Add thumbnails generation on the fly to URL import * Display generated preview to import first edit * Use ternary to get type inference * Move preview/thumbnail test just after import Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Fix import captions testChocobozzz2020-04-151-27/+31
|
* Add unit tests for captions via URL importkimsible2020-04-141-1/+43
|
* Use inner join and document code for viewr stats for channelsRigel Kent2020-03-311-2/+2
|
* Tests for viewsPerDayRigel Kent2020-03-311-3/+41
|