- 13 Jan, 2021 1 commit
-
-
Perflyst authored
do not add local to xhr when in videoplayback
-
- 12 Jan, 2021 2 commits
-
-
TheFrenchGhosty authored
save host when using dash manifest
-
TheFrenchGhosty authored
fix incorrect use of setinterval in js
-
- 10 Jan, 2021 2 commits
-
-
Andrew Zhao authored
-
Andrew Zhao authored
-
- 09 Jan, 2021 2 commits
- 08 Jan, 2021 1 commit
-
-
TheFrenchGhosty authored
Remove omarroth mentions
-
- 07 Jan, 2021 4 commits
-
-
HackerNCoder authored
Remove admin_email. Use repos url for captcha ID and reddit header. Add note about not updating changelog
-
saltycrys authored
Respect `use_pubsub_feeds` config
-
saltycrys authored
Setting `use_pubsub_feeds: false` now properly disables it.
-
HackerNCoder authored
-
- 06 Jan, 2021 1 commit
-
-
Perflyst authored
Rework logging
-
- 05 Jan, 2021 4 commits
-
-
saltycrys authored
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.
-
saltycrys authored
Instead of passing around `logger` there is now the global `LOGGER`.
-
saltycrys authored
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`).
-
Perflyst authored
add config to decrypt on demand instead of polling
-
- 04 Jan, 2021 3 commits
- 03 Jan, 2021 4 commits
-
-
TheFrenchGhosty authored
Download liblsquic.a from iv-org/liblsquic-static-alpine
-
vhuynh3000 authored
-
saltycrys authored
This only affects Docker installs. Regular builds still use the binary shipped with `lsquic.cr`.
-
Perflyst authored
Add audio mode link to items
-
- 31 Dec, 2020 1 commit
-
-
Perflyst authored
Add Subscription Traces
-
- 30 Dec, 2020 3 commits
-
-
TheFrenchGhosty authored
Close http clients after use
-
TheFrenchGhosty authored
fix channel/ID/community endpoint
-
bopol authored
fixes https://github.com/iv-org/invidious/issues/1611
-
- 29 Dec, 2020 3 commits
-
-
Andrew Zhao authored
-
TheFrenchGhosty authored
Fix Video Mode Button
-
saltycrys authored
The query params that get edited for `embed_params` are now deep copied instead of shallow copied, preventing the originals from being changed.
-
- 28 Dec, 2020 2 commits
-
-
Perflyst authored
Add `popular-enabled` option
-
Andrew Zhao authored
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
-
- 27 Dec, 2020 3 commits
-
-
saltycrys authored
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.
-
saltycrys authored
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.
-
saltycrys authored
The config and command line options haven't been changed.
-
- 23 Dec, 2020 3 commits
- 21 Dec, 2020 1 commit
-
-
saltycrys authored
Instead of limiting the width of storyboards through CSS it is now done in the VTT directly.
-