summaryrefslogtreecommitdiffstats
path: root/src (follow)
AgeCommit message (Collapse)Author
2023-03-12Comments: Add support for custom emojis + member info (#3636)Samantaz Fox
2023-03-12Community: parse reply count and polls (#3635)Samantaz Fox
2023-03-12Update src/invidious/routes/video_playback.crBrahim Hadriche
Co-authored-by: Samantaz Fox <coding@samantaz.fr>
2023-03-07removed unnecessary conditionals and uninitialized variable declarationsthtmnisamnstr
Signed-off-by: thtmnisamnstr <gavinj1984@gmail.com>
2023-03-07readd try as bool for isSponsor keyChunkyProgrammer
2023-03-07Add History API (#3654)Samantaz Fox
2023-03-07Apply style change suggestionsChunkyProgrammer
Co-authored-by: Samantaz Fox <coding@samantaz.fr>
2023-03-07Fix input validationBrahim Hadriche
2023-03-07support videos with multiple songsChunkyProgrammer
2023-03-07add song title for music tracksChunkyProgrammer
2023-03-04Use single db callBrahim Hadriche
2023-03-02Fix id checkBrahim Hadriche
2023-03-02Validate id, avoid db call if not neededBrahim Hadriche
2023-03-02validate video idBrahim Hadriche
2023-03-02add channel emoji css classChunkyProgrammer
2023-03-01use dig, create private image quality constantChunkyProgrammer
Co-Authored-By: Samantaz Fox <coding@samantaz.fr>
2023-03-01PR nursingBrahim Hadriche
2023-02-26Replace == with empty?techmetx11
2023-02-26Video: Fix 0 views, and empty license fieldtechmetx11
2023-02-23improved import algorithm, fixed a referer issue from the playlists page ↵thtmnisamnstr
after deleting a playlist Signed-off-by: thtmnisamnstr <gavinj1984@gmail.com>
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