Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add rejected state to follows | Chocobozzz | 2022-07-27 | 1 | -1/+2 | |
| | | | | Prevent reprocessing already rejected follows | |||||
* | Fix password for root in dev mode | Florent | 2022-07-26 | 1 | -2/+3 | |
| | | | | | password should remain "test" in dev mode for root. Fix regression of 9452d4fd33 which introduces NODE_ENV=dev | |||||
* | Clearer live session | Chocobozzz | 2022-07-22 | 2 | -1/+57 | |
| | | | | | | | | | Get the save replay setting when the session started to prevent inconsistent behaviour when the setting changed before the session was processed by the live ending job Display more information about the potential session replay in live modal information | |||||
* | Display a warning if using ffmpeg 4.4.0 | Chocobozzz | 2022-07-18 | 1 | -2/+6 | |
| | ||||||
* | Add ability for client to create server logs | Chocobozzz | 2022-07-18 | 2 | -1/+12 | |
| | ||||||
* | Add compat with openssl 3 | Chocobozzz | 2022-07-12 | 1 | -4/+3 | |
| | ||||||
* | /!\ Use a dedicated config file for development | Chocobozzz | 2022-07-06 | 3 | -44/+52 | |
| | | | | | It means you have to replace NODE_ENV=test to NODE_ENV=dev if you use it npm run dev:* commands are already updated | |||||
* | Introduce experimental telemetry | Chocobozzz | 2022-07-06 | 2 | -1/+18 | |
| | ||||||
* | Add ability to disable unknown infohash log | Chocobozzz | 2022-06-30 | 1 | -0/+1 | |
| | ||||||
* | Process images in a dedicated worker | Chocobozzz | 2022-06-27 | 1 | -0/+4 | |
| | ||||||
* | Introduce worker threads to process remote images | Chocobozzz | 2022-06-24 | 1 | -3/+6 | |
| | ||||||
* | Add toki pona in video languages | Chocobozzz | 2022-06-24 | 1 | -0/+1 | |
| | ||||||
* | Fix removed sha segments on fast restream | Chocobozzz | 2022-06-24 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'release/4.2.0' into develop | Chocobozzz | 2022-06-23 | 1 | -1/+7 | |
|\ | ||||||
| * | Fix fast restream in saved permanent live | Chocobozzz | 2022-06-23 | 1 | -1/+7 | |
| | | ||||||
* | | store uploaded video filename (#4885) | kontrollanten | 2022-06-21 | 3 | -1/+37 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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> | |||||
* | | Merge branch 'release/4.2.0' into develop | Chocobozzz | 2022-06-20 | 1 | -1/+1 | |
|\| | ||||||
| * | Relax views federation | Chocobozzz | 2022-06-20 | 1 | -1/+1 | |
| | | ||||||
* | | Optimize view endpoint | Chocobozzz | 2022-06-17 | 1 | -2/+4 | |
| | | ||||||
* | | Merge branch 'release/4.2.0' into develop | Chocobozzz | 2022-06-17 | 1 | -1/+4 | |
|\| | ||||||
| * | Send views in a dedicated queue | Chocobozzz | 2022-06-17 | 1 | -0/+3 | |
| | | ||||||
| * | Increase max watch sections | Chocobozzz | 2022-06-17 | 1 | -1/+1 | |
| | | ||||||
* | | Fix various typos | luz paz | 2022-06-07 | 1 | -1/+1 | |
| | | | | | | 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` | |||||
* | | Check feeds config at startup | Chocobozzz | 2022-05-24 | 1 | -0/+1 | |
| | | ||||||
* | | Add ability to set default feed items count | Chocobozzz | 2022-05-24 | 2 | -7/+8 | |
| | | ||||||
* | | Improve admin users list table | Chocobozzz | 2022-05-24 | 1 | -1/+1 | |
| | | | | | | | | | | | | * Fix last login sort with null values * Remember last selected columns * Display last login date by default | |||||
* | | Add ability to set a custom video import timeout | Chocobozzz | 2022-05-24 | 3 | -3/+4 | |
|/ | ||||||
* | Don't sign (created) when using rsa-sha256 | Chocobozzz | 2022-05-09 | 1 | -1/+1 | |
| | ||||||
* | Handle HTTP signature draft 11 | Chocobozzz | 2022-05-06 | 1 | -5/+1 | |
| | ||||||
* | Add ability to filter overall video stats by date | Chocobozzz | 2022-05-06 | 1 | -1/+1 | |
| | ||||||
* | Support live session in server | Chocobozzz | 2022-05-03 | 3 | -1/+37 | |
| | ||||||
* | Fix removing directory content | Chocobozzz | 2022-05-03 | 1 | -1/+2 | |
| | ||||||
* | Support readonly tmp directory | Chocobozzz | 2022-05-03 | 1 | -3/+17 | |
| | ||||||
* | Ensure rtmp public_hostname is set | Chocobozzz | 2022-05-02 | 1 | -2/+4 | |
| | ||||||
* | Add ability to provide rtmp listening hostname | Chocobozzz | 2022-05-02 | 2 | -3/+8 | |
| | ||||||
* | Add missing video mime types | Chocobozzz | 2022-04-20 | 1 | -0/+10 | |
| | ||||||
* | Improve viewer counter | Chocobozzz | 2022-04-15 | 1 | -1/+1 | |
| | | | | More precise, avoid weird decrease, reuse an id to federate viewers | |||||
* | Improve views/viewers documentation | Chocobozzz | 2022-04-15 | 1 | -2/+2 | |
| | ||||||
* | Support video views/viewers stats in server | Chocobozzz | 2022-04-15 | 5 | -5/+81 | |
| | | | | | | | | | | * 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 editor | Chocobozzz | 2022-03-22 | 5 | -14/+14 | |
| | ||||||
* | Add video edition finished notification | Chocobozzz | 2022-03-22 | 2 | -1/+43 | |
| | ||||||
* | Remove old migration files | Chocobozzz | 2022-03-21 | 98 | -4155/+0 | |
| | ||||||
* | Don't store remote rates of remote videos | Chocobozzz | 2022-03-18 | 2 | -1/+29 | |
| | | | | | In the future we'll stop to expose all available rates to improve users privacy | |||||
* | Process video torrents in order | Chocobozzz | 2022-03-16 | 1 | -0/+3 | |
| | | | | Prevent update before video torrent generation for example | |||||
* | Make object storage ACL configurable | Doug Luce | 2022-03-16 | 1 | -0/+1 | |
| | | | | | | | | Override this value to allow uploads to non-public S3 buckets. Otherwise "AccessDenied: Access Denied" errors will end up in the log. Fixes #4850 | |||||
* | add client.videos.upload.maxChunkSize config (#4857) | kontrollanten | 2022-03-16 | 1 | -0/+3 | |
| | | | | | | | * add client.videos.upload.maxChunkSize config * updates after review * remove maxChunkSize from custom-config | |||||
* | Add latency setting support | Chocobozzz | 2022-03-09 | 4 | -6/+49 | |
| | ||||||
* | Display avatar in video miniatures (#4823) | kontrollanten | 2022-03-08 | 2 | -1/+3 | |
| | | | | | | | | | | | | | | | | | | | | | * show avatar in video miniatures closes #4040 * fix: videos for api, include avatars * add config for display video miniature avatar * Revert "fix: videos for api, include avatars" This reverts commit 5520a3eda6805338317a394d0553f2f82095a425. * video-min: set display avatar to false as default * remove empty line * rename display_avatar > display_author_avatar * fix renaming displayAvatar > displayAuthorAvatar | |||||
* | Remove uneeded memoize | Chocobozzz | 2022-03-08 | 1 | -3/+1 | |
| | ||||||
* | Refactor user build and express file middlewares | Chocobozzz | 2022-03-04 | 1 | -8/+4 | |
| |