index
:
invidious
master
Invidious is an alternative front-end to YouTube
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
invidious.cr
(
follow
)
Age
Commit message (
Expand
)
Author
2025-05-17
require base_job before the other jobs (#5194)
syeopite
2025-05-17
Update Kemal to 1.6.0 and remove Kilt (#5120)
syeopite
2025-03-13
Add invidious companion support (#4985)
Émilien (perso)
2025-03-12
Warn when `po_token`, `visitor_data` and/or `inv-sig-helper` is not configure...
syeopite
2025-02-28
require base_job before the other jobs
Fijxu
2025-02-26
Fix lint and formatting
syeopite
2025-02-26
Add the ability to listen on UNIX sockets (#5112)
syeopite
2025-02-26
User: Batch notifications together
syeopite
2025-01-29
Update Kemal to 1.6.0 and remove Kilt
syeopite
2025-01-05
Improve syntax
Caian Benedicto
2024-12-14
Change socket_binding to a nested configuration in YAML
Caian Benedicto
2024-12-14
Unify socket_binding and socket_permissions
Caian Benedicto
2024-12-13
Change bind_unix to socket_binding, add socket_permissions and config example
Caian Benedicto
2024-12-13
Merge branch 'master' into unix-sockets
Caian Benedicto
2024-11-08
Logger: Add color support for different log levels (#4931)
Samantaz Fox
2024-10-30
Proxy: Use connection pools for images (#4326)
Samantaz Fox
2024-10-30
Add support for using Invidious through a HTTP Proxy (#4270)
Samantaz Fox
2024-10-08
Performance: Improve speed of automatic instance redirection (#4193)
Samantaz Fox
2024-09-19
Logger: Add color support for different log levels
Fijxu
2024-08-26
Batch user notifications together
Sophie Tauchert
2024-08-24
Move YTIMG_POOLS to connection_pool.cr
syeopite
2024-08-24
Use HTTP pools for image requests to YouTube
syeopite
2024-08-07
SigHelper: Make signature server optional and configurable
Samantaz Fox
2024-07-25
Videos: Make use of the video decoding
Samantaz Fox
2024-07-25
Jobs: Remove the signature function update job
Samantaz Fox
2024-05-22
Refactor instance fetching logic into separate job
syeopite
2024-04-28
Add support for using HTTP proxies
syeopite
2024-02-13
API: Add APIHandler back
Samantaz Fox
2023-11-23
Kemal: remove APIHandler middleware
Samantaz Fox
2023-07-26
Remove lsquic from codebase
syeopite
2023-07-01
Remove old warning code about unconfigured 'hmac_key'
Samantaz Fox
2023-06-11
User: Remove broken Google login (various constants)
Samantaz Fox
2023-06-04
warn about hmac key deadline
Emilien Devos
2023-05-25
Comments: add 'require' statement for a dedicated folder
Samantaz Fox
2023-01-15
API: make /api/v1/videos respect the 'local' parameter
Samantaz Fox
2022-12-22
Prepare to create a 'Channel' module
Samantaz Fox
2022-10-31
videos: move API's JSON structure to a dedicated module
Samantaz Fox
2022-10-31
videos: move formats structure to a separate file/module
Samantaz Fox
2022-10-12
Add table cleaning job (#3294)
Samantaz Fox
2022-08-10
routes: remove useless 'locale' variable in error 505 handler
Samantaz Fox
2022-08-10
routes: move error 404 logic to its own module
Samantaz Fox
2022-08-10
routes: move before_all logic to its own module
Samantaz Fox
2022-08-10
routing: move the remaining routes registration to a wrapper function
Samantaz Fox
2022-08-10
routing: move feed routes registration to Invidious::Routing
Samantaz Fox
2022-08-10
routing: move search routes registration to Invidious::Routing
Samantaz Fox
2022-08-10
routing: move playlist routes registration to Invidious::Routing
Samantaz Fox
2022-08-10
routing: move watch/embed routes registration to Invidious::Routing
Samantaz Fox
2022-08-10
routing: move image proxy routes registration to Invidious::Routing
Samantaz Fox
2022-08-10
routing: move channel routes registration to Invidious::Routing
Samantaz Fox
2022-08-10
routing: register playback routes with a function, rather than a macro
Samantaz Fox
[next]