Isaac Abadi
4472aae3e9
Removed redundant header in main component
2020-08-09 20:16:27 -04:00
Isaac Abadi
1cdc1640ac
Unified file card now supports playlists
...
Added custom playlists component
Removed legacy file manager from home screen
2020-08-09 19:24:29 -04:00
Isaac Abadi
0ab6535fec
Added ability to download files for recent videos component
...
Updated styling for unified file card (elevation on hover)
2020-08-08 15:59:29 -04:00
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
2020-07-18 20:37:43 -04:00
Isaac Grynsztein
5511c94071
Added modify playlist component
2020-06-29 19:35:34 -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
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
Tzahi12345
ecc2737a05
Pressing enter on URL input now triggers the download
2020-05-09 03:34:59 -04:00
Tzahi12345
39e737024f
Pressing enter on url input now triggers download
2020-05-09 03:03:37 -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
68f791eea3
Downloads now show new spinner after download completes, indicating processing has begun
2020-05-03 18:56:07 -04:00
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
2020-05-03 03:24:25 -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
ae9c52a14d
Merge pull request #67 from Tzahi12345/multi-user-mode
...
Adds multi-user mode
2020-05-01 03:48:50 -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
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
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
2020-04-30 04:54:41 -04:00
Tzahi12345
d2af233a1f
Fixed bug that when multi-download mode was enabled, videos could not be navigated to
2020-04-29 23:09:00 -04:00
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
2020-04-29 20:46:29 -04:00
Adam Verga
a48e122763
Settings are now more centralized in the frontend
2020-04-29 20:15:15 -04:00
Isaac Grynsztein
912a419bd4
Getting current download refactored to work and display less errors
...
Player component now sends jwt token if logged in
2020-04-26 17:34:38 -04:00
Isaac Grynsztein
eca06a7fb1
Downloads on the home page now show the progress bar
2020-04-22 21:42:21 -04:00
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
2020-04-20 18:39:55 -04:00
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)
2020-04-07 14:49:05 -04:00
Isaac Grynsztein
2414e16021
videos now deleted by UID ui-side
2020-04-07 01:52:22 -04:00
Isaac Grynsztein
eb084d03b2
Downloaded file names are now converted to their fully decoded forms
2020-03-28 08:04:45 -04:00
Isaac Grynsztein
0c5cd291fe
Changed comment for clarity
2020-03-27 15:57:51 -04:00
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
2020-03-27 15:56:34 -04:00
Isaac Grynsztein
b993c8e1d6
Fixed bug were downloadOnlyMode failed to work when multiDownloadMode was enabled
2020-03-27 15:54:14 -04:00
Isaac Grynsztein
8331c319ce
File formats are not searched anymore if video is a playlist. Prior to this they simply errored
2020-03-27 13:55:50 -04:00
Isaac Grynsztein
da9dcc0249
Added border radius to progress bar to make it look less "blocky"
2020-03-27 13:55:21 -04:00
Isaac Grynsztein
4906e52c57
Adjusted styling for advanced download bar to make it look more natural and part of the page
2020-03-26 10:48:46 -04:00
Isaac Grynsztein
d33346b11d
Final fix for bug where failed downloads still appeared in the multi download menu
2020-03-26 10:47:56 -04:00
Isaac Grynsztein
a5c47737c7
Fixed bug where simulated output did not include the base path
2020-03-25 23:27:51 -04:00
Isaac Grynsztein
1ed415d733
Fixed bug where if using download-only mode, downloading additonal videos would be blocked
2020-03-25 04:16:11 -04:00
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)
2020-03-20 16:16:10 -04:00
Tzahi12345
c4fe1a2fb0
Merge pull request #32 from Tzahi12345/subscriptions-v2
...
Subscriptions v2
2020-03-17 22:35:32 -04:00
Isaac Grynsztein
35f8454db3
Fixed bug where auto started downloads would begin if navigated back from the player
2020-03-17 18:20:25 -04:00
Isaac Grynsztein
a5e1906196
Fixed bug that prevented auto start from working
2020-03-17 18:14:11 -04:00
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
2020-03-17 06:58:05 -04:00
Isaac Grynsztein
44bff55a88
Adds youtube dl args to simulated output
2020-03-15 20:35:51 -04:00
Isaac Grynsztein
d39f6f7a17
File cards modified to support blacklisting videos when using youtube-dl archive
2020-03-15 20:28:18 -04:00
Isaac Grynsztein
c17d29075e
Updated angular material to v9
...
Added further translation support
2020-03-15 00:48:16 -04:00
Isaac Grynsztein
0981dd216d
Migrated to angular 9
2020-03-14 23:37:27 -04:00
Isaac Grynsztein
21797f3901
Added preliminary localization support to almost all strings in the program
2020-03-14 17:32:52 -04:00
Isaac Grynsztein
bad4b8630b
potentially made it so saved settings get applied with no reload in most situations
2020-03-11 22:04:22 -04:00
Isaac Grynsztein
946abd2e92
implemented global custom args functionality
...
fixed bad logic in settings
2020-03-08 22:47:08 -04:00