aboutsummaryrefslogtreecommitdiff
path: root/src/invidious.cr
AgeCommit message (Expand)AuthorFilesLines
2024-08-07SigHelper: Make signature server optional and configurableSamantaz Fox1-0/+9
2024-07-25Videos: Make use of the video decodingSamantaz Fox1-1/+0
2024-07-25Jobs: Remove the signature function update jobSamantaz Fox1-4/+0
2024-02-13API: Add APIHandler backSamantaz Fox1-0/+1
2023-11-23Kemal: remove APIHandler middlewareSamantaz Fox1-1/+0
2023-07-26Remove lsquic from codebasesyeopite1-1/+1
2023-07-01Remove old warning code about unconfigured 'hmac_key'Samantaz Fox1-7/+2
2023-06-11User: Remove broken Google login (various constants)Samantaz Fox1-1/+0
2023-06-04warn about hmac key deadlineEmilien Devos1-2/+7
2023-05-25Comments: add 'require' statement for a dedicated folderSamantaz Fox1-0/+1
2023-01-15API: make /api/v1/videos respect the 'local' parameterSamantaz Fox1-0/+1
2022-12-22Prepare to create a 'Channel' moduleSamantaz Fox1-1/+8
2022-10-31videos: move API's JSON structure to a dedicated moduleSamantaz Fox1-0/+2
2022-10-31videos: move formats structure to a separate file/moduleSamantaz Fox1-0/+1
2022-10-12Add table cleaning job (#3294)Samantaz Fox1-0/+2
2022-08-10routes: remove useless 'locale' variable in error 505 handlerSamantaz Fox1-1/+0
2022-08-10routes: move error 404 logic to its own moduleSamantaz Fox1-43/+1
2022-08-10routes: move before_all logic to its own moduleSamantaz Fox1-148/+5
2022-08-10routing: move the remaining routes registration to a wrapper functionSamantaz Fox1-34/+1
2022-08-10routing: move feed routes registration to Invidious::RoutingSamantaz Fox1-13/+1
2022-08-10routing: move search routes registration to Invidious::RoutingSamantaz Fox1-4/+1
2022-08-10routing: move playlist routes registration to Invidious::RoutingSamantaz Fox1-12/+2
2022-08-10routing: move watch/embed routes registration to Invidious::RoutingSamantaz Fox1-15/+2
2022-08-10routing: move image proxy routes registration to Invidious::RoutingSamantaz Fox1-6/+1
2022-08-10routing: move channel routes registration to Invidious::RoutingSamantaz Fox1-20/+1
2022-08-10routing: register playback routes with a function, rather than a macroSamantaz Fox1-2/+2
2022-08-10routing: register API routes with a function, rather than a macroSamantaz Fox1-1/+1
2022-08-09routing: register user routes with a function, rather than a macroSamantaz Fox1-4/+1
2022-07-12add more explanation about checking the player dependenciesÉmilien Devos1-1/+2
2022-06-08Add support for hashtagsSamantaz Fox1-0/+1
2022-04-16Also move the other Kemal class override to src/ext/Samantaz Fox1-0/+1
2022-04-16Keep using kilt for renderingSamantaz Fox1-0/+5
2022-03-29Create a search processors moduleSamantaz Fox1-0/+1
2022-03-11Update --help to mention that --migrate is still in betaSamantaz Fox1-1/+1
2022-03-11Merge pull request #2878 from matthewmcgarvey/migrationsSamantaz Fox1-0/+5
2022-02-24Merge pull request #2922 from SamantazFox/download-widget-fixSamantaz Fox1-0/+5
2022-02-23Combine notifications endpoints and move themmatthewmcgarvey1-2/+0
2022-02-23Move live endpoints into Channels routematthewmcgarvey1-4/+3
2022-02-23Move captcha endpoint into Login routematthewmcgarvey1-2/+0
2022-02-23Use a dedicated endpoind for downloadsSamantaz Fox1-0/+3
2022-02-22Move remaining routes to new structurematthewmcgarvey1-44/+7
2022-02-22Extract live endpoints to routematthewmcgarvey1-37/+4
2022-02-22Make a function that builds the download widget's HTMLSamantaz Fox1-0/+2
2022-02-14Merge pull request #2871 from SamantazFox/user-code-cleaningSamantaz Fox1-337/+10
2022-02-12Do not check for pending migrations on app startmatthewmcgarvey1-5/+0
2022-02-11Run migrations through CLI instead of when app startsmatthewmcgarvey1-1/+8
2022-02-11Migrations tweaksmatthewmcgarvey1-2/+2
2022-02-09Add custom migration implementationmatthewmcgarvey1-0/+3
2022-02-08Apply changes from code reviewSamantaz Fox1-1/+1
2022-02-07Add compile option to disable fetching of player dependenciesSamantaz Fox1-10/+12