Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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` | ||||
* | | Add ability to set default feed items count | Chocobozzz | 2022-05-24 | 1 | -7/+0 |
| | | |||||
* | | 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 | 1 | -1/+1 |
|/ | |||||
* | 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 | 1 | -1/+1 |
| | |||||
* | Add ability to provide rtmp listening hostname | Chocobozzz | 2022-05-02 | 1 | -2/+5 |
| | |||||
* | 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 | 1 | -2/+15 |
| | | | | | | | | | | * 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 | 1 | -4/+4 |
| | |||||
* | Add video edition finished notification | Chocobozzz | 2022-03-22 | 1 | -1/+1 |
| | |||||
* | Don't store remote rates of remote videos | Chocobozzz | 2022-03-18 | 1 | -1/+1 |
| | | | | | 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 | ||||
* | Add latency setting support | Chocobozzz | 2022-03-09 | 1 | -3/+7 |
| | |||||
* | Remove uneeded memoize | Chocobozzz | 2022-03-08 | 1 | -3/+1 |
| | |||||
* | Possibility to set custom RTMP/RTMPS hostname (#4811) | kontrollanten | 2022-03-01 | 1 | -2/+2 |
| | | | | | | | | | * 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 | 1 | -1/+21 |
| | |||||
* | Implement avatar miniatures (#4639) | kontrollanten | 2022-02-28 | 1 | -11/+19 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | Cleanup unavailable remote AP resource | Chocobozzz | 2021-12-28 | 1 | -3/+12 |
| | |||||
* | Don't stuck state when move transcoding job failed | Chocobozzz | 2021-12-23 | 1 | -1/+2 |
| | |||||
* | Move test functions outside extra-utils | Chocobozzz | 2021-12-17 | 1 | -2/+1 |
| | |||||
* | Add ability for admins to set default p2p policy | Chocobozzz | 2021-12-16 | 1 | -1/+1 |
| | |||||
* | chore(refactor): remove shared folder dependencies to the server | lutangar | 2021-12-16 | 1 | -1/+2 |
| | | | | | | | | | | | 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 | ||||
* | Added "zxx" (no linguistic content) in available video languages (#4631) | Florian CUNY | 2021-12-13 | 1 | -1/+3 |
| | | | | | | | | | | | | | * Added "zxx" (no linguistic content) in available video languages Implements https://github.com/Chocobozzz/PeerTube/issues/1489 * FIx lint * Fix lint * Put other languages below instance languages Co-authored-by: Chocobozzz <me@florianbigard.com> | ||||
* | Decrease time to cleanup resumable uploads | Chocobozzz | 2021-12-03 | 1 | -1/+1 |
| | |||||
* | Fix redundancy timeout | Chocobozzz | 2021-11-29 | 1 | -2/+7 |
| | |||||
* | Refactor video views | Chocobozzz | 2021-11-09 | 1 | -10/+10 |
| | | | | | | | | Introduce viewers attribute for live videos Count views for live videos Reduce delay to see the viewer update for lives Add ability to configure video views buffer interval and view ip expiration | ||||
* | video: add video stranscoding_failed state | kontrollanten | 2021-11-09 | 1 | -1/+2 |
| |