summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2020-10-17[refactor] Finish converting jobs to new job setup (#1420)Matthew McGarvey
[refactor] Finish converting jobs to new job setup
2020-10-16Set preferences before conditional breaks in before_all (#1412)Matthew McGarvey
2020-10-16Use the new version of lsquic.cr (#1413)TheFrenchGhosty
2020-10-15Extract RefreshChannelsJob (#1403)Matthew McGarvey
2020-10-10Replace the riot.im link with a matrix.to link (#1409)TheFrenchGhosty
2020-10-10More readme enhancements and fixes (#1408)TheFrenchGhosty
* More enhancements and fixes to the readme * Move liberapay away from the features list
2020-10-10Major readme enhancements and fixes (#1407)TheFrenchGhosty
* Major enhancement to the readme
2020-10-10Merge pull request #1372 from tleydxdy/patch-1Perflyst
Add exponential backoff to refresh_channels
2020-10-10Merge pull request #1406 from Perflyst/channel-api-v3TheFrenchGhosty
Use channel API v3
2020-10-10Use channel API v3Perflyst
2020-10-08Merge pull request #1402 from matthewmcgarvey/feed-menu-overlapTheFrenchGhosty
Fix feed menu overlap at iPad screen widths
2020-10-08Merge pull request #1399 from matthewmcgarvey/routing-job-patternsPerflyst
Provide rough draft of better project organization
2020-10-07Fix feed menu overlap at ipad screen widthsMatthew McGarvey
2020-10-05Provide rough draft of better project organizationMatthew McGarvey
2020-10-05Merge pull request #1379 from Rjevski/patch-1TheFrenchGhosty
Remove on-hover tooltip from player
2020-10-04Merge pull request #1391 from Perflyst/update-requirementsTheFrenchGhosty
Add zlib1g-dev as requirement
2020-10-04Merge pull request #1394 from Perflyst/fix-ci-testTheFrenchGhosty
Fix CI tests
2020-10-03Fix formattingPerflyst
2020-09-27Add zlib1g-dev as requirementPerflyst
2020-09-25Merge pull request #1360 from FlipEnergy/helm_servicesTheFrenchGhosty
[Helm] add service type values and InitContainer to wait for Postgres
2020-09-25Merge pull request #1387 from GauthierPLM/fix-playlist-indexTheFrenchGhosty
Fix #1382 : Playlists missing first video
2020-09-25Fix #1382 : Playlists missing first videoGauthier 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-15Remove on-hover tooltip from playerAndre 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-09Allow cookies from anti-captcha to be optional (#1371)Omar Roth
2020-09-09Fix sub refresh (#1370)Omar Roth
2020-09-09Add exponential backoff to refresh_channelstleydxdy
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-09Merge pull request #713 from leonklingele/keydown-mediakeys-detectionTheFrenchGhosty
js: add support to detect media keys in keydown handler
2020-09-06Remove spaceDennis Zhang
2020-09-06Fix pg_is ready userDennis Zhang
2020-09-05Add initContainer to check for postgres upDennis Zhang
2020-09-05also add initial delayDennis Zhang
2020-09-05add service valuesDennis Zhang
2020-09-02Use 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-25Replace omarroth with iv-org where applicable (#1353)stranger195
Fixes #1353
2020-08-21Merge pull request #1346 from resttime/fix-docker-initTheFrenchGhosty
Use bash in the docker init shebang
2020-08-19Merge pull request #1197 from iv-org/comradekingu-patch-1TheFrenchGhosty
TRANSLATION file for l10n
2020-08-19Merge pull request #1339 from stephane-r/made-with-invidious-holoplayTheFrenchGhosty
Adding HoloPlay application on Made with Invidious README
2020-08-19Use bash in the shebangresttime
2020-08-15Adding HoloPlay application on Made with Invidious READMEStéphane
2020-08-14Merge pull request #1335 from szepeviktor/patch-1Perflyst
Fix CI badge
2020-08-14Update .travis.ymlViktor Szépe
2020-08-14Merge pull request #1336 from GauthierPLM/dependency-updatePerflyst
Update lsquic.cr dependency to use iv-org version
2020-08-14Update lsquic.cr dependency to use iv-org versionGauthier POGAM--LE MONTAGNER
2020-08-13Fix CI badgeViktor Szépe
2020-08-05Merge pull request #1218 from SuperSandro2000/patch-1Perflyst
Add RAM requirement
2020-08-05Update README.mdSandro
Co-authored-by: Perflyst <mail@perflyst.de>
2020-08-03Merge pull request #1254 from SuperSandro2000/patch-2Perflyst
Update database automatically in Docker
2020-08-03Merge pull request #1211 from SuperSandro2000/improve-postgresPerflyst
Improve postgres Dockerfile
2020-07-28Fix playlist export for playlists with more than 100 videosOmar Roth
2020-07-26Fix specOmar Roth