summaryrefslogtreecommitdiffstats
path: root/src (follow)
AgeCommit message (Collapse)Author
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-16Request minified JSON from innertube (#2974)Samantaz Fox
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-25Merge pull request #2915 from MathiusD/RefreshChannelsJob-frenquencySamantaz Fox
Allow configuration of the time between 2 RefreshChannelsJob
2022-02-24Merge pull request #2922 from SamantazFox/download-widget-fixSamantaz Fox
Download widget fix
2022-02-24Merge pull request #2925 from matthewmcgarvey/routes-finalSamantaz Fox
Move last remaining routes in main file to new pattern
2022-02-24Don't double-encode file titleSamantaz Fox
2022-02-23Combine notifications endpoints and move themmatthewmcgarvey
2022-02-23Move live endpoints into Channels routematthewmcgarvey
2022-02-23Move captcha endpoint into Login routematthewmcgarvey
2022-02-23Add missing '_label' suffix to translation identifierSamantaz Fox
2022-02-23Move the "watch history" checkbox under the "user" sectionSamantaz Fox
2022-02-23Make the history recording optional.Le Jester
2022-02-23Use a dedicated endpoind for downloadsSamantaz Fox
This allows us to not pass file name ("title") in the form data and to enforce some sanity checks
2022-02-22Move remaining routes to new structurematthewmcgarvey
2022-02-22Extract live endpoints to routematthewmcgarvey
2022-02-22Lint config.example.yml and config.crFé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-22Fix captions regexSamantaz Fox
2022-02-22Make a function that builds the download widget's HTMLSamantaz Fox
2022-02-22Removal of changes to methods now unrelated to the issueFé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-22Update management of channel_refresh_intervalFéry Mathieu (Mathius)
Follow indications: https://github.com/iv-org/invidious/pull/2915#discussion_r811373503
2022-02-22Move TimeSpanConverter with another ConvertersFéry Mathieu (Mathius)
Follow indications : https://github.com/iv-org/invidious/pull/2915#discussion_r811373953
2022-02-22Lint config propertiesFéry Mathieu (Mathius)
Follow lint indications : https://github.com/iv-org/invidious/pull/2915#discussion_r811375584
2022-02-22Rename new property to channel_refresh_intervalFéry Mathieu (Mathius)
Follow indications : https://github.com/iv-org/invidious/pull/2915#discussion_r811373503
2022-02-22Merge pull request #2910 from MathiusD/expose-versionSamantaz Fox
Expose version by default on api/v1/stats
2022-02-22Add albanian to the locales listSamantaz Fox
2022-02-21Lint description of channel_refresh_timeFéry Mathieu (Mathius)
2022-02-21Make configurable time between each RefreshChannelsJobFéry Mathieu (Mathius)
2022-02-18Expose version in /api/v1/stats with statistic disabledFéry Mathieu (Mathius)
2022-02-14comments: don't error out when video has no commentsSamantaz Fox
continuationItems is nil when video has no comments
2022-02-14Merge pull request #2871 from SamantazFox/user-code-cleaningSamantaz Fox
User code cleaning & fixing
2022-02-14Merge pull request #2892 from matthewmcgarvey/video-playabilitySamantaz Fox
Raise error if video not playable, also handle missing related videos
2022-02-13Fix Freetube subscriptions importSamantaz Fox
2022-02-12Fix OPML importSamantaz Fox
2022-02-12Do not check for pending migrations on app startmatthewmcgarvey
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-11Run migrations through CLI instead of when app startsmatthewmcgarvey
2022-02-11Migrations tweaksmatthewmcgarvey
2022-02-10Raise exception if playability not ok, also handle missing related videosmatthewmcgarvey
2022-02-11video_playback: Check "host" parameter validitySamantaz Fox
2022-02-10DB: fix inverted arguments in User.update_password()Samantaz Fox
Closes https://github.com/iv-org/invidious/issues/2875
2022-02-10Merge pull request #2872 from SamantazFox/misaligned-captionsSamantaz Fox
Use a regex to fix badly aligned captions
2022-02-09Add custom migration implementationmatthewmcgarvey
2022-02-09Fix empty error page on BrokenTubeExceptionSamantaz Fox
2022-02-08Apply changes from code reviewSamantaz Fox