summaryrefslogtreecommitdiffstats
path: root/src (follow)
AgeCommit message (Collapse)Author
2023-02-19Auth: Add username to token callback (#3603)Samantaz Fox
2023-02-19API: Add endpoints for import/export (#3617)Samantaz Fox
2023-02-19API: Add endpoint to resolve youtube urls (#3612)Samantaz Fox
2023-02-17Merge pull request #3622 from ChunkyProgrammer/downcase-trending-type-paramÉmilien Devos (perso)
2023-02-12Comments: Revert "isPinned" to a nil checkSamantaz Fox
"pinnedCommentBadge" is not a boolean, but a complex structure. This commit fixes a wrong assumption I had during the rewiew of https://github.com/iv-org/invidious/pull/3626
2023-02-11Use case statement for trending_typeChunkyProgrammer
Co-Authored-By: Samantaz Fox <coding@samantaz.fr>
2023-02-10API: add authorVerified where possible + provide channel tabs list (#3625)Samantaz Fox
2023-02-09Make sure pinnedCommentBadge isn't equal to falseChunkyProgrammer
Co-authored-by: Samantaz Fox <coding@samantaz.fr>
2023-02-07parse isPinned, add support for strikethroughChunkyProgrammer
2023-02-07add missing authorVerified to apiChunkyProgrammer
2023-02-07Ignore casing for trending type in apiChunkyProgrammer
2023-02-05Use CONFIG.playlist_length_limit when exporting playlistsBrahim Hadriche
2023-02-05Remove unused db callBrahim Hadriche
2023-02-05Refactor export functionBrahim Hadriche
2023-02-02Add API for import/exportBrahim Hadriche
2023-02-02add pageTypeChunkyProgrammer
2023-02-02API: Parse multiimage community posts (#3599)Samantaz Fox
2023-02-02Video: Add support for the music description section (#3559)Samantaz Fox
2023-02-02Login redirect to referer on logged-in user (#3556)Samantaz Fox
2023-02-02Feat: Add api endpoint to resolve youtube urlsChunkyProgrammer
2023-01-30Add username to auth token callbackBrahim Hadriche
2023-01-29API: Parse multiimage community postsChunkyProgrammer
2023-01-26Support handlesMacic
2023-01-24fix displaying author name #1612ChunkyProgrammer
2023-01-22Search: Fix ArithmeticOverflow + wrong subs count issues (#3535)Samantaz Fox
2023-01-22Add support for timedtext captions (#3533)Samantaz Fox
2023-01-22Major improvementstechmetx11
2023-01-21Formatting fix for Crystal nightlySamantaz Fox
Changes added by https://github.com/crystal-lang/crystal/pull/12951
2023-01-18Redirect auth token to loginBrahim Hadriche
2023-01-18Merge branch 'master' into feature/login-redirectBrahim Hadriche
2023-01-17Make DASH absolute urls when local (#3554)Samantaz Fox
2023-01-17API: make /api/v1/videos respect the 'local' parameter (#3567)Samantaz Fox
2023-01-17Video proxy: always include the 'range' header (#3570)Samantaz Fox
2023-01-16Remove debug printDUOLabs333
2023-01-16Some indention changesDUO Labs
Co-authored-by: Samantaz Fox <coding@samantaz.fr>
2023-01-16FormattingDUOLabs333
2023-01-16If videCountText lists the number of subscribers, then don't use it in ↵DUOLabs333
get_video_count
2023-01-16Handle case with included manifestBrahim Hadriche
2023-01-16Add support for multiple songstechmetx11
2023-01-15API: make /api/v1/videos respect the 'local' parameterSamantaz Fox
2023-01-15Don't continue when LOGIN_REQUIRED and no videoDetailsÉmilien Devos
2023-01-14Video proxy: always include the 'range' headerSamantaz Fox
2023-01-14Video: Add support for the music sectiontechmetx11
2023-01-13Login redirect to referer on logged-in userBrahim Hadriche
2023-01-13Make DASH absolute urls when localBrahim Hadriche
2023-01-11Convert tabs to spacesDUOLabs333
2023-01-10Add support for the new channel layout - part 2 (#3419)Samantaz Fox
2023-01-08FormattingDUOLabs333
2023-01-08Remove superfluous 'end'DUOLabs333
2023-01-08Different cosmetic fixesDUOLabs333