Commit Graph

240 Commits (d3cbfa265e6a8dc666da178321f5bde9175bd0ce)

Author SHA1 Message Date
Isaac Grynsztein c3cc28540f Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material into multi-user-mode 6 years ago
Isaac Grynsztein eca06a7fb1 Downloads on the home page now show the progress bar 6 years ago
Isaac Grynsztein b583305940 Downloads in the download manager now get updated smoothly, preventing the DOM from updating on object reassign 6 years ago
Isaac Grynsztein a6534f66a6 migrated audio file downloads to new system. still untested with playlists
video/audio player now doesnt show share button when uid isn't present, user will be notified of this through a snackbar as well
6 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
6 years ago
Isaac Grynsztein d887380fd1 Added new methods to facilitate server-side download management 6 years ago
Isaac Grynsztein 1f3572a630 jwt auth scaffolding
logging in now works

UI login component created
6 years ago
Isaac Grynsztein 4617362270 New default youtube-dl.exe binary
Updated public dir in backend
6 years ago
Isaac Grynsztein bdb5072014 API key is now passed as a query param 6 years ago
Isaac Grynsztein 0d54cb9872 Updated player view to prevent video from being too large 6 years ago
Isaac Grynsztein d9f6b8c64c Simplified archive creation for subscriptions to reduce risk of error
If no subscriptions have ever been made, "No channel/playlist subscriptions" text will now show
6 years ago
Isaac Grynsztein eddc25566d Updated behavior of file card deletion to prevent compilation error 6 years ago
Isaac Grynsztein b5a82b9385 Updated middleware to support API tokens. Frontend now uses an admin token for its requests
Fixed version numbers
6 years ago
Isaac Grynsztein fe170a4de8 Updated public API link 6 years ago
Isaac Grynsztein 1e96e31053 Added new API key and using API key config items to enable a public API
API key config items are implemented UI-side

Added ability to generate API keys through the settings

Switched getmp3s and getmp4s api calls to be GET requests rather than POST

Removed unused code from settings dialog
6 years ago
Isaac Grynsztein f6f54c0e53 Fixed bug where video infos caused an error for streaming-only subscriptions 6 years ago
Isaac Grynsztein e15141c5e0 Added backend and database support for video streaming
Added UI support for video streaming. branch is now feature-complete
6 years ago
Isaac Grynsztein a61606b69f Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material into streaming-only-mode 6 years ago
Isaac Grynsztein d96fab49f5 added ability to use url in player component. streaming mode will need this 6 years ago
Isaac Grynsztein dd0f58d421 Fixed bug where updater kept asking for updates on the update after it completed 6 years ago
Isaac Grynsztein 2ca6aa7bd7 Video URL now wraps in video info dialog 6 years ago
Isaac Grynsztein cb02227302 fixed bug where recently saved playlists could not be shared 6 years ago
Isaac Grynsztein 720fceefb6 Fixed bug where subscription videos could not be downloaded from the player 6 years ago
Isaac Grynsztein fa488015c3 Minor import change 6 years ago
Isaac Grynsztein 0ea8a11c85 Subscriptions now don't have a share button (it's broken anyways) 6 years ago
Isaac Grynsztein 14bf2248cf Added UI support for sharing videos 6 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)
6 years ago
Isaac Grynsztein 2a1aa4036c New checkbox to select streaming only mode when subscribing 6 years ago
Isaac Grynsztein 2414e16021 videos now deleted by UID ui-side 6 years ago
Isaac Grynsztein 7ef6c78612 merged new checkbox for bookmarklet: enables ability to set bookmarklet to audio only
fixed two bugs for audio only files: sometimes downloads failed as extensions were improperly removed and readded, removing a single character from the filename.

