Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Node 12 is not supported anymore | Chocobozzz | 2022-03-01 | 1 | -5/+1 |
| | |||||
* | Possibility to set custom RTMP/RTMPS hostname (#4811) | kontrollanten | 2022-03-01 | 3 | -4/+7 |
| | | | | | | | | | * live: set custom RTMP/RTMPS hostname closes #4786 * dont use webserver.hostname as default * check that rtmp/s.hostname is set | ||||
* | Fix client html performance regression | Chocobozzz | 2022-02-28 | 1 | -1/+3 |
| | |||||
* | Add basic video editor support | Chocobozzz | 2022-02-28 | 5 | -84/+139 |
| | |||||
* | Implement avatar miniatures (#4639) | kontrollanten | 2022-02-28 | 2 | -11/+81 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * client: remove unused file * refactor(client/my-actor-avatar): size from input Read size from component input instead of scss, to make it possible to use smaller avatar images when implemented. * implement avatar miniatures close #4560 * fix(test): max file size * fix(search-index): normalize res acc to avatarMini * refactor avatars to an array * client/search: resize channel avatar to 120 * refactor(client/videos): remove unused function * client(actor-avatar): set default size * fix tests and avatars full result When findOne is used only an array containting one avatar is returned. * update migration version and version notations * server/search: harmonize normalizing * Cleanup avatar miniature PR Co-authored-by: Chocobozzz <me@florianbigard.com> | ||||
* | Fix video file storage column consistency | Chocobozzz | 2022-02-22 | 2 | -1/+21 |
| | |||||
* | Fix import timeout inconsistency | Chocobozzz | 2022-02-09 | 1 | -1/+1 |
| | |||||
* | Add ability to cancel & delete video imports | Chocobozzz | 2022-01-19 | 1 | -1/+3 |
| | |||||
* | Add simplified/traditional chinese languages | Chocobozzz | 2022-01-17 | 1 | -0/+4 |
| | |||||
* | Increase captions max size | Chocobozzz | 2022-01-14 | 1 | -1/+1 |
| | |||||
* | Give the ability to define python path for youtube-dl / yt-dlp | Florent | 2022-01-10 | 1 | -1/+2 |
| | |||||
* | Move uuid stuff in extra utils | Chocobozzz | 2021-12-29 | 3 | -3/+3 |
| | | | | Since it requires an external dependency | ||||
* | Cleanup unavailable remote AP resource | Chocobozzz | 2021-12-28 | 1 | -3/+12 |
| | |||||
* | Deprecate node 12 | Chocobozzz | 2021-12-24 | 1 | -0/+4 |
| | |||||
* | Node 10 is not supported anymore | Chocobozzz | 2021-12-24 | 1 | -1/+1 |
| | |||||
* | Fix shared imports | Chocobozzz | 2021-12-24 | 1 | -1/+1 |
| | |||||
* | Don't stuck state when move transcoding job failed | Chocobozzz | 2021-12-23 | 1 | -1/+2 |
| | |||||
* | Fix migrations | Chocobozzz | 2021-12-17 | 1 | -1/+1 |
| | |||||
* | Move test functions outside extra-utils | Chocobozzz | 2021-12-17 | 4 | -5/+4 |
| | |||||
* | Use different p2p policy for embeds and webapp | Chocobozzz | 2021-12-16 | 2 | -2/+7 |
| | |||||
* | Add ability for admins to set default p2p policy | Chocobozzz | 2021-12-16 | 4 | -1/+26 |
| | |||||
* | chore(refactor): remove shared folder dependencies to the server | lutangar | 2021-12-16 | 5 | -5/+7 |
| | | | | | | | | | | | Many files from the `shared` folder were importing files from the `server` folder. When attempting to use Typescript project references to describe dependencies, it highlighted a circular dependency beetween `shared` <-> `server`. The Typescript project forbid such usages. Using project references greatly improve performance by rebuilding only the updated project and not all source files. > see https://www.typescriptlang.org/docs/handbook/project-references.html |