| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-11-12 | Remove of gzip header w/ use_quic config | syeopite | |
| Continuation of b0f127d4d89bc1a001c9ad37b27eec8d9d8e7961 | |||
| 2021-11-12 | Fix handling for maxres thumbnail | syeopite | |
| 2021-11-12 | Fix copy-paste error | syeopite | |
| 2021-11-12 | Allow thumbnail queries with QUIC disabled | syeopite | |
| 2021-11-12 | Use https for storyboard image requests | syeopite | |
| 2021-11-12 | Use https for ggpht requests | syeopite | |
| 2021-11-12 | Allow storyboard queries with QUIC disabled | syeopite | |
| 2021-11-12 | Allow ggpht queries with QUIC disabled | syeopite | |
| 2021-11-12 | Respect use_quic param and fix typos | syeopite | |
| 2021-11-12 | Fix gzip decompression with HTTP::Client | syeopite | |
| 2021-11-12 | Add compile-time flag to remove code for QUIC | syeopite | |
| 2021-10-29 | Remove useless auto_generated param from PlaylistVideo#to_xml | Samantaz Fox | |
| given the variables available in this function's context, 'author' and 'ucid' provide the same data 'self.author' and 'self.ucid', respectively. Given that fact, the variable `auto_generated` has no impact on the logic of this function, and hence can be safely removed. this greatly simplifies the code and makes it perfectly compatible with crystal's calling convention for '#to_xml' methods. | |||
| 2021-10-29 | Fix 'to_json' in struct PlaylistVideo | Samantaz Fox | |
| 2021-10-29 | Add TODO comments to other places | Samantaz Fox | |
| 2021-10-29 | Also fix 'to_json' in struct Video | Samantaz Fox | |
| 2021-10-28 | serialized_yt_data: force datatype of 'locale' | Samantaz Fox | |
| 2021-10-28 | serialized_yt_data: Remove default nil value in to_json | Samantaz Fox | |
| this will ensure that two parameters are passed and that it doesn't collide with 'to_json(builder)' | |||
| 2021-10-28 | Fix an infinite recursion caused by #2228 | Samantaz Fox | |
| Changes in the aforementioned PR lead to change the behavior of some old code. The data type of the parameters aren't explicit enough, which makes the compiler use the wrong method because of type infering. | |||
| 2021-10-26 | Use env.request.resource for instance switch link | syeopite | |
| 2021-10-26 | Rebase error | syeopite | |
| 2021-10-26 | Remove unneeded redirect.invidious.io code in /redirect | syeopite | |
| 2021-10-26 | Only use /redirect when automatically redirecting | syeopite | |
| 2021-10-26 | Merge pull request #2529 from DmitrySandalov/master | Samantaz Fox | |
| Feature Request: Localization for trending iv-org#331 | |||
| 2021-10-26 | Merge pull request #2428 from syeopite/ameba-fixes | Samantaz Fox | |
| Fix (some) issues detected by Ameba | |||
| 2021-10-26 | Merge branch 'master' into master | Samantaz Fox | |
| 2021-10-26 | Normalize translation key for preferences categories | Samantaz Fox | |
| categories normalized: - Miscellanous - Player - Visual - Administrator - Data - Subscription | |||
| 2021-10-26 | Normalize translation key for user prefrerences | Samantaz Fox | |
| preferences normalized: - annotations - annotations_subscribed - automatic_instance_redirect - autoplay - captions - comments - continue - continue_autoplay - dark_mode - default_home - extend_desc - feed_menu - listen - local - locale - max_results - notifications_only - player_style - quality - quality_dash - related_videos - show_nick - sort - speed - thin_mode - unseen_only - video_loop - volume - vr_mode | |||
| 2021-10-25 | Switch to #sort_by! in pull_popular_videos job | syeopite | |
| 2021-10-25 | Reduce block verbosity further | syeopite | |
| 2021-10-25 | Optimize assigning of on_response_received_endpoints | syeopite | |
| 2021-10-25 | Remove extra dot between [] from ambea copy-pasting. | syeopite | |
| 2021-10-25 | Update src/invidious/routes/playlists.cr | syeopite | |
| Co-authored-by: Samantaz Fox <coding@samantaz.fr> | |||
| 2021-10-25 | Update src/invidious/routes/channels.cr | syeopite | |
| Co-authored-by: Samantaz Fox <coding@samantaz.fr> | |||
| 2021-10-25 | Fix Style/IsAFilter issues | syeopite | |
| 2021-10-25 | Fix Performance/ChainedCallWithNoBang issues | syeopite | |
| 2021-10-25 | Fix Style/VerboseBlock issues | syeopite | |
| 2021-10-25 | Fix Style/VariableNames issues | syeopite | |
| 2021-10-25 | Fix Lint/UnusedArgument issues | syeopite | |
| 2021-10-25 | Fix Lint/RedundantStringCoercion issues | syeopite | |
| 2021-10-25 | Feature Request: Localization for trending (remove region from server config) | Dmitry Sandalov | |
| 2021-10-21 | Feature Request: Localization for trending (fix lint CONTENT_REGIONS end comma) | Dmitry Sandalov | |
| 2021-10-21 | Feature Request: Localization for trending (move TRENDING_REGIONS to i18n.cr ↵ | Dmitry Sandalov | |
| as CONTENT_REGIONS) | |||
| 2021-10-21 | Feature Request: Localization for trending iv-org#331 | Dmitry Sandalov | |
| 2021-10-20 | Merge pull request #2433 from iv-org/increase-channel-refresh-delay | syeopite | |
| Decrease channel refresh frequency (1 min -> 1 h) | |||
| 2021-10-18 | Merge pull request #2477 from SamantazFox/move-prefs-and-config | syeopite | |
| Move user preferences and server config | |||
| 2021-10-18 | Move 'extract_text()' to 'extractors_utils.cr' | Samantaz Fox | |
| 2021-10-18 | Move 'extractors.cr' to 'yt_backend' folder | Samantaz Fox | |
| 2021-10-18 | Move 'add_yt_headers()' to 'connection_pool.cr' | Samantaz Fox | |
| 2021-10-18 | Move 'extract_videos' and 'extract_selected_tab' too | Samantaz Fox | |
| 2021-10-18 | Add fetch_continuation_token back (required by #2215) | Samantaz Fox | |
