summaryrefslogtreecommitdiffstats
path: root/kubernetes/values.yaml (unfollow)
AgeCommit message (Collapse)Author
2021-01-07Remove some mentions of omarrothHackerNCoder
2021-01-05Adjust log verbositysaltycrys
The default log level has been changed from `debug` to `info`. The `debug` log level is now more verbose. `debug` now gives a general overview of what is happening (where implemented) while `trace` gives all available details.
2021-01-05Make logger a constantsaltycrys
Instead of passing around `logger` there is now the global `LOGGER`.
2021-01-05Add CLI arguments to config filesaltycrys
The log level can now be set with `log_level` (accepts ints and strings). The log file can now be set with `output` (also accepts `STDOUT`).
2021-01-04Fix `watch_videos` endpointsaltycrys
Playlists created by `watch_videos` do not have an author which caused a crash previously.
2021-01-04Set content type for HTML error helperssaltycrys
This fixes `Unexpected char '<' at 1:1` errors caused by content type mismatch.
2021-01-03add config to decrypt on demand instead of pollingvhuynh3000
2021-01-03Download liblsquic.a from iv-org/liblsquic-static-alpinesaltycrys
This only affects Docker installs. Regular builds still use the binary shipped with `lsquic.cr`.
2020-12-30fix channel/ID/community endpointbopol
fixes https://github.com/iv-org/invidious/issues/1611
2020-12-29Fix Video Mode Buttonsaltycrys
The query params that get edited for `embed_params` are now deep copied instead of shallow copied, preventing the originals from being changed.
2020-12-27Close http clients after usingAndrew Zhao
The crystal http client maintains a keepalive connection to the other server which stays alive for some time. This should be closed if the client instance is not used again to avoid hogging resources
2020-12-27Add `popular-enabled` optionsaltycrys
This is similar to the removed `top-enabled` option but for the Popular feed. The instance needs to be restarted if the feed was enabled. Editing admin options on the preferences page is also fixed. The handling of the feed pages now only happens in a single place. Instead of redirecting: - The Top feed now displays a message that it was removed from Invidious. - The Popular feed now displays a message that it was disabled if it was.
2020-12-27Add RefreshChannelsJob tracessaltycrys
Traces can be enabled with `-l trace`. The problem with subscriptions is that sometimes requests to YouTube never finish. As soon as that happens `channel-threads` times subscriptions stop being refreshed. This is most likely a problem with the lsquick bindings.
2020-12-27Rename threads to fiberssaltycrys
The config and command line options haven't been changed.
2020-12-21Improve storyboardssaltycrys
Instead of limiting the width of storyboards through CSS it is now done in the VTT directly.
2020-12-21Improve loggingsaltycrys
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-19Remove "Top" feed option from preferencessaltycrys
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-19Improve DASH quality preferencesaltycrys
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-19Add DASH quality preferencesaltycrys
The options are `auto` (the current and default behavior), `best` and `worst`. The UI is only updated once playback starts.
2020-12-15Extract out User Preferences endpointsMatthew McGarvey
2020-12-14Bump dependencies (#1578)saltycrys
2020-12-14Set channel thumbnail as icon for feeds (#1106)Amanda Graven
2020-12-14Increase color contrast of light theme linkssaltycrys
2020-12-14Fix pure-button hover color on a-tagssaltycrys
2020-12-13add 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-10Untrack 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-09Actually fix the icons of #1564 but for real this timeTheFrenchGhosty
2020-12-09Actually fix the icons of #1564 by using an icon that exist in ionicons v4TheFrenchGhosty
2020-12-09Fix the icons of #1564 and remove a useless lineTheFrenchGhosty
2020-12-09Update 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-08Extract login/signout routes from global fileMatthew McGarvey
2020-12-08Add YT embed link to watch pagesaltycrys
2020-12-08do not proxy hls on supported browserAndrew Zhao
2020-12-08Shuffle URL paramssaltycrys
The `list` and `index` params are the most important and come first now.
2020-12-08Add embed link to watch pagesaltycrys
2020-12-07Fix Invidious playlist continuationsaltycrys
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-07Remove unused steps from CIsaltycrys
There is no way to cache Crystal unfortunately. See https://github.com/oprypin/install-crystal/issues/2
2020-12-07Update link to instructionsLukas
2020-12-07Fix #1516 Document is emptyLukas
2020-12-06Fix YouTube subscription import parserLukas
2020-12-06Add temporary link to subscription export instructionsLukas
2020-12-06Add missing screenshot and update the older onesLukas
2020-12-06Increase YouTube request timeout (#1540)saltycrys
Increase YouTube request timeout
2020-12-06Fix comment continuation testssaltycrys
2020-12-06Fix commentssaltycrys
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-05Fix invidious version for docker imageSonic-Y3k
As Alpine-Linux per default uses the busybox date command, the -f option is not available and the build will fail.
2020-12-04Fix invidious version for old git versionssaltycrys
The `%cs` format was only added to git in version 2.25 while `%ci` has been around forever.
2020-12-03Fix redirect channelssaltycrys
Redirect channels may use JS to redirect now, instead of only a response header as it used to be. This fix reads the channel to redirect to from `ytInitialData`.
2020-12-03Fix `extract_polymer_config`saltycrys
The `ytInitialPlayerResponse` regex can now handle `var` and `window` assignments. The video streams can now be extracted from `player_response` and `initial_data`. This fixes the descriptions on videos and videos themselves. Videos are technically broken right now, but work becasue of a fallback that goes through embeds.
2020-12-03Run CI on `api-only` branch, toosaltycrys