aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/video/video-miniature.component.html
Commit message (Collapse)AuthorAgeFilesLines
* Add video miniature dropdownChocobozzz2019-04-051-40/+49
|
* Refactor video miniaturesChocobozzz2019-04-031-6/+28
|
* Fix miniature with a long nameChocobozzz2018-11-151-2/+2
|
* Fix angular buildChocobozzz2018-10-101-2/+2
|
* Add ability to list all local videos on clientChocobozzz2018-10-101-0/+3
|
* Improve videos list client performanceChocobozzz2018-09-201-2/+2
|
* use focus-visible polyfill to improve keyboard navigationRigel Kent2018-09-111-2/+3
| | | | | Only the homepage is concerned, but it should have decent keyboard navigation support now.
* Add local user subscriptionsChocobozzz2018-08-271-1/+7
|
* Begin advanced searchChocobozzz2018-07-241-1/+1
|
* Improve frontend accessibilityChocobozzz2018-07-171-1/+1
| | | | | In particular checkboxes, likes/dislikes, share button, video thumbnails and help buttons
* Add i18n attributesChocobozzz2018-06-051-1/+1
|
* Only use account name in routesChocobozzz2018-05-251-2/+2
|
* Add videos e2e testsChocobozzz2018-05-171-8/+6
|
* Implement video channel viewsChocobozzz2018-04-251-2/+2
|
* Add account link in videos listChocobozzz2018-04-251-1/+1
|
* Add ability to choose what policy we have for NSFW videosChocobozzz2018-04-191-2/+2
| | | | There is a global instance setting and a per user setting
* Add publishedAt field for video model.Julien Le Bras2018-03-301-1/+1
| | | | | | | | | | | | * New field added in the `video` table + migration script * `publishedAt` updated to NOW when privacy changes from private to public/unlisted (default = NOW) * Models updated to handle the new attribute * Client interface updated to use `publishedAt` instead of `createdAt` except in My Account > My Videos view
* Begin video watch designChocobozzz2017-12-061-0/+17