summaryrefslogtreecommitdiff
path: root/src/invidious/routes/api
AgeCommit message (Expand)Author
2022-04-27It's OTF, not OFTSamantaz Fox
2022-04-27Fix 'adaptiveFormats' not available for livestreams in videos APISamantaz Fox
2022-04-22Bump videojs to 7.12.1 (#3011)Émilien Devos
2022-04-03Make use of Search::Query/Filters and associated HTML generatorSamantaz Fox
2022-03-29Create a search processors moduleSamantaz Fox
2022-03-06API: fix suggestions not workinSamantaz Fox
2022-02-24Merge pull request #2922 from SamantazFox/download-widget-fixSamantaz Fox
2022-02-23Combine notifications endpoints and move themmatthewmcgarvey
2022-02-23Use a dedicated endpoind for downloadsSamantaz Fox
2022-02-22Move remaining routes to new structurematthewmcgarvey
2022-02-22Fix captions regexSamantaz Fox
2022-02-18Expose version in /api/v1/stats with statistic disabledFéry Mathieu (Mathius)
2022-02-14Merge pull request #2871 from SamantazFox/user-code-cleaningSamantaz Fox
2022-02-07Use a regex to fix badly aligned captionsSamantaz Fox
2022-02-07Move user pages (ECR files) to subfolderSamantaz Fox
2022-02-07API: handle related channels parsing exceptionsSamantaz Fox
2022-02-07Related channel may contain a continuation entrySamantaz Fox
2022-02-02Merge pull request #2827 from SamantazFox/more-code-cleanupSamantaz Fox
2022-01-27Cleanup channel helpers codematthewmcgarvey
2022-01-28search functions: Don't return result countSamantaz Fox
2022-01-28Fix more 'Lint/ShadowingOuterLocalVar' warnings reported by amebaSamantaz Fox
2022-01-28Fix some 'Lint/ShadowingOuterLocalVar' warnings reported by amebaSamantaz Fox
2022-01-28Remove useless 'locale = env.get...' from many routesSamantaz Fox
2022-01-28Remove useless arguments from playlist-related functionsSamantaz Fox
2022-01-17Fix loading reddit comments when there are no threads foundmatthewmcgarvey
2022-01-10Can fetch related channels using just the channel ucid]matthewmcgarvey
2022-01-08Update to fetch related channels againmatthewmcgarvey
2022-01-04Clean useless database arguments (5/5)Samantaz Fox
2022-01-04Clean useless database arguments (4/5)Samantaz Fox
2022-01-04Clean useless database arguments (3/5)Samantaz Fox
2022-01-04Clean useless database arguments (2/5)Samantaz Fox
2022-01-04Clean useless database arguments (1/5)Samantaz Fox
2022-01-04Move DB queries related to 'annotations' in a separate moduleSamantaz Fox
2022-01-04Move DB queries related to 'users' in a separate module (2/2)Samantaz Fox
2022-01-04Move DB queries related to 'users' in a separate module (1/2)Samantaz Fox
2022-01-04Move DB queries related to session tokens in a separate moduleSamantaz Fox
2022-01-04Move DB queries related to channels in a separate moduleSamantaz Fox
2022-01-04Move DB queries related to playlists in a separate module (2/3)Samantaz Fox
2022-01-04Move DB queries related to playlists in a separate module (1/3)Samantaz Fox
2021-11-21i18n: pass only the ISO code string to 'translate()'Samantaz Fox
2021-10-29Fix 'to_json' in struct PlaylistVideoSamantaz Fox
2021-10-29Also fix 'to_json' in struct VideoSamantaz Fox
2021-10-25Fix Performance/ChainedCallWithNoBang issuessyeopite
2021-10-25Fix Style/VerboseBlock issuessyeopite
2021-10-25Fix Style/VariableNames issuessyeopite
2021-10-25Fix Lint/UnusedArgument issuessyeopite
2021-10-11Lookback 50 videosSamantaz Fox
2021-10-11propagate video_id field on getting playlistsdiogo
2021-10-11pass the api/v1/playlists with videos before the offsetdiogo
2021-09-25Fix livestream regex regression caused by #2271syeopite