Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add server API to abuse messages | Chocobozzz | 2020-07-31 | 1 | -9/+9 |
| | |||||
* | Don't rely on youtube for tests | Chocobozzz | 2020-07-31 | 2 | -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-channels | Rigel Kent | 2020-07-29 | 1 | -0/+26 |
| | |||||
* | Merge branch 'release/2.3.0' into develop | Chocobozzz | 2020-07-10 | 1 | -1/+1 |
|\ | |||||
| * | Fix video import tests | Chocobozzz | 2020-07-10 | 1 | -1/+1 |
| | | |||||
* | | Add migrations | Chocobozzz | 2020-07-10 | 1 | -6/+6 |
| | | |||||
* | | Use 3 tables to represent abuses | Chocobozzz | 2020-07-10 | 1 | -26/+28 |
|/ | |||||
* | predefined report reasons & improved reporter UI (#2842) | Rigel Kent | 2020-06-22 | 1 | -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 tests | Chocobozzz | 2020-06-16 | 1 | -2/+2 |
| | |||||
* | Add videos count in channels list | Chocobozzz | 2020-06-16 | 1 | -5/+24 |
| | |||||
* | Optimize views per day in video channels | Chocobozzz | 2020-06-12 | 1 | -0/+1 |
| | |||||
* | preserve original variable names server-side | Rigel Kent | 2020-06-10 | 1 | -10/+10 |
| | |||||
* | rename blacklist to block/blocklist, merge block and auto-block views | Rigel Kent | 2020-06-10 | 1 | -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 tests | Chocobozzz | 2020-06-10 | 1 | -1/+2 |
| | |||||
* | Make federation of unlisted videos an instance-level server preference (#2802) | Levi Bard | 2020-06-03 | 1 | -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/servers | Chocobozzz | 2020-05-29 | 1 | -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 update | Chocobozzz | 2020-05-20 | 1 | -1/+1 |
| | | | | Also check if an actor does not already exist when creating the user | ||||
* | Use video abuse filters on client side | Chocobozzz | 2020-05-07 | 1 | -16/+54 |
| | |||||
* | Add links from user-edit | Rigel Kent | 2020-05-01 | 1 | -11/+53 |
| | |||||
* | Add tests for video-abuse persistence after video deletion | Rigel Kent | 2020-05-01 | 1 | -1/+29 |
| | |||||
* | Add ability to sort by originallyPublishedAt | Chocobozzz | 2020-04-20 | 1 | -7/+42 |
| | |||||
* | Add thumbnail / preview generation from url on the fly (#2646) | Kim | 2020-04-20 | 1 | -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 test | Chocobozzz | 2020-04-15 | 1 | -27/+31 |
| | |||||
* | Add unit tests for captions via URL import | kimsible | 2020-04-14 | 1 | -1/+43 |
| | |||||
* | Use inner join and document code for viewr stats for channels | Rigel Kent | 2020-03-31 | 1 | -2/+2 |
| | |||||
* | Tests for viewsPerDay | Rigel Kent | 2020-03-31 | 1 | -3/+41 |
| | |||||
* | Implement pagination for overviews endpoint | Chocobozzz | 2020-03-11 | 2 | -35/+88 |
| | |||||
* | Video file metadata PR cleanup | Chocobozzz | 2020-03-10 | 1 | -37/+33 |
| | |||||
* | Add video file metadata to download modal, via ffprobe (#2411) | Rigel Kent | 2020-03-10 | 1 | -1/+72 |
| | | | | | | | | | | | | | | | | | | | * Add video file metadata via ffprobe * Federate video file metadata * Add tests for file metadata generation * Complete tests for videoFile metadata federation * Lint migration and video-file for metadata * Objectify metadata from getter in ffmpeg-utils * Add metadataUrl to all videoFiles * Simplify metadata API middleware * Load playlist in videoFile when requesting metadata | ||||
* | Move to eslintcontain | Chocobozzz | 2020-02-03 | 23 | -430/+431 |
| | |||||
* | Fix transcoding | Chocobozzz | 2020-01-29 | 1 | -4/+12 |
| | |||||
* | Add tests for video downscale framerate matching | Rigel Kent | 2020-01-29 | 1 | -0/+34 |
| | |||||
* | Remove HLS torrents | Chocobozzz | 2020-01-24 | 1 | -3/+2 |
| | |||||
* | Add ability to skip count query | Chocobozzz | 2020-01-08 | 1 | -0/+9 |
| | |||||
* | Tests for totalRepliesFromVideoAuthor | Rigel Kent | 2020-01-03 | 1 | -0/+32 |
| | |||||
* | Fix playlist search | Chocobozzz | 2019-12-27 | 1 | -0/+19 |
| | |||||
* | Add internal privacy mode | Chocobozzz | 2019-12-12 | 1 | -30/+98 |
| | |||||
* | Add missing hotkeys to the watch page | Chocobozzz | 2019-12-06 | 1 | -2/+2 |
| | |||||
* | Move deleted comment on new follow tests | Chocobozzz | 2019-12-04 | 1 | -42/+4 |
| | |||||
* | Fix retrieving of deleted comments when subscribing to a new instance | Julien Maulny | 2019-12-04 | 1 | -0/+45 |
| | |||||
* | Soft delete video comments instead of detroy | Julien Maulny | 2019-12-04 | 2 | -14/+66 |
| | |||||
* | Add codec information in HLS playlist | Chocobozzz | 2019-11-26 | 2 | -3/+6 |
| | |||||
* | Fix lint | Julien Maulny | 2019-11-25 | 1 | -1/+1 |
| | |||||
* | Add audio only transcoding tests | Chocobozzz | 2019-11-25 | 2 | -0/+109 |
| | |||||
* | Add ability to disable webtorrent | Chocobozzz | 2019-11-25 | 1 | -66/+125 |
| | | | | In favour of HLS | ||||
* | Fix tests | Chocobozzz | 2019-09-18 | 1 | -1/+1 |
| | |||||
* | Hide video abuses from muted accounts | Chocobozzz | 2019-08-29 | 1 | -4/+73 |
| | |||||
* | Fix ownership change | Chocobozzz | 2019-08-21 | 1 | -1/+1 |
| | |||||
* | Fix redundancy exceeding the limit | Chocobozzz | 2019-08-12 | 1 | -4/+2 |
| | |||||
* | Remove comment federation by video owner | Chocobozzz | 2019-08-07 | 1 | -13/+28 |
| |