flood icon indicating copy to clipboard operation
flood copied to clipboard

A modern web UI for various torrent clients with a Node.js backend and React frontend.

Results 93 flood issues
Sort by recently updated
recently updated
newest added

Fixes #581. ## Types of changes - [ ] Breaking change (changes that break backward compatibility of public API or CLI - semver MAJOR) - [ ] New feature (non-breaking...

Type: Bug Report - [X] Try to follow the update procedure described in the README and try again before opening this issue. ## Your Environment NixOS latest flood. - Version...

## Description This allows fetching of summaries per torrent via the `/api/torrents/{hash}` route, which returns an instance of `TorrentProperties`. ## Related Issue n/a ## Screenshots n/a ## Types of changes...

Bumps [terser](https://github.com/terser/terser) from 5.14.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

Fixed a spelling issue and missing article usage.

Type: Bug Report - [x] Try to follow the update procedure described in the README and try again before opening this issue. ## Your Environment * **Hardware**: Raspberry Pi 4...

Type: Bug Report ## Your Environment - Version used: 4.7.0 - Commit ID (development release) : I don't know - Environment name and version: - Node.js version 16.10.0 - npm...

Hi would be possible to add a Tracker-URL to a existing Torrent?

## Description In `fetchUrls`, escape the torrent URL to avoid errors of `TypeError: Request path contains unescaped characters`, when the torrent url contains spaces. ## Types of changes - [...