Commit Graph

  • d0b54f8a88 add stop queue button to frontend simon 2021-09-24 18:03:22 +0700
  • 91a57cc780 fix duplication issue with download_now simon 2021-09-24 16:58:48 +0700
  • fb1913f912 ignore now also removes itself from redis queue simon 2021-09-24 16:58:05 +0700
  • ea6d81102f a word about updating tube archivist simon 2021-09-23 22:40:38 +0700
  • 8fc5926ce7 rewrote download_single and download_pending tasks for redis queue simon 2021-09-23 18:10:45 +0700
  • 78d8bc9d24 changed dl queue to redis, changed sort order to represent actual queue order simon 2021-09-23 18:09:46 +0700
  • 7f57cabbc6 initial dynamic dl queue in redis simon 2021-09-23 16:58:47 +0700
  • 214a248821 better error handeling in add to download form simon 2021-09-23 10:50:44 +0700
  • ef3447cbfb fix read waiting for return issue simon 2021-09-22 18:11:05 +0700
  • 80fcbddd65 typo... v0.0.3 simon 2021-09-22 14:58:50 +0700
  • 65619ac466 updated roadmap and section about backup-restore simon 2021-09-22 14:56:29 +0700
  • 14abfc1f67
    Merge branch 'testing' into patch-2 Christian Clauss 2021-09-22 08:32:37 +0200
  • 5d519ebda3 added section about formatting and linting simon 2021-09-22 12:18:54 +0700
  • 023b5a4aba Reducing max-complexity to 12 after code refactor #25 simon 2021-09-22 12:03:52 +0700
  • fd50058431
    GitHub Actions: Make black, flake8, and isort mandatory tests (#25) Christian Clauss 2021-09-22 07:00:33 +0200
  • ecae40d502 refactor PostData class simon 2021-09-22 11:43:38 +0700
  • bb3a046175
    fixup! env: REDIS_HOST: redis Christian Clauss 2021-09-21 16:58:15 +0200
  • 3e6486b5cd
    fixup! cd tubearchivist Christian Clauss 2021-09-21 16:34:11 +0200
  • 70922c1ffe
    fixup! python3 -c "import tubearchivist.home" Christian Clauss 2021-09-21 16:05:41 +0200
  • 13975774db
    fixup! black --diff Christian Clauss 2021-09-21 15:39:19 +0200
  • 5fbde61906
    GitHub Actions: Make black, flake8, and isort mandatory tests Christian Clauss 2021-09-21 15:36:50 +0200
  • ab636e0c7f fixup! pip install safety Christian Clauss 2021-09-21 15:04:21 +0200
  • f954b1afff fixup! Redis connection fails Christian Clauss 2021-09-21 15:01:50 +0200
  • 0c324f8e66 fixup! Add redis service Christian Clauss 2021-09-21 14:50:30 +0200
  • 557d0f8cec fixup! Placate flake8 Christian Clauss 2021-09-21 14:31:48 +0200
  • 98662f42cd fixup! Resync and make black, isort, and test mandatory Christian Clauss 2021-09-21 14:25:26 +0200
  • 7abfacb786 Add a sample test that always passes Christian Clauss 2021-09-19 08:45:50 +0200
  • aa1b9f4d3b pending refactor simon 2021-09-21 16:53:05 +0700
  • f8222855f0 customizing linting settings simon 2021-09-21 16:46:18 +0700
  • 9ec9bf83c7 adding github action and unused import fix simon 2021-09-21 16:25:33 +0700
  • 2433e0e7d8 linting everything in black simon 2021-09-21 16:25:22 +0700
  • 49e57955b5
    GitHub Action to lint Python code (#14) Christian Clauss 2021-09-21 11:23:36 +0200
  • 69e6e490f4
    Optionally embed metadata into video files (#21) Daniel Kempkens 2021-09-21 05:12:33 +0200
  • 1c3ca8364c added restore_from_backup to frontend and task simon 2021-09-20 20:26:28 +0700
  • c17e2e6dd1 skip post_bulk_restore if empty simon 2021-09-20 19:10:39 +0700
  • 4b9acd4c51 load new defaults from config.json #21 simon 2021-09-20 17:45:01 +0700
  • 690eb5befd added section about releases, master vs testing branch, #22 simon 2021-09-20 09:56:50 +0700
  • 978fa6a313
    Added CONTRIBUTING.md (#22) TechnicallyOffbeat 2021-09-19 22:43:31 -0400
  • ac329b077f
    Create CONTRIBUTING.md TechnicallyOffbeat 2021-09-19 12:56:16 -0400
  • c9673389f5 Optionally embed metadata into video files Daniel Kempkens 2021-09-19 17:56:35 +0200
  • 1e02710b2e
    Merge branch 'bbilly1:testing' into testing TechnicallyOffbeat 2021-09-19 11:50:32 -0400
  • d02cbe87af pyupgrade --py39-plus **/*.py Christian Clauss 2021-09-19 17:13:33 +0200
  • 42620efd95
    # noqa: F401 - Unused import Christian Clauss 2021-09-19 13:52:46 +0200
  • 623f85552e
    # noqa: F401 - Unused import Christian Clauss 2021-09-19 13:52:02 +0200
  • f5619d44ac
    # noqa: F401 - Unused import Christian Clauss 2021-09-19 13:51:34 +0200
  • 71a312a52a
    python3 tubearchivist/manage.py test Christian Clauss 2021-09-19 13:49:00 +0200
  • 67562f8a77
    Merge branch 'testing' into patch-1 Christian Clauss 2021-09-19 13:33:55 +0200
  • 2c997d4ba3 missmatch --> mismatch Christian Clauss 2021-09-19 09:17:50 +0200
  • 1934189a37 Fix flake8 issues Christian Clauss 2021-09-19 09:10:08 +0200
  • 720990d1b5 codespell --ignore-words-list="nd" Christian Clauss 2021-09-19 08:01:46 +0200
  • 2d2f60fddf
    settings.html spelling and grammar (#16) TechnicallyOffbeat 2021-09-18 22:51:22 -0400
  • 15e346ed33
    Grammar and spelling for setting.html TechnicallyOffbeat 2021-09-18 11:36:43 -0400
  • a84f4352dc
    Merge branch 'bbilly1:testing' into testing TechnicallyOffbeat 2021-09-18 11:15:24 -0400
  • ef64100d8f flake8 and isort linting simon 2021-09-18 20:02:54 +0700
  • 9a1b1501b2
    Update lint_python.yml Christian Clauss 2021-09-18 13:42:26 +0200
  • 5797be6c91
    Update lint_python.yml Christian Clauss 2021-09-18 13:33:30 +0200
  • d2d6835d53 automating versioning and pushing images to docker simon 2021-09-18 17:36:04 +0700
  • cbedfe2acb running codespell #15 simon 2021-09-18 17:28:16 +0700
  • eafda731c9 restoring indexes from zip archive simon 2021-09-18 17:10:16 +0700
  • 44ace1f540
    Update lint_python.yml Christian Clauss 2021-09-18 07:43:53 +0200
  • e6df36a173
    GitHub Action to lint Python code Christian Clauss 2021-09-18 06:52:21 +0200
  • 82e4ee0350
    Fixed punctuation, spelling, and grammar in about.html (#13) TechnicallyOffbeat 2021-09-17 22:29:10 -0400
  • 63cb41527b
    Fixed capitalization TechnicallyOffbeat 2021-09-17 10:39:47 -0400
  • cf3298b37c
    about.html spelling and grammar fixes TechnicallyOffbeat 2021-09-17 10:30:53 -0400
  • f9c09d215e sorting on _id is depreciated, using youtube_id instead simon 2021-09-17 12:52:00 +0700
  • ea8f259553
    Merge pull request #12 from TechnicallyOffbeat/master Simon 2021-09-17 12:44:54 +0700
  • 0306f4d4fc
    Merge branch 'master' into master Simon 2021-09-17 12:43:24 +0700
  • 3d2d11ba3a fix blocking issue where download_now wouldn't delay v0.0.2 simon 2021-09-17 10:52:59 +0700
  • 184239947e
    Readme grammar and spelling TechnicallyOffbeat 2021-09-16 21:18:03 -0400
  • 46487d682e rewrite of DownloadView to allow pagination #7 simon 2021-09-16 22:01:30 +0700
  • 9b493ae9b0 ignore static files when already created simon 2021-09-16 21:59:36 +0700
  • c657baca97 backup functionality to frontend and tasks simon 2021-09-16 18:16:09 +0700
  • e53cfc5a32 backup es db to zip file simon 2021-09-16 17:34:20 +0700
  • 9234164ff6 add a section about elasticsearch permission error and english is hard simon 2021-09-16 15:59:20 +0700
  • 947538815d expose should be 8000 #9 simon 2021-09-16 15:36:14 +0700
  • f105a9d9d8 fix last_reindex diff calculation v0.0.1 simon 2021-09-15 22:21:12 +0700
  • fe33e9178c allowing to subscribe to multiple channels at once simon 2021-09-15 21:09:46 +0700
  • 361d785e2e fix removing unsubscribe button simon 2021-09-15 20:54:30 +0700
  • 0e4de95f97 moove animate function to general script simon 2021-09-15 20:47:26 +0700
  • 2a256bbd06 raise ValueError if url extraction failes simon 2021-09-15 17:25:18 +0700
  • 89c99883c8 make sure youtube_id gets written to cache file simon 2021-09-15 17:14:17 +0700
  • 82a91308f5 raise ValueError if vid metatdata extraction failes for new videos simon 2021-09-15 17:13:10 +0700
  • 193e6f91ac added some reference links to ui simon 2021-09-15 11:33:16 +0700
  • 1415781863 icon assets for all those fancy dashboards simon 2021-09-15 10:23:38 +0700
  • f8b5b7c5bb fixing cookie consent issue for EU countries simon 2021-09-14 19:49:05 +0700
  • 33e0f826c9 method desc for media import simon 2021-09-14 18:33:55 +0700
  • 227183189c fixed weird issue by forcing RGB vid thumbnail simon 2021-09-14 18:27:38 +0700
  • 7f6732422b media files import with lock to force single run simon 2021-09-14 18:25:28 +0700
  • 297eb058cc added media files import to frontend and tasks simon 2021-09-14 18:24:02 +0700
  • 6e9cdda07e manual import and extended roadmap after feedback simon 2021-09-13 22:58:27 +0700
  • fc5d6bc98c run celery in terminal background for better debugging simon 2021-09-13 22:18:03 +0700
  • f60dbde3dc manual video file import celery task simon 2021-09-13 22:17:36 +0700
  • d7781b2556 default to max download quality same as yt-dlp simon 2021-09-13 11:20:03 +0700
  • 9a12db4077 no need to recheck that every time in local testing simon 2021-09-13 11:08:28 +0700
  • 3c003750a8 fixed the last_reindex interval calculation simon 2021-09-11 19:36:19 +0700
  • 7d60af1491 cleanup logging simon 2021-09-11 18:42:37 +0700
  • 3376412c8f appending reindex task to rescan subscriptions simon 2021-09-11 17:55:44 +0700
  • 5dee409116 extended getting started and fixed typo simon 2021-09-10 16:06:36 +0700
  • 9397560734 improved deployment for testing environment simon 2021-09-10 16:04:46 +0700
  • ded23399a9 added playlist info, improved readability simon 2021-09-10 15:35:11 +0700