index
:
on_rails
master
tsugutsugugo's streaming site "Tsugu on Rails" (reskinned Invidious instance)
magh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
invidious
/
jobs
Age
Commit message (
Expand
)
Author
2022-02-22
Rename new property to channel_refresh_interval
Féry Mathieu (Mathius)
2022-02-21
Make configurable time between each RefreshChannelsJob
Féry Mathieu (Mathius)
2022-01-27
Cleanup channel helpers code
matthewmcgarvey
2022-01-09
Fix indefinitely growing database
Samantaz Fox
2022-01-04
Move DB utility functions to the proper module
Samantaz Fox
2022-01-04
Move DB queries related to channels in a separate module
Samantaz Fox
2022-01-04
Move DB queries related to statistics in a separate module
Samantaz Fox
2021-10-25
Switch to #sort_by! in pull_popular_videos job
syeopite
2021-10-25
Fix Performance/ChainedCallWithNoBang issues
syeopite
2021-10-08
Reduce refresh delay, increase backoff start duration
Samantaz Fox
2021-09-26
Decrease channel refresh frequency (1 min -> 1 h)
Samantaz Fox
2021-06-25
Pick a random video for bypass captcha
Émilien Devos
2021-06-19
update video URL for recaptcha detection
Émilien Devos
2021-06-08
Upgrade to crystal 1.0.0
syeopite
2021-04-10
Fix statistics misreporting register allow state
namazso
2021-02-02
Update code for Crystal 0.36.0
saltycrys
2021-01-23
Make config a constant
saltycrys
2021-01-05
Adjust log verbosity
saltycrys
2021-01-05
Make logger a constant
saltycrys
2021-01-03
add config to decrypt on demand instead of polling
vhuynh3000
2020-12-31
Merge pull request #1608 from saltycrys/add-subscription-traces
Perflyst
2020-12-27
Close http clients after using
Andrew Zhao
2020-12-27
Add RefreshChannelsJob traces
saltycrys
2020-12-27
Rename threads to fibers
saltycrys
2020-12-21
Improve logging
saltycrys
2020-11-20
allow to set a custom anti-captcha api url (#1473)
Émilien Devos
2020-10-24
more polish (#1437)
TheFrenchGhosty
2020-10-17
[refactor] Finish converting jobs to new job setup (#1420)
Matthew McGarvey
2020-10-15
Extract RefreshChannelsJob (#1403)
Matthew McGarvey
2020-10-05
Provide rough draft of better project organization
Matthew McGarvey