| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-11-08 | Update README.md (#1461) | Stefan Haan | |
| Update README.md | |||
| 2020-11-07 | Formatting | Matthew McGarvey | |
| 2020-11-06 | Extract embed routes into separate classes | Matthew McGarvey | |
| 2020-11-03 | Merge pull request #1449 from raycheung/master | Perflyst | |
| Fix stale playlist video counting on add/drop (#1448) | |||
| 2020-11-03 | Merge pull request #1453 from matthewmcgarvey/extract-watch-route | Perflyst | |
| Extract /watch route from main file | |||
| 2020-11-02 | Extract /watch route from main file | Matthew McGarvey | |
| 2020-11-01 | Fix stale playlist video counting on add/drop ↵ | Ray Cheung | |
| (https://github.com/iv-org/invidious/issues/1448) The return of `cardinality()` is not affected by the `array_append()` and `array_remove()` of the same statement. | |||
| 2020-10-26 | Merge pull request #1440 from saltycrys/master | TheFrenchGhosty | |
| Fix storyboards | |||
| 2020-10-25 | Fix storyboards | saltycrys | |
| 2020-10-24 | more polish (#1437) | TheFrenchGhosty | |
| 2020-10-23 | polish some stuff (#1436) | TheFrenchGhosty | |
| 2020-10-23 | Update README.md (#1433) | milotype | |
| Updated "Hosted Weblate" link and added two items about translations, in order to make this kind of information more prominent. | |||
| 2020-10-23 | Add liability clause (#1434) | Qt Resynth | |
| * Add liability clause * Update README.md | |||
| 2020-10-23 | Update get_about_info for polymer (iv-org/invidious#1423) (#1429) | Triplesalt | |
| Update get_about_info for polymer (iv-org/invidious#1423) | |||
| 2020-10-22 | Update parsing of ytInitialData (#1427) | Ben Heller | |
| Update parsing of ytInitialData | |||
| 2020-10-17 | [refactor] Finish converting jobs to new job setup (#1420) | Matthew McGarvey | |
| [refactor] Finish converting jobs to new job setup | |||
| 2020-10-16 | Set preferences before conditional breaks in before_all (#1412) | Matthew McGarvey | |
| 2020-10-16 | Use the new version of lsquic.cr (#1413) | TheFrenchGhosty | |
| 2020-10-15 | Extract RefreshChannelsJob (#1403) | Matthew McGarvey | |
| 2020-10-10 | Replace the riot.im link with a matrix.to link (#1409) | TheFrenchGhosty | |
| 2020-10-10 | More readme enhancements and fixes (#1408) | TheFrenchGhosty | |
| * More enhancements and fixes to the readme * Move liberapay away from the features list | |||
| 2020-10-10 | Major readme enhancements and fixes (#1407) | TheFrenchGhosty | |
| * Major enhancement to the readme | |||
| 2020-10-10 | Merge pull request #1372 from tleydxdy/patch-1 | Perflyst | |
| Add exponential backoff to refresh_channels | |||
| 2020-10-10 | Merge pull request #1406 from Perflyst/channel-api-v3 | TheFrenchGhosty | |
| Use channel API v3 | |||
| 2020-10-10 | Use channel API v3 | Perflyst | |
| 2020-10-08 | Merge pull request #1402 from matthewmcgarvey/feed-menu-overlap | TheFrenchGhosty | |
| Fix feed menu overlap at iPad screen widths | |||
| 2020-10-08 | Merge pull request #1399 from matthewmcgarvey/routing-job-patterns | Perflyst | |
| Provide rough draft of better project organization | |||
| 2020-10-07 | Fix feed menu overlap at ipad screen widths | Matthew McGarvey | |
| 2020-10-05 | Provide rough draft of better project organization | Matthew McGarvey | |
| 2020-10-05 | Merge pull request #1379 from Rjevski/patch-1 | TheFrenchGhosty | |
| Remove on-hover tooltip from player | |||
| 2020-10-04 | Merge pull request #1391 from Perflyst/update-requirements | TheFrenchGhosty | |
| Add zlib1g-dev as requirement | |||
| 2020-10-04 | Merge pull request #1394 from Perflyst/fix-ci-test | TheFrenchGhosty | |
| Fix CI tests | |||
| 2020-10-03 | Fix formatting | Perflyst | |
| 2020-09-27 | Add zlib1g-dev as requirement | Perflyst | |
| 2020-09-25 | Merge pull request #1360 from FlipEnergy/helm_services | TheFrenchGhosty | |
| [Helm] add service type values and InitContainer to wait for Postgres | |||
| 2020-09-25 | Merge pull request #1387 from GauthierPLM/fix-playlist-index | TheFrenchGhosty | |
| Fix #1382 : Playlists missing first video | |||
| 2020-09-25 | Fix #1382 : Playlists missing first video | Gauthier POGAM--LE MONTAGNER | |
| The index was set to index - 1, causing the first video to be shifted in fetch_playlist_videos (because of its index being -1 lower than it should) and thus not displayed on playlist page. | |||
| 2020-09-15 | Remove on-hover tooltip from player | Andre Borie | |
| Using the player on latest Safari, the tooltip appears and stays stuck for long even when switching to fullscreen which is annoying. You need to explicitly click anywhere to dismiss that stuck tooltip. This doesn't seem to happen in Firefox so I am not sure whether this is a browser bug, but in any case I don't see any value in keeping this tooltip so maybe we can just remove it? | |||
| 2020-09-09 | Allow cookies from anti-captcha to be optional (#1371) | Omar Roth | |
| 2020-09-09 | Fix sub refresh (#1370) | Omar Roth | |
| 2020-09-09 | Add exponential backoff to refresh_channels | tleydxdy | |
| In practice with the patch I usually see backoff to 2 hours when blocked, so it should improve recovery time. The lim_thread is to work with multi-threading, not sure if it's the best way to do it. | |||
| 2020-09-09 | Merge pull request #713 from leonklingele/keydown-mediakeys-detection | TheFrenchGhosty | |
| js: add support to detect media keys in keydown handler | |||
| 2020-09-06 | Remove space | Dennis Zhang | |
| 2020-09-06 | Fix pg_is ready user | Dennis Zhang | |
| 2020-09-05 | Add initContainer to check for postgres up | Dennis Zhang | |
| 2020-09-05 | also add initial delay | Dennis Zhang | |
| 2020-09-05 | add service values | Dennis Zhang | |
| 2020-09-02 | Use new youtube API to fetch channel videos (#1355) | Ben Heller | |
| * Use new API to fetch videos from channels This mirrors the process used by subscriptions.gir.st. The old API is tried first, and if it fails then the new one is used. * Use the new API whenever getting videos from a channel I created the get_channel_videos_response function because now instead of just getting a single url, there are extra steps involved in getting the API response for channel videos, and these steps don't need to be repeated throughout the code. The only remaining exception is the bypass_captcha function, which still only makes a request to the old API. I don't know whether this code needs to be updated to use the new API for captcha bypassing to work correctly. * Correctly determine video length with new api * Remove unnecessary line | |||
| 2020-08-25 | Replace omarroth with iv-org where applicable (#1353) | stranger195 | |
| Fixes #1353 | |||
| 2020-08-21 | Merge pull request #1346 from resttime/fix-docker-init | TheFrenchGhosty | |
| Use bash in the docker init shebang | |||
