| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-02-07 | Move user cookies to their own module | Samantaz Fox | |
| 2022-02-07 | Move import logic to its own module | Samantaz Fox | |
| 2022-02-07 | Put CSV import function under its own module | Samantaz Fox | |
| 2022-02-07 | Move user captcha code to its own module | Samantaz Fox | |
| 2022-02-07 | Move user struct to own file, under Invidious namespace | Samantaz Fox | |
| 2022-02-07 | Move user routes definitions to a macro in routing.cr | Samantaz Fox | |
| 2022-02-07 | Move remaining user-related routes out of main file | Samantaz Fox | |
| 2022-02-07 | Merge pull request #2868 from SamantazFox/related-channels-items-fix | Samantaz Fox | |
| Related channel may contain a continuation entry | |||
| 2022-02-07 | Merge pull request #2492 from mastihios/patch-input-html-escape | Samantaz Fox | |
| Change <input value="..."> encoding to HTML.escape | |||
| 2022-02-07 | Merge pull request #2870 from rex4539/typos | Samantaz Fox | |
| Fix typos | |||
| 2022-02-07 | Fix typos | Dimitris Apostolou | |
| 2022-02-07 | API: handle related channels parsing exceptions | Samantaz Fox | |
| 2022-02-07 | Related channel may contain a continuation entry | Samantaz Fox | |
| 2022-02-03 | Merge pull request #2855 from weblate/weblate-invidious-translations | Samantaz Fox | |
| Translations update from Hosted Weblate | |||
| 2022-02-03 | Update Arabic translation | Hosted Weblate | |
| Co-authored-by: Mohammed Anas <6daf084a-8eaf-40fb-86c7-8500077c3b69@anonaddy.me> | |||
| 2022-02-03 | Update Norwegian Bokmål translation | Hosted Weblate | |
| Co-authored-by: Petter Reinholdtsen <pere-weblate@hungry.com> | |||
| 2022-02-03 | Merge pull request #2856 from SamantazFox/fix-related-videos | Samantaz Fox | |
| Fix related videos | |||
| 2022-02-03 | Also propagate changes to watch ECR page | Samantaz Fox | |
| 2022-02-03 | Apply suggestions from code review | Samantaz Fox | |
| Co-authored-by: Matthew McGarvey <matthewmcgarvey14@gmail.com> | |||
| 2022-02-03 | Change <input value="..."> encoding to HTML.escape | mastihios | |
| 2022-02-03 | Propagate related videos changes to API function | Samantaz Fox | |
| 2022-02-03 | Fix parsing of related videos | Samantaz Fox | |
| 2022-02-03 | extractors: Add helper for short view count text | Samantaz Fox | |
| 2022-02-03 | make HelperExtractors non-private | Samantaz Fox | |
| 2022-02-03 | video parsing: add secondary_results root element | Samantaz Fox | |
| 2022-02-03 | video parsing: raise if major root element is missing | Samantaz Fox | |
| 2022-02-03 | Add new exception for parsing issues | Samantaz Fox | |
| 2022-02-02 | Merge pull request #2851 from SamantazFox/add-clip-support | Samantaz Fox | |
| Add support for clips | |||
| 2022-02-02 | Add support for clips | Samantaz Fox | |
| 2022-02-02 | Merge pull request #2827 from SamantazFox/more-code-cleanup | Samantaz Fox | |
| More code cleanup | |||
| 2022-01-30 | Merge pull request #2846 from iv-org/SamantazFox-fix-search-focus-js | Samantaz Fox | |
| Ignore "/" key handling if search box is focused | |||
| 2022-01-30 | Merge pull request #2849 from weblate/weblate-invidious-translations | Samantaz Fox | |
| Translations update from Hosted Weblate | |||
| 2022-01-30 | Update Greek translation | Hosted Weblate | |
| Co-authored-by: THANOS SIOURDAKIS <siourdakisthanos@gmail.com> | |||
| 2022-01-30 | Update Finnish translation | Hosted Weblate | |
| Co-authored-by: Markus Mikkonen <markus.mikkonen@outlook.com> | |||
| 2022-01-30 | Merge pull request #2845 from SamantazFox/more-db-improvements | Samantaz Fox | |
| More db improvements | |||
| 2022-01-30 | Ignore "/" key handling if search box is focused | Samantaz 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-30 | Merge pull request #2847 from iv-org/hls-to-vhs | Samantaz Fox | |
| rename hls to vhs in the player | |||
| 2022-01-30 | Merge pull request #2833 from matthewmcgarvey/get-channel-cleanup | Samantaz Fox | |
| Channel helpers cleanup | |||
| 2022-01-30 | rename hls to vhs in the player | Émilien Devos | |
| hls method is deprecated: https://github.com/videojs/http-streaming#how-to-use | |||
| 2022-01-29 | Use short syntax for 'File.open' block | Samantaz Fox | |
| 2022-01-28 | search.cr: use do/end rather than inline {} block | Samantaz Fox | |
| 2022-01-28 | Merge pull request #2397 from syeopite/dep-manager-for-videojs-stuff | Samantaz Fox | |
| Add dependency manager script for videojs stuff | |||
| 2022-01-27 | Add back in refreshing of channels every 2 days | matthewmcgarvey | |
| 2022-01-27 | Cleanup channel helpers code | matthewmcgarvey | |
| 2022-01-28 | videos.cr: use '.dig?()' where possible | Samantaz Fox | |
| 2022-01-28 | search functions: Don't return result count | Samantaz Fox | |
| This is useless, as the items count can be directly acessed using the '.size' method, so use that instead when needed. | |||
| 2022-01-28 | Fix 'Lint/UselessAssign' warnings reported by ameba | Samantaz Fox | |
| 2022-01-28 | Remove useless intermediary variable in youtube_api.cr | Samantaz Fox | |
| This fixes an ameba warning | |||
| 2022-01-28 | Remove script for locales propagation | Samantaz Fox | |
| Not required anymore now that weblate takes care of it | |||
| 2022-01-28 | Avoid infinite loop in ChannelVideo's to_xml/to_json methods | Samantaz Fox | |
