Commit Graph

64 Commits (e34aa4d9d6aaea9bb2337f03465513828c16af00)

Author SHA1 Message Date
Isaac Abadi 88a1c31090 Removed unused code in home page 5 years ago
Isaac Abadi ff8886d2e0 Simplified rxjs imports on the home page and potentially removed an erroneous error 5 years ago
Isaac Abadi 09832ad15b Multi download mode and download-only mode now reloads recent videos 5 years ago
Isaac Abadi 727b047c39 Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material into categories 5 years ago
Isaac Abadi 0189d292a8 Fixed bug that prevented categorized files from being deletes and simplified the two delete file API calls into one 5 years ago
Isaac Abadi 8fdc231f08 Updated new home page UI to support file manager disabling and permissions
- file manager enabled state is now cached for faster loading
5 years ago
Isaac Abadi 365cbc3ffa Mkv/webm formats are now included for quality select (will get merged into mp4 at the end) 5 years ago
Tzahi12345 78d3145e0b Deleting a video with an extension in the filename will now work UI-side 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 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 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 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 ae9c52a14d
Merge pull request #67 from Tzahi12345/multi-user-mode
Adds multi-user mode
5 years ago
Tzahi12345 b685b955df Added roles and permissions system, as well as the ability to modify users and their roles
Downloads manager now uses device fingerprint as identifier rather than a randomly generated sessionID
5 years ago
Tzahi12345 81b0ef4a72 Refactored initialization process to better facilitate auth if necessary
Date in user profile dialog now shows date
5 years ago
Tzahi12345 31f581c642 Subscriptions now support multi-user-mode
Fixed bug where playlist subscription downloads would fail due to a mislabeled parameter

Components that are routes now make sure auth is finished before sending requests to the backend
5 years ago
Tzahi12345 d2af233a1f Fixed bug that when multi-download mode was enabled, videos could not be navigated to 5 years ago
Adam Verga 0fb00bac12 Initialization on auth component happens in a separate function, users_db primarily sits in app.js
Fixed bug where current download would set to null, but maincomponent still tried to parse it
5 years ago
Adam Verga a48e122763 Settings are now more centralized in the frontend 5 years ago
Isaac Grynsztein 912a419bd4 Getting current download refactored to work and display less errors
Player component now sends jwt token if logged in
5 years ago
Isaac Grynsztein eca06a7fb1 Downloads on the home page now show the progress bar 5 years ago
Isaac Grynsztein 6fe7d20498 downloads refactor half done - videos are now implement, but audo files are now
Added downloads manager in the UI where downloads can be viewed/cleared
5 years ago
Isaac Grynsztein 822aec4de8 added API endpoint to get file from database
video/audio files can now be retrieved by just uid, allowing for easy sharing

added API endpoints for sharing/unsharing a video (no UI support yet)
5 years ago
Isaac Grynsztein eb084d03b2 Downloaded file names are now converted to their fully decoded forms 5 years ago
Isaac Grynsztein 0c5cd291fe Changed comment for clarity 5 years ago
Isaac Grynsztein b993c8e1d6 Fixed bug were downloadOnlyMode failed to work when multiDownloadMode was enabled 5 years ago
Isaac Grynsztein 8331c319ce File formats are not searched anymore if video is a playlist. Prior to this they simply errored 5 years ago
Isaac Grynsztein d33346b11d Final fix for bug where failed downloads still appeared in the multi download menu 5 years ago
Isaac Grynsztein a5c47737c7 Fixed bug where simulated output did not include the base path 5 years ago
Isaac Grynsztein 1ed415d733 Fixed bug where if using download-only mode, downloading additonal videos would be blocked 5 years ago
Isaac Grynsztein 2b2a033b7e Added extensions settings where information on extensions can be found and bookmarklet is generated
Created arg modifier dialog to assist in editing youtube-dl args
- This arg dialog contains all the available args and their description
- Includes a convenient search bar and categorized list of args to help you find the one you're looking for, or just explore what's available.

Arg modifier is available for both global args (in settings) and local args (in the advanced mode)
5 years ago
Isaac Grynsztein 35f8454db3 Fixed bug where auto started downloads would begin if navigated back from the player 5 years ago
Isaac Grynsztein a5e1906196 Fixed bug that prevented auto start from working 5 years ago
Isaac Grynsztein 44bff55a88 Adds youtube dl args to simulated output 5 years ago
Isaac Grynsztein d39f6f7a17 File cards modified to support blacklisting videos when using youtube-dl archive 5 years ago
Isaac Grynsztein c17d29075e Updated angular material to v9
Added further translation support
5 years ago
Isaac Grynsztein 0981dd216d Migrated to angular 9 5 years ago
Isaac Grynsztein bad4b8630b potentially made it so saved settings get applied with no reload in most situations 5 years ago
Isaac Grynsztein 946abd2e92 implemented global custom args functionality
fixed bad logic in settings
5 years ago
Isaac Grynsztein 3cbb517d64 cleaned up some code
youtube-dl commands are now simulated and displayed in the advanced panel
5 years ago
Isaac Grynsztein a70abb3945 added basic subscriptions support for playlists and channels
update youtube-dl binary on windows

updated favicon to the new icon
5 years ago
Tzahi12345 a8d2e1d890
Merge pull request #12 from Tzahi12345/serve-nodejs
Serve frontend app through nodejs
5 years ago
Isaac Grynsztein 0511996b26 fixed margins on advanced mode UI and temporarily disabled youtube auth until youtube-dl fixes it
advanced mode inputs now get saved in cookies

fixed bug in UI where delete button was missing by making it more mobile-friendly
5 years ago
Isaac Grynsztein e2d23404ce removed unused variable 5 years ago
Tzahi12345 a1ac1e450d
Merge pull request #11 from Tzahi12345/auth-params
Add the ability to use youtube authentication
5 years ago
Isaac Grynsztein 695b836852 added url params on home page to auto download content
created chrome extension to facilitate this feature
5 years ago
Isaac Grynsztein 71d7c30032 updated backend to support youtube auth
frontend now support youtube auth as well
5 years ago
Isaac Grynsztein 5ca4f036c7 fixed bug where if multi mode was enabled, click on file card URLs didn't work 6 years ago
Isaac Grynsztein 5e331b9ffa config settings now just have url and port
fixed bug where multi download mode would not allow file card link clicking
6 years ago