Commit Graph

1801 Commits (angular-17)
 

Author SHA1 Message Date
Tzahi12345 93e117a7aa Adds fingerprintjs2 as frontend dependency 5 years ago
Tzahi12345 ae9c52a14d
Merge pull request #67 from Tzahi12345/multi-user-mode
Adds multi-user mode
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 e5f9694da0 Fixed bug where downloading individual files failed for channel subscriptions 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
Tzahi12345 d2af233a1f Fixed bug that when multi-download mode was enabled, videos could not be navigated to 5 years ago
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
5 years ago
Adam Verga 6980828853 Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material into multi-user-mode 5 years ago
Adam Verga a48e122763 Settings are now more centralized in the frontend 5 years ago
Tzahi12345 2d66d653f6 Updated frontend files to reflect commits since v3.6 5 years ago
Tzahi12345 03ea04f8d8 Fixed missing double ampersand 5 years ago
Tzahi12345 8fbb1c9bbd Fixed repo for atomicparsley on docker/alpine 5 years ago
Tzahi12345 c67d6ea89a Added atomicparsley as a dependency to Docker, and listed it as an optional dependency for normal installs 5 years ago
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 5 years ago
Tzahi12345 ff51a49d1b Removed unused import 5 years ago
Tzahi12345 46b595db45
Update README.md
Updated API info
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 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)
5 years ago
Isaac Grynsztein c18bf568c7 Fixed bug that prevented video download or archive download from occuring 5 years ago
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)
5 years ago
Isaac Grynsztein cb6451ef96 Added new settings: multi user mode and users base path 5 years ago
Isaac Grynsztein 912a419bd4 Getting current download refactored to work and display less errors
Player component now sends jwt token if logged in
5 years ago
Isaac Grynsztein a7c810136b Added basic user profile component 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
Tzahi12345 68ed66072e
Merge pull request #57 from Tzahi12345/current-downloads-refactor
Downloads system refactor
5 years ago
Isaac Grynsztein eca06a7fb1 Downloads on the home page now show the progress bar 5 years ago
Isaac Grynsztein b583305940 Downloads in the download manager now get updated smoothly, preventing the DOM from updating on object reassign 5 years ago
Isaac Grynsztein f361b8a974 Furrther simplified download process and fixed a couple bugs
Audio files will not show download progress as enabling this feature causes it to be really slow

Fixed bug where downloading the same video twice produced duplicate files in the file manager
5 years ago
Isaac Grynsztein 1565c328d5 If a video is a playlist, it will download the normal way 5 years ago
Isaac Grynsztein a6534f66a6 migrated audio file downloads to new system. still untested with playlists
video/audio player now doesnt show share button when uid isn't present, user will be notified of this through a snackbar as well
5 years ago
Isaac Grynsztein a78ccefc83 Updated package.json 5 years ago
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
5 years ago
Isaac Grynsztein d887380fd1 Added new methods to facilitate server-side download management 5 years ago
Isaac Grynsztein 1f3572a630 jwt auth scaffolding
logging in now works

UI login component created
5 years ago
Isaac Grynsztein da8571fb1a Added additional info when requests are rejected due to no auth
Added two additional auth methods: registering and logging in. They have minimal functionality right now

Added auth module which will handle all auth-related requests
5 years ago
Isaac Grynsztein 4617362270 New default youtube-dl.exe binary
Updated public dir in backend
5 years ago
Isaac Grynsztein bdb5072014 API key is now passed as a query param 5 years ago
Isaac Grynsztein e5baf094c9 chmodsync will not run if app is running on windows 5 years ago
Isaac Grynsztein 264b3606d6 Modified automatic permissions for json files 5 years ago
Isaac Grynsztein 2408184cc7 new video json files created now get read perms across the board 5 years ago
Isaac Grynsztein e4851253dd Docker now ignores executable files 5 years ago
Isaac Grynsztein 87696f71f8 Added subscription folders to repo
Added .dockerignore to ignore node_modules

Removed unnecessary whitespace from docker-compose.yml
5 years ago
Isaac Grynsztein d6fe2a5720 Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material 5 years ago
Isaac Grynsztein 90c2d3f70b Moved docker files to backend 5 years ago
Isaac Grynsztein 0d54cb9872 Updated player view to prevent video from being too large 5 years ago