Commit Graph

1801 Commits (angular-17)
 

Author SHA1 Message Date
KuroSetsuna29 b25ab70732 Fixed issue preventing LDAP to create new account 4 years ago
Isaac Abadi f9b8e78655 Fixed bug where auto builds would create a users file instead of a directory 4 years ago
Isaac Abadi acad7cc057 Minor code cleanup 4 years ago
Isaac Abadi c3d91e89a8 Get downloads now supports filtering by uids 4 years ago
Isaac Abadi 97c5102eb9 Limited video previews to video files only 4 years ago
Isaac Abadi 865185d277 Added ability to pause and resume all downloads
Removed backend dependency on queue library
4 years ago
Isaac Abadi a36794fd4f Improved video preview behavior 4 years ago
Isaac Abadi 6639305771 Added video previews when hovering over a file card 4 years ago
Isaac Abadi cca76dd248 Code cleanup 4 years ago
Isaac Abadi d899f88164 Added button to edit a subscription from the subscriptions page 4 years ago
Isaac Abadi 09b3c752d9 Removed downlload delay setting for subscriptions
Subscription downloads already queued are now not requeued on the next check

Headers in download queue table are now sortable

Added button to clear all finished downloads in the downloads manager
4 years ago
Isaac Abadi 71bb91b6e6 Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material into download-manager 4 years ago
Isaac Abadi f9b1414460 Logic to avoid duplicates for subscription files now uses the video URL instead of its path 4 years ago
Isaac Abadi 6eb1e2f898 Fixed issue where different path formatting would lead files to get duplicated in the DB 4 years ago
Isaac Abadi 30505d0e8b Cleaned up unused code in subscriptions 4 years ago
Isaac Abadi 48ab1836ca Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material into download-manager 4 years ago
Isaac Abadi 20cedb6c29 Pagination and filtering of files is now server-side
Importing unregistered files does not block server start anymore
4 years ago
Isaac Abadi 9f5b6122fa Added additional protections to verify that the DB is initialized before downloader does
Began work on watching entire subscriptions as a playlist

Subscriptions now use the new download manager to download files
4 years ago
GlassedSilver 5321624604
Update README.md
Fixed Contributors link
4 years ago
Isaac Abadi 8828af4174 Fixed issue where config items that defaulted to false would not be created if they were missing 4 years ago
Isaac Abadi 2bb4860a36 Fixed issue where if multi user mode was not defined, subscriptions could not be retrieved 4 years ago
Isaac Abadi ce3d540633 Forces file registration to avoid registering a file that already exists in an atomic fasion 4 years ago
Isaac Abadi f7b152fcf6 Download manager is now per user
Replaced multi download mode with autoplay checkbox
4 years ago
Isaac Abadi f892a4a305 Download manager is now thread safe 4 years ago
Isaac Abadi fc55961822 Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material into download-manager 4 years ago
Isaac Abadi ebfa49240c Added methods to modify download state
Added missing optionalJwt calls in several routes
4 years ago
Isaac Abadi 9e60d9fe3e Fixed issue where some some videos would send many requests to SponsorBlock when only one was needed 4 years ago
Isaac Abadi ecef8842ae Converted downloads page to new downloads schema 4 years ago
Isaac Abadi 8cc653787f Cleaned up app.js backend code 4 years ago
Isaac Abadi 0360469c5a Download manager is now functional
Added UI support for new downloads schema

Implemented draft test for downloads

Cleaned up unused code snippets
4 years ago
Isaac Abadi 5a90be7703 Logger is now separated into its own module
Added eslint and fixed many logic errors based on its recommendations
4 years ago
Isaac Abadi ff403d18d1 Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material into download-manager 4 years ago
Isaac Abadi 11284cb1b3 Fixed unnecessary (and mispelled) class for settings element 4 years ago
Isaac Abadi 8b1a1a56e3 Added SponsorBlock support for skipping ads when viewing supported videos
Updated default value for subscriptions check interval (new value of 86,400 only existed in the default.json)

Text inputs in settings menu are now larger
4 years ago
Tzahi12345 32370280ab
Merge pull request #416 from BrianCArnold/master
Added change to make player work on iOS without being full screen.
4 years ago
Brian C. Arnold 240d6569fa Added change to make player work on iOS inline. 4 years ago
Isaac Abadi 2927a4564d Additional scaffolding for download manager
Added queue to npm backend dependencies
4 years ago
Isaac Abadi 5c94036625 Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material into download-manager 4 years ago
Isaac Abadi 7be90ccd94 Fixed bug where subscription videos would get duplicated 4 years ago
Isaac Abadi 01b6e22f83 Began scaffolding work for download manager 4 years ago
Isaac Abadi b1385f451b Added option to rate limit downloads
Added option to force delay between videos in a subscription

Fixed issue where file handle was maintained on files deleted through unsubscribing
4 years ago
Tzahi12345 f40ac49082
Merge pull request #413 from Tzahi12345/cleaner-playlists-and-settings
Dedicated settings page and UI cleanup
4 years ago
Isaac Abadi 2756cfae17 Login component is now a lot prettier 4 years ago
Isaac Abadi dac5919ffb Updated look of buttons and several home page elements 4 years ago
Isaac Abadi 34245bd339 Updated styling for settings page
Fixed issue where redirects to home occured when reloading the settings page

Fixed errors that occured when loading the settings page
4 years ago
Isaac Abadi 8d6ec819e6 Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material into cleaner-playlists-and-settings 4 years ago
Isaac Abadi b03b4d173b Fixed issue where testing the connecting string would fail if local DB was being used
Fixed issue where blacklisting video in with archiving would not work

Cleaned up unused functions in app.js
4 years ago
Tzahi12345 c8f219d5b0
See previous commit, MongoDB is no longer on by default for all installs 4 years ago
Tzahi12345 ec3ab17507
MongoDB is no longer the default in config, this will just be set through the docker-compose.yml 4 years ago
Tzahi12345 5124e3b333 Update issue templates 4 years ago