Commit Graph

663 Commits (blacklist-fix)
 

Author SHA1 Message Date
Sandro Jäckel c4d50c9018
Format 5 years ago
Isaac Grynsztein 42b749a101 Updated frontend binaries 5 years ago
Isaac Grynsztein 9c729abfaa Added new safe download override setting to config manager (forgot to do this before) 5 years ago
Isaac Grynsztein dcc7fbd81c Added new setting to force a safe download (removes features like progress bar) 5 years ago
Isaac Grynsztein b3c8f9e57a Fixed bug that caused downloads to fail when archiving was enabled
Removed error message on URL input on the home page

Fixed bug that prevented file deletion in multi user mode with archiving enabled
5 years ago
Isaac Grynsztein 80f214fdde Fixed bug that caused non-YT videos to be downloading using the best format 5 years ago
Isaac Grynsztein 57a9434b3c File cards now include the video's real ID (for YT videos). Otherwise the file name will be used as a fallback 5 years ago
Isaac Grynsztein cec0ed78ec Fixed bug that prevented user registration from occuring, and added new "Login" option to the hamburger menu when appropriate
Related: made it so non-logged in users (in multi user mode) don't have the option to go "home" or "subscriptions" or "downloads". It would error regardless, but it looks cleaner now
5 years ago
Isaac Grynsztein c8a8046056 Fixed bug where if a subscription name was missing, the wrong folder was used
Fixed bug that caused high CPU usage when the subscriptions check took longer than the interval in the settings (thus they piled on)
5 years ago
Tzahi12345 73cd142b77 Cookies now work in subscriptions, too 5 years ago
Tzahi12345 b071fb9e2e
Merge pull request #94 from Tzahi12345/cookies-helper
Cookies upload dialog
5 years ago
Tzahi12345 f485da06b5 Implemented cookies upload dialog and the ability to "enable cookies" to hopefully circumvent 429 errors 5 years ago
Tzahi12345 59098d4693 Minor update to support alternate youtube links 5 years ago
Tzahi12345 4cf92b8f3d Fixed bugged override 5 years ago
Tzahi12345 e07acfd4b3 Added support for a popular adult website 5 years ago
Tzahi12345 05d962328b Fixed bug that prevented non-youtube videos from downloading 5 years ago
Tzahi12345 0816cb7046 Fixed bug that preventing reddit videos from downloading 5 years ago
Tzahi12345 c6553d99c6 Hotfix for bug that prevented large twitch videos from downloading 5 years ago
Tzahi12345 8bf3680b6f Fixed bug that prevented soundcloud audio files from downloading correctly 5 years ago
Tzahi12345 9e5ad66a9d Added scaffolding for custom paths in subscriptions 5 years ago
Tzahi12345 3487813cb5 Updated frontend files 5 years ago
Tzahi12345 ecc2737a05 Pressing enter on URL input now triggers the download 5 years ago
Tzahi12345 39e737024f Pressing enter on url input now triggers download 5 years ago
Tzahi12345 550013a2e7 Config file is now created when missing and set with default values 5 years ago
Tzahi12345 b6f8551cfa Updated docker-compose.yml to support multi-user mode 5 years ago
Tzahi12345 98e94d3c38 Updated frontend binaries 5 years ago
Tzahi12345 8c94255f61 Updated version number to 4.0 5 years ago
Tzahi12345 409fd0fe20 Updated translations and frontend binaries 5 years ago
Tzahi12345 d4ad1f9fce Added additional sentence to custom args hint and fixed issue where empty args could be added through the args modifier 5 years ago
Tzahi12345 cc47823b0c Updated gitignore and re-added package-lock.json
Translations updated
5 years ago
Tzahi12345 747735dffe Arg modifier chip list now supports auto complete and arg description as the chip tooltip
Fixed bug that caused custom args to reset after exiting arg modifier without hitting cancel
5 years ago
Tzahi12345 76b63329ca Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material 5 years ago
Tzahi12345 f094d18e03 Changed /api/changeUser endpoint to /api/updateUser 5 years ago
Tzahi12345 c1b0b583e4 Updated API to reflect changes for 4.0 5 years ago
Tzahi12345 a1c9c97616 Updated security schema in repository api docs 5 years ago
Tzahi12345 0504167734 Arg modifier improvements: args are now shown as removable chips which can be directly typed as well (w/o using the adder) 5 years ago
Tzahi12345 49081db8cb Config items are now checked on start. Missing ones will be autofilled with the default values automatically on startup 5 years ago
Tzahi12345 98e33ac399 Updated frontend files 5 years ago
Tzahi12345 a3424f973e Output on global args will now override specific output 5 years ago
Tzahi12345 8e5db3e9d1 Custom args and global custom args now use double comma as a delimiter. This should allow file names with spaces when using custom args (global and not) 5 years ago
Tzahi12345 1861011fb0 Cleaned up code and added missing translation units 5 years ago
Tzahi12345 74e47b7d04 Fixed bug that prevented audio files from being played after username change
Downloads with custom args or custom quality config now use the old downloader to ensure stability and prevent arg conflict
5 years ago
Tzahi12345 68f791eea3 Downloads now show new spinner after download completes, indicating processing has begun 5 years ago
Tzahi12345 f73ec2dd94 Fixed bug that caused users with large amounts of data to have extremely large tokens
Subfolders are now ensured to exist with the normal downloading method

Initialization now happens after token retrieval to avoid failed requests

Fixed bug that caused login to be called twice, introducing a possible race condition
5 years ago
Tzahi12345 26ad195597 Adds ability to set umask through an environment variable. Does not work on Windows, and it's untested on Linux 5 years ago
Tzahi12345 fb23d7c41e Audio downloads now work with progress bar, but it requires file conversion at the end. It ends up being around the same speed as the regular method 5 years ago
Tzahi12345 4e6d68d9e6 Updated video playing/sharing logic to support sharing of playlists in multi user mode and when multi user mode is disabled
Fixed bug that caused normal archive to be used in multi-user mode

Updated login logic when username is not found or user file is missing

Fixed bug that prevented playlist sharing from working

Added ability to use timestamps when sharing videos
5 years ago
Tzahi12345 8bc99fb557 Fixed bug that prevented registration from occuring 5 years ago
Tzahi12345 8277c95c4e Updated youtube-dl binary for windows 5 years ago
Tzahi12345 e5db376914 All config values are now reloaded on config set
Added 4 new settings: user files folder, enable registration, enable downloads manager, and logging level selection
5 years ago