| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-12-23 | Merge pull request #1572 from saltycrys/add-dash-quality-preference | Perflyst | |
| Add DASH quality preference | |||
| 2020-12-23 | Merge pull request #1595 from saltycrys/improve-storyboards | Perflyst | |
| Improve storyboards | |||
| 2020-12-23 | Merge pull request #1594 from saltycrys/improve-logging | Perflyst | |
| Improve logging | |||
| 2020-12-21 | Improve storyboards | saltycrys | |
| Instead of limiting the width of storyboards through CSS it is now done in the VTT directly. | |||
| 2020-12-21 | Improve logging | saltycrys | |
| 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-19 | Merge pull request #1592 from saltycrys/remove-top-feed-option | TheFrenchGhosty | |
| Remove "Top" feed option from preferences | |||
| 2020-12-19 | Remove "Top" feed option from preferences | saltycrys | |
| 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 | Improve DASH quality preference | saltycrys | |
| 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 | Add DASH quality preference | saltycrys | |
| The options are `auto` (the current and default behavior), `best` and `worst`. The UI is only updated once playback starts. | |||
| 2020-12-16 | Merge pull request #1584 from matthewmcgarvey/user-preferences | TheFrenchGhosty | |
| Extract out User Preferences endpoints | |||
| 2020-12-15 | Extract out User Preferences endpoints | Matthew McGarvey | |
| 2020-12-15 | Merge pull request #1580 from saltycrys/css-improvements | Perflyst | |
| Css improvements | |||
| 2020-12-14 | Bump dependencies (#1578) | saltycrys | |
| 2020-12-14 | Set channel thumbnail as icon for feeds (#1106) | Amanda Graven | |
| 2020-12-14 | Increase color contrast of light theme links | saltycrys | |
| 2020-12-14 | Fix pure-button hover color on a-tags | saltycrys | |
| 2020-12-13 | add EXPOSE port command in Dockerfile (#1568) | Slinky-Wrangle-Punch | |
| 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-10 | Untrack config.yml (#1557) | saltycrys | |
| * 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-09 | Actually fix the icons of #1564 but for real this time | TheFrenchGhosty | |
| 2020-12-09 | Actually fix the icons of #1564 by using an icon that exist in ionicons v4 | TheFrenchGhosty | |
| 2020-12-09 | Fix the icons of #1564 and remove a useless line | TheFrenchGhosty | |
| 2020-12-09 | Update the cryptocurrency addresses and replace the Liberapay link with a ↵ | TheFrenchGhosty | |
| 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 | Merge pull request #1560 from matthewmcgarvey/extract-login-routes | TheFrenchGhosty | |
| Extract login/signout routes from global file | |||
| 2020-12-08 | Extract login/signout routes from global file | Matthew McGarvey | |
| 2020-12-08 | Merge pull request #1551 from saltycrys/add-embed-link | TheFrenchGhosty | |
| Add embed link to watch page | |||
| 2020-12-08 | Add YT embed link to watch page | saltycrys | |
| 2020-12-08 | Merge pull request #1552 from azhao-squareup/master | TheFrenchGhosty | |
| do not proxy hls livestrem on supported browser | |||
| 2020-12-08 | Merge pull request #1549 from saltycrys/invidious-playlist-continuation | TheFrenchGhosty | |
| Fix Invidious playlist continuation | |||
| 2020-12-08 | Merge pull request #1548 from saltycrys/patch-1 | TheFrenchGhosty | |
| Remove unused steps from CI | |||
| 2020-12-08 | do not proxy hls on supported browser | Andrew Zhao | |
| 2020-12-08 | Shuffle URL params | saltycrys | |
| The `list` and `index` params are the most important and come first now. | |||
| 2020-12-08 | Add embed link to watch page | saltycrys | |
| 2020-12-07 | Fix Invidious playlist continuation | saltycrys | |
| 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 | Remove unused steps from CI | saltycrys | |
| There is no way to cache Crystal unfortunately. See https://github.com/oprypin/install-crystal/issues/2 | |||
| 2020-12-07 | Merge pull request #1544 from schwukas/fix-youtube-subscription-import | TheFrenchGhosty | |
| Fix youtube subscription import | |||
| 2020-12-07 | Merge pull request #1546 from schwukas/fix-empty-documents | TheFrenchGhosty | |
| Fix #1516 Document is empty | |||
| 2020-12-07 | Update link to instructions | Lukas | |
| 2020-12-07 | Fix #1516 Document is empty | Lukas | |
| 2020-12-07 | Merge pull request #1543 from schwukas/update-screenshots | TheFrenchGhosty | |
| Add missing screenshot and update the older ones | |||
| 2020-12-06 | Fix YouTube subscription import parser | Lukas | |
| 2020-12-06 | Add temporary link to subscription export instructions | Lukas | |
| 2020-12-06 | Add missing screenshot and update the older ones | Lukas | |
| 2020-12-06 | Increase YouTube request timeout (#1540) | saltycrys | |
| Increase YouTube request timeout | |||
| 2020-12-06 | Merge pull request #1539 from saltycrys/fix-comments | TheFrenchGhosty | |
| Fix comments | |||
| 2020-12-06 | Fix comment continuation tests | saltycrys | |
| 2020-12-06 | Fix comments | saltycrys | |
| 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-05 | Merge pull request #1538 from Sonic-Y3k/master | TheFrenchGhosty | |
| Fix invidious version for docker image | |||
| 2020-12-05 | Fix invidious version for docker image | Sonic-Y3k | |
| As Alpine-Linux per default uses the busybox date command, the -f option is not available and the build will fail. | |||
| 2020-12-04 | Merge pull request #1519 from saltycrys/github-actions-ci | TheFrenchGhosty | |
| Switch to GitHub Actions for CI | |||
| 2020-12-04 | Merge pull request #1529 from saltycrys/fix-version | TheFrenchGhosty | |
| Fix invidious version for old git versions | |||
