summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
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-07API: handle related channels parsing exceptionsSamantaz Fox
2022-02-07Related channel may contain a continuation entrySamantaz Fox
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
2022-02-02Merge pull request #2827 from SamantazFox/more-code-cleanupSamantaz Fox
More code cleanup
2022-01-30Merge pull request #2846 from iv-org/SamantazFox-fix-search-focus-jsSamantaz Fox
Ignore "/" key handling if search box is focused
2022-01-30Merge pull request #2849 from weblate/weblate-invidious-translationsSamantaz Fox
Translations update from Hosted Weblate
2022-01-30Update Greek translationHosted Weblate
Co-authored-by: THANOS SIOURDAKIS <siourdakisthanos@gmail.com>
2022-01-30Update Finnish translationHosted Weblate
Co-authored-by: Markus Mikkonen <markus.mikkonen@outlook.com>
2022-01-30Merge pull request #2845 from SamantazFox/more-db-improvementsSamantaz Fox
More db improvements
2022-01-30Ignore "/" key handling if search box is focusedSamantaz Fox
Fixes a side effect of https://github.com/iv-org/invidious/pull/2814 See: https://github.com/iv-org/invidious/issues/2791#issuecomment-1018264144
2022-01-30Merge pull request #2847 from iv-org/hls-to-vhsSamantaz Fox
rename hls to vhs in the player
2022-01-30Merge pull request #2833 from matthewmcgarvey/get-channel-cleanupSamantaz Fox
Channel helpers cleanup
2022-01-30rename hls to vhs in the playerÉmilien Devos
hls method is deprecated: https://github.com/videojs/http-streaming#how-to-use
2022-01-29Use short syntax for 'File.open' blockSamantaz Fox
2022-01-28search.cr: use do/end rather than inline {} blockSamantaz Fox
2022-01-28Merge pull request #2397 from syeopite/dep-manager-for-videojs-stuffSamantaz Fox
Add dependency manager script for videojs stuff
2022-01-27Add back in refreshing of channels every 2 daysmatthewmcgarvey
2022-01-27Cleanup channel helpers codematthewmcgarvey
2022-01-28videos.cr: use '.dig?()' where possibleSamantaz Fox
2022-01-28search functions: Don't return result countSamantaz Fox
This is useless, as the items count can be directly acessed using the '.size' method, so use that instead when needed.
2022-01-28Fix 'Lint/UselessAssign' warnings reported by amebaSamantaz Fox
2022-01-28Remove useless intermediary variable in youtube_api.crSamantaz Fox
This fixes an ameba warning
2022-01-28Remove script for locales propagationSamantaz Fox
Not required anymore now that weblate takes care of it
2022-01-28Avoid infinite loop in ChannelVideo's to_xml/to_json methodsSamantaz Fox