| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-04-22 | Bump videojs to 7.12.1 (#3011) | Émilien Devos | |
| 2022-04-17 | Fix comment "pings" (#3038) | Samantaz Fox | |
| 2022-04-16 | Also move the other Kemal class override to src/ext/ | Samantaz Fox | |
| 2022-04-16 | Keep using kilt for rendering | Samantaz 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-16 | Fix error due to templating engine change | Samantaz Fox | |
| 2022-04-16 | Merge pull request #3033 from SamantazFox/search-fixes | Samantaz Fox | |
| Search fixes | |||
| 2022-04-16 | Merge pull request #2936 from MathiusD/expand-link | Samantaz Fox | |
| Increase size of links displayed in video description | |||
| 2022-04-16 | Fix issues in Search::Query | Samantaz Fox | |
| 2022-04-16 | Fix filter checkbox | AHOHNMYC | |
| 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-14 | Update regex reduce_uri utils | Féry Mathieu (Mathius) | |
| Follow this comment : https://github.com/iv-org/invidious/pull/2936#discussion_r850712676 | |||
| 2022-04-09 | Merge pull request #2895 from MathiusD/master | Samantaz Fox | |
| Persist player volume/speed | |||
| 2022-04-09 | Merge pull request #3013 from iv-org/rescue-db-errors-get-video | Samantaz Fox | |
| Rescue DB errors in get_video() | |||
| 2022-04-09 | Updates the URL of the var url_faq (#3016) | Leo | |
| 2022-04-08 | Merge pull request #2956 from SamantazFox/search-filters | Samantaz Fox | |
| Overhaul search filters | |||
| 2022-04-08 | Rescue DB errors in get_video() | Samantaz Fox | |
| 2022-04-08 | Add a user friendly message for when no results are found | Samantaz Fox | |
| 2022-04-03 | Remove useless call | Féry Mathieu (Mathius) | |
| Follow this comment : https://github.com/iv-org/invidious/pull/2936#discussion_r841277735 | |||
| 2022-04-03 | Code cleanup | Samantaz Fox | |
| 2022-04-03 | Make use of Search::Query/Filters and associated HTML generator | Samantaz Fox | |
| 2022-04-03 | Add Search::Query class to handle search queries | Samantaz Fox | |
| 2022-04-03 | Add filters UI HTML generator | Samantaz Fox | |
| 2022-03-30 | new method for bypassing age restriction (#2996) | Émilien Devos | |
| 2022-03-29 | Add a function to generate HTTP::Params from Filters | Samantaz Fox | |
| 2022-03-29 | Add a function to parse search filters from invidious URL params | Samantaz Fox | |
| 2022-03-29 | Add a function to parse invidious legacy search filters | Samantaz Fox | |
| 2022-03-29 | Add a function to parse youtube search parameters | Samantaz Fox | |
| 2022-03-29 | Add a function to build youtube search filters | Samantaz Fox | |
| (it aims at replacing produce_search_params) | |||
| 2022-03-29 | Add a struct for search filters | Samantaz Fox | |
| 2022-03-29 | Create a search processors module | Samantaz Fox | |
| 2022-03-16 | Request minified JSON from innertube (#2974) | Samantaz Fox | |
| 2022-03-13 | Uppercase some first letters | AHOHNMYC | |
| 2022-03-11 | Update --help to mention that --migrate is still in beta | Samantaz Fox | |
| 2022-03-11 | Merge pull request #2878 from matthewmcgarvey/migrations | Samantaz Fox | |
| Add custom migration implementation | |||
| 2022-03-06 | API: fix suggestions not workin | Samantaz Fox | |
| Closes #2914 Thanks to @TiA4f8R for the help | |||
| 2022-02-26 | Patch links related to youtube.com | Féry Mathieu (Mathius) | |
| Related to followings comments : - https://github.com/iv-org/invidious/pull/2936#discussion_r815253405 | |||
| 2022-02-25 | Update links related to youtube.com | Féry Mathieu (Mathius) | |
| Following comment at : - https://github.com/iv-org/invidious/pull/2936#discussion_r814435888 | |||
| 2022-02-25 | Update reduce_uri signature | Féry Mathieu (Mathius) | |
| Following request_change at : - https://github.com/iv-org/invidious/pull/2936#discussion_r814436660 | |||
| 2022-02-25 | Increase size of links displayed in video description | Féry Mathieu (Mathius) | |
| 2022-02-25 | Merge pull request #2915 from MathiusD/RefreshChannelsJob-frenquency | Samantaz Fox | |
| Allow configuration of the time between 2 RefreshChannelsJob | |||
| 2022-02-24 | Merge pull request #2922 from SamantazFox/download-widget-fix | Samantaz Fox | |
| Download widget fix | |||
| 2022-02-24 | Merge pull request #2925 from matthewmcgarvey/routes-final | Samantaz Fox | |
| Move last remaining routes in main file to new pattern | |||
| 2022-02-24 | Don't double-encode file title | Samantaz Fox | |
| 2022-02-23 | Combine notifications endpoints and move them | matthewmcgarvey | |
| 2022-02-23 | Move live endpoints into Channels route | matthewmcgarvey | |
| 2022-02-23 | Move captcha endpoint into Login route | matthewmcgarvey | |
| 2022-02-23 | Add missing '_label' suffix to translation identifier | Samantaz Fox | |
| 2022-02-23 | Move the "watch history" checkbox under the "user" section | Samantaz Fox | |
| 2022-02-23 | Make the history recording optional. | Le Jester | |
| 2022-02-23 | Use a dedicated endpoind for downloads | Samantaz Fox | |
| This allows us to not pass file name ("title") in the form data and to enforce some sanity checks | |||
| 2022-02-22 | Move remaining routes to new structure | matthewmcgarvey | |
