Commit Graph

2640 Commits (cbabf0ae7e5d3e3ebe73f46832bd751648263467)
 

Author SHA1 Message Date
FireMasterK c86e9dfc8a
build image daily at 0:00 GMT
FireMasterK 40a2579821
different steps depending on event.
Perflyst 380b64071e
Expire sha images after 6 weeks
Perflyst 5ce0b1c18e
Remove image digest output
Does not work with two images at the same time
Perflyst a00453e151
Build latest only on master, add commit sha tag
Close 
Perflyst a1aa40f500
Fix container build
TheFrenchGhosty 1ad4685bb7
Merge pull request from tenpura-shrimp/searchui
Add ui for search sort and filter
Perflyst d8629e61d6
Merge pull request from iv-org/container-quay
Add container CI release
Perflyst d4ddd7204d
Rename release.yml to container-release.yml
Perflyst 5f18799d8f
Merge pull request from Rjevski/videojs-dash-safari-bug-workaround
Fix DASH playback bug in Safari
Andrew Zhao 15ba3325d9 add ui for searching
Andre Borie 3046350cb2 Fix DASH playback bug.
Perflyst 8584654f11
Add container CI release
Perflyst c7e65ce795
Merge pull request from tenpura-shrimp/ignorevideoplayback
do not add local to xhr when in videoplayback
TheFrenchGhosty cc3f019b28
Merge pull request from jksladjflkjsadflkjsadf/dashmanifesthost
save host when using dash manifest
TheFrenchGhosty 920785631b
Merge pull request from jksladjflkjsadflkjsadf/fixsetinterval
fix incorrect use of setinterval in js
Andrew Zhao b7fe1db89a save host when using dash manifest
Andrew Zhao 5a08dfa72f fix incorrect use of setinterval in js
saltycrys c28b1f6fb9
Merge pull request from saltycrys/fix-downloads
Fix downloads
saltycrys c81ca187f8 Fix downloads
The `itag` is now converted to a number, matching the `itag` of
`Video.adaptive_fmts` and `Video.fmt_stream`.
TheFrenchGhosty ba148d749f
Merge pull request from hackerncoder/removeOmarrothMentions
Remove omarroth mentions
HackerNCoder 606dd11b4f
Remove admin_email. Use repos url for captcha ID and reddit header. Add note about not updating changelog
saltycrys e254d2de8e
Merge pull request from saltycrys/fix-pubsub-config
Respect `use_pubsub_feeds` config
saltycrys b0b8ba7000 Respect `use_pubsub_feeds` config
Setting `use_pubsub_feeds: false` now properly disables it.
HackerNCoder 4d512d908d
Remove some mentions of omarroth
Perflyst 168376b046
Merge pull request from saltycrys/rework-logging
Rework logging
saltycrys df9e7f284c Adjust log verbosity
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 6365ee7487 Make logger a constant
Instead of passing around `logger` there is now the global `LOGGER`.
saltycrys 7a8620a570 Add CLI arguments to config file
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 2c24bf3222
Merge pull request from vhuynh3000/decrypt_on_demand
add config to decrypt on demand instead of polling
saltycrys e036d89a86
Merge pull request from saltycrys/fix-watch_videos
Fix `watch_videos` endpoint
saltycrys 36e9fb9d68 Fix `watch_videos` endpoint
Playlists created by `watch_videos` do not have an author which caused a crash
previously.
saltycrys 8b56a038b7 Set content type for HTML error helpers
This fixes `Unexpected char '<' at 1:1` errors caused by content type mismatch.
TheFrenchGhosty d5f0e23e29
Merge pull request from saltycrys/lsquic-static-alpine
Download liblsquic.a from iv-org/liblsquic-static-alpine
vhuynh3000 3a2bd4e928 add config to decrypt on demand instead of polling
saltycrys c5136ca4d6 Download liblsquic.a from iv-org/liblsquic-static-alpine
This only affects Docker installs.
Regular builds still use the binary shipped with `lsquic.cr`.
Perflyst 28dac81a90
Merge pull request from notpushkin/patch-1
Add audio mode link to items
Perflyst c89632d2a8
Merge pull request from saltycrys/add-subscription-traces
Add Subscription Traces
TheFrenchGhosty 82c8f3b556
Merge pull request from jksladjflkjsadflkjsadf/closeclients
Close http clients after use
TheFrenchGhosty 29278ff916
Merge pull request from B0pol/community
fix channel/ID/community endpoint
bopol 608b9e66f4 fix channel/ID/community endpoint
fixes https://github.com/iv-org/invidious/issues/1611
Andrew Zhao ac0ed14eae do not add local to xhr when in videoplayback
TheFrenchGhosty a06dfaf82a
Merge pull request from saltycrys/fix-video-mode-button
Fix Video Mode Button
saltycrys dfd5e30015 Fix Video Mode Button
The query params that get edited for `embed_params` are now deep copied instead
of shallow copied, preventing the originals from being changed.
Perflyst b19524d56a
Merge pull request from saltycrys/add-popular-enabled-option
Add `popular-enabled` option
Andrew Zhao e0d25ff887 Close http clients after using
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
saltycrys 198dfffaeb Add `popular-enabled` option
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 c4ef055248 Add RefreshChannelsJob traces
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 420ceffbb0 Rename threads to fibers
The config and command line options haven't been changed.
Perflyst eeeecf9763
Merge pull request from saltycrys/add-dash-quality-preference
Add DASH quality preference