eeeecf9763
Merge pull request #1572 from saltycrys/add-dash-quality-preference
...
Add DASH quality preference
2020-12-23 20:36:13 +01:00
8df591e8d4
Merge pull request #1595 from saltycrys/improve-storyboards
...
Improve storyboards
2020-12-23 14:30:10 +01:00
702ed5bfa8
Merge pull request #1594 from saltycrys/improve-logging
...
Improve logging
2020-12-23 14:29:27 +01:00
75c6844b66
Improve storyboards
...
Instead of limiting the width of storyboards through CSS it is now done in the
VTT directly.
2020-12-21 17:02:36 +01:00
b39f01dcdf
Improve logging
...
Everything that gets logged now has a log level associated with it.
The log level can be set with the new `-l` or `--log-level` arguments.
The defaul log level is `debug` for now. There aren't many things that get
logged but if the logs get spammed in the future it can be set down to `info`.
2020-12-21 16:32:34 +01:00
dba7dc4e96
Merge pull request #1592 from saltycrys/remove-top-feed-option
...
Remove "Top" feed option from preferences
2020-12-19 19:56:11 +00:00
ef96a50cea
Remove "Top" feed option from preferences
...
The Top feed used to be a feed based on YouTube ratings. Once YouTube removed
publicly available ratings the Top feed was removed from Invidious but the
option to display a link to it remained.
2020-12-19 19:30:42 +01:00
eed78c960d
Improve DASH quality preference
...
Besides `auto`, `best` and `worst` it is now possible to select a target height.
If the target height is not available the closest lower height is selected.
2020-12-19 18:37:41 +01:00
eea7ca9b72
Add DASH quality preference
...
The options are `auto` (the current and default behavior), `best` and `worst`.
The UI is only updated once playback starts.
2020-12-19 18:37:30 +01:00
c7c732ebc0
Merge pull request #1584 from matthewmcgarvey/user-preferences
...
Extract out User Preferences endpoints
2020-12-16 08:08:58 +00:00
fb06482916
Extract out User Preferences endpoints
2020-12-15 18:54:30 -06:00
1bb24efbbc
Merge pull request #1580 from saltycrys/css-improvements
...
Css improvements
2020-12-15 20:32:55 +01:00
13800589a9
Bump dependencies ( #1578 )
2020-12-14 19:33:31 +01:00
848add1b1b
Set channel thumbnail as icon for feeds ( #1106 )
2020-12-14 19:25:39 +01:00
fc67dd18d0
Increase color contrast of light theme links
2020-12-14 14:20:31 +01:00
b3e9b92344
Fix pure-button hover color on a-tags
2020-12-14 14:15:03 +01:00
a291b29c6f
add EXPOSE port command in Dockerfile ( #1568 )
...
added EXPOSE (see https://docs.docker.com/engine/reference/builder/#expose ) in the Dockerfile. With this the reverse proxy Traefik can detect the port automatically.
2020-12-13 19:49:54 +01:00
b566c4ba1a
Untrack config.yml ( #1557 )
...
* Untrack config.yml
`config/config.yml` has been untracked and moved to `config/config.example.yml`.
The Dockerfile has been updated to copy all `config/config.*` files and to try
to move `config/config.example.yml` to `config/config.yml`. If a user supplied
`config/config.yml` exists it is not overwritten.
* Update Dockerfile to use `shard.lock`
* Fix tests
2020-12-10 08:18:30 +01:00
2349a6ab0c
Actually fix the icons of #1564 but for real this time
2020-12-09 20:21:42 +01:00
70eaf41acb
Actually fix the icons of #1564 by using an icon that exist in ionicons v4
2020-12-09 20:14:06 +01:00
912091981e
Fix the icons of #1564 and remove a useless line
2020-12-09 20:04:59 +01:00
aca42ff6a5
Update the cryptocurrency addresses and replace the Liberapay link with a link to the documentation ( #1564 )
...
* Update the cryptocurrency address with newly created one
* Replace the icon used for the donation address and link
* Replace the word Monero with the word XMR
* Replace the Liberapay placeholder with a link to the documentation
2020-12-09 19:43:45 +01:00
3fd885a188
Merge pull request #1560 from matthewmcgarvey/extract-login-routes
...
Extract login/signout routes from global file
2020-12-09 15:21:24 +00:00
2dacdf0210
Extract login/signout routes from global file
2020-12-08 20:50:39 -06:00
5e8856e65b
Merge pull request #1551 from saltycrys/add-embed-link
...
Add embed link to watch page
2020-12-08 21:30:13 +00:00
d42539949e
Add YT embed link to watch page
2020-12-08 19:10:29 +01:00
28ca5b2b57
Merge pull request #1552 from azhao-squareup/master
...
do not proxy hls livestrem on supported browser
2020-12-08 18:00:36 +00:00
eea6f5cbfa
Merge pull request #1549 from saltycrys/invidious-playlist-continuation
...
Fix Invidious playlist continuation
2020-12-08 11:55:40 +00:00
b55dcc16ae
Merge pull request #1548 from saltycrys/patch-1
...
Remove unused steps from CI
2020-12-08 11:54:03 +00:00
0cb442d40e
do not proxy hls on supported browser
2020-12-08 00:53:48 -05:00
680dc1f962
Shuffle URL params
...
The `list` and `index` params are the most important and come first now.
2020-12-08 02:30:48 +01:00
30c92ce1b7
Add embed link to watch page
2020-12-08 02:28:44 +01:00
e55a09241e
Fix Invidious playlist continuation
...
Playing a video in a Invidious playlist now correctly redirects to the next
video. The problem was that the offset was updated in the wrong place.
2020-12-07 22:28:27 +01:00
5f02237119
Remove unused steps from CI
...
There is no way to cache Crystal unfortunately.
See https://github.com/oprypin/install-crystal/issues/2
2020-12-07 19:18:38 +01:00
68552b6d65
Merge pull request #1544 from schwukas/fix-youtube-subscription-import
...
Fix youtube subscription import
2020-12-07 17:03:57 +00:00
44a4cea3a2
Merge pull request #1546 from schwukas/fix-empty-documents
...
Fix #1516 Document is empty
2020-12-07 16:23:00 +00:00
77c13e10ec
Update link to instructions
2020-12-07 13:34:40 +01:00
0f66ff50a4
Fix #1516 Document is empty
2020-12-07 13:10:00 +01:00
af515856c2
Merge pull request #1543 from schwukas/update-screenshots
...
Add missing screenshot and update the older ones
2020-12-07 03:19:17 +00:00
62e8c09183
Fix YouTube subscription import parser
2020-12-06 21:47:50 +01:00
cb40a74aaf
Add temporary link to subscription export instructions
2020-12-06 21:46:58 +01:00
a2c3ef94ec
Add missing screenshot and update the older ones
2020-12-06 17:25:00 +01:00
4184fb3ae7
Increase YouTube request timeout ( #1540 )
...
Increase YouTube request timeout
2020-12-06 12:12:02 +00:00
20d2d141e4
Merge pull request #1539 from saltycrys/fix-comments
...
Fix comments
2020-12-06 04:08:25 +00:00
0cfc3bfb79
Fix comment continuation tests
2020-12-06 04:28:35 +01:00
2de206cb81
Fix comments
...
The YouTube headers are now always added for requests to YouTube.
Previously they were only added for requests going through QUIC.
The session token is now JSON decoded to unescape escaped Unicode characters.
The comment continuation protobuf has been updated and the request now goes
through the YouTube `pbj` JSON API.
2020-12-06 04:11:41 +01:00
64c6dfd307
Merge pull request #1538 from Sonic-Y3k/master
...
Fix invidious version for docker image
2020-12-05 22:13:13 +00:00
03d0b296e1
Fix invidious version for docker image
...
As Alpine-Linux per default uses the busybox date command, the -f option is not available and the build will fail.
2020-12-05 20:06:24 +01:00
ca4408b343
Merge pull request #1519 from saltycrys/github-actions-ci
...
Switch to GitHub Actions for CI
2020-12-04 20:59:07 +00:00
527f408f6a
Merge pull request #1529 from saltycrys/fix-version
...
Fix invidious version for old git versions
2020-12-04 03:06:47 +00:00