Commit Graph

146 Commits (b51f45c704c7268899d4419a79d1638262921749)

Author SHA1 Message Date
Isaac Abadi d4e5082039 Confirm dialog can now optionally use warn colors (used for deletion or breaking changes)
Category re-ordering is fixed

Category deletion in settings is now functional
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 cdd2f78998 Fixed bug that prevented video playlists from being deleted 5 years ago
Isaac Abadi 3d2d4efb31 Added context menu on right click of the unified file cards, with options to open a file in the player or do so in a new tab 5 years ago
Isaac Abadi ae8f7a2a33 Fixed bug that prevented playlists from being navigated to 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
Isaac Abadi 8a7409478a Added the ability to download videos at higher resolutions than the highest mp4 (fixes #76)
Deprecates normal downloading method. The "safe" method is now always used, and download progress is now estimated using the predicted end file size

Thumbnails are now auto downloaded along with the other metadata
5 years ago
Tzahi12345 ba2acedb94 Files are now reloaded when you navigate back home 5 years ago
Tzahi12345 d7f04fc90a Text for file duration in the unified file card component is now always black 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
Isaac Abadi dc6dd5f5a2 Added support for "large" sized cards 5 years ago
Isaac Abadi 4302625858 Updated styling of recent videos component, the search/sort options now look good on mobile 5 years ago
Isaac Abadi 96c52f2d5b Fixed bug where subscription videos could not be downloaded from the player 5 years ago
Isaac Abadi 356f31343e Adjusted positioning of add playlist button on home screen 5 years ago
Isaac Abadi 12dcdfcb3c Sidepanel mode and card size is now configurable and can be set from the about dialog (temp location) 5 years ago
Isaac Abadi c55d3de9a0 Recent videos component now includes header, search, and sort capabilities 5 years ago
Isaac Abadi 1cdc1640ac Unified file card now supports playlists
Added custom playlists component

Removed legacy file manager from home screen
5 years ago
Isaac Abadi 8c7b2dfc79 Added ability to delete files in the recent videos component w/ archive support 5 years ago
Isaac Abadi 0ab6535fec Added ability to download files for recent videos component
Updated styling for unified file card (elevation on hover)
5 years ago
Isaac Abadi 68037613d8 Added icon for file type (audio/video) next to the download date 5 years ago
Isaac Abadi 3df384de22 Recent videos now supports 2 card sizes 5 years ago
Isaac Abadi f0c4ed4590 Unified file card now supports small and medium size
Duration styling/position updated and added download date time
5 years ago
Isaac Grynsztein 8384b73c4c Added support for navigating to files in recent videos (subscription and not). No support for download-only mode yet
Added navigate to subscription menu item for the files

Sidenav mode is "side" now for testing, likely not a permanent change and will be optional in the future
5 years ago
Isaac Grynsztein cc189a3abd Unified videos videos are now properly retrieved from the server 5 years ago
Isaac Grynsztein 4ebb2d4297 Created unified file card component, recent videos component (not done) and started scaffolding work on the backend 5 years ago
UnlimitedCookies 9e5de88675 Even more internationalization improvements :) 5 years ago
Isaac Grynsztein e97e9ec717 Logs viewer will now color-code logs based on type (error, warning, info, etc.)
You can also clear logs from the logs viewer as well
5 years ago
Isaac Grynsztein a9f197e46d Updated logs viewer component
- now by default last 50 lines are showed
- added copy to clipboard button
- added loading spinner to indicate to users when the logs are loading

app.get('/api/logs') is now app.post to allow for additional parameters (such as lines to retrieve)
5 years ago
Isaac Grynsztein 3732d13562 Implemented greater transparency for login/registration errors on frontend 5 years ago
Isaac Grynsztein d100e80ccf Added ability to clear all downloads in a session 5 years ago
Isaac Grynsztein 2998562655 Added the ability to view logs from the settings menu 6 years ago
Tzahi12345 1861011fb0 Cleaned up code and added missing translation units 6 years ago
Tzahi12345 f73ec2dd94 Fixed bug that caused users with large amounts of data to have extremely large tokens
Subfolders are now ensured to exist with the normal downloading method

Initialization now happens after token retrieval to avoid failed requests

Fixed bug that caused login to be called twice, introducing a possible race condition
6 years ago
Tzahi12345 fb23d7c41e Audio downloads now work with progress bar, but it requires file conversion at the end. It ends up being around the same speed as the regular method 6 years ago
Tzahi12345 e5db376914 All config values are now reloaded on config set
Added 4 new settings: user files folder, enable registration, enable downloads manager, and logging level selection
6 years ago
Tzahi12345 b685b955df Added roles and permissions system, as well as the ability to modify users and their roles
Downloads manager now uses device fingerprint as identifier rather than a randomly generated sessionID
6 years ago
Tzahi12345 e7b841c056 Added UI flow for creating default admin account. Dialog will show up after enabling or in the login menu if the admin account isn't present 6 years ago
Isaac Grynsztein 98f1d003c3 Fixed bug that prevented migrations from succeeding
Added scaffolding required for jwt authentication for certain routes

Added logger to auth_api

Added necessary routing rules for multi-user mode

Registration is now possible
6 years ago
Isaac Grynsztein c3cc28540f Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material into multi-user-mode 6 years ago
Isaac Grynsztein b583305940 Downloads in the download manager now get updated smoothly, preventing the DOM from updating on object reassign 6 years ago
Isaac Grynsztein 6fe7d20498 downloads refactor half done - videos are now implement, but audo files are now
Added downloads manager in the UI where downloads can be viewed/cleared
6 years ago
Isaac Grynsztein 1f3572a630 jwt auth scaffolding
logging in now works

UI login component created
6 years ago