| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-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 | |
| 2022-02-22 | Extract live endpoints to route | matthewmcgarvey | |
| 2022-02-22 | Lint config.example.yml and config.cr | Féry Mathieu (Mathius) | |
| Follow lint indications : - https://github.com/iv-org/invidious/pull/2915#discussion_r812396203 - https://github.com/iv-org/invidious/pull/2915#discussion_r812396807 | |||
| 2022-02-22 | Fix captions regex | Samantaz Fox | |
| 2022-02-22 | Make a function that builds the download widget's HTML | Samantaz Fox | |
| 2022-02-22 | Removal of changes to methods now unrelated to the issue | Féry Mathieu (Mathius) | |
| Unrelated to the issue since the change in management of channel_refresh_interval Cf this remark : https://github.com/iv-org/invidious/pull/2915#discussion_r811373503 | |||
| 2022-02-22 | Update management of channel_refresh_interval | Féry Mathieu (Mathius) | |
| Follow indications: https://github.com/iv-org/invidious/pull/2915#discussion_r811373503 | |||
| 2022-02-22 | Move TimeSpanConverter with another Converters | Féry Mathieu (Mathius) | |
| Follow indications : https://github.com/iv-org/invidious/pull/2915#discussion_r811373953 | |||
| 2022-02-22 | Lint config properties | Féry Mathieu (Mathius) | |
| Follow lint indications : https://github.com/iv-org/invidious/pull/2915#discussion_r811375584 | |||
| 2022-02-22 | Rename new property to channel_refresh_interval | Féry Mathieu (Mathius) | |
| Follow indications : https://github.com/iv-org/invidious/pull/2915#discussion_r811373503 | |||
| 2022-02-22 | Merge pull request #2910 from MathiusD/expose-version | Samantaz Fox | |
| Expose version by default on api/v1/stats | |||
| 2022-02-22 | Add albanian to the locales list | Samantaz Fox | |
| 2022-02-21 | Lint description of channel_refresh_time | Féry Mathieu (Mathius) | |
| 2022-02-21 | Make configurable time between each RefreshChannelsJob | Féry Mathieu (Mathius) | |
| 2022-02-18 | Expose version in /api/v1/stats with statistic disabled | Féry Mathieu (Mathius) | |
| 2022-02-14 | comments: don't error out when video has no comments | Samantaz Fox | |
| continuationItems is nil when video has no comments | |||
| 2022-02-14 | Merge pull request #2871 from SamantazFox/user-code-cleaning | Samantaz Fox | |
| User code cleaning & fixing | |||
| 2022-02-14 | Merge pull request #2892 from matthewmcgarvey/video-playability | Samantaz Fox | |
| Raise error if video not playable, also handle missing related videos | |||
| 2022-02-13 | Fix Freetube subscriptions import | Samantaz Fox | |
| 2022-02-12 | Fix OPML import | Samantaz Fox | |
| 2022-02-12 | Do not check for pending migrations on app start | matthewmcgarvey | |
| This is so that we don't break deploys with this PR. Instead we only ship the 'invidious --migrate' cli command and let people test that. Maybe even ship a new migration that wouldn't break apps that don't run the migrations. Then we roll out the functionality that requires migrations. | |||
| 2022-02-11 | Run migrations through CLI instead of when app starts | matthewmcgarvey | |
| 2022-02-11 | Migrations tweaks | matthewmcgarvey | |
| 2022-02-10 | Raise exception if playability not ok, also handle missing related videos | matthewmcgarvey | |
| 2022-02-11 | video_playback: Check "host" parameter validity | Samantaz Fox | |
| 2022-02-10 | DB: fix inverted arguments in User.update_password() | Samantaz Fox | |
| Closes https://github.com/iv-org/invidious/issues/2875 | |||
| 2022-02-10 | Merge pull request #2872 from SamantazFox/misaligned-captions | Samantaz Fox | |
| Use a regex to fix badly aligned captions | |||
| 2022-02-09 | Add custom migration implementation | matthewmcgarvey | |
| 2022-02-09 | Fix empty error page on BrokenTubeException | Samantaz Fox | |
| 2022-02-08 | Apply changes from code review | Samantaz Fox | |
