aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2024-08-11Ameba: i18next.cr fixes (#4806)Samantaz Fox1-9/+8
2024-08-07SigHelper: Fix some logic errors raised during code reviewSamantaz Fox2-5/+5
2024-08-07SigHelper: Make signature server optional and configurableSamantaz Fox6-27/+39
2024-08-07SigHelper: Add support for PLAYER_UPDATE_TIMESTAMP opcodeSamantaz Fox2-4/+22
2024-08-07SigHelper: Small fixes + suggestions from code reviewSamantaz Fox3-16/+11
2024-07-28Remove unused methods in `Invidious::LogHandler`syeopite1-13/+0
2024-07-25Ameba: Fix Naming/PredicateNamesyeopite1-2/+2
2024-07-25SigHelper: Use 'URI.parse' instead of 'URI.new'Samantaz Fox1-2/+2
2024-07-25Videos: Send player sts when requiredSamantaz Fox2-6/+27
2024-07-25SigHelper: Fix many issuesSamantaz Fox2-101/+132
2024-07-25Videos: Make use of the video decodingSamantaz Fox3-85/+64
2024-07-25Helpers: Add inv_sig_helper clientSamantaz Fox1-0/+303
2024-07-25Jobs: Remove the signature function update jobSamantaz Fox3-20/+0
2024-07-25Misc: Sync crystal overrides with current stdlibSamantaz Fox1-4/+4
2024-07-24Ameba: Fix Naming/MethodNamessyeopite1-6/+6
2024-07-24Ameba: Fix Lint/HashDuplicatedKeysyeopite1-1/+0
2024-07-24Ameba: Fix Lint/UnusedBlockArgumentsyeopite2-3/+3
2024-07-24Ameba: Fix Lint/UnusedArgumentsyeopite1-2/+2
2024-07-24Ameba: undo Lint/NotNilAfterNoBang in signatures.crsyeopite1-8/+8
2024-07-24Add ability to set po_token and visitordata IDEmilien Devos3-3/+24
2024-07-21Channel: parse subscriber count and channel banner (#4785)Samantaz Fox1-3/+12
2024-07-21Videos: Fix genre url being unusable (#4717)Samantaz Fox2-2/+2
2024-07-21API: Fix out of bound error on empty playlists (#4696)Samantaz Fox1-1/+3
2024-07-21Handle playlists cataloged as Podcast (#4695)Samantaz Fox1-0/+2
2024-07-21API: Fix duplicated query parameters in proxied video URLs (#4587)Samantaz Fox1-2/+3
2024-07-21API: Return actual stream height, width and fps (#4586)Samantaz Fox1-29/+40
2024-07-21Preferences: Fix handling of modified source code URL(#4437)Samantaz Fox2-2/+2
2024-07-21API: Fix URL for vtt subtitles (#4221)Samantaz Fox1-1/+5
2024-07-17Ameba: Fix Lint/UselessAssignsyeopite8-12/+7
2024-07-17Simplify last_node retrievalsyeopite1-5/+5
2024-07-15Ameba: Fix Lint/NotNilAfterNoBangsyeopite3-11/+11
2024-07-11Ameba: Fix Naming/VariableNamessyeopite3-24/+24
2024-07-10Channels: Add sort options to streams (#4224)Samantaz Fox3-22/+26
2024-07-10API: Fix error code for disabled popular endpoint (#4296)Samantaz Fox1-1/+1
2024-07-10Allow embedding videos in local HTML files (#4450)Samantaz Fox1-1/+1
2024-07-10YtAPI: Remove API keys like official clients (#4655)Samantaz Fox1-22/+1
2024-07-10HTML: Use full URL in the og:image property (#4675)Samantaz Fox2-3/+3
2024-07-09Channel: parse subscriber count and channel bannerChunkyProgrammer1-3/+12
2024-06-18Update spec and rollback to last commits changesmeatball2-2/+2
2024-06-13Extract label for transcript in YouTube responsesyeopite1-4/+25
2024-06-11Raise error when transcript does not existsyeopite1-4/+10
2024-06-11Rewrite transcript logic to be more genericsyeopite2-34/+61
2024-05-30Make solution complaint with specmeatball2-2/+2
2024-05-30Improve code quallitymeatball1-1/+1
2024-05-30Fix change in parser filemeatball1-1/+1
2024-05-30fix: Handle nil value for genreUcid in Video structmeatball2-3/+3
2024-05-20fix: use ion icon for search iconthansk1-3/+1
2024-05-20fix: use a search icon instead of textthansk1-1/+5
2024-05-19feat: allow submitting search with mousethansk1-0/+1
2024-05-14Fix missing commasabsidue1-2/+2