aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/+video-watch
Commit message (Collapse)AuthorAgeFilesLines
* Add channel hooksChocobozzz2022-08-031-1/+1
|
* Prevent error on highlighted threadChocobozzz2022-07-292-1/+15
|
* video-watch.video-threads.loaded after DOM loadingChocobozzz2022-07-221-1/+2
|
* Add ability for client to create server logsChocobozzz2022-07-182-7/+9
|
* Put instance name in embed buttonChocobozzz2022-06-281-0/+1
|
* Theme fixesChocobozzz2022-06-281-3/+3
|
* Optimize emoji markup listChocobozzz2022-06-272-18/+18
|
* Refactor actor avatar componentChocobozzz2022-06-274-4/+15
|
* Fix fetching unlisted video in clientChocobozzz2022-06-243-7/+7
|
* Cleanup title-page CSSChocobozzz2022-06-163-10/+5
|
* Increase global font sizeChocobozzz2022-06-164-8/+2
|
* Move alert into to pt-alert-primaryChocobozzz2022-06-151-3/+3
|
* Reorganize application.scssChocobozzz2022-06-132-1/+4
|
* Replace all glyphicon iconsChocobozzz2022-06-132-10/+2
|
* Replace glyphicon chevronChocobozzz2022-06-104-21/+7
|
* Use bootstrap loaderChocobozzz2022-06-102-2/+2
|
* Remove secondary color themeChocobozzz2022-06-101-10/+6
|
* Merge branch 'release/4.2.0' into developChocobozzz2022-06-101-3/+3
|\
| * Fix classic select and ng select css inconsistencyChocobozzz2022-06-101-3/+3
| |
* | Migrate to bootstrap 5Chocobozzz2022-06-108-38/+41
|/
* Handle playlist without videos availableChocobozzz2022-06-036-4/+22
|
* Add control bar option for peertube playerChocobozzz2022-05-201-0/+1
|
* Support videos stats in clientChocobozzz2022-04-152-10/+6
|
* Rename studio to editorChocobozzz2022-03-221-1/+1
|
* Some fixes for themesChocobozzz2022-03-151-1/+1
|
* Reorganize player filesChocobozzz2022-03-142-6/+7
|
* Add latency setting supportChocobozzz2022-03-091-6/+28
|
* Fix playlist element scrollingChocobozzz2022-03-013-7/+10
|
* Add basic video editor supportChocobozzz2022-02-283-0/+9
|
* Implement avatar miniatures (#4639)kontrollanten2022-02-285-26/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* 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-031-1/+1
|
* 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-143-9/+10
|
* 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
|
* Add ability to exclude muted accountsChocobozzz2021-11-021-1/+1
|
* Deprecate filter video queryChocobozzz2021-10-291-1/+1
| | | | 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
* Provide origin URL to client and fix remote shareChocobozzz2021-10-222-9/+1
|
* Improve moderation dropdown UXChocobozzz2021-10-211-2/+5
|
* Fix privacy concern for remote videosChocobozzz2021-10-213-18/+22
|
* add option to always show channel display name (#4422)kontrollanten2021-10-124-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
* add ...playlist.elements.loaded hook (#4387)kontrollanten2021-10-122-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>