Commit Graph

3712 Commits (845ad17a04dec0138b667371b5e71fb50ec00e28)
 

Author SHA1 Message Date
Hosted Weblate 845ad17a04
Update Finnish translation
Update translation files

Updated by "Cleanup translation files" hook in Weblate.

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Samantaz Fox <translator-weblate@samantaz.fr>
Translate-URL: https://hosted.weblate.org/projects/invidious/translations/
Translation: Invidious/Invidious Translations
Émilien Devos 67e8fcaf93
bump to crystal 1.4.0 ()
Samantaz Fox aa07ee22cf
Merge pull request from iv-org/SamantazFox-patch-1
Fix comment "pings" ()
Samantaz Fox 3702e8c6fe
Fix comment "pings" ()
Samantaz Fox 21bd4edee4
Merge pull request from AHOHNMYC/http-fix
Remove insecure protocol in embedded view
AHOHNMYC 31de39a7a4
Remove insecure protocol in embedded view
Samantaz Fox d0fc2569ff
Merge pull request from SamantazFox/bump-kemal
Bump kemal dependency to v1.1.2
Samantaz Fox 4fd1631b30
Update crystal version in CI
Samantaz Fox 0a1614a872
Also move the other Kemal class override to src/ext/
Samantaz Fox 1f66d7ef74
Keep using kilt for rendering
Directly using Crystal's ECR seems to be causing issues, so
don't use kemal's 'render' macro and patch 'content_for' to
have the same behavior as before Kemal v1.1.1
Samantaz Fox 84b6429ca6
Fix error due to templating engine change
Samantaz Fox 212e5ebab5
Also bump 'exception_page', a kemal dependency
Samantaz Fox a6106077bd
Bump kemal to v1.1.2
Samantaz Fox fa4ce6b4e6
Merge pull request from SamantazFox/search-fixes
Search fixes
Samantaz Fox 4130136718
Merge pull request from MathiusD/expand-link
Increase size of links displayed in video description
Samantaz Fox c7c1b8d4f1
Fix issues in Search::Query
Samantaz Fox 25b60a1b90
Add spec for the Search::Query class
Samantaz Fox dda4dadfa3
Merge pull request from AHOHNMYC/fix-filter-checkbox
Fix filter checkbox
AHOHNMYC 570dbc7b47
Fix filter checkbox
Due to different prefixes in id (`filter-features` in `input` and `filter-feature` in `label`) click on `label` didn't affect corresponding checkbox.
Féry Mathieu (Mathius) 6c122248f5
Update regex reduce_uri utils
Follow this comment :
https://github.com/iv-org/invidious/pull/2936#discussion_r850712676
Samantaz Fox 4a369bb3c0
Merge pull request from AHOHNMYC/improve-filters-visual
Filters visual improvement
Samantaz Fox 95cf57e3bd
Merge pull request from iv-org/revert-2928-bump-dependencies
Revert "Bump dependencies"
Samantaz Fox 0e6f7a4dc1
Revert "Bump dependencies"
AHOHNMYC 6f21834e71
Real minus sign instead of hyphen-minus
Minus sign in comparison with hyphen-minus (symbol that prints your keyboard by default) has horizontal line on same level as plus sign and same width, so one can be toggled to another with perfect visuals.
https://en.wikipedia.org/wiki/Plus_and_minus_signs
https://en.wikipedia.org/wiki/Hyphen-minus
AHOHNMYC cf6ad254fb
Pointer cursor on Filters `summary'
`summary` clickable by design, but by default (at least in Chrome) it has `text` cursor.
Samantaz Fox fabbecf4c2
Merge pull request from SamantazFox/bump-dependencies
Bump dependencies
Samantaz Fox 8262aa4138
Merge pull request from MathiusD/master
Persist player volume/speed
Samantaz Fox 95d86ebf22
Sanity check + comment why we add a leading dot
Samantaz Fox 6aa7db2358
Minor code/comments cleaning
Samantaz Fox 5637c6e651
Merge pull request from iv-org/rescue-db-errors-get-video
Rescue DB errors in get_video()
Leo 6f705b053a
Updates the URL of the var url_faq ()
Samantaz Fox 1f3f2788d4
Merge pull request from weblate/weblate-invidious-translations
Translations update from Hosted Weblate
Hosted Weblate ed3c202099
Update Ukrainian translation
Co-authored-by: Denys Nykula <nykula@ukr.net>
Hosted Weblate 0396eec398
Update Norwegian Bokmål translation
Co-authored-by: Allan Nordhøy <epost@anotheragency.no>
Hosted Weblate 62dcec49e4
Update German translation
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Pixelcode <pixelcode@dismail.de>
Hosted Weblate 2f6afb5e86
Update Danish translation
Co-authored-by: Grooty12 <Rasmus@rosendahl-kaa.name>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Hosted Weblate a3a2b2aafb
Replace "Github" by "GitHub"
Samantaz Fox 4900ce24fa
Merge pull request from SamantazFox/search-filters
Overhaul search filters
Samantaz Fox 135aaf56fd
Rescue DB errors in get_video()
Samantaz Fox 62d7abdd9e
Add a user friendly message for when no results are found
TheFrenchGhosty 91b079f4df
Merge pull request from iv-org/TheFrenchGhosty-postgres13
Set the Postgres version to 13 as a temporary workaround for 
TheFrenchGhosty 2c6cd74dc1
Set the Postgres version to 13 as a temporary workaround for
Féry Mathieu (Mathius) 68ac18dc98
Remove useless call
Follow this comment :
https://github.com/iv-org/invidious/pull/2936#discussion_r841277735
Samantaz Fox dbc74164ab
Clean up CSS and add light/dark theme support
Samantaz Fox 76c7b2ee9c
Normalize translation keys in other locales (3/3)
Samantaz Fox d6913c1eb9
Normalize translation keys in other locales (2/3)
Samantaz Fox 9aa00b2f0a
Normalize translation keys in other locales (1/3)
Samantaz Fox af02917766
Code cleanup
Samantaz Fox d93a7b315d
Make use of Search::Query/Filters and associated HTML generator
Samantaz Fox a813955ad3
Add Search::Query class to handle search queries