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
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-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
2022-08-10
routing: register API routes with a function, rather than a macro
Samantaz Fox
2022-08-09
routing: register user routes with a function, rather than a macro
Samantaz Fox
2022-07-12
add more explanation about checking the player dependencies
Émilien Devos
2022-06-08
Add support for hashtags
Samantaz Fox
2022-04-16
Also move the other Kemal class override to src/ext/
Samantaz Fox
2022-04-16
Keep using kilt for rendering
Samantaz Fox
2022-03-29
Create a search processors module
Samantaz Fox
2022-03-11
Update --help to mention that --migrate is still in beta
Samantaz Fox
2022-03-11
Merge pull request #2878 from matthewmcgarvey/migrations
Samantaz Fox
2022-02-24
Merge pull request #2922 from SamantazFox/download-widget-fix
Samantaz Fox
2022-02-23
Combine notifications endpoints and move them
matthewmcgarvey
2022-02-23
Move live endpoints into Channels route
matthewmcgarvey
2022-02-23
Move captcha endpoint into Login route
matthewmcgarvey
2022-02-23
Use a dedicated endpoind for downloads
Samantaz Fox
2022-02-22
Move remaining routes to new structure
matthewmcgarvey
[next]