Commit Graph

838 Commits (bb6503e86d16d13f26018f0f0d85a45c82cdff03)
 

Author SHA1 Message Date
Isaac Abadi bb6503e86d Changed DB structure again
Added support for MongoDB

Added tests relating to new DB system

Category rules are now case insensitive

Fixed playlist modification change state
4 years ago
Isaac Abadi 984e990103 Fixed issue where categories could not be viewed 4 years ago
Isaac Abadi 4ea239170e If multiple videos exist in one URL, a playlist will be auto generated
Removed tomp3 and tomp4 routes, replaced with /downloadFile

Simplified category->playlist conversion

Simplified playlist creation

Simplified file deletion

Playlist duration calculation is now done on the backend (categories uses this now too)

removeIDFromArchive moved from subscriptions->utils

Added plumbing to support type agnostic playlists
4 years ago
Isaac Abadi e2c31319cf Migrated playlist and subscription (per video and sub-wide) video downloading functionality to new schema
Migrated modify playlist component to new schema

Moved wait function and playlist generation function(s) to utils
- added tests for zip generation
4 years ago
Isaac Abadi 419fe3c3c6 Fixed frontend security issues for several depepndencies 4 years ago
Isaac Abadi 07b48a4da1 Fixed backend security issues with several dependencies 4 years ago
Isaac Abadi a11445b80d Added backend tests and made authentication more testable 4 years ago
Isaac Abadi 297a4a3f34 Simplified streaming and file deletion functions 4 years ago
Isaac Abadi 1d2ab0dc41 401 errors will now not cause redirects in the /player route 4 years ago
Isaac Abadi 46f8579439 Refactored player component to utilize uids instead of fileNames to improve maintainability, consistency, and reliability
Playlists now use uids instead of fileNames

Added generic getPlaylist and updatePlaylist functions
4 years ago
Isaac Abadi b3744e616d Users can now stream videos concurrently with other users with the new concurrent stream component 4 years ago
Isaac Abadi de154a9c3e Updated dockerfile to fix UID/GID bug related to forever.js 4 years ago
Tzahi12345 9e71b1ff12
Merge pull request #359 from benashby/helm-chart
Helm chart improvements
4 years ago
Tzahi12345 6d318234b6
Merge pull request #360 from s55ma/patch-1
Update README.md
4 years ago
Isaac Abadi 49925848ff Material Icons are now hosted locally to avoid requesting them from Google for proxied users 4 years ago
s55ma 356a807cad
Update README.md
Some packages are missing for Ubuntu/Debian install, especially python. Without python package, you get the following error when trying to download from youtube:

2021-03-28T15:28:30.461Z ERROR: Error while retrieving info on video with URL https://www.youtube.com/watch?v=[some_ID] with the following message: Error: Command failed with exit code 127: /root/youtubedl-material/node_modules/youtube-dl/bin/youtube-dl --dump-json -o video/%(title)s.mp4 --write-info-json --print-json -f bestvideo+bestaudio --merge-output-format mp4 --write-thumbnail http://www.youtube.com/watch?v=[some_ID]
2021-03-28T15:28:30.461Z ERROR: /usr/bin/env: 'python': No such file or directory
4 years ago
Ben Ashby 4e07440ed2 Removed Accidental Dir 4 years ago
Ben Ashby 59c9237be5 integrated pvc's 4 years ago
Ben Ashby 4ba4710741 Added helm chart 4 years ago
Isaac Abadi addd54fefd Switched nodemon to foreverjs to hopefully enable restarting internally and fix runtime errors 4 years ago
Isaac Abadi aefdde5401 Fixed issue (hopefully) where nodemon is not properly installed on Docker 4 years ago
Isaac Abadi 4c1f975eae Force nodemon to install during the container setup
Docker now starts through nodemon directly
4 years ago
Isaac Abadi 4c06bc750c Fixed issue where on some Docker environments the container failed to start due to the error "nodemon update check failed" 4 years ago
Isaac Abadi 4643efbae0 Added ability to restart the server from the frontend
Dockerfile/entrypoint.sh now uses nodemon enabling restarting from the UI in a container
4 years ago
Isaac Abadi 1f0153b17e Subscription videos being downloaded will get registered into the database as they are added to avoid having to wait until the subscription completes 4 years ago
Isaac Abadi f32b394715 Added maxBuffer option to all downloads 4 years ago
Isaac Abadi 9d09eeffe3 Added maxbuffer option to subscriptions 4 years ago
Isaac Abadi 669c87dd1b Removed unecessary suffix in crop file inputs 5 years ago
Isaac Abadi 023df9c29d Fixed issue where playlists couldn't be favorited after downloading 5 years ago
Isaac Abadi 433d08e9df Added ability to crop files
Fixed bug in downloading playlists
5 years ago
Isaac Abadi e34aa4d9d6 Adds Dutch language support 5 years ago
Isaac Abadi 3f9314a0c3 Fixed bug where categories selection logic had an out of range exception 5 years ago
Isaac Abadi 00a0ab460b Subscription's videos are now stripped from HTTP requests where they are not needed 5 years ago
Tzahi12345 b8cab673ae
Merge pull request #316 from Tzahi12345/categories-playlist-fix
Categories playlist download fix
5 years ago
Isaac Abadi 6481102e01 Changes forEach loops in categorize() to regular for loops to facilitate early breaking 5 years ago
Isaac Abadi af58854f0e Added info button to the player component 5 years ago
Isaac Abadi d7d861ef0e Fixed typo in default custom output key for categories 5 years ago
Isaac Abadi 1d5490c0ff Allows playlists to be categorized based on the first video that matches 5 years ago
Isaac Abadi 28ee77cee0 Hotfix that allows playlists to be downloaded with categories 5 years ago
Isaac Abadi 133d848729 Fixed bug where deleting a file card wasn't possible if it was already deleted manually 5 years ago
Isaac Abadi a78f4e99d0 Removed trivial browser log that occured at file deletion 5 years ago
Isaac Abadi 539bc5094a Fixed bug where sometimes a subscription video's thumbnail would get deleted twice and throw an error 5 years ago
Isaac Abadi f0f2faa398 Sub's videos are removed from the post request when deleting a video as it's not needed 5 years ago
Isaac Abadi 7835185fe0 Made file card deletion much more reliable by finding out the index of the file on deletion rather than attempting to maintain a valid index 5 years ago
Isaac Abadi 95bb69f16b Fixed bug where videos would not delete in single-user mode 5 years ago
Isaac Abadi a93aa080b3 Fixed bug where playlistd could not be made 5 years ago
Isaac Abadi ed1375d40b Fixed bug where deleting videos while searching caused them to still show up in the UI 5 years ago
Isaac Abadi db78e4ad5e Fixed bug where playlist downloads would fail and progress would not show (for playlist downloads) 5 years ago
Tzahi12345 6ef0082563
Merge pull request #304 from Tzahi12345/dependabot/npm_and_yarn/backend/axios-0.21.1
Bump axios from 0.21.0 to 0.21.1 in /backend
5 years ago
dependabot[bot] b978007472
Bump axios from 0.21.0 to 0.21.1 in /backend
Bumps [axios](https://github.com/axios/axios) from 0.21.0 to 0.21.1.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v0.21.1/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.21.0...v0.21.1)

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