Isaac Abadi
6717a59422
Fixed bug that preventing playlists from being downloaded a zip
2020-09-24 02:26:58 -04:00
Isaac Abadi
082252ab1e
Updated sidenav logic for "side" mode, where it will now autoclose in the player, be open everywhere else
2020-08-31 15:21:58 -04:00
Tzahi12345
70159813e5
Merge pull request #205 from Tzahi12345/add-ldap-auth
...
Added ability to register/login through LDAP
2020-08-26 04:30:43 -04:00
Isaac Abadi
babba9aa30
Added ability to register/login through LDAP
...
- Added ability to edit LDAP settings and whether to use LDAP or not in the users tab in the settings
2020-08-26 04:18:29 -04:00
Tzahi12345
aa0558b770
Subscriptions are now reloaded on subscribe/unsubscribe in PostsService
2020-08-24 05:11:56 -04:00
Tzahi12345
f874617965
Fixes bug where cached JWT token could prevent default admin creation
2020-08-24 02:44:39 -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
fcaf8b5a62
Updated create playlist dialog to not require a type to be set prior
...
- duration and registered variables are now set for playlists
2020-08-09 19:23:29 -04:00
Isaac Abadi
fd35153721
Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material into homepage-redesign
2020-08-02 16:24:07 -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
5ef4388d73
Fixed bug where checking admin creation status would not run
2020-07-27 21:51:31 -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 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
cc189a3abd
Unified videos videos are now properly retrieved from the server
2020-07-15 23:37:00 -04:00
Isaac Grynsztein
335b588c3a
Added edit subscription dialog (WIP)
2020-07-15 22:58:17 -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
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
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
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
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
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
abfe0dad03
Prevents login redirect for shared videos in multi user mode
2020-06-02 20:03:01 -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
f094d18e03
Changed /api/changeUser endpoint to /api/updateUser
2020-05-05 19:31:47 -04:00
Tzahi12345
1861011fb0
Cleaned up code and added missing translation units
2020-05-03 19:35:38 -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
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
7661b1e79e
Fixed bug that prevented admin creation prompt from occuring in the settings
2020-05-01 16:18:39 -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
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
Adam Verga
a48e122763
Settings are now more centralized in the frontend
2020-04-29 20:15:15 -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
e6ea2238f8
Fixed bug where HTTP headers were sent when params should have been sent instead
...
sessionID now gets sent after logging in
2020-04-26 17:32:50 -04:00
Isaac Grynsztein
98f1d003c3
Fixed bug that prevented migrations from succeeding
...
Added scaffolding required for jwt authentication for certain routes
Added logger to auth_api
Added necessary routing rules for multi-user mode
Registration is now possible
2020-04-24 21:03:00 -04:00
Isaac Grynsztein
c3cc28540f
Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material into multi-user-mode
2020-04-23 14:56:14 -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
d887380fd1
Added new methods to facilitate server-side download management
2020-04-18 01:31:32 -04:00
Isaac Grynsztein
1f3572a630
jwt auth scaffolding
...
logging in now works
UI login component created
2020-04-16 22:35:34 -04:00
Isaac Grynsztein
bdb5072014
API key is now passed as a query param
2020-04-15 18:46:13 -04:00
Isaac Grynsztein
b5a82b9385
Updated middleware to support API tokens. Frontend now uses an admin token for its requests
...
Fixed version numbers
2020-04-10 20:44:42 -04:00
Isaac Grynsztein
1e96e31053
Added new API key and using API key config items to enable a public API
...
API key config items are implemented UI-side
Added ability to generate API keys through the settings
Switched getmp3s and getmp4s api calls to be GET requests rather than POST
Removed unused code from settings dialog
2020-04-10 14:46:36 -04:00