Commit Graph

262 Commits (493abc3a4ccf29b66b762c38c7b551bdcf5a87eb)

Author SHA1 Message Date
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