summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
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
2020-07-26Update mixes linkOmar Roth
2020-07-26Add missing default for ConfigPreferencesOmar Roth
2020-07-26Fix warnings with latest version of CrystalOmar Roth
2020-07-26Add playlist import/exportOmar Roth
2020-07-26Fix playlists with one videoOmar Roth
2020-07-25Create postgres user to avoid fatal warningSandro Jäckel
2020-07-25Remove empty DockerfileSandro Jäckel
2020-07-25Remove no longer needed POSTGRES_HOST_AUTH_METHODSandro Jäckel
2020-07-25Use inbuilt init scriptSandro Jäckel
2020-07-25Set magic ENV varialbes for user, default DBSandro Jäckel
instead of doing it ourselves
2020-07-22Merge pull request #1295 from jwilk-forks/readmeAllan Nordhøy
README: Fix and update URLs
2020-07-22README: update GitHub repo URLsJakub Wilk
Follow the https://github.com/omarroth/invidious -> https://github.com/iv-org/invidious redirect.
2020-07-22README: fix changelog URLJakub Wilk
2020-07-21Fix optional value in data extractorOmar Roth
2020-07-19Bump docker dependenciesOmar Roth
2020-07-19Bump lsquic version to v2.18.1Omar Roth
2020-07-13Requested README changes madeAllan Nordhøy
2020-07-13README reworkedAllan Nordhøy
2020-07-04Skip DASH streams segmented by URLOmar Roth
2020-06-24Update playlists to support polymer redesignOmar Roth
2020-06-17Fix cast from nil in short_descriptionOmar Roth
2020-06-17Update database automatically in DockerSandro
Applying the migrations scripts by hand in Docker is not that easy and most people expect this to automatically happen.
2020-06-16Fix signature URL regexOmar Roth
2020-06-16Update peertubeify url to new location (#1227)AliceDTRH
On the URL specified it says: "Project 'Ealhad/peertubeify' was moved to 'Cha_deL/peertubeify'. Please update any links and bookmarks that may still have the old path."
2020-06-16Switch to official crystallang alpine image (#1247)Sandro
* Switch to official crystal-lang alpine image
2020-06-16Fix genreUrlOmar Roth
2020-06-16Update channel playlists to use polymerOmar Roth
2020-06-15Add migration script for polymer redesignOmar Roth