summaryrefslogtreecommitdiffstats
path: root/src (follow)
AgeCommit message (Collapse)Author
2022-05-01Fix javascript:void(0) instead of youtu.be linksSamantaz Fox
2022-05-01Fix broken hashtag linksSamantaz Fox
2022-05-01Add 'targetDurationSec' and 'maxDvrDurationSec' to videos APISamantaz Fox
2022-05-01Revert html escaping of backtraceSamantaz Fox
2022-04-30Revert "Youtube verification badge" (#3070)Émilien Devos
2022-04-30Merge pull request #2859 from jonas-w/verified-badgeSamantaz Fox
Youtube verification badge
2022-04-27It's OTF, not OFTSamantaz Fox
2022-04-27Add extra data to 'adaptiveFormats' in videos APISamantaz Fox
2022-04-27Fix 'adaptiveFormats' not available for livestreams in videos APISamantaz Fox
2022-04-24Merge pull request #3044 from MathiusD/base-time-code-lostSamantaz Fox
Fix regression related of timestamp 0:00
2022-04-22Bump videojs to 7.12.1 (#3011)Émilien Devos
2022-04-20Fix regression related of timestamp 0:00Féry Mathieu (Mathius)
2022-04-17Fix comment "pings" (#3038)Samantaz Fox
2022-04-16Also move the other Kemal class override to src/ext/Samantaz Fox
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-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-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-09Merge pull request #2895 from MathiusD/masterSamantaz Fox
Persist player volume/speed
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-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-03Remove useless callFéry Mathieu (Mathius)
Follow this comment : https://github.com/iv-org/invidious/pull/2936#discussion_r841277735
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-03-30new method for bypassing age restriction (#2996)Émilien Devos
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-26Wait that was too much replacingJonas Wunderlich
2022-03-26Changed icon to checkmark and for verified author to checkmark-circleJonas Wunderlich
2022-03-16Request minified JSON from innertube (#2974)Samantaz Fox
2022-03-13Done some refactoringJonas Wunderlich
2022-03-13Merge branch 'iv-org:master' into verified-badgeJonas
2022-03-13Uppercase some first lettersAHOHNMYC
2022-03-11Update --help to mention that --migrate is still in betaSamantaz Fox
2022-03-11Merge pull request #2878 from matthewmcgarvey/migrationsSamantaz Fox
Add custom migration implementation
2022-03-06API: fix suggestions not workinSamantaz Fox
Closes #2914 Thanks to @TiA4f8R for the help
2022-02-26Patch links related to youtube.comFéry Mathieu (Mathius)
Related to followings comments : - https://github.com/iv-org/invidious/pull/2936#discussion_r815253405