Tzahi12345
98e33ac399
Updated frontend files
2020-05-04 04:38:21 -04:00
Tzahi12345
a3424f973e
Output on global args will now override specific output
2020-05-03 21:14:09 -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
74e47b7d04
Fixed bug that prevented audio files from being played after username change
...
Downloads with custom args or custom quality config now use the old downloader to ensure stability and prevent arg conflict
2020-05-03 19:34:01 -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
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
2020-05-03 18:55:42 -04:00
Tzahi12345
26ad195597
Adds ability to set umask through an environment variable. Does not work on Windows, and it's untested on Linux
2020-05-03 13:40:54 -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
8bc99fb557
Fixed bug that prevented registration from occuring
2020-05-02 17:25:35 -04:00
Tzahi12345
8277c95c4e
Updated youtube-dl binary for windows
2020-05-02 17:10:08 -04:00
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
2020-05-02 17:09:46 -04:00
Tzahi12345
661b96cfe5
Fixed bug that prevented default config items to be set
2020-05-02 15:06:43 -04:00
Tzahi12345
2eef1b062c
Updated frontend binaries
2020-05-01 16:26:14 -04:00
Tzahi12345
d376ee4409
Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material
2020-05-01 16:18:47 -04:00
Tzahi12345
7661b1e79e
Fixed bug that prevented admin creation prompt from occuring in the settings
2020-05-01 16:18:39 -04:00
Tzahi12345
0401769968
Merge pull request #69 from SuperSandro2000/patch-1
...
Update badge links
2020-05-01 14:54:26 -04:00
Tzahi12345
c901efebc4
Merge pull request #68 from SuperSandro2000/docker
...
Docker improvements
2020-05-01 14:49:32 -04:00
Sandro
4e550da4f6
Update badge links
2020-05-01 20:41:01 +02:00
Sandro Jäckel
ae76e9db8d
Install dependencies first, remove duplicated workdir
2020-05-01 19:45:19 +02:00
Sandro Jäckel
d763f88ceb
Remove comments
2020-05-01 19:40:35 +02:00
Sandro Jäckel
a8b188cd22
Don't create cache with apk, use cdn network
2020-05-01 19:40:02 +02:00
Sandro Jäckel
1034aa1980
Don't copy Docker related files into image
2020-05-01 19:39:34 +02:00
Tzahi12345
da26d88ba9
Updated frontend binaries
2020-05-01 03:55:17 -04:00
Tzahi12345
93e117a7aa
Adds fingerprintjs2 as frontend dependency
2020-05-01 03:52:31 -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
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
e5f9694da0
Fixed bug where downloading individual files failed for channel subscriptions
2020-04-30 13:29:47 -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
6980828853
Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material into multi-user-mode
2020-04-29 20:16:42 -04:00
Adam Verga
a48e122763
Settings are now more centralized in the frontend
2020-04-29 20:15:15 -04:00
Tzahi12345
2d66d653f6
Updated frontend files to reflect commits since v3.6
2020-04-29 00:52:45 -04:00
Tzahi12345
03ea04f8d8
Fixed missing double ampersand
2020-04-29 00:40:14 -04:00
Tzahi12345
8fbb1c9bbd
Fixed repo for atomicparsley on docker/alpine
2020-04-29 00:35:51 -04:00
Tzahi12345
c67d6ea89a
Added atomicparsley as a dependency to Docker, and listed it as an optional dependency for normal installs
2020-04-29 00:27:39 -04:00
Tzahi12345
a701d0fe83
Fixes bug (hopefully) that causes stale data to be saved to the db due to multiple adapters instances being used. Now the db adapter gets passed as a parameter
2020-04-29 00:12:50 -04:00
Tzahi12345
ff51a49d1b
Removed unused import
2020-04-29 00:04:04 -04:00
Tzahi12345
46b595db45
Update README.md
...
Updated API info
2020-04-27 04:55:46 -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
e790c9fadf
File descriptors are now stored in the config_api until they find a better home
...
File deletion now works in multi-user mode. Sharing and subscriptions are the last holdouts for porting over to multi-user-mode
Fixed bug with archive mode that defaulted to storing the ID in the video archive all the time (rather than audio if it's an mp3)
2020-04-26 18:33:23 -04:00
Isaac Grynsztein
c18bf568c7
Fixed bug that prevented video download or archive download from occuring
2020-04-26 17:41:54 -04:00
Isaac Grynsztein
fa1b291f97
Added video downloading functionality to multi user mode, as well as playlist management and saving of videos locally. Still missing video deletions and subscriptions
...
Simplified code for downloading videos to client (locally)
2020-04-26 17:40:28 -04:00
Isaac Grynsztein
cb6451ef96
Added new settings: multi user mode and users base path
2020-04-26 17:37:49 -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