Fixed another extension-related bug where metadata from deleted audio files persisted
6 years ago
Isaac Grynsztein d258bc2218 Updated appearance of settings menu to improve organization and performance 6 years ago
Isaac Grynsztein 4d3a687d34 Fixed bug where toggling dark mode using the toggle rather than the adjacent menu item caused visual errors 6 years ago
Isaac Grynsztein c36867d368 Added progress bar to file downloads
Added two new API calls, to update the server to a particular version and to get the updater status

You can now update through the UI, and a status dialog displays after
6 years ago
Isaac Grynsztein 458e4b45f8 Removed @locl dependency for translations
Added CommonModule to fix intellisense

Added ability to load json assets by name, and an http call to update youtubedl-material
6 years ago
Isaac Grynsztein 58718b6e3b Removed @ngular/http dependency 6 years ago
Isaac Grynsztein bcff631936 Updated translations and 'backend/public' folder 6 years ago
Isaac Grynsztein eb084d03b2 Downloaded file names are now converted to their fully decoded forms 6 years ago
Isaac Grynsztein 8c942b0343 Updated top bar color 6 years ago
Isaac Grynsztein baad97182a Updated version tag 6 years ago
Isaac Grynsztein 26ca5d51a5 Fixed about dialog translations 6 years ago
Isaac Grynsztein 0c5cd291fe Changed comment for clarity 6 years ago
Isaac Grynsztein 57234b4690 File card download progress bars now maintain same width as file cards, appear rounded at the bottom, and are positioned right at the bottom of each card 6 years ago
Isaac Grynsztein b993c8e1d6 Fixed bug were downloadOnlyMode failed to work when multiDownloadMode was enabled 6 years ago
Isaac Grynsztein 66cb0af762 Settings dialog now says "cancel" when settings are changed and "close" otherwise 6 years ago
Isaac Grynsztein 8331c319ce File formats are not searched anymore if video is a playlist. Prior to this they simply errored 6 years ago
Isaac Grynsztein da9dcc0249 Added border radius to progress bar to make it look less "blocky" 6 years ago
Isaac Grynsztein 5af0d742ef Fixed bug where updating an audio playlist would cause it to believe it was a video playlist 6 years ago
Isaac Grynsztein 4906e52c57 Adjusted styling for advanced download bar to make it look more natural and part of the page 6 years ago
Isaac Grynsztein d33346b11d Final fix for bug where failed downloads still appeared in the multi download menu 6 years ago
Isaac Grynsztein b07f16bdd0 Added subtle drop shadow to topBarTitle 6 years ago
Isaac Grynsztein a5c47737c7 Fixed bug where simulated output did not include the base path 6 years ago
Isaac Grynsztein 603c13eb4c Modified about dialog to have a more consistent design, and added the logo & github logo to the top 6 years ago
Isaac Grynsztein a35d85d7df Added elevation to top toolbar and made it "sticky". That means when users scroll, the toolbar will scroll with 6 years ago
Isaac Grynsztein 25b5b28df8 Minor visual change to settings 6 years ago
Isaac Grynsztein 0c60c12124 Append to last commit 6 years ago
Isaac Grynsztein 72b42dea5a About dialog now informs user when update is available or when they are up to date based on the github release api 6 years ago
Isaac Grynsztein 1ed415d733 Fixed bug where if using download-only mode, downloading additonal videos would be blocked 6 years ago
Isaac Grynsztein 9e4d36e6ed Updated look of about dialog's close button 6 years ago
Isaac Grynsztein 7c605d83cd Updated look of dark mode to be more "dark" and more friendly 6 years ago
Isaac Grynsztein d7068953a8 changed env to prod 6 years ago
Isaac Grynsztein 945d2abd1a UI hotfix 6 years ago
Isaac Grynsztein 4094fda71d Updated spanish translations to final 3.5 version
Removed erroneous log
6 years ago
Isaac Grynsztein fa2800a391 merge fixd import 6 years ago
Isaac Grynsztein 4aaaddac92 Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material into settings-pin 6 years ago
Isaac Grynsztein c3220dcb60 Updated language select size 6 years ago
Isaac Grynsztein 996d5989e7 Updated spanish translation 6 years ago
Isaac Grynsztein 7681ac2e5a Updated source translation file 6 years ago
Isaac Grynsztein 0ac87fe86d Updated spanish language string label to avoid confusion
Fixed bug where if no locale was set, it would *not* default to English
6 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)
6 years ago
Tzahi12345 c4fe1a2fb0
Merge pull request #32 from Tzahi12345/subscriptions-v2
Subscriptions v2
6 years ago
Isaac Grynsztein bdb6a08274 Added ability to download subscription videos as zip 6 years ago
Isaac Grynsztein b2730926c8 Updated translation details to improve clarity
Added upload date property to files in UI

