summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
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-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-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
2022-03-29Add a function to generate HTTP::Params from FiltersSamantaz Fox
2022-03-29Add a function to parse search filters from invidious URL paramsSamantaz Fox
2022-03-29Add a function to parse invidious legacy search filtersSamantaz Fox
2022-03-29Add a function to parse youtube search parametersSamantaz Fox
2022-03-29Add a function to build youtube search filtersSamantaz Fox
(it aims at replacing produce_search_params)
2022-03-29Add a struct for search filtersSamantaz Fox
2022-03-29Create a search processors moduleSamantaz Fox
2022-03-27Safari audio double duration fix for iOS 15138138138
The previous method breaks Always Loop feature on iOS 15. The previous player.currentTime(player.duration() + 1) sometimes breaks the entire player. Now it jumps to (end - 1) seconds when the time goes between over half and (end - 2) seconds. With Always Loop on, player will jump to the beginning after 1 second.
2022-03-23Merge pull request #2983 from llsc12/masterSamantaz Fox
Add WatchTube
2022-03-22Add WatchTubellsc12
2022-03-16Request minified JSON from innertube (#2974)Samantaz Fox