Commit Graph

95 Commits (d1311d00ea2e06ed900017f91bf52f780a366078)

Author SHA1 Message Date
Tiger Oakes d1311d00ea Use named arguments with download file 5 years ago
Tiger Oakes 70d1afce76 Move user schemas so they can be imported 5 years ago
Tiger Oakes fe7a3075d6 Rename last few active API routes 5 years ago
Tiger Oakes 4d74c375f4 Add playlist types 5 years ago
Tiger Oakes 62c79c267e Add additional types, mainly for subscriptions 5 years ago
Tiger Oakes b667e1dc79 Add additional named types 5 years ago
Tiger Oakes bce0115285 Generate types from OpenAPI 5 years ago
Isaac Abadi 6717a59422 Fixed bug that preventing playlists from being downloaded a zip 5 years ago
Isaac Abadi 082252ab1e Updated sidenav logic for "side" mode, where it will now autoclose in the player, be open everywhere else 5 years ago
Tzahi12345 70159813e5
Merge pull request #205 from Tzahi12345/add-ldap-auth
Added ability to register/login through LDAP
5 years ago
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
5 years ago
Tzahi12345 aa0558b770 Subscriptions are now reloaded on subscribe/unsubscribe in PostsService 5 years ago
Tzahi12345 f874617965 Fixes bug where cached JWT token could prevent default admin creation 5 years ago
Isaac Abadi 12dcdfcb3c Sidepanel mode and card size is now configurable and can be set from the about dialog (temp location) 5 years ago
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
5 years ago
Isaac Abadi fd35153721 Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material into homepage-redesign 5 years ago
Isaac Abadi 37d3e9326c Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material into edit-subscriptions 5 years ago
Isaac Abadi f12ea017bc Re-added parameter to checkAdminCreationStatus 5 years ago
Isaac Abadi 5ef4388d73 Fixed bug where checking admin creation status would not run 5 years ago
Isaac Abadi 333556c305 Removed erroneous code and added the ability to kill all downlaods 5 years ago
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
5 years ago
Isaac Grynsztein cc189a3abd Unified videos videos are now properly retrieved from the server 5 years ago
Isaac Grynsztein 335b588c3a Added edit subscription dialog (WIP) 5 years ago
Isaac Grynsztein dd80c51f16 Removed pin setting functionality
- Simplifies security options: use multi user mode if you want to restrict access to the settings menu
5 years ago
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
5 years ago
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)
5 years ago
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.
5 years ago
Isaac Grynsztein 2998562655 Added the ability to view logs from the settings menu 5 years ago
Isaac Grynsztein 0346833c3b Merged changes from master 5 years ago
Tzahi12345 db81120645 Added audioOnlyMode, customArgs, and customFileOutput fields to the subscribe dialog 5 years ago
Tzahi12345 163a88bcfd DB implementation of subs now can properly delete subs 5 years ago
Tzahi12345 2441270d88 Removed redundant redirect when in the login screen
Fixed bug that prevented user registration with a faulty token
5 years ago
Tzahi12345 a518ac680f Fixed bug that prevented new users from accessing the login screen 5 years ago
Tzahi12345 abfe0dad03 Prevents login redirect for shared videos in multi user mode 5 years ago
Tzahi12345 f485da06b5 Implemented cookies upload dialog and the ability to "enable cookies" to hopefully circumvent 429 errors 5 years ago
Tzahi12345 f094d18e03 Changed /api/changeUser endpoint to /api/updateUser 5 years ago
Tzahi12345 1861011fb0 Cleaned up code and added missing translation units 5 years ago
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
5 years ago
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
5 years ago
Tzahi12345 7661b1e79e Fixed bug that prevented admin creation prompt from occuring in the settings 5 years ago
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
5 years ago
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 5 years ago
Tzahi12345 81b0ef4a72 Refactored initialization process to better facilitate auth if necessary
Date in user profile dialog now shows date
5 years ago
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
5 years ago
Adam Verga a48e122763 Settings are now more centralized in the frontend 5 years ago
Isaac Grynsztein 4b2b278439 Sharing and video downloads on shared videos now work for multi-user mode 5 years ago
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
5 years ago
Isaac Grynsztein e6ea2238f8 Fixed bug where HTTP headers were sent when params should have been sent instead
sessionID now gets sent after logging in
5 years ago
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
5 years ago
Isaac Grynsztein c3cc28540f Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material into multi-user-mode 5 years ago