Isaac Abadi
a481869166
Slightly update subscribe dialog styling
2020-08-01 21:28:22 -04:00
Isaac Abadi
eb4ed32fcb
Added edit button to subscription
2020-08-01 21:27:35 -04:00
Isaac Abadi
9aee6e91cd
Added API to update subscription
...
Edit subscription component now works
2020-08-01 21:26:47 -04:00
Isaac Abadi
37d3e9326c
Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material into edit-subscriptions
2020-08-01 20:10:47 -04:00
Isaac Abadi
f12ea017bc
Re-added parameter to checkAdminCreationStatus
2020-07-27 22:01:47 -04:00
Isaac Abadi
cd18bce509
Fixed bug where settings menu could be accessed from the login menu in multi user mode
2020-07-27 21:55:01 -04:00
Isaac Abadi
5ef4388d73
Fixed bug where checking admin creation status would not run
2020-07-27 21:51:31 -04:00
Isaac Abadi
ae9e4e6857
Updated styling in settings and about page for a cleaner look
2020-07-25 16:02:36 -04:00
Isaac Abadi
333556c305
Removed erroneous code and added the ability to kill all downlaods
2020-07-25 15:57:10 -04:00
Isaac Abadi
c5b0a7a697
Updated confirm dialog to support async requests with loading spinner
2020-07-25 15:55:52 -04:00
Isaac Grynsztein
335b588c3a
Added edit subscription dialog (WIP)
2020-07-15 22:58:17 -04:00
Tzahi12345
38fa39d765
Merge pull request #159 from UnlimitedCookies/patch-1
...
Make more items translatable
2020-07-11 19:26:16 -04:00
UnlimitedCookies
9e5de88675
Even more internationalization improvements :)
2020-07-10 15:00:54 +02:00
Isaac Grynsztein
dd80c51f16
Removed pin setting functionality
...
- Simplifies security options: use multi user mode if you want to restrict access to the settings menu
2020-07-09 22:33:07 -04:00
UnlimitedCookies
84d83f228e
Make close button in About Dialog translatable
2020-07-10 01:31:59 +02:00
Isaac Grynsztein
14bd82c508
Fixed bug where navigating home would reset the cached volume setting
2020-07-07 15:27:15 -04:00
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
2020-07-05 22:17:54 -04:00
Isaac Grynsztein
990b3d4037
Added confirm dialog component to help with confirming actions
2020-07-05 22:12:07 -04:00
Isaac Grynsztein
2e7b1c2d53
Fixed wording for youtube-dl archive setting in the downloader tab
2020-07-04 21:34:47 -04:00
Isaac Grynsztein
2442067ca0
Manually updated spanish translations
2020-07-04 12:07:22 -04:00
Isaac Grynsztein
41d4dfeba1
Updated version to 4.1
2020-07-03 17:57:47 -04:00
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)
2020-07-03 03:46:58 -04:00
Isaac Grynsztein
3732d13562
Implemented greater transparency for login/registration errors on frontend
2020-07-02 17:42:05 -04:00
Isaac Grynsztein
c20d09e902
Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material into player-improvements
2020-06-29 20:11:20 -04:00
Isaac Grynsztein
a68ecfa730
Modifying playlist in dialog will now update the file manager automatically
2020-06-29 20:06:37 -04:00
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.
2020-06-29 19:39:47 -04:00
Isaac Grynsztein
d100e80ccf
Added ability to clear all downloads in a session
2020-06-29 19:35:59 -04:00
Isaac Grynsztein
5511c94071
Added modify playlist component
2020-06-29 19:35:34 -04:00
UnlimitedCookies
9415901f17
Revert to 1:1 translation
2020-06-29 18:58:46 +02:00
UnlimitedCookies
92e5716f93
More clarification
2020-06-29 17:03:07 +02:00
UnlimitedCookies
5b5c93f783
Minor changes to increase coherence
2020-06-29 16:42:05 +02:00
UnlimitedCookies
4db6a49df5
Make custom Arg description more clear
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com >
2020-06-29 16:12:51 +02:00
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
2020-06-29 03:48:29 +02:00
Isaac Grynsztein
2998562655
Added the ability to view logs from the settings menu
2020-06-22 23:15:21 -04:00
Isaac Grynsztein
0346833c3b
Merged changes from master
2020-06-21 23:54:18 -04:00
Isaac Grynsztein
20f162d794
Added args modifier dialog to custom args input in the subscribe dialog
2020-06-21 23:40:39 -04:00
Isaac Grynsztein
319bb0160b
Finished adding support for audio subscriptions, custom args for subscriptions, and custom output for subscription downloads
2020-06-21 23:27:14 -04:00
Justin Turner
49b8cd416e
Typo fix for logger
2020-06-13 13:39:42 -05:00
Tzahi12345
db81120645
Added audioOnlyMode, customArgs, and customFileOutput fields to the subscribe dialog
2020-06-12 17:57:34 -04:00
Tzahi12345
163a88bcfd
DB implementation of subs now can properly delete subs
2020-06-10 21:41:05 -04:00
Tzahi12345
2441270d88
Removed redundant redirect when in the login screen
...
Fixed bug that prevented user registration with a faulty token
2020-06-09 21:19:42 -04:00
Tzahi12345
a518ac680f
Fixed bug that prevented new users from accessing the login screen
2020-06-09 18:12:55 -04:00
Tzahi12345
78d3145e0b
Deleting a video with an extension in the filename will now work UI-side
2020-06-09 18:02:46 -04:00
Tzahi12345
abfe0dad03
Prevents login redirect for shared videos in multi user mode
2020-06-02 20:03:01 -04:00
Isaac Grynsztein
dcc7fbd81c
Added new setting to force a safe download (removes features like progress bar)
2020-05-30 16:28:00 -04:00
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
2020-05-30 16:20:03 -04:00
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
2020-05-25 16:51:49 -04:00
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
2020-05-25 16:35:02 -04:00
Tzahi12345
f485da06b5
Implemented cookies upload dialog and the ability to "enable cookies" to hopefully circumvent 429 errors
2020-05-19 21:37:19 -04:00
Tzahi12345
59098d4693
Minor update to support alternate youtube links
2020-05-19 19:31:41 -04:00