Commit Graph

321 Commits (8366089444066c399c435f33d849e309f882a5a6)

Author SHA1 Message Date
Tiger Oakes 3e4e7edd90 Oops.
for in -> for of
4 years ago
Tiger Oakes e26ac82c66 Fix missing keywords 4 years ago
Tiger Oakes 21eafeab22 Make utils.recFindByExt and utils.getDownloadedFilesByType async 4 years ago
Tiger Oakes f535d18cb9 Use async methods in auth and subscriptions 4 years ago
Tiger Oakes 2c43ce3c47 Use async versions of filesystem methods 4 years ago
Isaac Abadi 10922fedd7 Fixed bugs that prevented subscription videos from being downloaded and non-users from accessing shared videos 4 years ago
Isaac Abadi 96cf1b87d1 Fixed bug in subscriptions that caused audio files to be downloaded as webm 4 years ago
Isaac Abadi 6717a59422 Fixed bug that preventing playlists from being downloaded a zip 4 years ago
Isaac Abadi 899633e124 Fixed bug that showed users their subscription videos after subscriptions were disabled 5 years ago
dependabot[bot] 61daf26641
Bump node-fetch from 2.6.0 to 2.6.1 in /backend
Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/bitinn/node-fetch/releases)
- [Changelog](https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md)
- [Commits](https://github.com/bitinn/node-fetch/compare/v2.6.0...v2.6.1)

Signed-off-by: dependabot[bot] <support@github.com>
5 years ago
Tzahi12345 95e53b9549 Fixed bug where unix paths would improperly parsed while importing unregistered files 5 years ago
Tzahi12345 46ed0fe992 Fixed bug in import unregistered logic where files in subfolders could not be found 5 years ago
Isaac Abadi 71633950b2 Comments cleanup 5 years ago
Isaac Abadi f31dad0215 JSON metadata files are no longer kept if the associated setting is not enabled 5 years ago
Isaac Abadi 5b768b5bda JSON blobs were accidentally inserted into DB, stringifying then parsing the video file object fixes this 5 years ago
Isaac Abadi 8a7409478a Added the ability to download videos at higher resolutions than the highest mp4 (fixes #76)
Deprecates normal downloading method. The "safe" method is now always used, and download progress is now estimated using the predicted end file size

Thumbnails are now auto downloaded along with the other metadata
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 d292275956 Unfinished subscriptions will no longer cause an error during server startup 5 years ago
Tzahi12345 2e4ef3b224 Moves hooks back into their proper directory and updated arm dockerfile to avoid installing curl just go get qemu 5 years ago
Tzahi12345 0e35b2ca1b Proxy now forces safe download mode 5 years ago
Sandro Jäckel 33b1affa73
Rework Dockerfile to build the frontend
which removes the commited build files from the repo
5 years ago
Isaac Abadi da73e47f08 Fixes bug where an error would occur on startup if a user's file folder was missing (such as "{user}/audio" if they had not downloaded any audio files) 5 years ago
Isaac Abadi eda75e9a19 Updated docs and removed deprecated encrypted.json file from repo 5 years ago
Isaac Abadi 560aaadca1 Removed "use encryption" options, if you'd like to encrypt your web page, use a reverse proxy 5 years ago
Isaac Abadi eb7fdb649d Updated frontend binaries 5 years ago
Isaac Abadi e2cec9321e Importing of videos during startup now uses standard registering of videos into db process and refactored registering to support aforementioned feature
Removed erroneous console log
5 years ago
Isaac Abadi 5de37f6fbf Importing of unregistered files now happens on startup
recFindByExt in app.js removed, now uses utils.recFindByExt

Minor code cleanup
5 years ago
Isaac Abadi 7aace85ef4 Added ability to import unregistered files into the db if they are missing from the db but exist in their expected folder 5 years ago
Isaac Abadi 736c3f5cab Added ability to discover existing files regardless of type in a directory
- added recFindByExt helper function to utils.js
5 years ago
Isaac Abadi c3c7667c17 Added quotations to existing sub error message 5 years ago
Isaac Abadi 52bee8b280 Subscriptions with the same URL can now be added as long as the new subscription is named 5 years ago
Isaac Abadi 945ba268fb Fixed bug where non-shared videos could be viewed by others
Fixed bug where non-users couldn't download a shared video
5 years ago
Isaac Abadi d49a67dfd0 Updated styling for videos in video player 5 years ago
Isaac Abadi 96c52f2d5b Fixed bug where subscription videos could not be downloaded from the player 5 years ago
Isaac Abadi a0acdd1d86 Updated frontend binaries 5 years ago
Isaac Abadi 25bfb9e518 Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material 5 years ago
Isaac Abadi c9b615c659 Added option to change JWT expiration time called "Login expiration" in the Advanced tab 5 years ago
Tzahi12345 c4f21dc1cc
Merge pull request #192 from Tzahi12345/homepage-redesign
Homepage redesign (v1)
5 years ago
Isaac Abadi e678f4b476 Rebuilt frontend binaries 5 years ago
Isaac Abadi 38c46b5be5 Updated frontend binaries 5 years ago
Isaac Abadi d0eff42f2a Removed unneeded comments 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 59ad74ed79 Fixed bug where subscriptions may register the same file multiple times 5 years ago
Isaac Abadi 690871f6b2 Moved hooks to their proper directory 5 years ago
Isaac Abadi 5088ce0291 Potentially fixed autobuild issue for ARM images 5 years ago
Isaac Abadi 576e2109d7 Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material 5 years ago
Isaac Abadi d7aa39599d Removed subscriptions_use_youtubedl_archive setting, to use youtube-dl archive functionality, there is now just one setting for both subscription and non-subscription videos 5 years ago
Tzahi12345 ee169cd7ce If chown fails during container setup, then a warning will be shown 5 years ago
Tzahi12345 835790e69c Chown that fails will not crash startup anymore for Docker 5 years ago