summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2022-02-09Fix empty error page on BrokenTubeExceptionSamantaz Fox
2022-02-08Apply changes from code reviewSamantaz Fox
2022-02-08embed page: fix typo in videojs-overlay script URLSamantaz Fox
2022-02-08Add missing subtitle languagesSamantaz Fox
2022-02-08Mention that VR videos option require WebGLSamantaz Fox
2022-02-08HTML escape error messageSamantaz Fox
2022-02-08Inline a few JS functionsSamantaz Fox
Helps sending less bytes to the client.
2022-02-08handlers.js: fix TypeError on document.activeElement.typeSamantaz Fox
2022-02-08player shortcuts: ignore numpadSamantaz Fox
2022-02-07Add compile option to disable fetching of player dependenciesSamantaz Fox
2022-02-07Use a regex to fix badly aligned captionsSamantaz Fox
2022-02-07Move user pages (ECR files) to subfolderSamantaz Fox
2022-02-07Move user cookies to their own moduleSamantaz Fox
2022-02-07Move import logic to its own moduleSamantaz Fox
2022-02-07Put CSV import function under its own moduleSamantaz Fox
2022-02-07Move user captcha code to its own moduleSamantaz Fox
2022-02-07Move user struct to own file, under Invidious namespaceSamantaz Fox
2022-02-07Move user routes definitions to a macro in routing.crSamantaz Fox
2022-02-07Move remaining user-related routes out of main fileSamantaz Fox
2022-02-07Merge pull request #2868 from SamantazFox/related-channels-items-fixSamantaz Fox
Related channel may contain a continuation entry
2022-02-07Merge pull request #2492 from mastihios/patch-input-html-escapeSamantaz Fox
Change <input value="..."> encoding to HTML.escape
2022-02-07Merge pull request #2870 from rex4539/typosSamantaz Fox
Fix typos
2022-02-07Fix typosDimitris Apostolou
2022-02-07Gave them marks some space and added nil checksjonas-w
2022-02-07Crystal formatjonas-w
2022-02-07Removed dummy values and added checks for items.ecrjonas-w
2022-02-07API: handle related channels parsing exceptionsSamantaz Fox
2022-02-07Related channel may contain a continuation entrySamantaz Fox
2022-02-04Refactored code and added badges to Search but many dummies because of the ↵jonas-w
way components/item works
2022-02-04Added Verified Badge to related videosjonas-w
2022-02-03Added verification badge to video player and error with related_videosjonas-w
2022-02-03Added Verification Badge to Youtube Commentsjonas-w
2022-02-03Inlined the if statementjonas-w
2022-02-03Added verification badge for channel viewjonas-w
2022-02-03Merge pull request #2855 from weblate/weblate-invidious-translationsSamantaz Fox
Translations update from Hosted Weblate
2022-02-03Update Arabic translationHosted Weblate
Co-authored-by: Mohammed Anas <6daf084a-8eaf-40fb-86c7-8500077c3b69@anonaddy.me>
2022-02-03Update Norwegian Bokmål translationHosted Weblate
Co-authored-by: Petter Reinholdtsen <pere-weblate@hungry.com>
2022-02-03Merge pull request #2856 from SamantazFox/fix-related-videosSamantaz Fox
Fix related videos
2022-02-03Also propagate changes to watch ECR pageSamantaz Fox
2022-02-03Apply suggestions from code reviewSamantaz Fox
Co-authored-by: Matthew McGarvey <matthewmcgarvey14@gmail.com>
2022-02-03Change <input value="..."> encoding to HTML.escapemastihios
2022-02-03Propagate related videos changes to API functionSamantaz Fox
2022-02-03Fix parsing of related videosSamantaz Fox
2022-02-03extractors: Add helper for short view count textSamantaz Fox
2022-02-03make HelperExtractors non-privateSamantaz Fox
2022-02-03video parsing: add secondary_results root elementSamantaz Fox
2022-02-03video parsing: raise if major root element is missingSamantaz Fox
2022-02-03Add new exception for parsing issuesSamantaz Fox
2022-02-02Merge pull request #2851 from SamantazFox/add-clip-supportSamantaz Fox
Add support for clips
2022-02-02Add support for clipsSamantaz Fox