summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2021-01-22Merge pull request #1691 from StuffNoOneCaresAbout/container-shaPerflyst
Container sha without 2 builds
2021-01-22build image daily at 0:00 GMTFireMasterK
2021-01-22different steps depending on event.FireMasterK
2021-01-22Expire sha images after 6 weeksPerflyst
2021-01-21Remove image digest outputPerflyst
Does not work with two images at the same time
2021-01-21Build latest only on master, add commit sha tagPerflyst
Close #1688
2021-01-21Fix container buildPerflyst
2021-01-20Merge pull request #1629 from tenpura-shrimp/searchuiTheFrenchGhosty
Add ui for search sort and filter
2021-01-20Merge pull request #1674 from iv-org/container-quayPerflyst
Add container CI release
2021-01-20Rename release.yml to container-release.ymlPerflyst
2021-01-19Merge pull request #1679 from Rjevski/videojs-dash-safari-bug-workaroundPerflyst
Fix DASH playback bug in Safari
2021-01-17add ui for searchingAndrew Zhao
2021-01-17Fix DASH playback bug.Andre Borie
2021-01-16Add container CI releasePerflyst
2021-01-13Merge pull request #1619 from tenpura-shrimp/ignorevideoplaybackPerflyst
do not add local to xhr when in videoplayback
2021-01-12Merge pull request #1658 from jksladjflkjsadflkjsadf/dashmanifesthostTheFrenchGhosty
save host when using dash manifest
2021-01-12Merge pull request #1657 from jksladjflkjsadflkjsadf/fixsetintervalTheFrenchGhosty
fix incorrect use of setinterval in js
2021-01-10save host when using dash manifestAndrew Zhao
2021-01-10fix incorrect use of setinterval in jsAndrew Zhao
2021-01-09Merge pull request #1654 from saltycrys/fix-downloadssaltycrys
Fix downloads
2021-01-09Fix downloadssaltycrys
The `itag` is now converted to a number, matching the `itag` of `Video.adaptive_fmts` and `Video.fmt_stream`.
2021-01-08Merge pull request #1647 from hackerncoder/removeOmarrothMentionsTheFrenchGhosty
Remove omarroth mentions
2021-01-07Remove admin_email. Use repos url for captcha ID and reddit header. Add note ↵HackerNCoder
about not updating changelog
2021-01-07Merge pull request #1645 from saltycrys/fix-pubsub-configsaltycrys
Respect `use_pubsub_feeds` config
2021-01-07Respect `use_pubsub_feeds` configsaltycrys
Setting `use_pubsub_feeds: false` now properly disables it.
2021-01-07Remove some mentions of omarrothHackerNCoder
2021-01-06Merge pull request #1636 from saltycrys/rework-loggingPerflyst
Rework logging
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-05Merge pull request #1389 from vhuynh3000/decrypt_on_demandPerflyst
add config to decrypt on demand instead of polling
2021-01-04Merge pull request #1633 from saltycrys/fix-watch_videossaltycrys
Fix `watch_videos` endpoint
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-03Merge pull request #1631 from saltycrys/lsquic-static-alpineTheFrenchGhosty
Download liblsquic.a from iv-org/liblsquic-static-alpine
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`.
2021-01-03Merge pull request #999 from notpushkin/patch-1Perflyst
Add audio mode link to items
2020-12-31Merge pull request #1608 from saltycrys/add-subscription-tracesPerflyst
Add Subscription Traces
2020-12-30Merge pull request #1600 from jksladjflkjsadflkjsadf/closeclientsTheFrenchGhosty
Close http clients after use
2020-12-30Merge pull request #1620 from B0pol/communityTheFrenchGhosty
fix channel/ID/community endpoint
2020-12-30fix channel/ID/community endpointbopol
fixes https://github.com/iv-org/invidious/issues/1611
2020-12-29do not add local to xhr when in videoplaybackAndrew Zhao
2020-12-29Merge pull request #1618 from saltycrys/fix-video-mode-buttonTheFrenchGhosty
Fix Video Mode Button
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-28Merge pull request #1609 from saltycrys/add-popular-enabled-optionPerflyst
Add `popular-enabled` option
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.