Commit Graph

530 Commits (c91e51de158a6736f5d0e9e0112d3e8cb2efffdd)

Author SHA1 Message Date
Tzahi12345 c91e51de15
Merge pull request #655 from Tzahi12345/improved-downloads-management
Improved downloads management
3 years ago
Isaac Abadi b56c66f705 Refactored retrieval of categories and improved runtime search of files in category
Fixed issue with editing/saving categories

Database queries can now handle nested object paths

Code cleanup
3 years ago
Isaac Abadi c810d4d878 Code cleanup 3 years ago
Isaac Abadi 9cf8b87c6e Added ability to modify file metadata 3 years ago
Isaac Abadi 53a181e04d Fixed several bugs with categories
Code cleanup
3 years ago
Isaac Abadi f905d3c321 Fixed a few broken tests 3 years ago
Isaac Abadi 306da4ea63 LDAP logins no longer show error resulting from the required internal login attempt 3 years ago
Isaac Abadi bf64d97b72 Fixed downloads not sorting properly
Confirm dialog can now be a selection list
3 years ago
GlassedSilver 8d8c52e009 002-fix_dupes_per_archive: prep consistency w/ 003 3 years ago
GlassedSilver 37107148eb Fix Scripts: Small improvements to usage instr. 3 years ago
GlassedSilver 29273e2775 fix-scripts: specifically target bash over POSIX 3 years ago
Isaac Abadi 71d5a64272 Ported $ne to local DB and added tests for applyFilterToLocalDB 3 years ago
GlassedSilver 2354749c2f 002-fix_dupes_per_archive fix script: small impr. 3 years ago
GlassedSilver 5cd3669634 002-fix_dupes_per_archive: Added helpful advice 3 years ago
GlassedSilver 2328502c0d 002-fix_dupes_per_archive: Add info messsages 3 years ago
GlassedSilver 301d8a6ae3 Adding fix script for dupe lines in archives 3 years ago
Glassed Silver 8529fe152c
Merge branch 'Tzahi12345:master' into master 3 years ago
Glassed Silver feff8b2461
revert pm2 config cluster_mode
at least for now, implementation needs more research
3 years ago
Tzahi12345 6e8ca9d843
Fixed bug that caused verifyBinaryExistsLinux to crash the server on startup 3 years ago
Glassed Silver 76e4635338
Merge branch 'Tzahi12345:master' into master 3 years ago
Isaac Abadi 2707b09627 Merge branch 'db-bug-fixes' of https://github.com/Tzahi12345/YoutubeDL-Material into heroku-fixes-and-repo-cleanup 3 years ago
Isaac Abadi 8118906b0a Binary path is now confirmed for linux, solves #601 3 years ago
Isaac Abadi 9515d5a1b0 Fixed issue where additional args wouldn't properly inject 3 years ago
Isaac Abadi 24df238ff9 Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material into db-bug-fixes 3 years ago
GlassedSilver 8738b13cd1 Usage of PM2 Cluster Mode to increase performance 3 years ago
GlassedSilver 3e7ef766de Best to just put fix-scripts in /backend 👍 3 years ago
GlassedSilver 31b4fcb9fc We're now using gosu to switch our user down :) 3 years ago
GlassedSilver 7aca8ab060 entrypoint updated for su 3 years ago
GlassedSilver 713a97f75a reintegrate suexec 3 years ago
Isaac Abadi ec1ccf6888 Fixed bug that incorrectly told the UI that DB transfer failed 3 years ago
Isaac Abadi c33e8010b3 Additional args now replace existing ones intelligently 3 years ago
Isaac Abadi 7bfb441a00 Fixed bug where files couldn't be deleted with archive mode enabled fixes #487 3 years ago
GlassedSilver 0a8aba54d2 Fix for #480 - existing DLs still getting queued 3 years ago
Isaac Abadi 5e3eb68b03 Fixed issue where setting sub downloads as 'fresh' was not working properly (#567) 3 years ago
Isaac Abadi d5c1361e64 Fixed issue where roles were not properly initialized 3 years ago
Isaac Abadi 901a96aada Fixed issue where use_local_db may be out of sync when first starting youtubedl-material 3 years ago
Isaac Abadi 21507ee36d Updated methodology of calculating download progress to rely on fs.readdir instead of glob 3 years ago
Isaac Abadi 0585943d67 Fixed bug where task time was not properly set with values of 0
Fixed issue where time field was not properly populated in the schedule dialog
3 years ago
Isaac Abadi 0bc2193f25 Updated downloadFile API request 3 years ago
Isaac Abadi d94857b0a5 Rolled back passport update 3 years ago
Glassed Silver 8ded160775
Merge branch 'master' into angular-13-update 3 years ago
Glassed Silver 2ee64c7a65
Merge pull request #515 from depuits/master
Added deleteAllFiles api endpoint
3 years ago
Isaac Abadi aa616af118 Fixed issue where navigating from one sub to another didn't cause the new one to load
Fixed subscription downloading as zip

Minor code cleanuip
3 years ago
Isaac Abadi a4cfafe63c Updated frontend and backend dependencies, fixed some security issues 3 years ago
dependabot[bot] 3df377a260
Bump async from 3.2.0 to 3.2.2 in /backend
Bumps [async](https://github.com/caolan/async) from 3.2.0 to 3.2.2.
- [Release notes](https://github.com/caolan/async/releases)
- [Changelog](https://github.com/caolan/async/blob/master/CHANGELOG.md)
- [Commits](https://github.com/caolan/async/compare/v3.2.0...v3.2.2)

---
updated-dependencies:
- dependency-name: async
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
Isaac Abadi 7a4d91cea0 Removed import of unregistered files on startup as it's a task now 3 years ago
Isaac Abadi b53d9c9710 Added ability to reset tasks
Refactored youtube-dl updating and added youtube-dl update task
3 years ago
Isaac Abadi d2d125743e Fixed issue where restoring a DB backup would cause backup_local_db task to be stuck running
Slightly updated tasks UI
3 years ago
Isaac Abadi a288163644 Added ability to backup remote DB
Added ability to restore DB
3 years ago
Isaac Abadi 091f81bb38 Added UI for managing tasks
Added ability to schedule tasks based on timestamp

Fixed mismatched types between frontend and openapi yaml

Simplified imports for several backend components
3 years ago