Isaac Abadi
f425b9842f
Updated twitch chat component to support user colors and to auto open if the chat has already been downloaded
2020-12-08 22:57:09 -05:00
Isaac Abadi
1542436e96
Passwords now must be provided when registering a user
2020-11-29 18:37:16 -05:00
Isaac Abadi
b0acb63123
Updated backend dependencies (caused build to fail)
2020-11-29 13:07:17 -05:00
Isaac Abadi
d08fee1223
Added v1 of chat sidebar for Twitch VODs
2020-11-29 03:18:28 -05:00
Isaac Abadi
8938844ffa
Added ability to select the max quality for a subscription. It defaults to 'best' which will get the best native mp4 video
2020-11-28 00:45:47 -05:00
Isaac Abadi
b730bc5adc
Added option to set a default file output - custom file output in the advanced expansion panel will override this
2020-11-27 00:25:31 -05:00
Isaac Abadi
2f541a49df
Thumbnails now load using a faster method with a dedicated API route rather than sending blobs directly.
...
- In cases of lots of files, loading should be significantly faster
2020-11-25 15:36:00 -05:00
Isaac Abadi
9e4b328f91
Default youtube downloader switched back to youtube-dl after testing
...
Fixed bug that caused some non-youtube downloads from failing
2020-11-01 20:21:36 -05:00
Isaac Abadi
3a049a99ac
Fixed bug where non-youtube downloads would fail
2020-11-01 19:38:22 -05:00
Isaac Abadi
b323b548ca
Added ability to use youtube-dl forks
...
Downloader now defaults to youtube-dlc because of the recent DMCA requests
2020-11-01 19:16:41 -05:00
Isaac Abadi
3318ac364d
Code cleanup and changed proposed handling of existing tags for suggestions
2020-10-24 00:29:42 -04:00
Isaac Abadi
6ea4176d63
Added missing code that makes category paths relative to the root dir
2020-10-24 00:15:47 -04:00
Isaac Abadi
3aa08e1817
Added scaffolding for tags
2020-10-23 02:44:24 -04:00
Isaac Abadi
727b047c39
Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material into categories
2020-10-23 02:00:57 -04:00
Isaac Abadi
0189d292a8
Fixed bug that prevented categorized files from being deletes and simplified the two delete file API calls into one
2020-10-18 02:20:06 -04:00
Isaac Abadi
fe7303a191
Replaced /audio and /video APIs with /stream that now requires a type parameter to simplify future code changes
...
getSubscription can now accept a subscription name instead of just an ID
Added API call to delete a category
Categories can now have a custom path
Minor code cleanup
2020-10-15 16:57:45 -04:00
Isaac Abadi
dff4b141b0
Blobs are now only included in getAllFiles() if the config option for including thumbnail is set to true
2020-10-12 22:47:11 -04:00
Tiger Oakes
3e4e7edd90
Oops.
...
for in -> for of
2020-09-29 14:32:28 -07:00
Tiger Oakes
e26ac82c66
Fix missing keywords
2020-09-29 08:53:36 -07:00
Tiger Oakes
21eafeab22
Make utils.recFindByExt and utils.getDownloadedFilesByType async
2020-09-26 15:24:41 -07:00
Tiger Oakes
f535d18cb9
Use async methods in auth and subscriptions
2020-09-26 15:14:37 -07:00
Tiger Oakes
2c43ce3c47
Use async versions of filesystem methods
2020-09-26 14:57:23 -07:00
Isaac Abadi
10922fedd7
Fixed bugs that prevented subscription videos from being downloaded and non-users from accessing shared videos
2020-09-26 00:29:13 -04:00
Isaac Abadi
96cf1b87d1
Fixed bug in subscriptions that caused audio files to be downloaded as webm
2020-09-26 00:08:22 -04:00
Isaac Abadi
6717a59422
Fixed bug that preventing playlists from being downloaded a zip
2020-09-24 02:26:58 -04:00
Isaac Abadi
899633e124
Fixed bug that showed users their subscription videos after subscriptions were disabled
2020-09-20 23:13:56 -04:00
Isaac Abadi
8595864118
Added basic categorization functionality in the server & UI
2020-09-17 03:14:24 -04:00
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 >
2020-09-12 20:55:44 +00:00
Tzahi12345
95e53b9549
Fixed bug where unix paths would improperly parsed while importing unregistered files
2020-09-07 16:06:25 -04:00
Tzahi12345
46ed0fe992
Fixed bug in import unregistered logic where files in subfolders could not be found
2020-09-07 00:39:27 -04:00
Isaac Abadi
71633950b2
Comments cleanup
2020-08-31 15:03:04 -04:00
Isaac Abadi
f31dad0215
JSON metadata files are no longer kept if the associated setting is not enabled
2020-08-30 05:56:25 -04:00
Isaac Abadi
5b768b5bda
JSON blobs were accidentally inserted into DB, stringifying then parsing the video file object fixes this
2020-08-30 05:42:52 -04:00
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
2020-08-29 23:05:37 -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
d292275956
Unfinished subscriptions will no longer cause an error during server startup
2020-08-24 05:13:27 -04:00
Tzahi12345
2e4ef3b224
Moves hooks back into their proper directory and updated arm dockerfile to avoid installing curl just go get qemu
2020-08-18 16:43:52 -04:00
Tzahi12345
0e35b2ca1b
Proxy now forces safe download mode
2020-08-18 15:34:03 -04:00
Sandro Jäckel
33b1affa73
Rework Dockerfile to build the frontend
...
which removes the commited build files from the repo
2020-08-15 18:32:57 +02:00
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)
2020-08-14 20:04:40 -04:00
Isaac Abadi
eda75e9a19
Updated docs and removed deprecated encrypted.json file from repo
2020-08-14 18:00:14 -04:00
Isaac Abadi
560aaadca1
Removed "use encryption" options, if you'd like to encrypt your web page, use a reverse proxy
2020-08-14 17:56:44 -04:00
Isaac Abadi
eb7fdb649d
Updated frontend binaries
2020-08-14 17:48:51 -04:00
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
2020-08-14 02:44:27 -04:00
Isaac Abadi
5de37f6fbf
Importing of unregistered files now happens on startup
...
recFindByExt in app.js removed, now uses utils.recFindByExt
Minor code cleanup
2020-08-14 02:10:40 -04:00
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
2020-08-14 02:08:51 -04:00
Isaac Abadi
736c3f5cab
Added ability to discover existing files regardless of type in a directory
...
- added recFindByExt helper function to utils.js
2020-08-14 02:07:39 -04:00
Isaac Abadi
c3c7667c17
Added quotations to existing sub error message
2020-08-13 18:34:57 -04:00
Isaac Abadi
52bee8b280
Subscriptions with the same URL can now be added as long as the new subscription is named
2020-08-13 18:34:30 -04:00