Isaac Abadi
bff40d97bb
Invalid locales do not prevent languages from being selected anymore
...
Fixed video previews on mouse over when in multi-user mode
2021-09-30 22:27:44 -06:00
Isaac Abadi
45be270b6f
Dockerfile forces PM2_HOME to be in /app directory
2021-09-30 08:55:38 -06:00
Isaac Abadi
b2d8c4ef55
Disabled PM2 logging to $HOME/.pm2
2021-09-30 08:42:20 -06:00
Isaac Abadi
a7f1f1eb8e
Fixed issue where language file generation occured after supported_locales.json was created
2021-09-29 23:29:26 -06:00
Isaac Abadi
f0c3837ee5
Translation JSONs are now generated at build time, removing the necessity to manually run xliff-to-json
...
- added postbuild.mjs to facilitate this
- all ng build --prod's have been replaced with npm run build
2021-09-29 00:36:56 -06:00
Isaac Abadi
c5f7cd1874
Converted input on the home page to textarea, maintaining same style but allowing an arbitrary number of urls to be entered
2021-09-28 21:36:36 -06:00
Tzahi12345
69767a82a9
Merge pull request #468 from Tzahi12345/forever-to-pm2
...
Use PM2 instead of ForeverJS
2021-09-28 20:34:05 -06:00
Isaac Abadi
84fa425a99
Fixed issue where selecting video quality would
...
Main component cleanup
Removed deprecated file card component
2021-09-28 20:27:01 -06:00
Isaac Abadi
84187b9474
Fixed issue where selecting video quality would
...
Main component cleanup
Removed deprecated file card component
2021-09-28 20:14:57 -06:00
Isaac Abadi
dbeeb32d48
Updated Dockerfile and entrypoint to use pm2 instead of forever
2021-09-27 18:11:38 -06:00
Isaac Abadi
46087f622e
Switched forever.js to pm2
...
Updated winston
2021-09-26 02:40:05 -06:00
Isaac Abadi
5dd48035fb
Improved archive management for subscription downloads
...
Downloads that fail due to existing in the archive now appears as an error in the manager
Fixed issue where redownloading sub videos wouldn't occur if it was not cleared from the download manager
2021-09-25 22:33:22 -06:00
Isaac Abadi
db53a12635
Added Korean translations and updated source translations file
2021-09-22 21:29:15 -06:00
Tzahi12345
8cd21bf433
Merge pull request #322 from Tzahi12345/dependabot/npm_and_yarn/electron-9.4.0
...
Bump electron from 8.2.0 to 9.4.0
2021-09-22 20:24:53 -06:00
Tzahi12345
c33acfb3de
Merge pull request #447 from Tzahi12345/dependabot/npm_and_yarn/backend/axios-0.21.2
...
Bump axios from 0.21.1 to 0.21.2 in /backend
2021-09-22 20:24:43 -06:00
Isaac Abadi
562eaa1b9b
Added support for generate NFO files for Kodi
...
Minor UI updates to settings
2021-09-22 19:27:25 -06:00
Isaac Abadi
ec7f04552f
Fixed mangled Subject initialization in main component
2021-09-21 23:56:04 -06:00
Isaac Abadi
75fc09ed99
Improved arg simulation -- now uses same method as the actual download
...
Added checkbox for advanced custom args to either replace all args or append
2021-09-21 23:51:07 -06:00
Isaac Abadi
8aa354ac24
Fixed issue where navigating to a sub's video would play all videos from the subscription
2021-09-21 20:05:09 -06:00
Isaac Abadi
58a0dc4afe
Version and commit info is now generated during autobuilds and can be viewed in the about dialog
...
Prepared removal of JSON translations from repo to move towards XLIFF-only
2021-09-21 20:05:09 -06:00
Glassed Silver
0e37d83740
Merge pull request #455 from GlassedSilver/Readme-Update
...
Readme update
2021-09-20 00:29:23 +02:00
Isaac Abadi
27faff054e
Recent videos component now remembers sort order between page reloads
2021-09-19 14:56:32 -04:00
Isaac Abadi
a71d9f5c7e
Added tests for arg generation and laid some plumbing for better arg simulation in the UI
2021-09-19 14:44:02 -04:00
Isaac Abadi
759637c1cf
Fixed issue where per-subscription custom args were not being applied
2021-09-19 14:29:12 -04:00
Isaac Abadi
33f23c3ca9
Fixed issue where youtube-dl autoupdates broke if checkExistsWithTimeout failed the first time
2021-09-19 14:24:18 -04:00
GlassedSilver
176c99f813
Reference host-specific instructions
2021-09-18 17:41:25 +02:00
GlassedSilver
f7e0b3e86b
[DRAFT!] Bump alpine: pinned '3.12' → 'latest'
2021-09-18 17:22:11 +02:00
GlassedSilver
bd2443b1e9
docker-compose.yml: Use YoutubeDL-Material nightly
2021-09-18 16:59:49 +02:00
Isaac Abadi
f689609941
Fixed missing rxjs import
2021-09-17 01:15:08 -04:00
dependabot[bot]
1e9eec1b55
Bump electron from 8.2.0 to 9.4.0
...
Bumps [electron](https://github.com/electron/electron ) from 8.2.0 to 9.4.0.
- [Release notes](https://github.com/electron/electron/releases )
- [Changelog](https://github.com/electron/electron/blob/master/docs/breaking-changes.md )
- [Commits](https://github.com/electron/electron/compare/v8.2.0...v9.4.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-09-16 19:36:01 +00:00
dependabot[bot]
677af3712b
Bump axios from 0.21.1 to 0.21.2 in /backend
...
Bumps [axios](https://github.com/axios/axios ) from 0.21.1 to 0.21.2.
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v0.21.1...v0.21.2 )
---
updated-dependencies:
- dependency-name: axios
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-09-16 19:35:35 +00:00
Tzahi12345
5fd9d93007
Merge pull request #420 from Tzahi12345/download-manager
...
Download manager
2021-09-16 15:34:41 -04:00
Isaac Abadi
7ee34d21eb
Disables download cancelling for now
2021-09-16 15:28:25 -04:00
Isaac Abadi
66c184a2e6
Fixes issue with broken builds
2021-09-16 15:25:19 -04:00
Isaac Abadi
13f6f698b7
Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material into download-manager
2021-09-16 15:22:24 -04:00
Isaac Abadi
b08325c1e3
Added ability to filter for only audio and only video files in the home page
2021-09-15 10:47:46 -06:00
Isaac Abadi
070d3fed57
Improved error handling for downloads
2021-09-15 10:04:25 -06:00
Isaac Abadi
775a1766d8
Added max concurrent downloads setting
...
Fixed issue where navigating to a subscription video would make the player behave like a playlist for the whole sub
2021-09-15 09:44:31 -06:00
Isaac Abadi
dbefb66021
Fixed issue where errored downloads would result in an infinite loop of error messages in the home page
...
Added dialog to view error from an errored out download
2021-09-13 23:19:59 -06:00
Isaac Abadi
3241d6aaaf
Added download manager to home page if autoplay is disabled
...
Fixed bug where the UI attempted to generate a preview URL for placeholder file cards
Fixed bug where file renaming was always attempted even when not necessary
2021-09-13 22:42:37 -06:00
Tzahi12345
d014c6facb
Merge pull request #443 from KuroSetsuna29/fix-ldap-login
...
Fixed issue preventing LDAP to create new account
2021-09-12 12:57:51 -06:00
KuroSetsuna29
b25ab70732
Fixed issue preventing LDAP to create new account
2021-09-11 02:48:53 -04:00
Isaac Abadi
f9b8e78655
Fixed bug where auto builds would create a users file instead of a directory
2021-09-06 16:18:52 -06:00
Isaac Abadi
acad7cc057
Minor code cleanup
2021-09-06 16:15:52 -06:00
Isaac Abadi
c3d91e89a8
Get downloads now supports filtering by uids
2021-09-06 16:12:51 -06:00
Isaac Abadi
97c5102eb9
Limited video previews to video files only
2021-08-25 23:54:56 -06:00
Isaac Abadi
865185d277
Added ability to pause and resume all downloads
...
Removed backend dependency on queue library
2021-08-25 23:45:56 -06:00
Isaac Abadi
a36794fd4f
Improved video preview behavior
2021-08-25 23:44:22 -06:00
Isaac Abadi
6639305771
Added video previews when hovering over a file card
2021-08-25 23:36:31 -06:00
Isaac Abadi
cca76dd248
Code cleanup
2021-08-24 22:05:02 -06:00