summaryrefslogtreecommitdiffstats
path: root/src/invidious.cr (follow)
AgeCommit message (Expand)Author
2024-11-08Logger: Add color support for different log levels (#4931)Samantaz Fox
2024-10-30Proxy: Use connection pools for images (#4326)Samantaz Fox
2024-10-30Add support for using Invidious through a HTTP Proxy (#4270)Samantaz Fox
2024-10-08Performance: Improve speed of automatic instance redirection (#4193)Samantaz Fox
2024-09-19Logger: Add color support for different log levelsFijxu
2024-08-24Move YTIMG_POOLS to connection_pool.crsyeopite
2024-08-24Use HTTP pools for image requests to YouTubesyeopite
2024-08-07SigHelper: Make signature server optional and configurableSamantaz Fox
2024-07-25Videos: Make use of the video decodingSamantaz Fox
2024-07-25Jobs: Remove the signature function update jobSamantaz Fox
2024-05-22Refactor instance fetching logic into separate jobsyeopite
2024-04-28Add support for using HTTP proxiessyeopite
2024-02-13API: Add APIHandler backSamantaz Fox
2023-11-23Kemal: remove APIHandler middlewareSamantaz Fox
2023-07-26Remove lsquic from codebasesyeopite
2023-07-01Remove old warning code about unconfigured 'hmac_key'Samantaz Fox
2023-06-11User: Remove broken Google login (various constants)Samantaz Fox
2023-06-04warn about hmac key deadlineEmilien Devos
2023-05-25Comments: add 'require' statement for a dedicated folderSamantaz Fox
2023-01-15API: make /api/v1/videos respect the 'local' parameterSamantaz Fox
2022-12-22Prepare to create a 'Channel' moduleSamantaz Fox
2022-10-31videos: move API's JSON structure to a dedicated moduleSamantaz Fox
2022-10-31videos: move formats structure to a separate file/moduleSamantaz Fox
2022-10-12Add table cleaning job (#3294)Samantaz Fox
2022-08-10routes: remove useless 'locale' variable in error 505 handlerSamantaz Fox
2022-08-10routes: move error 404 logic to its own moduleSamantaz Fox
2022-08-10routes: move before_all logic to its own moduleSamantaz Fox
2022-08-10routing: move the remaining routes registration to a wrapper functionSamantaz Fox
2022-08-10routing: move feed routes registration to Invidious::RoutingSamantaz Fox
2022-08-10routing: move search routes registration to Invidious::RoutingSamantaz Fox
2022-08-10routing: move playlist routes registration to Invidious::RoutingSamantaz Fox
2022-08-10routing: move watch/embed routes registration to Invidious::RoutingSamantaz Fox
2022-08-10routing: move image proxy routes registration to Invidious::RoutingSamantaz Fox
2022-08-10routing: move channel routes registration to Invidious::RoutingSamantaz Fox
2022-08-10routing: register playback routes with a function, rather than a macroSamantaz Fox
2022-08-10routing: register API routes with a function, rather than a macroSamantaz Fox
2022-08-09routing: register user routes with a function, rather than a macroSamantaz Fox
2022-07-12add more explanation about checking the player dependenciesÉmilien Devos
2022-06-08Add support for hashtagsSamantaz Fox
2022-04-16Also move the other Kemal class override to src/ext/Samantaz Fox
2022-04-16Keep using kilt for renderingSamantaz Fox
2022-03-29Create a search processors moduleSamantaz Fox
2022-03-11Update --help to mention that --migrate is still in betaSamantaz Fox
2022-03-11Merge pull request #2878 from matthewmcgarvey/migrationsSamantaz Fox
2022-02-24Merge pull request #2922 from SamantazFox/download-widget-fixSamantaz Fox
2022-02-23Combine notifications endpoints and move themmatthewmcgarvey
2022-02-23Move live endpoints into Channels routematthewmcgarvey
2022-02-23Move captcha endpoint into Login routematthewmcgarvey
2022-02-23Use a dedicated endpoind for downloadsSamantaz Fox
2022-02-22Move remaining routes to new structurematthewmcgarvey