summaryrefslogtreecommitdiffstats
path: root/src (follow)
AgeCommit message (Collapse)Author
2022-08-15Fix missing hash key: "toggleButtonRenderer" (issue #3260)Samantaz Fox
2022-08-13Fix #3265Samantaz Fox
2022-08-12Update licenses.ecrCalculationPaper
Oh, it's handlers not helpers.
2022-08-12Add/Change Javascript license noticeCalculationPaper
2022-08-10routing: Directly call Kemal's add_route functionSamantaz 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-08-09routing: remove HEAD from HTTP methodsSamantaz Fox
Kemal automatically creates an associated HEAD route for all GET routes
2022-08-09Add param 8AEB for getting youtube storiesÉmilien Devos
2022-08-07Merge pull request #3249 from iv-org/improve-extractorSamantaz Fox
2022-08-07For android client send sdk version to youtubeEmilien Devos
2022-08-07if case for sectionListRendererEmilien Devos
2022-08-07Merge pull request #3248 from iv-org/fix-cookiesSamantaz Fox
2022-08-07Merge pull request #3252 from SamantazFox/bump-ytapi-clientsSamantaz Fox
2022-08-07Merge pull request #3250 from iv-org/fix-cookiesSamantaz Fox
2022-08-07Remove 'screen' where not requiredSamantaz Fox
2022-08-07Add TVHtml5 clientSamantaz Fox
2022-08-07Add IOS clientsSamantaz Fox
2022-08-06Move the default API key to a constant for claritySamantaz Fox
2022-08-06Bump web clients versionsSamantaz Fox
2022-08-06Bump android app versionSamantaz Fox
2022-08-06Disable decrypt_polling by default + add comment (#3244)Émilien Devos
2022-08-06Set cookies to LaxEmilien Devos
2022-08-06Added image tag to RSS channel for favicon renderingMateusz Jabłoński
https://validator.w3.org/feed/docs/rss2.html#ltimagegtSubelementOfLtchannelgt
2022-08-03Merge pull request #3214 from SamantazFox/fix-scheduled-streamsSamantaz Fox
2022-07-19Move InfoException to exceptions.crSamantaz Fox
2022-07-18Separate video data fetching from parsing in videos.crSamantaz Fox
2022-07-14HTML escape usernameÉmilien Devos
2022-07-14Fetch data from next endpoint for scheduled streamsSamantaz Fox
2022-07-14Include `_helpers.js` in embedded viewAHOHNMYC
2022-07-12add more explanation about checking the player dependenciesÉmilien Devos
2022-07-11Merge pull request #3165 from SamantazFox/small-fixes-06-2022Samantaz Fox
2022-07-11Merge pull request #3162 from 138138138/138138138-audio-quality-1Samantaz Fox
2022-07-11Mention why we use multiple AdaptationSet for audioSamantaz Fox
2022-07-10Skip OTF streams in DASH audio138138138
Skip OTF streams, prevent creating empty AdaptationSet in DASH audio
2022-07-10Update src/invidious/views/components/player.ecr 138138138
better syntax Co-authored-by: Samantaz Fox <coding@samantaz.fr>
2022-07-06Merge pull request #3124 from iv-org/add-404-status-codeSamantaz Fox
2022-07-06Update comment for NotFoundExceptionÉmilien Devos
2022-07-04Don't treat LIVE_STREAM_OFFLINE playability status as an error (fixes #3155)Samantaz Fox