Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add latency setting support | Chocobozzz | 2022-03-09 | 4 | -8/+66 |
| | |||||
* | Fix playlist element scrolling | Chocobozzz | 2022-03-01 | 3 | -7/+10 |
| | |||||
* | Cleanup subtitle edition PR | Chocobozzz | 2022-02-28 | 3 | -16/+7 |
| | |||||
* | Add simple subtitle edition from video captions tab | lutangar | 2022-02-28 | 8 | -8/+165 |
| | | | | | Introduce a new __Edit__ button on a subtitle. It opens a modal with simple textarea allowing the user to do quick corrections on a subtitle. | ||||
* | Add basic video editor support | Chocobozzz | 2022-02-28 | 3 | -0/+9 |
| | |||||
* | Implement avatar miniatures (#4639) | kontrollanten | 2022-02-28 | 9 | -32/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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> | ||||
* | Correctly check import target URL IP | Chocobozzz | 2022-02-07 | 1 | -1/+1 |
| | |||||
* | Fix scheduled publication on upload | Chocobozzz | 2022-02-07 | 8 | -19/+17 |
| | |||||
* | Fast forward on HLS decode error | Chocobozzz | 2022-02-02 | 1 | -3/+5 |
| | |||||
* | Automatically restart live on server/live restart | Chocobozzz | 2022-01-19 | 1 | -3/+0 |
| | |||||
* | Fix timestamp click | Chocobozzz | 2022-01-13 | 1 | -3/+1 |
| | |||||
* | Cleanup player hotkeys | Chocobozzz | 2022-01-13 | 1 | -11/+17 |
| | |||||
* | Increase player control bar size | Chocobozzz | 2022-01-10 | 2 | -0/+19 |
| | |||||
* | Handle async validators | Chocobozzz | 2022-01-03 | 8 | -36/+31 |
| | |||||
* | Translate plugin settings | Chocobozzz | 2021-12-29 | 1 | -1/+5 |
| | |||||
* | Refactor video edition | Chocobozzz | 2021-12-29 | 1 | -9/+15 |
| | |||||
* | Enhance plugin video fields | Chocobozzz | 2021-12-29 | 3 | -13/+59 |
| | | | | | Add video form tab selection Add ability to display an error | ||||
* | Don't stuck state when move transcoding job failed | Chocobozzz | 2021-12-23 | 2 | -0/+8 |
| | |||||
* | Add ability for admins to set default p2p policy | Chocobozzz | 2021-12-16 | 4 | -88/+68 |
| | |||||
* | Ability for admins to set default upload values | Chocobozzz | 2021-12-14 | 9 | -22/+18 |
| | |||||
* | Add meaning to date short names | Chocobozzz | 2021-12-13 | 1 | -26/+26 |
| | |||||
* | 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> | ||||
* | Fix too long filename video upload | Chocobozzz | 2021-12-03 | 1 | -3/+18 |
| | |||||
* | Fix audio upload if not enabled by instance | Chocobozzz | 2021-12-01 | 1 | -0/+1 |
| | |||||
* | Fix player placeholder width | Chocobozzz | 2021-11-29 | 1 | -0/+2 |
| | |||||
* | Refactor video views | Chocobozzz | 2021-11-09 | 1 | -3/+3 |
| | | | | | | | | 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 | ||||
* | Add transcoding fail message in client | Chocobozzz | 2021-11-09 | 2 | -0/+8 |
| | |||||
* | Support RTMPS | Chocobozzz | 2021-11-05 | 1 | -1/+6 |
| | |||||
* | Add ability to exclude muted accounts | Chocobozzz | 2021-11-02 | 2 | -2/+2 |
| | |||||
* | Remove useless components | Chocobozzz | 2021-10-29 | 3 | -14/+1 |
| | |||||
* | Deprecate filter video query | Chocobozzz | 2021-10-29 | 2 | -2/+2 |
| | | | | Introduce include and isLocal instead | ||||
* | Added label on the next autoplayed video and hide the hr line if unnecessary ↵ | Florian CUNY | 2021-10-26 | 2 | -1/+8 |
| | | | | | | | | | | | | | | | (#4497) * Added label on the next autoplayed video Implements https://github.com/Chocobozzz/PeerTube/issues/4280 Also hid the hr line if autoplay is disabled * Applied code suggestion * Applied code suggestion * Applied the last remaining code suggestion | ||||
* | prevent multiple post-process triggering of upload-resumable (#4175) | Rigel Kent | 2021-10-25 | 1 | -3/+4 |
| | | | | | | | | | * prevent multiple post-process triggering of upload-resumable * switch from 409 to 503 for upload being processed * Improve resumable upload check Co-authored-by: Chocobozzz <me@florianbigard.com> | ||||
* | Cleanup video playlist element miniature code | Chocobozzz | 2021-10-22 | 1 | -1/+1 |
| | |||||
* | Cleanup video update component | Chocobozzz | 2021-10-22 | 3 | -31/+27 |
| | |||||
* | Provide origin URL to client and fix remote share | Chocobozzz | 2021-10-22 | 2 | -9/+1 |
| | |||||
* | Improve moderation dropdown UX | Chocobozzz | 2021-10-21 | 1 | -2/+5 |
| | |||||
* | Fix privacy concern for remote videos | Chocobozzz | 2021-10-21 | 3 | -18/+22 |
| | |||||
* | Force live type specification in first step | Chocobozzz | 2021-10-15 | 4 | -4/+56 |
| | |||||
* | Try to improve permanent live label | Chocobozzz | 2021-10-15 | 2 | -8/+18 |
| | |||||
* | add option to always show channel display name (#4422) | kontrollanten | 2021-10-12 | 4 | -23/+21 |
| | | | | | | | | | | | | | | | * add option to always show channel display name closes #4040 * show avatar in video miniatures closes #4040 * Revert "show avatar in video miniatures" This reverts commit 79b1a84140857fc24f7e2233e838d012f72bc56f. * channel display name: fix review comments | ||||
* | Merge branch 'release/3.4.0' into develop | Chocobozzz | 2021-10-12 | 1 | -0/+1 |
|\ | |||||
| * | Fix upload can deactivate | Chocobozzz | 2021-10-12 | 1 | -0/+1 |
| | | |||||
| * | Fix autoblock message on upload page | Chocobozzz | 2021-10-08 | 2 | -2/+2 |
| | | |||||
* | | add ...playlist.elements.loaded hook (#4387) | kontrollanten | 2021-10-12 | 2 | -27/+49 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * client: add ...playlist.elements.loaded hook closes #4385 * fix linting error * client: add playlist metadata to video-watch hooks * Prefer using a filter for playlist elements hook Co-authored-by: Chocobozzz <me@florianbigard.com> | ||||
* | | Fix autoblock message on upload page | Chocobozzz | 2021-10-11 | 2 | -2/+2 |
|/ | |||||
* | Disable chunk upload on ios | Chocobozzz | 2021-09-09 | 1 | -0/+7 |
| | | | | See https://github.com/kukhariev/ngx-uploadx/issues/316#issuecomment-915858713 | ||||
* | Don't display scope fitler on account/channel pages | Chocobozzz | 2021-08-30 | 2 | -1/+3 |
| | |||||
* | Remove useless async | Chocobozzz | 2021-08-26 | 4 | -5/+6 |
| | |||||
* | Fix user quota alerts always displayed (#4354) | Ms Kimsible | 2021-08-26 | 3 | -7/+40 |
| | | | | | | | * Fix user quota alerts display on upload page * Fix border-radius upload messages alerts Co-authored-by: Ms Kimsible <kimsible@users.noreply.github.com> |