Isaac Abadi
c63a64ebef
Categories will now auto-generate playlists
2020-12-23 01:29:22 -05:00
Isaac Abadi
2656147570
Optimized get/set subscription process
2020-12-22 01:24:50 -05:00
Isaac Abadi
4cbfab20e0
Added category info to video info dialog (if present)
...
- you can now search by category on the home page
2020-12-19 14:33:19 -05:00
Isaac Abadi
e75b56ad3f
Added ability to pause specific subscriptions
2020-12-19 04:12:27 -05:00
Isaac Abadi
441a470990
Added ability to view playlist in reverse order in the playlist editing dialog
2020-12-19 03:51:30 -05:00
Isaac Abadi
3f10986cdf
Updated Angular to version 11
...
- ngx-videogular was replaced by @videogular/ngx-videogular
2020-12-10 19:33:53 -05:00
Isaac Abadi
8938844ffa
Added ability to select the max quality for a subscription. It defaults to 'best' which will get the best native mp4 video
2020-11-28 00:45:47 -05:00
Isaac Abadi
d15d262b87
Fixed bug that resulted in the "download videos in the last X days" timerange in edit subscriptions to come up blank
2020-11-26 15:49:14 -05:00
Isaac Abadi
1bb2f54eba
Fixed bug where updating a subscription would not work correctly
2020-11-14 16:54:20 -05:00
Isaac Abadi
1ce85813fb
Saving a category will now cause the UI to refresh the cache of categories
2020-10-24 00:20:39 -04:00
Isaac Abadi
727b047c39
Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material into categories
2020-10-23 02:00:57 -04:00
Isaac Abadi
d4e5082039
Confirm dialog can now optionally use warn colors (used for deletion or breaking changes)
...
Category re-ordering is fixed
Category deletion in settings is now functional
2020-10-15 17:00:48 -04:00
Isaac Abadi
fed0a54145
Updated styling on edit category dialog
2020-10-12 22:46:23 -04:00
Isaac Abadi
7dcc38c26d
Updated string in settings: "Select a logger level" -> "Log Level"
...
Made modify playlist component fully translatable
Fixed typo in cookies settings text
2020-09-30 04:52:43 -04:00
Isaac Abadi
79b4b993f8
Fixed bug in translation source file (2)
2020-09-30 04:41:15 -04:00
Isaac Abadi
8595864118
Added basic categorization functionality in the server & UI
2020-09-17 03:14:24 -04:00
Isaac Abadi
dc6dd5f5a2
Added support for "large" sized cards
2020-08-22 00:47:18 -04:00
Isaac Abadi
12dcdfcb3c
Sidepanel mode and card size is now configurable and can be set from the about dialog (temp location)
2020-08-09 20:39:59 -04:00
Isaac Abadi
a481869166
Slightly update subscribe dialog styling
2020-08-01 21:28:22 -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
ae9e4e6857
Updated styling in settings and about page for a cleaner look
2020-07-25 16:02:36 -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
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
990b3d4037
Added confirm dialog component to help with confirming actions
2020-07-05 22:12:07 -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
5511c94071
Added modify playlist component
2020-06-29 19:35:34 -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
Tzahi12345
db81120645
Added audioOnlyMode, customArgs, and customFileOutput fields to the subscribe dialog
2020-06-12 17:57:34 -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
d4ad1f9fce
Added additional sentence to custom args hint and fixed issue where empty args could be added through the args modifier
2020-05-06 02:38:39 -04:00
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
2020-05-05 20:11:23 -04:00
Tzahi12345
0504167734
Arg modifier improvements: args are now shown as removable chips which can be directly typed as well (w/o using the adder)
2020-05-04 15:39:33 -04:00
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)
2020-05-03 21:05:56 -04:00
Tzahi12345
1861011fb0
Cleaned up code and added missing translation units
2020-05-03 19:35:38 -04:00
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
2020-05-02 20:36:30 -04:00
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
2020-05-01 03:34:35 -04:00
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
2020-04-30 16:31:36 -04:00
Tzahi12345
81b0ef4a72
Refactored initialization process to better facilitate auth if necessary
...
Date in user profile dialog now shows date
2020-04-30 13:28:58 -04:00
Isaac Grynsztein
4b2b278439
Sharing and video downloads on shared videos now work for multi-user mode
2020-04-27 04:31:39 -04:00
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
2020-04-26 21:37:08 -04:00
Isaac Grynsztein
a7c810136b
Added basic user profile component
2020-04-26 17:33:29 -04:00
Isaac Grynsztein
f6f54c0e53
Fixed bug where video infos caused an error for streaming-only subscriptions
2020-04-09 23:41:21 -04:00
Isaac Grynsztein
e15141c5e0
Added backend and database support for video streaming
...
Added UI support for video streaming. branch is now feature-complete
2020-04-09 23:33:58 -04:00
Isaac Grynsztein
a61606b69f
Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material into streaming-only-mode
2020-04-09 22:29:56 -04:00
Isaac Grynsztein
dd0f58d421
Fixed bug where updater kept asking for updates on the update after it completed
2020-04-09 01:36:46 -04:00
Isaac Grynsztein
2ca6aa7bd7
Video URL now wraps in video info dialog
2020-04-09 01:36:02 -04:00