Commit Graph

333 Commits (b667e1dc7970bf57ca17095b6e3be77d0e3063ec)

Author SHA1 Message Date
Isaac Abadi 0ab6535fec Added ability to download files for recent videos component
Updated styling for unified file card (elevation on hover)
5 years ago
Isaac Abadi d7aa39599d Removed subscriptions_use_youtubedl_archive setting, to use youtube-dl archive functionality, there is now just one setting for both subscription and non-subscription videos 5 years ago
Isaac Abadi 68037613d8 Added icon for file type (audio/video) next to the download date 5 years ago
Isaac Abadi 3df384de22 Recent videos now supports 2 card sizes 5 years ago
Isaac Abadi f0c4ed4590 Unified file card now supports small and medium size
Duration styling/position updated and added download date time
5 years ago
Isaac Abadi fd35153721 Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material into homepage-redesign 5 years ago
Isaac Abadi a481869166 Slightly update subscribe dialog styling 5 years ago
Isaac Abadi eb4ed32fcb Added edit button to subscription 5 years ago
Isaac Abadi 9aee6e91cd Added API to update subscription
Edit subscription component now works
5 years ago
Isaac Abadi 37d3e9326c Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material into edit-subscriptions 5 years ago
Isaac Abadi f12ea017bc Re-added parameter to checkAdminCreationStatus 5 years ago
Isaac Abadi cd18bce509 Fixed bug where settings menu could be accessed from the login menu in multi user mode 5 years ago
Isaac Abadi 5ef4388d73 Fixed bug where checking admin creation status would not run 5 years ago
Isaac Abadi ae9e4e6857 Updated styling in settings and about page for a cleaner look 5 years ago
Isaac Abadi 333556c305 Removed erroneous code and added the ability to kill all downlaods 5 years ago
Isaac Abadi c5b0a7a697 Updated confirm dialog to support async requests with loading spinner 5 years ago
Isaac Grynsztein 8384b73c4c Added support for navigating to files in recent videos (subscription and not). No support for download-only mode yet
Added navigate to subscription menu item for the files

Sidenav mode is "side" now for testing, likely not a permanent change and will be optional in the future
5 years ago
Isaac Grynsztein cc189a3abd Unified videos videos are now properly retrieved from the server 5 years ago
Isaac Grynsztein 335b588c3a Added edit subscription dialog (WIP) 5 years ago
Isaac Grynsztein 4ebb2d4297 Created unified file card component, recent videos component (not done) and started scaffolding work on the backend 5 years ago
Isaac Grynsztein d371ccf094 Fixed bug in about page where "You can update from the settings menu" was erroneously displayed 5 years ago
Tzahi12345 38fa39d765
Merge pull request #159 from UnlimitedCookies/patch-1
Make more items translatable
5 years ago
UnlimitedCookies 9e5de88675 Even more internationalization improvements :) 5 years ago
Isaac Grynsztein dd80c51f16 Removed pin setting functionality
- Simplifies security options: use multi user mode if you want to restrict access to the settings menu
5 years ago
UnlimitedCookies 84d83f228e
Make close button in About Dialog translatable 5 years ago
Isaac Grynsztein 14bd82c508 Fixed bug where navigating home would reset the cached volume setting 5 years ago
Isaac Grynsztein e97e9ec717 Logs viewer will now color-code logs based on type (error, warning, info, etc.)
You can also clear logs from the logs viewer as well
5 years ago
Isaac Grynsztein 990b3d4037 Added confirm dialog component to help with confirming actions 5 years ago
Isaac Grynsztein 2e7b1c2d53 Fixed wording for youtube-dl archive setting in the downloader tab 5 years ago
Isaac Grynsztein 2442067ca0 Manually updated spanish translations 5 years ago
Isaac Grynsztein 41d4dfeba1 Updated version to 4.1 5 years ago
Isaac Grynsztein a9f197e46d Updated logs viewer component
- now by default last 50 lines are showed
- added copy to clipboard button
- added loading spinner to indicate to users when the logs are loading

app.get('/api/logs') is now app.post to allow for additional parameters (such as lines to retrieve)
5 years ago
Isaac Grynsztein 3732d13562 Implemented greater transparency for login/registration errors on frontend 5 years ago
Isaac Grynsztein c20d09e902 Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material into player-improvements 5 years ago
Isaac Grynsztein a68ecfa730 Modifying playlist in dialog will now update the file manager automatically 5 years ago
Isaac Grynsztein 86c609c1b2 Player component now remembers previously set volume
Updated name of updatePlaylist->updatePlaylistFiles for clarity and added updatePlaylist route

Added smarter safe download override, will auto activate if subtitle args are included.
5 years ago
Isaac Grynsztein d100e80ccf Added ability to clear all downloads in a session 5 years ago
Isaac Grynsztein 5511c94071 Added modify playlist component 5 years ago
UnlimitedCookies 9415901f17 Revert to 1:1 translation 5 years ago
UnlimitedCookies 92e5716f93 More clarification 5 years ago
UnlimitedCookies 5b5c93f783 Minor changes to increase coherence 5 years ago
UnlimitedCookies 4db6a49df5
Make custom Arg description more clear
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
5 years ago
UnlimitedCookies 4a69a0d362 modified: src/app/settings/settings.component.ts
new file:   src/assets/i18n/messages.de.json
	new file:   src/assets/i18n/messages.de.xlf
