Commit Graph

146 Commits (b51f45c704c7268899d4419a79d1638262921749)

Author SHA1 Message Date
Isaac Abadi b51f45c704 Completed notification functionality
Minor code cleanup
3 years ago
Isaac Abadi 5e08ca004a Added notifications - (WIP, boilerplate) 3 years ago
Isaac Abadi 1c6b7815fe Login tabs now fill the entire component
Expanded widths of inputs on login page to 100%
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 64b1a9e5c0 Updated mangled translations
Improved automatic translations command
3 years ago
Isaac Abadi 48f0a700ab Paginator is now always visible to avoid case where file type filter permanently disappears 3 years ago
Isaac Abadi 9d1f93acfb Added translations for manage-role component 3 years ago
Isaac Abadi 162094a9b9 File type filter now only appears with the paginator 3 years ago
Glassed Silver 9a250b5c58
Update unified-file-card.component.html 3 years ago
Isaac Abadi 86cbfea08f UI & logs now use proper fork name rather than just youtube-dl 3 years ago
Isaac Abadi 573cca0b2f Completed deprecation of streamingOnly mode for subscriptions 3 years ago
Isaac Abadi a2d1b154a3 Fixed broken translations for snackbars 3 years ago
Isaac Abadi 2ba1dc6333 Archive refactor to improve reliability and consistency 3 years ago
Isaac Abadi adbe7f95d5 Fixed issue where reopening file info dialog after editing metadata would show stale data 3 years ago
Isaac Abadi 6d3f5e6c94 Improved UI for download only mode
Updated API model for DatabaseFile
3 years ago
Isaac Abadi cbdd1a6253 Improved snackbar translations support 3 years ago
Isaac Abadi 0951e445ac Removed modify playlsit component 3 years ago
Isaac Abadi e1cb56e8e9 Unified create and modify playlist components 3 years ago
Isaac Abadi 7f47fb339b Updated modify playlist size
Fixed issue where playlist order could not be rearranged
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 c810d4d878 Code cleanup 3 years ago
Isaac Abadi 53a181e04d Fixed several bugs with categories
Code cleanup
3 years ago
Isaac Abadi bf64d97b72 Fixed downloads not sorting properly
Confirm dialog can now be a selection list
3 years ago
Isaac Abadi a36761e96a Fixed frontend build error 3 years ago
Isaac Abadi 88c16d7195 All setIntervals on the frontend are now properly destroyed 3 years ago
Isaac Abadi 63e2e6dd3c Fixed build warnings 3 years ago
Isaac Abadi 5d540fc52a Updated angular to v13 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
Egor Bakanov 033d0d0658
Fixed file type dropdown margin 3 years ago
Tzahi12345 cc75e94408
Merge pull request #218 from NotWoods/api-generator
Generate types from OpenAPI
4 years ago
Isaac Abadi bff40d97bb Invalid locales do not prevent languages from being selected anymore
Fixed video previews on mouse over when in multi-user mode
4 years ago
Isaac Abadi 3937700eff Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material into api-generator 4 years ago
Isaac Abadi 8aa354ac24 Fixed issue where navigating to a sub's video would play all videos from the subscription 4 years ago
Isaac Abadi 27faff054e Recent videos component now remembers sort order between page reloads 4 years ago
Isaac Abadi 7ee34d21eb Disables download cancelling for now 4 years ago
Isaac Abadi b08325c1e3 Added ability to filter for only audio and only video files in the home page 4 years ago
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
4 years ago
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
4 years ago
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
4 years ago
Isaac Abadi 97c5102eb9 Limited video previews to video files only 4 years ago
Isaac Abadi 865185d277 Added ability to pause and resume all downloads
Removed backend dependency on queue library
4 years ago
Isaac Abadi a36794fd4f Improved video preview behavior 4 years ago
Isaac Abadi 6639305771 Added video previews when hovering over a file card 4 years ago
Isaac Abadi 09b3c752d9 Removed downlload delay setting for subscriptions
Subscription downloads already queued are now not requeued on the next check

Headers in download queue table are now sortable

Added button to clear all finished downloads in the downloads manager
4 years ago
Isaac Abadi 48ab1836ca Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material into download-manager 4 years ago