Subscription videos can now be filtered by some of their properties (size, upload date, name, duration)

Subscription videos are now centered
6 years ago
Isaac Grynsztein 393267b919 fixed bug where youtube search API failed to load when enabled through the settings 6 years ago
Isaac Grynsztein 35f8454db3 Fixed bug where auto started downloads would begin if navigated back from the player 6 years ago
Isaac Grynsztein a5e1906196 Fixed bug that prevented auto start from working 6 years ago
Isaac Grynsztein 9dc607e7ee fixed bug where no subscriptions resulted in a client error 6 years ago
Isaac Grynsztein 1a79b489ab Added video info dialog
File cards and subscription file cards now use video info dialog so that users can see info on each individual video

Ellipsis are now added client-side to video titles in file cards
6 years ago
Isaac Grynsztein f08506d690 When locale 'en' is selected, no translation is retrieved 6 years ago
Isaac Grynsztein 1d29dd8df4 Updated translations 6 years ago
Isaac Grynsztein 25b953cebd Updated look of file cards again to prevent aspect ratio from being changed 6 years ago
Isaac Grynsztein 2cd35cccd1 Added about page 6 years ago
Isaac Grynsztein da399601e1 Added ability to select any supported custom downloader 6 years ago
Tzahi12345 4ceec26a0e
Merge pull request #31 from Tzahi12345/use-youtubedl-archive-with-downloader
Implements youtube-dl archive functionality for downloader
6 years ago
Isaac Grynsztein b765830584 Using youtubedl archive for downloads defaults to false 6 years ago
Isaac Grynsztein 44bff55a88 Adds youtube dl args to simulated output 6 years ago
Isaac Grynsztein 84c9ec1300 Updated file card image appearance 6 years ago
Isaac Grynsztein d39f6f7a17 File cards modified to support blacklisting videos when using youtube-dl archive 6 years ago
Isaac Grynsztein 190d1567ca youtube-dl archive can now be used for regular downloads. a new blacklist system exists which subscriptions will shortly follow
Added new setting whether to use youtubedl archive
6 years ago
Isaac Grynsztein 087b9aac7e updated translations v2 6 years ago
Isaac Grynsztein d61573d8af Updated spanish translation 6 years ago
Isaac Grynsztein c7885e8726 Added ability to select language in settings
Fixed locale support so that it actually works at runtime

Removed unused library
6 years ago
Isaac Grynsztein ebd0a419df Further fix for videogular compilation error 6 years ago
Isaac Grynsztein c96aec7ba3 fixed videogular in angular 9 6 years ago
Isaac Grynsztein ddcd1d0772 Updated spanish translation xliff and json
locale is now retrieved from cookies
6 years ago
Isaac Grynsztein c17d29075e Updated angular material to v9
Added further translation support
6 years ago
Isaac Grynsztein 0981dd216d Migrated to angular 9 6 years ago
Isaac Grynsztein bc4cc3ccce Added spanish language support 6 years ago
Isaac Grynsztein 21797f3901 Added preliminary localization support to almost all strings in the program 6 years ago
Isaac Grynsztein 91f6dbcb5b added ability to set pin for settings. pin is md5'd by the backend 6 years ago
Isaac Grynsztein c752b13732 Updated look of file cards so that the images are of equal size 6 years ago