Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add live transcoding bit rate tests | Chocobozzz | 2020-11-25 | 5 | -29/+22 |
| | |||||
* | Support encoding profiles | Chocobozzz | 2020-11-25 | 1 | -4/+8 |
| | |||||
* | Do not transcode to an higher bitrate | Chocobozzz | 2020-11-20 | 2 | -2/+16 |
| | | | | Thanks bkil https://github.com/bkil | ||||
* | Update server dependencies | Chocobozzz | 2020-11-19 | 1 | -1/+1 |
| | |||||
* | Fix live tests | Chocobozzz | 2020-11-17 | 1 | -1/+1 |
| | |||||
* | Add admin view to manage comments | Chocobozzz | 2020-11-16 | 1 | -1/+36 |
| | |||||
* | Cleanup lives on server restart | Chocobozzz | 2020-11-13 | 1 | -0/+15 |
| | |||||
* | Increase tests waits | Chocobozzz | 2020-11-12 | 1 | -1/+1 |
| | |||||
* | Remove deprecated abuse api | Chocobozzz | 2020-11-10 | 2 | -115/+0 |
| | |||||
* | Update ffmpeg static version for tests | Chocobozzz | 2020-11-09 | 1 | -4/+20 |
| | |||||
* | Add live notification tests | Chocobozzz | 2020-11-09 | 2 | -1/+21 |
| | |||||
* | Add save replay live tests | Chocobozzz | 2020-11-09 | 2 | -10/+58 |
| | |||||
* | Add check constraints live tests | Chocobozzz | 2020-11-09 | 1 | -4/+42 |
| | |||||
* | Begin live tests | Chocobozzz | 2020-11-09 | 2 | -7/+12 |
| | |||||
* | Add check params live tests | Chocobozzz | 2020-11-09 | 3 | -3/+106 |
| | |||||
* | Add max lives limit | Chocobozzz | 2020-11-09 | 1 | -0/+2 |
| | |||||
* | Check live duration and size | Chocobozzz | 2020-11-09 | 1 | -0/+2 |
| | |||||
* | Live streaming implementation first step | Chocobozzz | 2020-11-09 | 1 | -0/+15 |
| | |||||
* | Add fixtures cache to github actions | Chocobozzz | 2020-08-24 | 1 | -2/+2 |
| | |||||
* | Remove unused gitlab ci env variables | Chocobozzz | 2020-08-24 | 2 | -3/+1 |
| | |||||
* | Add abuse messages/states notifications | Chocobozzz | 2020-07-31 | 1 | -0/+61 |
| | |||||
* | Add server API to abuse messages | Chocobozzz | 2020-07-31 | 1 | -3/+83 |
| | |||||
* | Don't run in parallel cli and plugin tests | Chocobozzz | 2020-07-31 | 1 | -1/+1 |
| | |||||
* | Don't rely on youtube for tests | Chocobozzz | 2020-07-31 | 2 | -5/+17 |
| | | | | | 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 | 2 | -4/+16 |
| | |||||
* | Add new abuses tests | Chocobozzz | 2020-07-10 | 3 | -12/+81 |
| | |||||
* | Add migrations | Chocobozzz | 2020-07-10 | 1 | -1/+1 |
| | |||||
* | Implement abuses check params | Chocobozzz | 2020-07-10 | 1 | -27/+61 |
| | |||||
* | Use 3 tables to represent abuses | Chocobozzz | 2020-07-10 | 4 | -12/+125 |
| | |||||
* | add blocked filter in users list to filter banned users | Rigel Kent | 2020-07-02 | 1 | -2/+11 |
| | | | | fixes #2914 | ||||
* | Fix users tests | Chocobozzz | 2020-07-02 | 1 | -1/+1 |
| | |||||
* | allow limiting video-comments rss feeds to an account or video channel | Rigel Kent | 2020-06-27 | 1 | -1/+1 |
| | |||||
* | Close mock blocklit server when tests end | Chocobozzz | 2020-06-26 | 1 | -1/+7 |
| | |||||
* | Reorganize client shared modules | Chocobozzz | 2020-06-23 | 1 | -1/+1 |
| | |||||
* | predefined report reasons & improved reporter UI (#2842) | Rigel Kent | 2020-06-22 | 1 | -3/+15 |
| | | | | | - 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 | 1 | -1/+1 |
| | |||||
* | Update server dependencies | Chocobozzz | 2020-06-17 | 1 | -3/+3 |
| | |||||
* | More robust max bitrate calculation | Chocobozzz | 2020-06-17 | 1 | -1/+4 |
| | |||||
* | Split notification tests | Chocobozzz | 2020-06-16 | 2 | -19/+137 |
| | |||||
* | Add search index tests | Chocobozzz | 2020-06-10 | 1 | -1/+14 |
| | |||||
* | First implem global search | Chocobozzz | 2020-06-10 | 1 | -0/+12 |
| | |||||
* | space optimizations for `node_modules` and client stats removal | Rigel Kent | 2020-06-10 | 1 | -4/+4 |
| | | | | | | | - replace sharp with lighter jimp alternative - remove stats in builds fixes #2807 | ||||
* | Block comments from muted accounts/servers | Chocobozzz | 2020-05-29 | 2 | -1/+15 |
| | | | | | | | | | | | | 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) | ||||
* | Support broadcast messages | Chocobozzz | 2020-05-29 | 1 | -0/+6 |
| | |||||
* | Add ability to bulk delete comments | Chocobozzz | 2020-05-29 | 2 | -0/+25 |
| | |||||
* | Fix external auth email/password update | Chocobozzz | 2020-05-20 | 1 | -2/+2 |
| | | | | Also check if an actor does not already exist when creating the user | ||||
* | Add server plugin filter hooks for import with torrent and url (#2621) | Rigel Kent | 2020-05-14 | 1 | -2/+2 |
| | | | | | | | | | | | * Add server plugin filter hooks for import with torrent and url * WIP: pre and post-import filter hooks * Rebased * Cleanup filters to accept imports Co-authored-by: Chocobozzz <me@florianbigard.com> | ||||
* | Fix tests | Chocobozzz | 2020-05-13 | 1 | -1/+1 |
| | |||||
* | Fix auto follow index URL | Chocobozzz | 2020-05-12 | 1 | -1/+1 |
| | |||||
* | Switch emails to pug templates and provide richer html/text-only versions | Rigel Kent | 2020-05-08 | 1 | -30/+30 |
| |