summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2022-04-16Keep using kilt for renderingSamantaz Fox
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
2022-04-16Fix error due to templating engine changeSamantaz Fox
2022-04-16Also bump 'exception_page', a kemal dependencySamantaz Fox
2022-04-16Bump kemal to v1.1.2Samantaz Fox
2022-04-16Merge pull request #3033 from SamantazFox/search-fixesSamantaz Fox
Search fixes
2022-04-16Merge pull request #2936 from MathiusD/expand-linkSamantaz Fox
Increase size of links displayed in video description
2022-04-16Fix issues in Search::QuerySamantaz Fox
2022-04-16Add spec for the Search::Query classSamantaz Fox
2022-04-16Merge pull request #3031 from AHOHNMYC/fix-filter-checkboxSamantaz Fox
Fix filter checkbox
2022-04-16Fix filter checkboxAHOHNMYC
Due to different prefixes in id (`filter-features` in `input` and `filter-feature` in `label`) click on `label` didn't affect corresponding checkbox.
2022-04-14Update regex reduce_uri utilsFéry Mathieu (Mathius)
Follow this comment : https://github.com/iv-org/invidious/pull/2936#discussion_r850712676
2022-04-14Merge pull request #3023 from AHOHNMYC/improve-filters-visualSamantaz Fox
Filters visual improvement
2022-04-14Merge pull request #3026 from iv-org/revert-2928-bump-dependenciesSamantaz Fox
Revert "Bump dependencies"
2022-04-14Revert "Bump dependencies"Samantaz Fox
2022-04-13Real minus sign instead of hyphen-minusAHOHNMYC
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
2022-04-13Pointer cursor on Filters `summary' AHOHNMYC
`summary` clickable by design, but by default (at least in Chrome) it has `text` cursor.
2022-04-09Merge pull request #2928 from SamantazFox/bump-dependenciesSamantaz Fox
Bump dependencies
2022-04-09Merge pull request #2895 from MathiusD/masterSamantaz Fox
Persist player volume/speed
2022-04-09Sanity check + comment why we add a leading dotSamantaz Fox
2022-04-09Minor code/comments cleaningSamantaz Fox
2022-04-09Merge pull request #3013 from iv-org/rescue-db-errors-get-videoSamantaz Fox
Rescue DB errors in get_video()
2022-04-09Updates the URL of the var url_faq (#3016)Leo
2022-04-09Merge pull request #3002 from weblate/weblate-invidious-translationsSamantaz Fox
Translations update from Hosted Weblate
2022-04-09Update Ukrainian translationHosted Weblate
Co-authored-by: Denys Nykula <nykula@ukr.net>
2022-04-09Update Norwegian Bokmål translationHosted Weblate
Co-authored-by: Allan Nordhøy <epost@anotheragency.no>
2022-04-09Update German translationHosted Weblate
Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Pixelcode <pixelcode@dismail.de>
2022-04-09Update Danish translationHosted Weblate
Co-authored-by: Grooty12 <Rasmus@rosendahl-kaa.name> Co-authored-by: Hosted Weblate <hosted@weblate.org>
2022-04-09Replace "Github" by "GitHub"Hosted Weblate
2022-04-08Merge pull request #2956 from SamantazFox/search-filtersSamantaz Fox
Overhaul search filters
2022-04-08Rescue DB errors in get_video()Samantaz Fox
2022-04-08Add a user friendly message for when no results are foundSamantaz Fox
2022-04-04Merge pull request #3007 from iv-org/TheFrenchGhosty-postgres13TheFrenchGhosty
Set the Postgres version to 13 as a temporary workaround for #2938
2022-04-04Set the Postgres version to 13 as a temporary workaround for #2938TheFrenchGhosty
2022-04-03Remove useless callFéry Mathieu (Mathius)
Follow this comment : https://github.com/iv-org/invidious/pull/2936#discussion_r841277735
2022-04-03Clean up CSS and add light/dark theme supportSamantaz Fox
2022-04-03Normalize translation keys in other locales (3/3)Samantaz Fox
2022-04-03Normalize translation keys in other locales (2/3)Samantaz Fox
2022-04-03Normalize translation keys in other locales (1/3)Samantaz Fox
2022-04-03Code cleanupSamantaz Fox
2022-04-03Make use of Search::Query/Filters and associated HTML generatorSamantaz Fox
2022-04-03Add Search::Query class to handle search queriesSamantaz Fox
2022-04-03Add filters UI HTML generatorSamantaz Fox
2022-04-03Merge pull request #2993 from weblate/weblate-invidious-translationsSamantaz Fox
Translations update from Hosted Weblate
2022-04-03Merge pull request #2990 from 138138138/masterSamantaz Fox
Safari audio double duration fix for iOS 15
2022-03-30Update Italian translationHosted Weblate
Co-authored-by: Renix <kastletxd@protonmail.com>
2022-03-30Update Norwegian Bokmål translationHosted Weblate
Co-authored-by: Petter Reinholdtsen <pere-weblate@hungry.com>
2022-03-30Update Finnish translationHosted Weblate
Co-authored-by: Markus Mikkonen <markus.mikkonen@outlook.com>
2022-03-30new method for bypassing age restriction (#2996)Émilien Devos
2022-03-29Merge pull request #2997 from iv-org/TheFrenchGhosty-patch-1TheFrenchGhosty
Update the documentation documents links in the README
2022-03-29Update the documentation documents links in the READMETheFrenchGhosty