Commit Graph

56 Commits (b8a4e0773f4cce6195fbc2fdbb5daa898b0e42e4)

Author SHA1 Message Date
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 5 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
5 years ago
Isaac Grynsztein 09bdae90e2 refactored code so node.js serves the angular app, and all the backend routes are prepended with /api/
nodejs now compressed requests
5 years ago
Isaac Grynsztein b79d801c0f Added support for custom arguments and custom output patch 5 years ago
Isaac Grynsztein fc3691336d added allow multi download mode setting frontend implementation 5 years ago
Isaac Grynsztein bcd879ebc8 added multiple download support
lazy loaded images now reload after a new download
5 years ago
Isaac Grynsztein b646db4828 Added the ability to cancel downloads
Audio only checkbox now disabled when downloading

Laid the groundwork for multiple simulataneous downloads
5 years ago
Isaac Grynsztein ac0199f596 iOS is now checked by the cdk platform component 5 years ago
Isaac Grynsztein a0eff4d96d images on file cards now load when the accordion is hovered over to increase responsiveness. images are loading maybe a second before clicking so hopefully they're done by the time the expansion finishes
added the ability to create playlists in the gui through a new dialog

reloading mp3s/mp4s doesn't cause an image refresh anymore when the list is unchanged

fixed loading spinner of available formats so it now only shows when it is loading the current url

file card images now don't show when errored or thumbnailurl doesn't exist
5 years ago
Isaac Grynsztein c58f8a4058 added theming support with 3 themes (only 2 selectable for now)
switched from css to scss default style system

cleaned up unused code in app component

upated youtube search results styling

downloading video from home screen now shows local progress bar under that video
6 years ago