| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-11-04 | Fix escaping in email query | Omar Roth | |
| 2019-11-01 | Add support for '/yts/img' endpoint | Omar Roth | |
| 2019-10-27 | Add support for configurable administrator email | Omar Roth | |
| 2019-10-27 | Merge pull request #850 from XVnNzb2kFEhV9Tjm/master | Omar Roth | |
| Add Japanese translations | |||
| 2019-10-27 | Refactor continuation token handling | Omar Roth | |
| 2019-10-27 | Add support for image captcha in Google login | Omar Roth | |
| 2019-10-26 | Fix monkeypatch for HTTP::Client | Omar Roth | |
| 2019-10-26 | Add Japanese translations | XVnNzb2kFEhV9Tjm | |
| 2019-10-25 | Add HTTPClient pool | Omar Roth | |
| 2019-10-25 | Remove code for /api/v1/insights | Omar Roth | |
| 2019-10-21 | Format source | Omar Roth | |
| 2019-10-21 | Skip deleted videos in playlist | Omar Roth | |
| 2019-10-20 | Fix typo in English locale | Omar Roth | |
| 2019-10-20 | Fix typo in syncing user preferences | Omar Roth | |
| 2019-10-20 | Move feed_menu and default_home into user preferences | Omar Roth | |
| 2019-10-20 | Fix redirect for livestreams | Omar Roth | |
| 2019-10-16 | Allow unlisted playlists to be viewed from /api/v1/playlists/ | Omar Roth | |
| 2019-10-15 | Fix indexId for created playlist video | Omar Roth | |
| 2019-10-15 | Add support for custom playlists | Omar Roth | |
| 2019-10-14 | Remove SSL redirect | Omar Roth | |
| 2019-10-09 | Add support for zh-TW translation | Omar Roth | |
| 2019-09-30 | Merge pull request #743 from girst/rssparams | Omar Roth | |
| Forward query string parameters from Atom feeds | |||
| 2019-09-30 | Forward parameters given in ¶ms= from Atom feeds | girst | |
| Any parameters given in ¶ms=... are appended to /watch URLs. This allows e.g. passing &raw=1&listen=1 to a playlist of music and use an rss reader like newsboat as a media player, like so: https://invidio.us/feed/playlist/XXX?params=%26raw%3D1%listen%3D1 All three feeds--channels, playlists, subscriptions--are supported. | |||
| 2019-09-24 | Update DB calls for 0.31.0 | Omar Roth | |
| 2019-09-24 | Add config options for host binding and port | Omar Roth | |
| 2019-09-24 | Add support for Turkish translation | Omar Roth | |
| 2019-09-24 | Update to Crystal 0.31.0, resolve compiler deprecation warnings, update ↵ | leonklingele | |
| dependencies (#764) * shard: update to crystal 0.31.0 Additionally, no longer use the Crystal "markdown" library which has been removed from the Crystal stdlib in version 0.31.0. See https://github.com/crystal-lang/crystal/pull/8115. Also fix some deprecation warnings using the following commands: find . \( -type d -name .git -prune \) -o -type f -exec sed -i 's/URI\.escape/URI\.encode_www_form/g' "{}" \; find . \( -type d -name .git -prune \) -o -type f -exec sed -i 's/URI\.unescape/URI\.decode_www_form/g' "{}" \; sed -i 's/while \%pull\.kind \!\= \:end_object/until \%pull\.kind\.end_object\?/g' src/invidious/helpers/patch_mapping.cr | |||
| 2019-09-22 | Fix typo in Google login | Omar Roth | |
| 2019-09-21 | Update Google login | Omar Roth | |
| 2019-09-08 | Add support for channel redirects | Omar Roth | |
| 2019-08-31 | Fix invalid viewCountText in related videos | Omar Roth | |
| 2019-08-27 | Handle redirects in /videoplayback | Omar Roth | |
| 2019-08-27 | Minor refactor | Omar Roth | |
| 2019-08-21 | Add 'playlistThumbnail' to playlist objects | Omar Roth | |
| 2019-08-21 | Refactor search extractor | Omar Roth | |
| 2019-08-16 | Fix playlist_thumbnail extractor | Omar Roth | |
| 2019-08-16 | Fix season playlists | Omar Roth | |
| 2019-08-15 | Add prefers-color-scheme support (#601) | psvenk | |
| * Add prefers-color-scheme support This should fix <https://github.com/omarroth/invidious/issues/559>. The cookie storage format has been changed from boolean ("true"/"false") to tri-state ("dark"/"light"/""), so that users without a cookie set will get dark mode if they have enabled the dark theme in their operating system. The code for handling the cookie state, along with the user's operating system theme, has been factored out into a new function `update_mode`, which is called both at window load and at the "storage" event listener, because the "storage" event listener is only trigerred when a change is made to the localStorage from another tab/window (for more info - see <https://stackoverflow.com/a/4679754>). | |||
| 2019-08-09 | Merge pull request #680 from leonklingele/add-player-styles | Omar Roth | |
| Add support for player styles | |||
| 2019-08-09 | Force redirect for videos without audio | Omar Roth | |
| 2019-08-09 | Add support for player styles | Leon Klingele | |
| This currently includes the following styles: - Invidious, the default - YouTube, using a centered play button and always visible video control bar Implements https://github.com/omarroth/invidious/issues/670. Supersedes https://github.com/omarroth/invidious/pull/661. | |||
| 2019-08-02 | Sort dash representations by framerate | Omar Roth | |
| 2019-07-31 | Fix image url extractor | Omar Roth | |
| 2019-07-31 | Fix engagement for zero-view videos (#654) | leonklingele | |
| Division by zero resulted in 'NaN'. Fixes https://github.com/omarroth/invidious/issues/653. | |||
| 2019-07-29 | Update video extractor0.19.1 | Omar Roth | |
| 2019-07-27 | Autofill search for playlists and communities page | Omar Roth | |
| 2019-07-25 | Add support for '/embed/?list' | Omar Roth | |
| 2019-07-24 | Add support for '/embed/live_stream' | Omar Roth | |
| 2019-07-22 | Add support for Google login verification | Omar Roth | |
| 2019-07-18 | Fix check for 2-step verification | Omar Roth | |
