aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-video-miniature
Commit message (Collapse)AuthorAgeFilesLines
* Display channel in miniatureChocobozzz2021-03-312-3/+3
| | | | With some exceptions though
* Square channel avatar consistencyChocobozzz2021-03-313-4/+9
|
* show less information by default in download modal (#3890)kontrollanten2021-03-293-68/+135
| | | | | | | | * client(video/download): collapse advanced informaton by default * fix(client/video-dl): update metadata upon resolution change closes #3810 Co-authored-by: Rigel Kent <par@rigelk.eu>
* client(video/download): set direct dl as defaultkontrollanten2021-03-241-1/+1
|
* Add hooks support for video downloadChocobozzz2021-03-241-5/+14
|
* Change copy icon (#3867)kontrollanten2021-03-241-1/+1
| | | | | | * client: change copy icon to glypicon-duplicate * client: add "copy" text to copy icons
* Add warning in download modal if neededChocobozzz2021-03-242-2/+10
|
* Fix loading things twice on trending pageChocobozzz2021-02-221-5/+13
|
* Fix NSFW policy on account/channel videosChocobozzz2021-02-191-6/+10
|
* Fix NSFW policy in my videos listChocobozzz2021-02-112-1/+3
|
* Transcode audio uploads to lower resolutionsChocobozzz2021-02-021-1/+2
| | | | Better consistency
* fix trending page scrollRigel Kent2021-02-011-1/+7
| | | | fixes #3665
* localize decimal separator in video miniatures (#3643)kontrollanten2021-01-291-2/+3
| | | | | | | | | | | * fix(client): localize decimal separator * fix(client/numpipe): handle Intl failure gently * Revert "fix(client/numpipe): handle Intl failure gently" This reverts commit e275049f1fabb0a7af5a274ebfc33f9c3fb279ed. * client: switch from Intl to ng formatNumber
* move from trending routes to alg paramRigel Kent2021-01-281-2/+8
|
* add default trending page choice, revert comments count for hot strategyRigel Kent2021-01-283-9/+10
|
* modularize abstract video list header and implement video hotness ↵Rigel Kent2021-01-287-17/+81
| | | | recommendation variant
* fix video download modal select widthRigel Kent2021-01-181-1/+3
|
* add space before type name in download popup titleRigel Kent2021-01-171-1/+1
| | | | fixes #3599
* Put feed url as linkChocobozzz2021-01-152-7/+6
|
* Fix display all videos filterChocobozzz2021-01-131-2/+5
|
* Fix some accessibility issuesChocobozzz2020-12-221-1/+3
|
* Refactor views componentChocobozzz2020-12-092-4/+5
|
* Don't allow manual redundancy of live videosChocobozzz2020-12-071-1/+1
|
* Refactor last PRChocobozzz2020-11-272-7/+1
|
* add title attribute for exact view counters (#3365)Tanguy BERNARD2020-11-272-2/+10
|
* allow private syndication feeds via a user feedTokenRigel Kent2020-11-252-4/+23
|
* Fix no history messageChocobozzz2020-11-191-1/+1
|
* Add ability to display all channel/account videosChocobozzz2020-11-183-8/+38
|
* Clearer periods in videos listChocobozzz2020-11-181-39/+43
|
* Fix audio sync after saving replayChocobozzz2020-11-091-2/+2
| | | | | hls.js seems to not correctly handle audio gaps with fragmented mp4 (but can with a ts playlist)
* Add live info in watch pageChocobozzz2020-11-093-2/+25
|
* Add modal to display live informationChocobozzz2020-11-091-1/+6
|
* Add watch messages if live has not startedChocobozzz2020-11-091-1/+4
|
* Migrate to $localizeChocobozzz2020-08-145-65/+57
| | | | | | | | | | | | * Remove i18n polyfill to translate things in components * Reduce bundle sizes * Improve runtime perf * Reduce a lot the time to make a full client build * Reduce client build complexity * We don't need a service to translate things anymore (so we will be able to translate title pages etc) Unfortunately we may loose some translations in the migration process. I'll put a message on weblate to notify translators
* Remove angular pipes moduleChocobozzz2020-08-111-2/+1
|
* Fix lintChocobozzz2020-08-071-1/+2
|
* Upgrade to angular 10Chocobozzz2020-08-073-5/+6
|
* Correct action button selection mode styleskimsible2020-07-201-3/+6
|
* Fix issues with external links in search pageChocobozzz2020-07-202-15/+22
|
* add check-params test for user listRigel Kent2020-07-031-1/+1
| | | | fixes #2918
* align feed icons to the right for video listingsRigel Kent2020-07-022-18/+29
|
* rename rss 2.0 to media rss 2.0Rigel Kent2020-07-022-8/+2
|
* Don't reload videos on muteChocobozzz2020-07-021-1/+0
|
* switch from softies to feathericonsRigel Kent2020-07-011-1/+1
| | | | also organize icons in folders per origin
* allow muting from the miniature optionsRigel Kent2020-06-284-25/+62
| | | | initial implementation with a listing refresh except on search results
* Reorganize client shared modulesChocobozzz2020-06-2317-0/+1915