| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2022-01-28 | Fix more 'Lint/ShadowingOuterLocalVar' warnings reported by ameba | Samantaz Fox | |
| 2022-01-28 | Fix some 'Lint/ShadowingOuterLocalVar' warnings reported by ameba | Samantaz Fox | |
| 2022-01-28 | Remove useless 'locale = env.get...' from many routes | Samantaz Fox | |
| 2022-01-28 | Use '.dig?()' in playlist parsing | Samantaz Fox | |
| 2022-01-28 | Make 'additional_fields' optional in JSON error template functions | Samantaz Fox | |
| This allows us to de-duplicate functions | |||
| 2022-01-28 | Remove useless 'locale' argument from error template functions | Samantaz Fox | |
| 2022-01-28 | Remove useless arguments from playlist-related functions | Samantaz Fox | |
| 2022-01-28 | Merge pull request #2666 from matthewmcgarvey/extract-stuff-1 | Samantaz Fox | |
| Move more routes to new pattern | |||
| 2022-01-26 | db: use prepared statements rather than crafted argument list | Samantaz Fox | |
| 2022-01-26 | Makefile: Fix 'STATIC' in help message | Samantaz Fox | |
| Fix description (typo) and default value | |||
| 2022-01-25 | Fix code broken when extracting data control route | matthewmcgarvey | |
| 2022-01-25 | Make certain routes ignored if api only | matthewmcgarvey | |
| 2022-01-25 | Move more routes to new pattern | matthewmcgarvey | |
| 2022-01-26 | db: use now() function instead of passing Time.utc | Samantaz Fox | |
| 2022-01-25 | DB: playlists: make that 'insert' never raises | Samantaz Fox | |
| 2022-01-25 | DB: Move integrity check to the base.cr file | Samantaz Fox | |
| 2022-01-25 | DB: don't pass PG_DB to check_table/check_enum | Samantaz Fox | |
| 2022-01-25 | DB: Move a forgotten 'UPDATE channels' statement | Samantaz Fox | |
| 2022-01-25 | Merge pull request #2821 from matthewmcgarvey/channel-search | Samantaz Fox | |
| Handle invalid channel id in channel: search | |||
| 2022-01-25 | will -> should | Matthew McGarvey | |
| Co-authored-by: Samantaz Fox <coding@samantaz.fr> | |||
| 2022-01-25 | Merge pull request #2841 from iv-org/SamantazFox-remove-note-quic | Samantaz Fox | |
| config: remove note about QUIC disabled at Google | |||
| 2022-01-25 | config: remove note about QUIC disabled at Google | Samantaz Fox | |
| The situation is back to normal. | |||
| 2022-01-25 | Merge pull request #2826 from weblate/weblate-invidious-translations | Samantaz Fox | |
| Translations update from Hosted Weblate | |||
| 2022-01-25 | Update Portuguese (Brazil) translation | Hosted Weblate | |
| Update Portuguese (Brazil) translation Co-authored-by: André Marcelo Alvarenga <andrealvarenga@gmx.net> Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Kamuri Amorim <myk.gata14@gmail.com> | |||
| 2022-01-25 | Update Croatian translation | Hosted Weblate | |
| Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Milo Ivir <mail@milotype.de> | |||
| 2022-01-25 | Update French translation | Hosted Weblate | |
| Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Samantaz Fox <translator-weblate@samantaz.fr> | |||
| 2022-01-25 | Update Japanese translation | Hosted Weblate | |
| Co-authored-by: GnuPGを使うべきだ <dieeeazpnnqbpddh@cock.email> Co-authored-by: Hosted Weblate <hosted@weblate.org> | |||
| 2022-01-25 | Update Polish translation | Hosted Weblate | |
| Co-authored-by: skajmer <skajmer@protonmail.com> | |||
| 2022-01-25 | Update Chinese (Traditional) translation | Hosted Weblate | |
| Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Jeff Huang <s8321414@gmail.com> | |||
