Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix tests | Chocobozzz | 2021-02-19 | 1 | -2/+1 |
| | |||||
* | Fix thread replies API response | Chocobozzz | 2021-02-19 | 1 | -2/+0 |
| | |||||
* | Optimize rate endpoint | Chocobozzz | 2021-02-19 | 1 | -0/+3 |
| | |||||
* | Fix video comments display with deleted comments | Chocobozzz | 2021-02-19 | 1 | -3/+10 |
| | |||||
* | Cleanup | Chocobozzz | 2021-02-18 | 1 | -1/+1 |
| | |||||
* | Dissociate video file names and video uuid | Chocobozzz | 2021-02-18 | 1 | -2/+5 |
| | |||||
* | Remove previous thumbnail if needed | Chocobozzz | 2021-02-16 | 2 | -5/+7 |
| | |||||
* | Generate a name for caption files | Chocobozzz | 2021-02-16 | 2 | -31/+29 |
| | |||||
* | Guess if we need to generate the thumbnail for imports | Chocobozzz | 2021-02-12 | 1 | -2/+0 |
| | |||||
* | Add priority to transcoding jobs | Chocobozzz | 2021-01-25 | 1 | -4/+3 |
| | | | | | | | | | | (1 = highest priority) 100 for new resolutions 10 for original file optimization Add a malus for transcoding jobs depending on how many uploads the user did in the last 7 days | ||||
* | Fix (again) youtube import | Chocobozzz | 2021-01-19 | 1 | -2/+1 |
| | |||||
* | stricter youtubedl format selectors (#3516) | Rigel Kent | 2021-01-15 | 1 | -6/+6 |
| | | | | | | | | | | | | | | * stricter youtubedl format selectors make sure selectors avoid av1, and otherwise match as closely to the maximum resolution enabled for transcoding * add support for merge formats in youtubedl * avoid vp9.2 in youtubedl to avoid any HDR * move getEnabledResolutions, safer replace of imported extension * add test for youtube-dl selectors | ||||
* | Upgrade sequelize to v6 | Chocobozzz | 2020-12-09 | 1 | -3/+2 |
| | |||||
* | replace numbers with typed http status codes (#3409) | Rigel Kent | 2020-12-07 | 9 | -19/+40 |
| | |||||
* | Add permanent live support | Chocobozzz | 2020-12-03 | 2 | -1/+4 |
| | |||||
* | more explicit error messages for file uploads | Rigel Kent | 2020-12-03 | 1 | -2/+2 |
| | |||||
* | Fix 500 on unknown thread | Chocobozzz | 2020-11-27 | 1 | -0/+4 |
| | |||||
* | Split ffmpeg utils with ffprobe utils | Chocobozzz | 2020-11-25 | 1 | -2/+2 |
| | |||||
* | Fix incorrect IDs in AP federation | Chocobozzz | 2020-11-20 | 4 | -9/+9 |
| | |||||
* | Implement video comment list in admin | Chocobozzz | 2020-11-13 | 1 | -1/+35 |
| | |||||
* | Remove deprecated abuse api | Chocobozzz | 2020-11-10 | 2 | -117/+1 |
| | |||||
* | Handle views for live videos | Chocobozzz | 2020-11-09 | 1 | -12/+33 |
| | |||||
* | Add live server hooks | Chocobozzz | 2020-11-09 | 1 | -0/+3 |
| | |||||
* | Regenerate miniature on live save | Chocobozzz | 2020-11-09 | 1 | -1/+1 |
| | |||||
* | Begin live tests | Chocobozzz | 2020-11-09 | 2 | -3/+9 |
| | |||||
* | Add ability to save live replay | Chocobozzz | 2020-11-09 | 1 | -6/+31 |
| | |||||
* | Handle live federation | Chocobozzz | 2020-11-09 | 1 | -1/+0 |
| | |||||
* | Refactor video creation | Chocobozzz | 2020-11-09 | 3 | -114/+76 |
| | |||||
* | Live streaming implementation first step | Chocobozzz | 2020-11-09 | 2 | -1/+119 |
| | |||||
* | Add ability to set custom field to video form | Chocobozzz | 2020-08-21 | 1 | -1/+1 |
| | |||||
* | Optimize default sort when listing videos | Chocobozzz | 2020-08-20 | 1 | -27/+27 |
| | | | | createdAt does not have the appropriate index | ||||
* | Upgrade to angular 10 | Chocobozzz | 2020-08-07 | 1 | -0/+1 |
| | |||||
* | Add server API to abuse messages | Chocobozzz | 2020-07-31 | 1 | -3/+5 |
| | |||||
* | Use 3 tables to represent abuses | Chocobozzz | 2020-07-10 | 1 | -80/+29 |
| | |||||
* | predefined report reasons & improved reporter UI (#2842) | Rigel Kent | 2020-06-22 | 1 | -3/+8 |
| | | | | | - 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 types and typings | Chocobozzz | 2020-06-18 | 5 | -7/+7 |
| | |||||
* | Update server dependencies | Chocobozzz | 2020-06-17 | 2 | -3/+3 |
| | |||||
* | Block comments from muted accounts/servers | Chocobozzz | 2020-05-29 | 1 | -0/+2 |
| | | | | | | | | | | | | 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 comments deleted display | Chocobozzz | 2020-05-29 | 1 | -1/+1 |
| | |||||
* | Add ability to bulk delete comments | Chocobozzz | 2020-05-29 | 1 | -26/+9 |
| | |||||
* | Align follower handle display on instance display in tables | Rigel Kent | 2020-05-08 | 1 | -1/+1 |
| | |||||
* | Switch emails to pug templates and provide richer html/text-only versions | Rigel Kent | 2020-05-08 | 1 | -6/+14 |
| | |||||
* | Add moderation helpers to plugins | Chocobozzz | 2020-05-07 | 4 | -53/+13 |
| | |||||
* | Use video abuse filters on client side | Chocobozzz | 2020-05-07 | 1 | -1/+10 |
| | |||||
* | Avoir some circular dependencies | Chocobozzz | 2020-05-04 | 7 | -14/+13 |
| | |||||
* | Add filter inputs for blacklisted videos and muted accounts/servers | Rigel Kent | 2020-05-01 | 1 | -1/+7 |
| | |||||
* | Add search for video, reporter and channel name fields | Rigel Kent | 2020-05-01 | 1 | -0/+1 |
| | |||||
* | Add licence and language support to y-dl imports | Chocobozzz | 2020-04-20 | 1 | -3/+3 |
| | |||||
* | Add thumbnail / preview generation from url on the fly (#2646) | Kim | 2020-04-20 | 1 | -6/+40 |
| | | | | | | | | | | | * 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> | ||||
* | Use originallyPublishedAt from body on import if it exists | Chocobozzz | 2020-04-17 | 1 | -1/+1 |
| |