aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos
Commit message (Collapse)AuthorAgeFilesLines
* hide RSS for comments, normalize video-channel edit with account editRigel Kent2020-03-121-7/+14
|
* Handle overview pagination in clientChocobozzz2020-03-112-42/+80
|
* Action hook: thread replies loaded (#2550)BitTube2020-03-111-0/+1
| | | | | | | | | | | | | * Add thread replies hook onLoaded * Cleaning spaces * Fixing travis CI lint errors (spaces) * Fixing travis 'irregular whitespace not allowed' * Changing action name for consistency Co-authored-by: ICabaleiro <i.cabaleiro@devcups.com>
* Improve nav in admin/configurationRigel Kent2020-03-071-1/+1
|
* Normalize modal close buttons, and cancel/submit button stylesRigel Kent2020-03-062-10/+7
|
* Share modal light UI simplificationRigel Kent2020-03-062-27/+21
|
* Fix lint error introduced in #2539Rigel Kent2020-03-061-1/+1
|
* Add action hook, comments loaded (#2539)Chocobozzz2020-03-051-0/+1
| | | | | | * Adding action hook for video watch comments loaded * Adding requested changes for PR #2539
* Switch back to original text in privacy-concerns warningRigel Kent2020-03-051-6/+6
|
* Fixing load more comments on infinite scroll (#2535)BitTube2020-03-041-4/+2
| | | | | | | | * Fixing load more comments on infinite scroll * Requested changes for load more comments fix * Removing extra space
* Add visitor settings, rework logged-in dropdown (#2514)Rigel Kent2020-02-2813-49/+70
| | | | | | | | | | | | | | * Add visitor settings, rework logged-in dropdown * Make user dropdown P2P switch functional * Fix lint * Fix unnecessary notification when user logs out * Simplify visitor settings code and remove unnecessary icons * Catch parsing errors and reindent menu styles
* Provide z-index centralisation for lower componentsRigel Kent2020-02-211-0/+1
|
* Replace uppercase text-transform by capitalized text sourceRigel Kent2020-02-213-5/+5
| | | | fixes #2085
* Add ListOverflow component to prevent sub-menu overflowRigel Kent2020-02-133-3/+3
|
* Remove resume parameter when sharing a videoChocobozzz2020-02-101-2/+0
|
* Strict templates enabledChocobozzz2020-02-108-15/+23
|
* Fix angular 9 buildChocobozzz2020-02-101-1/+1
|
* Update to angular 9Chocobozzz2020-02-105-9/+9
|
* Merge branch 'release/2.1.0' into developChocobozzz2020-02-071-1/+3
|\
| * Support wma and wav audio filesChocobozzz2020-02-071-1/+3
| |
* | Add origin instance URL in watch pageChocobozzz2020-01-291-0/+5
|/
* Add link to video in update view and smooth progress bar repositioningRigel Kent2020-01-133-3/+12
|
* Fix default avatar URLChocobozzz2020-01-101-1/+2
|
* Refactor my-subscribe-button to support full account subscriptionRigel Kent2020-01-101-1/+1
|
* Show default avatar on network error for commentsRigel Kent2020-01-092-0/+6
|
* Display total of number of video comments via paginationRigel Kent2020-01-081-3/+3
| | | | fixes #2391
* Skip videos count on client if we don't use itChocobozzz2020-01-086-8/+13
|
* Add option to download subtitles in download modalRigel Kent2020-01-071-1/+1
|
* Add duration to video attributes in watch viewRigel Kent2020-01-071-0/+5
|
* Add button in subscriptions to go to subscriptions listRigel Kent2020-01-071-0/+5
|
* Add get user cache for commentsChocobozzz2020-01-062-4/+5
|
* Move watch later logic in miniatureChocobozzz2020-01-031-1/+0
|
* Hide warning if p2p is disabledChocobozzz2020-01-031-1/+2
|
* Fix support modal titleChocobozzz2019-12-303-4/+2
|
* Fix my-account{videos,video-playlists} loading mecanismRigel Kent2019-12-293-6/+10
|
* Better spacing beetween commentsRigel Kent2019-12-284-20/+24
|
* Add author indicator to the comment replies loaderRigel Kent2019-12-283-3/+15
|
* Add search bars for a user's videos and playlist libraryRigel Kent2019-12-281-0/+1
|
* Slightly more personal support modalRigel Kent2019-12-273-3/+5
|
* Add comment filtering by reply countRigel Kent2019-12-274-4/+27
|
* Fix video support field updateChocobozzz2019-12-271-13/+17
|
* (css) transparent buttons in watch pageRigel Kent2019-12-272-23/+34
|
* Add user moderation dropdown to commentsRigel Kent2019-12-273-4/+41
|
* Add autoplay tooltip, use of flex-wrap in video-info and other-videosRigel Kent2019-12-215-8/+23
|
* (css) vertical-center modals, bullet as separatorRigel Kent2019-12-201-2/+2
|
* Fix upnext, refactor avatar menu, add to playlist overflowRigel Kent2019-12-203-7/+19
|
* Add next video button to the playerRigel Kent2019-12-191-0/+1
|
* fix deleted comment layout and its notification displayRigel Kent2019-12-191-1/+2
|
* improve notification popup interactivity: read all, layout, positionRigel Kent2019-12-192-1/+1
| | | | fixes #1730
* respect video history on explicit playlist clickRigel Kent2019-12-182-2/+2
| | | | | | | also correct font-weight for .title-page-single, and tooltip dynamic text for playlist loop button. fixes #1889