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-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
2022-02-22
Extract live endpoints to route
matthewmcgarvey
2022-02-22
Make a function that builds the download widget's HTML
Samantaz Fox
2022-02-14
Merge pull request #2871 from SamantazFox/user-code-cleaning
Samantaz Fox
2022-02-12
Do not check for pending migrations on app start
matthewmcgarvey
2022-02-11
Run migrations through CLI instead of when app starts
matthewmcgarvey
2022-02-11
Migrations tweaks
matthewmcgarvey
2022-02-09
Add custom migration implementation
matthewmcgarvey
2022-02-08
Apply changes from code review
Samantaz Fox
2022-02-07
Add compile option to disable fetching of player dependencies
Samantaz Fox
2022-02-07
Move user captcha code to its own module
Samantaz Fox
2022-02-07
Move user struct to own file, under Invidious namespace
Samantaz Fox
2022-02-07
Move user routes definitions to a macro in routing.cr
Samantaz Fox
[next]