コミットグラフ

4124 コミット

作成者 SHA1 メッセージ 日付
138138138 09ff370ddc
Change player.css order 2022-06-25 17:19:40 +08:00
138138138 32ecf30c82
Add audioTrackButton 2022-06-25 17:19:11 +08:00
138138138 a62adccd3d
change lang to label
lang has to be BCP 47 standard. Using label also can let video.js know there are 2 audio tracks.
2022-06-25 16:33:02 +08:00
138138138 c75bf35f59
Update DASH format to serve 2 audio to player
player.audioTracks() can successfully show
tracks_: Array(2)
2022-06-24 17:26:30 +08:00
守矢諏訪子 f08bc83f13 Merge branch 'master' of github.com:iv-org/invidious 2022-06-23 04:54:53 +09:00
138138138 3013782b7b
formatting 2022-06-23 03:03:54 +08:00
138138138 81abebd144
Highest quality m4a on audio only mode as default
Audio mode will automatically select highest quality m4a as default.
2022-06-23 02:27:46 +08:00
138138138 140b6c1227
DASH playback force highest quality m4a
Since VideoJS is unable to handle adaptive audio quality, the best audo quality is forced for every video quality.
2022-06-23 02:13:22 +08:00
138138138 ac685f65e9
Fix captions
textTracks 0 in DASH mode shows debug messages.
Use textTracks 1 in DASH mode, and textTracks 0 in non-DASH mode and audio mode.
2022-06-23 01:01:11 +08:00
138138138 de74056925
Keep listen mode after related video click
When clicking the related videos, listen mode will be kept by passing listen=true/listen=false on the URL.
2022-06-22 20:09:29 +08:00
138138138 f6b1cbd5d0
Player MobileUi fast forward/backward rate
The fast forward/backward seconds will be adjusted according to playback rate (same as YouTube app behavior).
5 seconds is used when the playback rate is 1x. Previously it was 10 seconds. I believe most of the users watch videos at 2x, so the change will not be obvious.
2022-06-22 19:33:02 +08:00
138138138 7db6e43e3f
Fix captions
Captions should automatically show according to preferences.
2022-06-22 19:10:46 +08:00
Émilien Devos 6c73614a47
Bump revision for crystal alpine package on Docker 2022-06-13 13:18:37 +02:00
守矢諏訪子 33e2e71e1c Merge branch 'master' of github.com:iv-org/invidious 2022-06-12 06:11:23 +09:00
Samantaz Fox b5c54b4e41
Merge pull request #3137 from SamantazFox/add-hashtags
Add hashtags
2022-06-09 00:35:09 +02:00
Samantaz Fox 8f1c84e6d4
Merge pull request #3119 from GauthierPLM/popular-enabled
Add "Popular Enabled: " string to localisation
2022-06-09 00:34:11 +02:00
Samantaz Fox d1df4af734
Merge pull request #3118 from weblate/weblate-invidious-translations
Translations update from Hosted Weblate
2022-06-09 00:33:44 +02:00
Samantaz Fox 23cd04fe88
Merge pull request #3116 from DoodlesEpic/fix-reddit-comments-nojs-ytkids
Fix document is empty error on yt kids video when reddit comments are enabled
2022-06-09 00:33:09 +02:00
Samantaz Fox dbc7c97e0b
Merge pull request #3103 from SamantazFox/add-utility-scripts
Add utility scripts
2022-06-09 00:32:44 +02:00
Samantaz Fox 2313ca8f72
Merge pull request #3084 from AHOHNMYC/js-helpers-polyfills
JS refactoring part 2: helper functions, poyfills
2022-06-09 00:30:34 +02:00
Hosted Weblate 9418ba1687
Update Bengali translation
Update Bengali translation

Add Bengali translation

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Oymate <dhruboadittya96@gmail.com>
2022-06-09 00:12:33 +02:00
Hosted Weblate 233491940c
Update Indonesian translation
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: I. Musthafa <i.musthafa66@gmail.com>
2022-06-09 00:12:33 +02:00
Hosted Weblate 7708e7ab08
Update Slovenian translation
Update Slovenian translation

