Commit Graph

61 Commits (2e52ec22e03c1e716cc67d4a0df06e691f5b40c6)

Author SHA1 Message Date
Isaac Abadi 2e52ec22e0 Default sort for videos is now download date 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 162094a9b9 File type filter now only appears with the paginator 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 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 e1cb56e8e9 Unified create and modify playlist components 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
Egor Bakanov 033d0d0658
Fixed file type dropdown margin 4 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 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 20cedb6c29 Pagination and filtering of files is now server-side
Importing unregistered files does not block server start anymore
4 years ago
Isaac Abadi dac5919ffb Updated look of buttons and several home page elements 4 years ago
Isaac Abadi 92413bd360 Added ability to add file to playlist using the context menu 4 years ago
Isaac Abadi 0fb01469c4 Fixed issue in player component where errors were displayed in the console due to vars being changed after Angular detection
Fixed spooky issue where recent videos' navigateToFile stopped working
4 years ago
Isaac Abadi 4ea239170e If multiple videos exist in one URL, a playlist will be auto generated
Removed tomp3 and tomp4 routes, replaced with /downloadFile

Simplified category->playlist conversion

Simplified playlist creation

Simplified file deletion

Playlist duration calculation is now done on the backend (categories uses this now too)

removeIDFromArchive moved from subscriptions->utils

Added plumbing to support type agnostic playlists
5 years ago
Isaac Abadi 297a4a3f34 Simplified streaming and file deletion functions 5 years ago
Isaac Abadi 46f8579439 Refactored player component to utilize uids instead of fileNames to improve maintainability, consistency, and reliability
Playlists now use uids instead of fileNames

Added generic getPlaylist and updatePlaylist functions
5 years ago
Isaac Abadi a78f4e99d0 Removed trivial browser log that occured at file deletion 5 years ago
Isaac Abadi 7835185fe0 Made file card deletion much more reliable by finding out the index of the file on deletion rather than attempting to maintain a valid index 5 years ago
Isaac Abadi ed1375d40b Fixed bug where deleting videos while searching caused them to still show up in the UI 5 years ago
Isaac Abadi ea959547fd Fixed bug where file indices were incorrectly assigned 5 years ago
Isaac Abadi c63a64ebef Categories will now auto-generate playlists 5 years ago
Isaac Abadi 4cbfab20e0 Added category info to video info dialog (if present)
- you can now search by category on the home page
5 years ago
Isaac Abadi eb7661c14a Fixed bug in file deletion where file indexes became stale 5 years ago
Isaac Abadi 59c38321fd Fixed bug in file deletion 5 years ago
Isaac Abadi e39e8f3dba Home page paginator no longer disappears for empty pages
Paginator length fixed

Updated styling on paginator

Added new text if videos are not present on the home page (due to filter or no downloads in general)
5 years ago
Isaac Abadi ff1bb8dee1 Reduced the max number of ghost cards to 10 for performance reasons 5 years ago
Isaac Abadi 3f10986cdf Updated Angular to version 11
- ngx-videogular was replaced by @videogular/ngx-videogular
5 years ago
Isaac Abadi 8c916d8fe4 Fixed bug that prevented search on the home page from working 5 years ago
Isaac Abadi bb18e1427e Added paginator to the home page 5 years ago
Isaac Abadi 2f541a49df Thumbnails now load using a faster method with a dedicated API route rather than sending blobs directly.
- In cases of lots of files, loading should be significantly faster
5 years ago
Isaac Abadi 727b047c39 Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material into categories 5 years ago
Isaac Abadi edc22cc47b File cards now use the locale to format dates 5 years ago
Isaac Abadi 0189d292a8 Fixed bug that prevented categorized files from being deletes and simplified the two delete file API calls into one 5 years ago
Tiger Oakes 389c5b5df3 Take out import type 5 years ago
Tiger Oakes d1311d00ea Use named arguments with download file 5 years ago
Tiger Oakes fe7a3075d6 Rename last few active API routes 5 years ago
Isaac Abadi 851bfb81ba File cards are now properly centered 5 years ago
Isaac Abadi 35d0d439fa Control-clicking file cards will now open the player in a new tab 5 years ago
Tzahi12345 ba2acedb94 Files are now reloaded when you navigate back home 5 years ago
Isaac Abadi c9016f446d Ghosting colors for loading videos is now customizable in an internal config, allowing dark mode to have different colors for the ghosting 5 years ago
Isaac Abadi 919e2a649a Updated styling of recent videos
Added content loader module which will add ghosting to the recent videos component while the files are loading

Updated custom playlists component to support large sized cards
5 years ago