Commit Graph

336 Commits (d5f7686282d4aa2adee032601f325fce07fccb95)

Author SHA1 Message Date
Tzahi12345 0644b194d0
Merge pull request #1039 from Tzahi12345/video-info-bug-fix
Video info bug fix
1 year ago
Isaac Abadi 344d959c05 Fixed issue where video info could not be retrieved
If youtube-dl update fails, error will show and server won't crash
1 year ago
Tzahi12345 4bf03bfd1a Added new Angular configuration for codespaces
Added CORS control support for codespaces
1 year ago
Tzahi12345 240e87b453 Fixes issue where changing the subscription check interval would not affect the current check without restart (#854) 1 year ago
Tzahi12345 41050ce923 Replaced deprecated uuidv4 with uuid
Fixed some npm vulnerabilities

Updated backend package-lock.json from v1 to v3
1 year ago
Tzahi12345 55bc5339f5 Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material into bug-fixes 1 year ago
Tzahi12345 67c38039b0 Fixed issue where missing video file would cause exception to be thrown when watching/previewing 1 year ago
Tzahi12345 91c2fdc701 Failed telegram request now sends a response to telegram 1 year ago
Tzahi12345 2c97403027 Added ability to request video downloads through telegram bots 1 year ago
Tzahi12345 2396c86486 Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material 1 year ago
Tzahi12345 2cc2428db2 Hotfix for issue where subscription could not be retrieved 1 year ago
Tzahi12345 80e83ba817
Merge pull request #1004 from D34DC3N73R/fix-missing-content-type
Fix Missing Content-Type
1 year ago
Tzahi12345 0565cf24a6
youtube-dl refactor (#956)
* Consolidated all youtube-dl calls into one function
* Downloads can now be cancelled and better "paused"
* Removed node-youtube-dl dependency
* Added ability to manually check a subscription, and to cancel a subscription check

---------

Co-authored-by: Dedy Martadinata S <dedyms@proton.me>
1 year ago
D34DC3N73R 50079d2ab7
Fix Missing Content-Type
This adds text/html content type which allows the `X-Content-Type-Options nosniff` header to be used without error on reverse proxies.
2 years ago
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