Commit Graph

322 Commits (42c600cea96498617f74b5a60f8efb7932b29dff)

Author SHA1 Message Date
Tzahi12345 6eadb37532
4.3.2 release (#929)
* Upgraded version to 4.3.2
* Prevent null userid/username registration
2 years ago
Tzahi12345 c207e56855
Rebuild database task (#900)
* Improved tests for multi-user mode
* Adds task to rebuild database
* Updated subscriptions.js export syntax
* Subscription metadata is now backed up
* Added typing to task key
* Updated api models
* Tasks actions styling update
2 years ago
Tzahi12345 f9f7204deb Updated several dependencies 2 years ago
Tzahi12345 33a99d9c8d Added files_api (migrated functions from db_api that are file related)
Archive dialog can now always be opened
2 years ago
Tzahi12345 1746b08d4c Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material into pre-4.3.1-bug-fixes 2 years ago
Tzahi12345 2df4dc1bfc Updated file not found error message in /stream 2 years ago
Tzahi12345 955c401f0b Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material into categories-fix 2 years ago
Tzahi12345 770916492e Fixed authentication error in notifications (2) 2 years ago
Tzahi12345 6400b807c2 Fixed auth error in notifications 2 years ago
Tzahi12345 5197a5f1cc Minor refactor of utils.js 2 years ago
Isaac Abadi 0bdac15ef1 Downloads restarted from home page now persist after restarting rather than disappearing 2 years ago
Isaac Abadi c1fd8047ea Improved archive viewer
Added archive importing
2 years ago
Tzahi12345 6010d991fb Enabled strict template mode in Angular
Code cleanup
2 years ago
Tzahi12345 840e12db71 Implemented basic db-based archive functionality, converted old archive functionality to new system 2 years ago
Tzahi12345 54208ce6ce Added preliminary backend support for custom archives 2 years ago
Tzahi12345 f20a31ed0f Removed need for authentication to count views 2 years ago
Tzahi12345 fe06076eba File deletion is now unified between sub and non-sub files 2 years ago
Tzahi12345 121f5586a6 Added ability to generate RSS feed URLs from the UI
Moved property sorting into its own component
2 years ago
Tzahi12345 2a3017972a Added ability to generate RSS feeds from downloads 2 years ago
Tzahi12345 61973510f7 Quality preferences can now be selected for non-YT videos and YT playlists 2 years ago
Tzahi12345 46756a575c Added task settings
Added support for task errors

Added support for lt, gt etc. db comparisons

Added task to delete old files
2 years ago
Isaac Abadi cc2be46ad8 Notifications style improvements 2 years ago
Isaac Abadi 665bcc04a7 Added ability to favorite a file
Moved file filter options above the list of files, and added option to filter for favorites
2 years ago
Isaac Abadi 5e08ca004a Added notifications - (WIP, boilerplate) 2 years ago
Isaac Abadi efdd0dd228 Categories fix for yt-dlp 2 years ago
Isaac Abadi 24475386f9 Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material 3 years ago
Isaac Abadi 55268301f6 Removed config env vars set message if no items were set 3 years ago
Glassed Silver b827f8f0cc
Merge pull request #687 from Tzahi12345/add-permissions-for-tasks-manager
Add permissions for tasks manager
3 years ago
Isaac Abadi 077a0d8fdb Added migration to add tasks manager permission for admin role
All routes are now properly protected against logged in users w/o permissions
3 years ago
adripo 3f15f3bcaf
fix: remove env variable check 3 years ago
Isaac Abadi 2dc68139f7 Streaming-only subs are now actually paused
DB transfers in any direction now generate backups and associated logs are set to info
3 years ago
Isaac Abadi 301451d021 Fixed issue where tasks would not initialize properly after migration until server restart
streaming-only subscriptions now autopause due to deprecated
3 years ago
Isaac Abadi 573cca0b2f Completed deprecation of streamingOnly mode for subscriptions 3 years ago
Isaac Abadi 2ba1dc6333 Archive refactor to improve reliability and consistency 3 years ago
Isaac Abadi 55d4f746c3 Fixed issue where mongodb attempted to connect even when using local DB 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 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 9cf8b87c6e Added ability to modify file metadata 3 years ago
Isaac Abadi bf64d97b72 Fixed downloads not sorting properly
Confirm dialog can now be a selection list
3 years ago
Isaac Abadi 8118906b0a Binary path is now confirmed for linux, solves #601 3 years ago
Isaac Abadi 0bc2193f25 Updated downloadFile API request 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 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 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
Joeri Colman b46b9ea386 Added deleteAllFiles api endpoint 3 years ago