Commit Graph

528 Commits (adbe7f95d50b469aff63dd74895b2bf833704cd7)

Author SHA1 Message Date
Isaac Abadi 55d4f746c3 Fixed issue where mongodb attempted to connect even when using local DB 3 years ago
Isaac Abadi 636f7b16a8 Changed default downloader to yt-dlp 3 years ago
Isaac Abadi 39abc3efcf Utilize yt-dlp filesize approximations if available 3 years ago
Isaac Abadi b6de6d08fa Fixed potential command injection vulnerability 3 years ago
Isaac Abadi cddd280206 Fixed issue where pip was missing in Docker
Temp twitch chat files now get auto removed
3 years ago
Isaac Abadi 7bfb2976fe Fixed twitch chat downloads, tcd is now required and client secret must be supplied 3 years ago
Isaac Abadi 690cc38899 Updated playlist file selection to use recent videos component
Playlists are now file type agnostic

Updated translations
3 years ago
Isaac Abadi b5ee0d365c Subscription file cards are now replaced with unified file cards
GetAllFiles can now filter by sub_id

Improved API models and added request body docs for GetAllFiles
3 years ago
Isaac Abadi aca86e0228 Added test for ID3 tagging 3 years ago
Isaac Abadi 895c385d6b Updated version to 4.3 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 4 years ago
Isaac Abadi bf64d97b72 Fixed downloads not sorting properly
Confirm dialog can now be a selection list
4 years ago
Isaac Abadi 71d5a64272 Ported $ne to local DB and added tests for applyFilterToLocalDB 4 years ago
Tzahi12345 6e8ca9d843
Fixed bug that caused verifyBinaryExistsLinux to crash the server on startup 4 years ago
Isaac Abadi 2707b09627 Merge branch 'db-bug-fixes' of https://github.com/Tzahi12345/YoutubeDL-Material into heroku-fixes-and-repo-cleanup 4 years ago
Isaac Abadi 8118906b0a Binary path is now confirmed for linux, solves #601 4 years ago
Isaac Abadi 9515d5a1b0 Fixed issue where additional args wouldn't properly inject 4 years ago
Isaac Abadi 24df238ff9 Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material into db-bug-fixes 4 years ago
GlassedSilver 3e7ef766de Best to just put fix-scripts in /backend 👍 4 years ago
GlassedSilver 31b4fcb9fc We're now using gosu to switch our user down :) 4 years ago
GlassedSilver 7aca8ab060 entrypoint updated for su 4 years ago
GlassedSilver 713a97f75a reintegrate suexec 4 years ago
Isaac Abadi ec1ccf6888 Fixed bug that incorrectly told the UI that DB transfer failed 4 years ago
Isaac Abadi c33e8010b3 Additional args now replace existing ones intelligently 4 years ago
Isaac Abadi 7bfb441a00 Fixed bug where files couldn't be deleted with archive mode enabled fixes #487 4 years ago
GlassedSilver 0a8aba54d2 Fix for #480 - existing DLs still getting queued 4 years ago
Isaac Abadi 5e3eb68b03 Fixed issue where setting sub downloads as 'fresh' was not working properly (#567) 4 years ago
Isaac Abadi d5c1361e64 Fixed issue where roles were not properly initialized 4 years ago
Isaac Abadi 901a96aada Fixed issue where use_local_db may be out of sync when first starting youtubedl-material 4 years ago
Isaac Abadi 21507ee36d Updated methodology of calculating download progress to rely on fs.readdir instead of glob 4 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
4 years ago
Isaac Abadi 0bc2193f25 Updated downloadFile API request 4 years ago
Isaac Abadi d94857b0a5 Rolled back passport update 4 years ago
Glassed Silver 8ded160775
Merge branch 'master' into angular-13-update 4 years ago
Glassed Silver 2ee64c7a65
Merge pull request #515 from depuits/master
Added deleteAllFiles api endpoint
4 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
4 years ago
Isaac Abadi a4cfafe63c Updated frontend and backend dependencies, fixed some security issues 4 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>
4 years ago
Isaac Abadi 7a4d91cea0 Removed import of unregistered files on startup as it's a task now 4 years ago
Isaac Abadi b53d9c9710 Added ability to reset tasks
Refactored youtube-dl updating and added youtube-dl update task
4 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
4 years ago
Isaac Abadi a288163644 Added ability to backup remote DB
Added ability to restore DB
4 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
4 years ago
Isaac Abadi 5b4d4d5f81 Added scheduler for tasks 4 years ago
Isaac Abadi 2b1771d30d Began work on tasks 4 years ago