aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos
Commit message (Collapse)AuthorAgeFilesLines
* Add control bar option for peertube playerChocobozzz2022-05-201-0/+1
|
* Fix live mode descriptionsChocobozzz2022-05-181-2/+2
|
* Fix video upload with some characters in filenameChocobozzz2022-05-171-1/+1
|
* Add session informations in live modalChocobozzz2022-05-031-2/+2
|
* Save replay of permanent live in clientChocobozzz2022-05-032-20/+1
|
* Add ability to sort by global viewsChocobozzz2022-04-151-1/+2
|
* Reduce videos sort complexityChocobozzz2022-04-151-2/+1
| | | | Automatically use best sort if user is logged in and chose hot algorithm
* Support videos stats in clientChocobozzz2022-04-153-39/+8
|
* Prefer "publish" over "upload"Chocobozzz2022-04-081-1/+1
|
* Fix titles on upload page (#4904)kontrollanten2022-04-083-13/+26
| | | | | | | | | * client/video-add: fix route titles * client/video-add: show progress in page title * Styling Co-authored-by: Chocobozzz <me@florianbigard.com>
* Add reset button for file inputs in studio pageChocobozzz2022-03-222-1/+5
|
* Rename studio to editorChocobozzz2022-03-221-1/+1
|
* Fix invalid token on uploadChocobozzz2022-03-161-24/+43
|
* add client.videos.upload.maxChunkSize config (#4857)kontrollanten2022-03-161-1/+2
| | | | | | | * add client.videos.upload.maxChunkSize config * updates after review * remove maxChunkSize from custom-config
* Some fixes for themesChocobozzz2022-03-151-1/+1
|
* Reorganize player filesChocobozzz2022-03-143-7/+8
|
* Add latency setting supportChocobozzz2022-03-094-8/+66
|
* Fix playlist element scrollingChocobozzz2022-03-013-7/+10
|
* Cleanup subtitle edition PRChocobozzz2022-02-283-16/+7
|
* Add simple subtitle edition from video captions tablutangar2022-02-288-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 supportChocobozzz2022-02-283-0/+9
|
* Implement avatar miniatures (#4639)kontrollanten2022-02-289-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 IPChocobozzz2022-02-071-1/+1
|
* Fix scheduled publication on uploadChocobozzz2022-02-078-19/+17
|
* Fast forward on HLS decode errorChocobozzz2022-02-021-3/+5
|
* Automatically restart live on server/live restartChocobozzz2022-01-191-3/+0
|
* Fix timestamp clickChocobozzz2022-01-131-3/+1
|
* Cleanup player hotkeysChocobozzz2022-01-131-11/+17
|
* Increase player control bar sizeChocobozzz2022-01-102-0/+19
|
* Handle async validatorsChocobozzz2022-01-038-36/+31
|
* Translate plugin settingsChocobozzz2021-12-291-1/+5
|
* Refactor video editionChocobozzz2021-12-291-9/+15
|
* Enhance plugin video fieldsChocobozzz2021-12-293-13/+59
| | | | | Add video form tab selection Add ability to display an error
* Don't stuck state when move transcoding job failedChocobozzz2021-12-232-0/+8
|
* Add ability for admins to set default p2p policyChocobozzz2021-12-164-88/+68
|
* Ability for admins to set default upload valuesChocobozzz2021-12-149-22/+18
|
* Add meaning to date short namesChocobozzz2021-12-131-26/+26
|
* Added "zxx" (no linguistic content) in available video languages (#4631)Florian CUNY2021-12-131-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 uploadChocobozzz2021-12-031-3/+18
|
* Fix audio upload if not enabled by instanceChocobozzz2021-12-011-0/+1
|
* Fix player placeholder widthChocobozzz2021-11-291-0/+2
|
* Refactor video viewsChocobozzz2021-11-091-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 clientChocobozzz2021-11-092-0/+8
|
* Support RTMPSChocobozzz2021-11-051-1/+6
|
* Add ability to exclude muted accountsChocobozzz2021-11-022-2/+2
|
* Remove useless componentsChocobozzz2021-10-293-14/+1
|
* Deprecate filter video queryChocobozzz2021-10-292-2/+2
| | | | Introduce include and isLocal instead
* Added label on the next autoplayed video and hide the hr line if unnecessary ↵Florian CUNY2021-10-262-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 Kent2021-10-251-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 codeChocobozzz2021-10-221-1/+1
|