Co-authored-by: Damjan Gerl <damjan@damjan.net>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
2022-06-09 00:12:32 +02:00
Hosted Weblate 600bd38630
Update Portuguese translation
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: SC <lalocas@protonmail.com>
2022-06-09 00:12:32 +02:00
Hosted Weblate f7290dfcb6
Update Croatian translation
Update Croatian translation

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Milo Ivir <mail@milotype.de>
2022-06-09 00:12:32 +02:00
Hosted Weblate e22f7583eb
Update Ukrainian translation
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Ihor Hordiichuk <igor_ck@outlook.com>
2022-06-09 00:12:32 +02:00
Hosted Weblate c0e85f5687
Update Russian translation
Co-authored-by: AHOHNMYC <lqwh2h2cwa@protonmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
2022-06-09 00:12:32 +02:00
Samantaz Fox 3593f67eb6
Fix: related videos is a Hash(String, String) 2022-06-08 23:57:16 +02:00
Samantaz Fox 1b251264a6
Pull submodules during CI 2022-06-08 23:57:15 +02:00
Samantaz Fox 93c1a1d42e
Add mocks as a submodule 2022-06-08 23:56:40 +02:00
Samantaz Fox d7f6b6b018
Fix CI: support reloadContinuationItemsCommand containers 2022-06-08 23:56:40 +02:00
Samantaz Fox fd99f20404
Fix CI: use be_close() with 1s delta for Time comparisons 2022-06-08 23:56:40 +02:00
Samantaz Fox 2b1e1b11a3
Fix CI: support BADGE_STYLE_TYPE_VERIFIED_ARTIST 2022-06-08 23:56:40 +02:00
Samantaz Fox 96ac7f9f35
Add hashtag extractor spec 2022-06-08 23:56:40 +02:00
Samantaz Fox 33da64a669
Add support for hashtags 2022-06-08 23:56:40 +02:00
meow 38eb4ccbc4 CSS. Small IE11 fixes 2022-06-06 21:51:47 +03:00
meow a57414307e CSS. Small IE11 fixes 2022-06-06 01:10:00 +03:00
Mohammed Anas 7ad111e2f6
Update actions used in GH workflows (#3138) 2022-06-05 22:05:19 +02:00
meow a402128a7d Move `_helpers.js` include from various .ecr's into `template.ecr` `head` tag 2022-06-05 21:19:59 +03:00
meow d3ab4a5145 JS. Trailing spaces removed 2022-06-05 20:54:48 +03:00
Émilien Devos 4ae77bcef9
Remove rating display from the frontend 2022-06-04 15:39:04 +02:00
Émilien Devos e84416e56d
Remove dislikes icon (#3092) 2022-06-04 12:58:34 +02:00
TheFrenchGhosty 59ccc9d73e
Merge pull request #3134 from lhc-sudo/patch-1
Add TubiTui to Projects Using Invidious section of README.md
2022-06-01 20:21:55 +02:00
777 1533a28817
Add TubiTui to Projects Using Invidious section 2022-06-01 18:48:52 +01:00
meow 7e4840867e CSS. Wider settings name to less word wrap 2022-06-01 17:16:07 +03:00
meow f2f3f045e5 fix time adding dirung redirection 2022-05-31 12:18:42 +03:00
meow b12149bafd Save time during redirection on another instance 2022-05-31 11:58:12 +03:00
守矢諏訪子 4197d26abe Merge branch 'master' of github.com:iv-org/invidious 2022-05-31 05:38:29 +09:00
TheFrenchGhosty 307c1b0b62
Merge pull request #3128 from arekf/patch-1
Add Yattee to README
2022-05-29 19:56:30 +02:00
TheFrenchGhosty b201745988
Markdown enhancement 2022-05-29 19:56:11 +02:00