Commit Graph

1749 Commits (a61735e29ab58be0a5b6f5be3eea2fcb113d27fa)

Author SHA1 Message Date
Samantaz Fox a61735e29a Print detailed error message when playlist can't be retrieved 4 years ago
Samantaz Fox 9bdfb0a32b Playlist: Support edge case where 'content' in JSON may be erroneously plural 4 years ago
Samantaz Fox 94ecd29e35 Make use of youtube API helper in src/invidious/channels.cr 4 years ago
Samantaz Fox 980f5f1299 Playlist: Fix video continuation (100+ videos playlists) 4 years ago
Samantaz Fox f99d62a2bc Create youtube API wrapper fo /youtubei/v1/browse 4 years ago
Samantaz Fox 89be1975ea Playlist: Fix continuation token generation 4 years ago
Samantaz Fox fec82df451 Fix fetching of large playlist 4 years ago
TheFrenchGhosty 3286328de4
Merge pull request #1837 from syeopite/master
Enhance search filter UI for JS disabled users
4 years ago
syeopite 977c34c0d7
Remove unused script element in search.ecr 4 years ago
Svallinn fa050fb8a8
Fix: functional hl / dark_mode / thin_mode params 4 years ago
syeopite 48a3c3a0c1
Add hover state to filter UI 4 years ago
syeopite b56ebd13b6
Fix indent in search.ecr for filters 4 years ago
Samantaz Fox 3de39698dd Make the build tests happy: remove blank lines 4 years ago
Samantaz Fox b86476410f playlists: Fix description being simple text (issue #1767) 4 years ago
Samantaz Fox 57ea45ff51 content_to_comment_html: Fix /watch links + make newline replace universal 4 years ago
TheFrenchGhosty ec30f7c5d4
Merge pull request #1849 from saltycrys/channels
WIP channels fix
4 years ago
TheFrenchGhosty 3cc9114f81
Merge pull request #1829 from SimonPhoenix96/xml-json-yt-sub-import
integrate legacy yt xml subscription import with new json sub import
4 years ago
TheFrenchGhosty 790167e914
Merge pull request #1832 from mark9064/patch-1
Fix engagement
4 years ago
saltycrys 378c0d049e WIP channels fix 4 years ago
Perflyst fc8c555519
Merge pull request #1729 from Rjevski/12factor-database-url-restored
Support "Database URL" in addition to existing DB-related parameters
4 years ago
syeopite 83b5fd252e
Enhance search filter UI for JS disabled users
Change filters UI box to use <details>.

Stylize detail button for filter ui

Fix localization for 'filter'

Fix CSS

Fix styling
4 years ago
mark9064 9ae18b0b3b
Fix engagement
Engagement was calculated as 0-1 but displayed as a percentage
4 years ago
simonphoenix96 84487b2e52 format invidious.cr using crystal cli 4 years ago
Simon Phoenix 9689376de6
fixed line indent typo 4 years ago
simonphoenix96 a2f79a163f integrate legacy yt xml subscription import with new json sub import 4 years ago
Andrew Zhao 2600695927 fix search
Put search page in the super secret proto field
4 years ago
TheFrenchGhosty 705e4fca06
Merge pull request #1797 from B0pol/published_utc
Use UTC for published date
4 years ago
TheFrenchGhosty a4ba4cf6ce
Merge pull request #1795 from B0pol/comments
Fix comment replies count
4 years ago
TheFrenchGhosty 0b2109576a
Merge pull request #1804 from tenpura-shrimp/captionpreload
do not preload captions
4 years ago
Andrew Zhao 295e5c9731 show how long ago stream started 4 years ago
Andrew Zhao 9b79e35d52 do not preload captions 4 years ago
bopol 237100da18 Use UTC for published date 4 years ago
bopol 1e33c0c288 Fix comment replies count 4 years ago
TheFrenchGhosty c451aab150
Enable the Hebrew translation since it's now translated at more than 80% 4 years ago
TheFrenchGhosty 48bff9a5d2
Enable the Indonesian translation since it's now translated at more than 80% 4 years ago
saltycrys 2bf445e165 Fix playlists with `Various Artists` author 4 years ago
Andrew Zhao 148f3002ec use large thumbnail for channels in search 4 years ago
Perflyst ec82c1f957
Merge pull request #1730 from notpushkin/patch-1
Add link[rel="alternate"] pointing to YouTube version
4 years ago
saltycrys 5f03a583d1 Update code for Crystal 0.36.0
Rename `HTTPClient@socket` to `HTTPClient@io`, see
https://github.com/crystal-lang/crystal/pull/9543.

Rename `URI#full_path` to `URI#request_target`, see
https://github.com/crystal-lang/crystal/pull/10099.
4 years ago
saltycrys 991a04dc2a Adjust routes
Simple routes have been moved into a single `Misc` file.

Embed routes have been moved into a single `Embed` file.

The preferences route has been renamed to be more consistent with other parts
of the codebase.
4 years ago
Perflyst 82da5cfd01
Merge pull request #1712 from tenpura-shrimp/bumpvideojs
Bump videojs and fix webworker
4 years ago
saltycrys 909285ea46
Merge pull request #1732 from saltycrys/unrequire-logger
Unrequire `logger`
4 years ago
saltycrys a0bc0641c7 Unrequire `logger`
Crystal's `Logger` was required but never used in Invidious. Crystal 0.36.0
removed `Logger` in favor of `Log`.
4 years ago
Alexander Pushkov e7ada61881
Add link[rel="alternate"] pointing to YouTube version 4 years ago
Andre Borie 79e99908de Allow providing 12-Factor-style Database URL in config 4 years ago
TheFrenchGhosty bd893cb24c Enable the Finish translation since it's now translated at more than 80% 4 years ago
saltycrys c9a316ad35
Merge pull request #1702 from saltycrys/config
Config improvements
4 years ago
Andrew Zhao 4a0b10984a Bump videojs and fix webworker 4 years ago
Andrew Zhao d0dbbd1cb1 remove https from channel thumbnail in search 4 years ago
saltycrys 70e14f92a4 Only start refresh jobs when necessary
If `channel_threads` or `feed_threads` is set to zero the corresponding job is
now not started.
4 years ago