Commit Graph

661 Commits (dependabot/npm_and_yarn/socket.io-parser-4.2.4)

Author SHA1 Message Date
Isaac Abadi 42c600cea9 Improved and fixed tests
Skipped tests just meant for manual testing

mocha now used prod mode

Added automated tests for PRs

Fixed backupdb and youtube-dl tests in gh actions

Fixed downloader tests

Removed erroneous logs in tests

Updated mocha.yml

Removed last console.log in tests

Increased timeout for download video test

Automated tests now force stop after tests complete

Replaced download test url with shorter video

Skip download test... for now

increased download test threshold

added more timing information to tests

unskip download test

Bump docker/setup-buildx-action from 1 to 2 in /.github/workflows

Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1 to 2.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v1...v2)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump actions/setup-node from 2 to 3 in /.github/workflows

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2 to 3.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump actions/upload-artifact from 1 to 3 in /.github/workflows

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 1 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v1...v3)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump docker/login-action from 1 to 2 in /.github/workflows

Bumps [docker/login-action](https://github.com/docker/login-action) from 1 to 2.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v1...v2)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Removed additional download button for paused download

Combined output json processing from youtube-dl between subscriptions and one-off downloads

Added workaround for missing video in playlist to one-off downloads

Fixed issue of case where output is empty

Download video code cleanup

Fixed download video test by overriding youtube-dl download method with custom method

Adds ffmpeg to automated tests

Removed test mp3/mp4 file from repo
2 years ago
Tzahi12345 13a03a722c
Subscription metadata fix (#934)
* Fixed issue where metadata was attempting to be written to a dir that didn't exist yet
* Fixed issue where sub was assumed as duplicate always if using local db
2 years ago
Tzahi12345 f23ca61dab Fixed missing version upgrade 2 years ago
Tzahi12345 6eadb37532
4.3.2 release (#929)
* Upgraded version to 4.3.2
* Prevent null userid/username registration
2 years ago
Dedy Martadinata S ba0de7f95c
Fix entrypoint.sh (#921)
* Revert https://github.com/Tzahi12345/YoutubeDL-Material/pull/864

add && make it err and skipping perm check

* Restore armv7 nightly

* Update entrypoint.sh

* simplify, always setup permission regardless uid
2 years ago
Tzahi12345 c207e56855
Rebuild database task (#900)
* Improved tests for multi-user mode
* Adds task to rebuild database
* Updated subscriptions.js export syntax
* Subscription metadata is now backed up
* Added typing to task key
* Updated api models
* Tasks actions styling update
2 years ago
Tzahi12345 441131e930
Merge pull request #917 from Tzahi12345/archive-count-fix
Subscription temp archive fix
2 years ago
Dedy Martadinata S 07874d9241
Revert 142d708ee3
It become fail to set anything
2 years ago
Isaac Abadi 7447ca038a Fixed issue where empty temp archive files would get generated 2 years ago
Glassed Silver 80b41af620
Merge pull request #910 from Tzahi12345/twitch-chat-fix
Twitch chat downloader fix for Docker
2 years ago
Tzahi12345 4b55c39f39 permissions code simplified 2 years ago
Tzahi12345 9e481bbd5f Fixed issue where twitch chat downloader could not be found in docker 2 years ago
Glassed Silver 78b29a76b8
Merge pull request #864 from nardis556/master
Update entrypoint.sh
2 years ago
Tzahi12345 658a76dc1c Added missing admin tasks_manager role 2 years ago
Tzahi12345 90d9ac025a Added missing config item from default.json 2 years ago
Tzahi12345 ec3bb3e738 Updated dockerfile to move TwitchDownloaderCLI to /usr/local/bin
Fixed issue that prevented TwitchDownloader from working in windows
2 years ago
Tzahi12345 f9f7204deb Updated several dependencies 2 years ago
Tzahi12345 82c8146032 Updated nodejs version for backend 2 years ago
Tzahi12345 4e04ceae16 Fixed function call in db.js 2 years ago
Tzahi12345 5eec5ac082
Merge pull request #885 from Tzahi12345/slack-notifications
Added support for slack notifications
2 years ago
Tzahi12345 33a99d9c8d Added files_api (migrated functions from db_api that are file related)
Archive dialog can now always be opened
2 years ago
Tzahi12345 0e5c78db0d Modified archive logic to align with #366 2 years ago
Tzahi12345 9a08fc6140 Added support for slack notifications 2 years ago
Tzahi12345 cfbee6d6f1 Sub name duplicated bug fix 2 years ago
Tzahi12345 c75d58efd5 Fixed issue where duplicate sub names were possible (#801) 2 years ago
Tzahi12345 dab9fc83ba Added support for discord webhooks
Improved download error notifications
2 years ago
Tzahi12345 e086bbc301 Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material into pre-4.3.1-bug-fixes 2 years ago
Tzahi12345 0b3a21b383 Added missing config file settings 2 years ago
Tzahi12345 f973426bd2 Hotfix for error that prevents downloads from occurring 2 years ago
Tzahi12345 a4c78e3a3d Minor verbose message update 2 years ago
Tzahi12345 5a379a6a2b Updated package-lock.json (#877) 2 years ago
Tzahi12345 71692f6b13 Updated dependencies 2 years ago
Tzahi12345 1746b08d4c Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material into pre-4.3.1-bug-fixes 2 years ago
Tzahi12345 3bc0ec8bb5 Added category tests
Fixed syntax errors in tests.js
2 years ago
Tzahi12345 2df4dc1bfc Updated file not found error message in /stream 2 years ago
Tzahi12345 5aea0b7a3d Archive text file is now temporarily added to a sub dir when checking a sub for speed purposes 2 years ago
Tzahi12345 955c401f0b Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material into categories-fix 2 years ago
Tzahi12345 f0a34df7c6 Fixed syntax error in utils 2 years ago
Tzahi12345 e2c68713ba Fixed bug where added args would get injected improperly if they had a value (#745) 2 years ago
Tzahi12345 24cabc1f02 Fixed issue where videos would be downloaded in the collectInfo stage (#774) 2 years ago
Tzahi12345 1edcfca6c3 Fixed bug where notifications wouldn't be set as read if using local db 2 years ago
Tzahi12345 a91381720f Added link in error message to get TiwtchDownloaderCLI 2 years ago
Tzahi12345 edd4a0928c Fixed twitch downloading by using TiwtchDownloader's CLI
Removed unecessary settings

Created dedicated folder for docker utils
2 years ago
Tzahi12345 770916492e Fixed authentication error in notifications (2) 2 years ago
Tzahi12345 6400b807c2 Fixed auth error in notifications 2 years ago
Tzahi12345 3a7e2d9d0f Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material 2 years ago
Tzahi12345 ca5381fe0f Updated tasks DB-related code to not insert properties that prevent local_db from being imported
Added DB functionality to remove properties from records

DB records in local DB can now be updated if nested
2 years ago
nardis556 26988bd607
Update entrypoint.sh 2 years ago
Glassed Silver c7bf1d0e27
Merge pull request #786 from beauharrison/docker-custom-user-startup
Fixed long docker startup time by optimizing chown use
2 years ago
Tzahi12345 fb27264d33 Added support for custom webhook URLs for notifications 2 years ago