mirror of
https://github.com/kikootwo/ReadMeABook.git
synced 2026-06-03 04:40:09 +00:00
Improve user auth handling and download monitoring
Adds detection of local users for authentication validation and login, prevents role changes for OIDC users, and clarifies user management UI. Enhances active downloads API to include speed and ETA from qBittorrent, and improves file path handling in download monitoring. Also updates torrent tagging and user info returned by APIs.
This commit is contained in:
@@ -33,6 +33,7 @@ export interface TorrentInfo {
|
||||
category: string;
|
||||
tags: string;
|
||||
save_path: string;
|
||||
content_path?: string; // Absolute path to torrent content (file or directory)
|
||||
completion_on: number; // Unix timestamp
|
||||
added_on: number;
|
||||
seeding_time?: number; // Seconds spent seeding
|
||||
|
||||
Reference in New Issue
Block a user