237100da18
Use UTC for published date
2021-02-21 12:35:21 +01:00
1e33c0c288
Fix comment replies count
2021-02-21 00:09:04 +01:00
cbc7603248
Merge pull request #1793 from iv-org/revert-1790-bump-dependencies
...
Revert "Bump dependencies"
2021-02-20 19:08:25 +01:00
8d53f3abb8
Revert "Bump dependencies"
2021-02-20 19:08:13 +01:00
2dcfec2639
Merge pull request #1790 from saltycrys/bump-dependencies
...
Bump dependencies
2021-02-20 03:02:47 +01:00
dacb1a70ee
Bump dependencies
2021-02-20 02:58:35 +01:00
93200c00f2
Merge pull request #1781 from 138138138/player-speed-adjustment
...
Skip duration multiply by playback rate
2021-02-18 12:12:51 +00:00
3b484c362e
Skip duration multiply by playback rate
...
Fast Forward/Backward like YouTube. The skip duration is multiplied by playback rate.
2021-02-17 21:33:26 +08:00
fbee9fe51e
Merge pull request #1766 from weblate/weblate-invidious-translations
...
Translations update from Weblate
2021-02-14 19:38:04 +00:00
c451aab150
Enable the Hebrew translation since it's now translated at more than 80%
2021-02-14 19:37:46 +00:00
48bff9a5d2
Enable the Indonesian translation since it's now translated at more than 80%
2021-02-14 19:35:05 +00:00
db36d80669
Update Indonesian translation
2021-02-14 13:26:07 +01:00
6c8d3232a0
Update Finnish translation
2021-02-14 13:26:07 +01:00
e6418fe79b
Merge pull request #1776 from gripped/crystalversion
...
Update README.md
2021-02-14 13:26:02 +01:00
34a0bb04f7
Update README.md
...
Ubuntu / Debian instructions installing an old version of Crystal.
2021-02-14 10:23:16 +00:00
28302c82a3
Merge pull request #1759 from weblate/weblate-invidious-translations
...
Translations update from Weblate
2021-02-11 14:33:37 +00:00
5025c40ab2
Update Hebrew translation
2021-02-11 14:50:24 +01:00
6fdd30d97f
Merge pull request #1757 from weblate/weblate-invidious-translations
...
Translations update from Weblate
2021-02-11 13:45:21 +00:00
b7c000e435
Update Hebrew translation
2021-02-10 13:41:43 +01:00
5ef2bbe5d6
Add Hebrew translation ( #1753 )
...
* Add Hebrew translation
* Update he.json
* Update he.json
* Update he.json
* Update he.json
* Update he.json
* Update he.json
* Update he.json
* Update he.json
Co-authored-by: TheFrenchGhosty <47571719+TheFrenchGhosty@users.noreply.github.com >
2021-02-10 00:33:23 +00:00
e1d37c3b98
Merge pull request #1750 from weblate/weblate-invidious-translations
...
Translations update from Weblate
2021-02-10 00:27:32 +00:00
ec475e5783
Update Finnish translation
2021-02-10 01:12:44 +01:00
c4b67b4cae
Add Hebrew translation
2021-02-10 01:12:44 +01:00
b2cfebcce2
Merge pull request #1754 from saltycrys/fix-various-artists-playlist
...
Fix playlists with `Various Artists` author
2021-02-10 01:12:40 +01:00
2bf445e165
Fix playlists with Various Artists
author
2021-02-10 01:04:27 +01:00
121224b1b0
Fix ; () {}
2021-02-10 01:05:29 +08:00
55ce1ce3ec
Merge pull request #1724 from iv-org/add-issue-templates
...
Add issue templates
2021-02-09 12:21:34 +00:00
2b14633047
Split enhancement and feature request, apply suggestions
2021-02-08 16:23:57 +01:00
88042d27ec
Merge pull request #1715 from tenpura-shrimp/searchchannelthumbnails
...
Use large thumbnail for channels in search
2021-02-05 18:34:53 +01:00
148f3002ec
use large thumbnail for channels in search
2021-02-04 18:20:49 -05:00
ec82c1f957
Merge pull request #1730 from notpushkin/patch-1
...
Add link[rel="alternate"] pointing to YouTube version
2021-02-04 07:55:39 +01:00
9919520c28
Merge pull request #1744 from saltycrys/crystal-0.36.1
...
Bump dependencies and update to Crystal 0.36.1
2021-02-04 05:17:59 +01:00
689795e8bc
Update to Crystal 0.36.1
2021-02-04 05:13:29 +01:00
5c8ab35f55
Bump dependencies
2021-02-04 05:11:54 +01:00
ddd7f3f384
Update player.js
2021-02-03 11:50:14 +08:00
c2f74879da
Merge pull request #1734 from saltycrys/crystal-0.36.0
...
Crystal 0.36.0
2021-02-02 21:02:25 +00:00
5311683d43
Update to Crystal 0.36.0
...
Crystal versions below `0.36.0` are no longer supported.
2021-02-02 20:01:02 +01:00
5f03a583d1
Update code for Crystal 0.36.0
...
Rename `HTTPClient@socket` to `HTTPClient@io`, see
https://github.com/crystal-lang/crystal/pull/9543 .
Rename `URI#full_path` to `URI#request_target`, see
https://github.com/crystal-lang/crystal/pull/10099 .
2021-02-02 20:01:02 +01:00
a6970e02f9
Fix double duration on all Apple devices
...
The fix will be applied when Safari browser is detected.
2021-02-02 21:25:13 +08:00
1f7f013e0a
Merge pull request #1738 from saltycrys/adjust-routes
...
Adjust routes
2021-02-02 06:29:28 +01:00
991a04dc2a
Adjust routes
...
Simple routes have been moved into a single `Misc` file.
Embed routes have been moved into a single `Embed` file.
The preferences route has been renamed to be more consistent with other parts
of the codebase.
2021-02-02 06:18:16 +01:00
685902adab
Update player.js
...
Fixes audio mode duration doubled in iPhone iOS browsers. The player will stop after reaching the real duration.
iOS() checks both iOS and iPadOS.
Only tested on iPhone iOS browsers. Testers needed for behavior of iPadOS and MacOS.
2021-02-01 15:59:27 +08:00
26ce0eb4b9
Merge pull request #1733 from weblate/weblate-invidious-translations
...
Translations update from Weblate
2021-01-31 20:17:07 +00:00
b30db728cc
Add suggestions
2021-01-31 13:17:50 +01:00
5eb098b5aa
Update Japanese translation
2021-01-31 12:18:45 +01:00
a2995ea03a
Update Japanese translation
2021-01-31 12:18:45 +01:00
82da5cfd01
Merge pull request #1712 from tenpura-shrimp/bumpvideojs
...
Bump videojs and fix webworker
2021-01-31 12:18:40 +01:00
909285ea46
Merge pull request #1732 from saltycrys/unrequire-logger
...
Unrequire `logger`
2021-01-31 03:48:29 +01:00
a0bc0641c7
Unrequire logger
...
Crystal's `Logger` was required but never used in Invidious. Crystal 0.36.0
removed `Logger` in favor of `Log`.
2021-01-31 03:33:38 +01:00
e7ada61881
Add link[rel="alternate"] pointing to YouTube version
2021-01-30 23:45:55 +00:00