aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app
Commit message (Collapse)AuthorAgeFilesLines
* Better placement for help tooltipRigel Kent2020-01-092-2/+2
|
* Fix playlist observable cacheChocobozzz2020-01-091-7/+9
|
* Remove ElementEventChocobozzz2020-01-092-15/+7
|
* Optimize list my playlists SQL queryChocobozzz2020-01-091-2/+11
|
* Show default avatar on network error for commentsRigel Kent2020-01-095-4/+16
|
* Remove useless translationChocobozzz2020-01-091-1/+1
|
* Display total of number of video comments via paginationRigel Kent2020-01-081-3/+3
| | | | fixes #2391
* Set a default background color for account avatarRigel Kent2020-01-081-0/+1
| | | | fixes #2392
* Generate translationsChocobozzz2020-01-082-5/+4
|
* Try to fix subscriptions inconsistenciesChocobozzz2020-01-081-1/+1
|
* Skip videos count on client if we don't use itChocobozzz2020-01-0820-60/+75
|
* Add option to download subtitles in download modalRigel Kent2020-01-075-7/+56
|
* Add duration to video attributes in watch viewRigel Kent2020-01-073-1/+28
|
* Improve miniature & buttons display in my-account-videos listRigel Kent2020-01-071-0/+22
|
* Add button in subscriptions to go to subscriptions listRigel Kent2020-01-074-7/+36
|
* Add warning if admin disables webtorrentChocobozzz2020-01-062-22/+55
|
* Add get user cache for commentsChocobozzz2020-01-063-6/+17
|
* Fix mark all as read notificationsChocobozzz2020-01-065-17/+25
|
* Align search field with checkboxes in playlist addChocobozzz2020-01-063-19/+9
|
* Fix misplaced i18n tag in admin system configRigel Kent2020-01-062-2/+2
|
* Enhance variable width column for id column in jobs listRigel Kent2020-01-062-12/+28
|
* Enhance jobs list displaying on smaller screensJulien Maulny2020-01-064-28/+38
|
* Share playlists stateChocobozzz2020-01-065-105/+243
|
* Add checkbox focus shadows, and admin resolution descriptionsRigel Kent2020-01-065-5/+15
|
* Fix buildChocobozzz2020-01-051-2/+2
|
* Move watch later logic in miniatureChocobozzz2020-01-038-102/+127
|
* Hide warning if p2p is disabledChocobozzz2020-01-031-1/+2
|
* Display all miniature actions on hover and focusRigel Kent2020-01-027-12/+22
|
* Add miniature quick actions to add video to Watch later playlistRigel Kent2020-01-028-9/+137
|
* small grammar fixDontUseGithub2019-12-301-1/+1
| | | small grammar fix
* Fix support modal titleChocobozzz2019-12-303-4/+2
|
* Fix my-account{videos,video-playlists} loading mecanismRigel Kent2019-12-295-12/+16
|
* 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-2812-13/+69
|
* Slightly more personal support modalRigel Kent2019-12-273-3/+5
|
* Add comment filtering by reply countRigel Kent2019-12-275-4/+30
|
* Fix video support field updateChocobozzz2019-12-271-13/+17
|
* Better error message in videos listChocobozzz2019-12-271-1/+6
|
* Remove peertube version of footerChocobozzz2019-12-272-6/+2
|
* (css) transparent buttons in watch pageRigel Kent2019-12-272-23/+34
|
* Add user moderation dropdown to commentsRigel Kent2019-12-275-10/+47
|
* Add playlist search option and search input for add-to-video-playlist dropdownRigel Kent2019-12-265-5/+40
| | | | fixes #2138
* Add autoplay tooltip, use of flex-wrap in video-info and other-videosRigel Kent2019-12-216-9/+28
|
* (css) vertical-center modals, bullet as separatorRigel Kent2019-12-203-4/+4
|
* Fix upnext, refactor avatar menu, add to playlist overflowRigel Kent2019-12-2011-26/+73
|
* Add next video button to the playerRigel Kent2019-12-191-0/+1
|
* fix deleted comment layout and its notification displayRigel Kent2019-12-197-16/+72
|
* improve notification popup interactivity: read all, layout, positionRigel Kent2019-12-198-13/+61
| | | | fixes #1730
* respect video history on explicit playlist clickRigel Kent2019-12-183-3/+4
| | | | | | | also correct font-weight for .title-page-single, and tooltip dynamic text for playlist loop button. fixes #1889