summaryrefslogtreecommitdiffstats
path: root/src (follow)
AgeCommit message (Collapse)Author
2023-02-22Merge pull request #3656 from iBicha/feature/auth-token-usernameÉmilien Devos (perso)
encode username on callback
2023-02-21encode username on callbackBrahim Hadriche
2023-02-20Check preferences before marking video as watchedBrahim Hadriche
2023-02-20Add History APIBrahim Hadriche
2023-02-20Fix order for importBrahim Hadriche
2023-02-19Fix watch history orderBrahim Hadriche
2023-02-19Add watch indicators (#3383)Samantaz Fox
2023-02-19add spaces at end of attributeChunkyProgrammer
2023-02-19Fixed console errorWes van der Vleuten
2023-02-19use string builder to create imagesChunkyProgrammer
change member to sponsor
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-16show member icon, hide deleted emojis, fix non-custom emojisChunkyProgrammer
2023-02-15Add support for custom emojis in commentsChunkyProgrammer
2023-02-14parse votes as numberChunkyProgrammer
Co-Authored-By: syeopite <70992037+syeopite@users.noreply.github.com>
2023-02-14Community: parse replyCountChunkyProgrammer
2023-02-14Community: Parse pollsChunkyProgrammer
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-10ran crystal tool format. it should fix some CI issuesthtmnisamnstr
Signed-off-by: thtmnisamnstr <gavinj1984@gmail.com>
2023-02-09Make sure pinnedCommentBadge isn't equal to falseChunkyProgrammer
Co-authored-by: Samantaz Fox <coding@samantaz.fr>
2023-02-09Make itag optional under /latest_versionBrahim Hadriche
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-28removed commentsGavin Johnson
Signed-off-by: Gavin Johnson <gavinj1984@gmail.com>
2023-01-28removed commentsGavin Johnson
Signed-off-by: Gavin Johnson <gavinj1984@gmail.com>
2023-01-28added youtube playlist import functionality. fixes issue #2114Gavin Johnson
Signed-off-by: Gavin Johnson <gavinj1984@gmail.com>
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-21Merge remote-tracking branch 'upstream/master'Wes van der Vleuten
2023-01-21Added suggestionsWes van der Vleuten
2023-01-21Formatting fix for Crystal nightlySamantaz Fox
Changes added by https://github.com/crystal-lang/crystal/pull/12951