5 years ago
Isaac Grynsztein 2998562655 Added the ability to view logs from the settings menu 6 years ago
Isaac Grynsztein 0346833c3b Merged changes from master 6 years ago
Isaac Grynsztein 20f162d794 Added args modifier dialog to custom args input in the subscribe dialog 6 years ago
Isaac Grynsztein 319bb0160b Finished adding support for audio subscriptions, custom args for subscriptions, and custom output for subscription downloads 6 years ago
Justin Turner 49b8cd416e Typo fix for logger 6 years ago
Tzahi12345 db81120645 Added audioOnlyMode, customArgs, and customFileOutput fields to the subscribe dialog 6 years ago
Tzahi12345 163a88bcfd DB implementation of subs now can properly delete subs 6 years ago
Tzahi12345 2441270d88 Removed redundant redirect when in the login screen
Fixed bug that prevented user registration with a faulty token
6 years ago
Tzahi12345 a518ac680f Fixed bug that prevented new users from accessing the login screen 6 years ago
Tzahi12345 78d3145e0b Deleting a video with an extension in the filename will now work UI-side 6 years ago
Tzahi12345 abfe0dad03 Prevents login redirect for shared videos in multi user mode 6 years ago
Isaac Grynsztein dcc7fbd81c Added new setting to force a safe download (removes features like progress bar) 6 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
6 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 6 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
6 years ago
Tzahi12345 f485da06b5 Implemented cookies upload dialog and the ability to "enable cookies" to hopefully circumvent 429 errors 6 years ago
Tzahi12345 59098d4693 Minor update to support alternate youtube links 6 years ago
Tzahi12345 ecc2737a05 Pressing enter on URL input now triggers the download 6 years ago
Tzahi12345 39e737024f Pressing enter on url input now triggers download 6 years ago
Tzahi12345 8c94255f61 Updated version number to 4.0 6 years ago
Tzahi12345 409fd0fe20 Updated translations and frontend binaries 6 years ago
Tzahi12345 d4ad1f9fce Added additional sentence to custom args hint and fixed issue where empty args could be added through the args modifier 6 years ago
Tzahi12345 cc47823b0c Updated gitignore and re-added package-lock.json
Translations updated
6 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
6 years ago
Tzahi12345 f094d18e03 Changed /api/changeUser endpoint to /api/updateUser 6 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) 6 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) 6 years ago
Tzahi12345 1861011fb0 Cleaned up code and added missing translation units 6 years ago
Tzahi12345 68f791eea3 Downloads now show new spinner after download completes, indicating processing has begun 6 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
6 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 6 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
6 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
6 years ago
Tzahi12345 7661b1e79e Fixed bug that prevented admin creation prompt from occuring in the settings 6 years ago
Tzahi12345 ae9c52a14d
Merge pull request #67 from Tzahi12345/multi-user-mode
Adds multi-user mode
6 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
6 years ago
Tzahi12345 e7b841c056 Added UI flow for creating default admin account. Dialog will show up after enabling or in the login menu if the admin account isn't present 6 years ago
Tzahi12345 81b0ef4a72 Refactored initialization process to better facilitate auth if necessary
Date in user profile dialog now shows date
6 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
6 years ago
Tzahi12345 d2af233a1f Fixed bug that when multi-download mode was enabled, videos could not be navigated to 6 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
6 years ago
Adam Verga a48e122763 Settings are now more centralized in the frontend 6 years ago
Isaac Grynsztein 4b2b278439 Sharing and video downloads on shared videos now work for multi-user mode 6 years ago
Isaac Grynsztein 1ac6683f33 Custom quality configurations now use the old downloading method to avoid errors
postsservice now does jwt auth after checking if multi user mode is enabled

Minor update to user profile UI

Added setting for enabling and disabling multi user mode
6 years ago
Isaac Grynsztein c18bf568c7 Fixed bug that prevented video download or archive download from occuring 6 years ago
Isaac Grynsztein cb6451ef96 Added new settings: multi user mode and users base path 6 years ago
Isaac Grynsztein 912a419bd4 Getting current download refactored to work and display less errors
Player component now sends jwt token if logged in
6 years ago
Isaac Grynsztein a7c810136b Added basic user profile component 6 years ago
Isaac Grynsztein e6ea2238f8 Fixed bug where HTTP headers were sent when params should have been sent instead
sessionID now gets sent after logging in
6 years ago
Isaac Grynsztein 98f1d003c3 Fixed bug that prevented migrations from succeeding
Added scaffolding required for jwt authentication for certain routes

Added logger to auth_api

Added necessary routing rules for multi-user mode

Registration is now possible
6 years ago
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