summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
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
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-26Wait that was too much replacingJonas Wunderlich
2022-03-26Changed icon to checkmark and for verified author to checkmark-circleJonas Wunderlich
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
2022-03-15Merge pull request #2961 from weblate/weblate-invidious-translationsSamantaz Fox
Translations update from Hosted Weblate
2022-03-13Merge pull request #2965 from AHOHNMYC/patch-2Samantaz Fox
Uppercase some first letters in language selector
2022-03-13Done some refactoringJonas Wunderlich
2022-03-13Merge branch 'iv-org:master' into verified-badgeJonas
2022-03-13Uppercase some first lettersAHOHNMYC