Trim21
170cc553da
docs: fix readme badge ( #857 )
2025-01-29 18:03:30 +00:00
Trim21
a263590a8e
docs: add notes about upstream rtorrent json-rpc ( #845 )
2025-01-21 13:30:37 +00:00
Jesse Chan
3feb45e9a5
README: remove experimental mark on single-executable
2022-07-18 22:11:09 -07:00
Jesse Chan
1058f0a16d
README: drop rTorrent access to Flood paragraph
...
Not relevant after 23da1e5d5d .
2021-05-17 22:47:57 +08:00
Jesse Chan
f8ea2b5d71
README: add Deluge as experimental
2021-05-17 21:04:41 +08:00
Saber
6b0841748e
README: add info about API and link to @sabersalv's documentation site
2021-04-16 20:47:12 +08:00
ᗪєνιη ᗷυнʟ
a28c4cf9cd
distribution/containers: suggest env as a possible alternative to args ( #262 )
...
Co-authored-by: Jesse Chan <jc@linux.com >
2021-04-01 21:47:45 +08:00
Jesse Chan
2fa2fa0b34
dist/containers: move Dockerfiles out of the root directory
2021-01-30 20:03:23 +08:00
Jesse Chan
23b689b7f7
README: improve documentation around installation
2021-01-22 10:06:44 +08:00
Jesse Chan
6dd8a0096a
vercel: remove vercel.json
...
This repo no longer hosts sources of pages.
2021-01-09 19:43:45 +08:00
Jesse Chan
baefa80edf
README: promote qBittorrent and Transmission out of "Experimental"
2021-01-08 11:21:16 +08:00
Arno
cac735e405
README: clarify that rTorrent needs to have access to Flood's temp dir
2021-01-08 08:42:25 +08:00
Jesse Chan
1a38e118e9
README: rearrange rTorrent section
2021-01-08 08:01:45 +08:00
Jesse Chan
e84e199cb7
flood: 4.3.0
2020-12-02 00:00:40 +08:00
Jesse Chan
5cc56067c3
Dockerfile.rtorrent: simple image with rTorrent bundled
2020-11-29 01:06:53 +08:00
Lucas Winther
dc11259bd8
README: explicitly state that only qBittorrent v4.1+ is supported
...
qBittorrent API v2 is the only implemented and supported version.
Ref: https://github.com/qbittorrent/qBittorrent/wiki
2020-11-21 00:46:49 +08:00
Jesse Chan
5749bbef0a
README: add link to "Releases" for standalone builds
2020-11-18 13:24:15 +08:00
Jesse Chan
17ec96417b
README: s/rTorrent/torrent client/
2020-11-15 23:48:24 +08:00
Jesse Chan
3fb51e28b0
Revert "Revert "single executable support""
...
This reverts commit 970b2dd274 .
2020-11-15 23:26:35 +08:00
Jesse Chan
1a878d5423
flood: rearrange, remove misc files and reformat
2020-11-15 23:03:47 +08:00
Jesse Chan
6351325d12
README: revise Configuration section
2020-11-15 21:39:35 +08:00
Jesse Chan
ba3478eafd
README: move rTorrent info from Pre-Requisites to Troubleshooting
2020-11-15 21:13:50 +08:00
Jesse Chan
9ec5aeff30
README: switch to SVG logo
2020-11-15 20:41:23 +08:00
Jesse Chan
ed98e210f4
server: schema validate configurations
...
Unfortunately there are still many people who prefer static config
file. As such, schema validate the configurations to ensure that
the failure happens loud and early when the config.js is broken.
Also enforces that the length of secret must be larger than 30 as
the JWT secret can be brute forced locally without interaction with
the server.
This ensures that we always have proper configurations and avoids
unnecessary and bad defensive programming practices.
2020-11-14 15:20:23 +08:00
Jesse Chan
7a146396b1
feature: support Transmission
2020-11-05 23:01:41 +08:00
Jesse Chan
da94ac8d01
config: discourage the use of static configuration
2020-10-31 20:48:55 +08:00
Jesse Chan
300502727c
README: update to reflect multi client support
2020-10-25 21:49:13 +08:00
Jesse Chan
970b2dd274
Revert "single executable support"
...
* WASM module (argon2-browser) does not work properly.
Revert "README: add info about single-executable"
This reverts commit 55343a1353 .
Revert "CI: separate artifacts"
This reverts commit 28ba0efd2d .
Revert "CI: build pkg executables"
This reverts commit 482fde49b1 .
Revert "pkg: initial configuration"
This reverts commit 6849e9c55b .
2020-09-21 18:52:04 +08:00
Jesse Chan
9d7ea5f037
README: revise "Configuration" section
2020-09-21 18:34:47 +08:00
Jesse Chan
55343a1353
README: add info about single-executable
2020-09-21 18:15:10 +08:00
Jesse Chan
8b6fae7e62
README: update documentation
2020-09-21 17:59:00 +08:00
Jesse Chan
568c2cb57f
config.cli: use as default by symlinking to config
2020-09-16 20:51:08 +08:00
Jesse Chan
f5fa7908b7
client: use relative path in static assets
2020-08-23 15:48:55 +08:00
Jesse Chan
46bc24545c
README: update instructions
2020-08-23 00:23:54 +08:00
Jesse Chan
fa84484d59
README: add Crowdin badge
2020-08-12 18:23:44 +08:00
Jesse Chan
3d33bef67b
README: update CI badge and links
2020-08-05 19:15:45 +08:00
Jason Kölker
acb637fe33
docker: allow socketPath from environment ( #832 )
2019-09-20 23:06:24 -07:00
John Furrow
61b63e9b54
Update repository URLs ( #780 )
2019-04-26 18:54:12 -07:00
Alexandre ZANNI
b6ca5b1f6b
readme: add node-gyp and nodenv ( #767 )
...
* add node-gyp and nodenv
* remove the ack
2019-04-24 21:46:32 -07:00
John Furrow
f492ad348a
Multi rtorrent instances support ( #638 )
...
* Multi rtorrent instances support (#549 )
* Handling multiple rtorrent instances
* performance issue addressing
* fix wrong conflict resolution
* performances
* purge services instance every 10 mins
* last fixes
* avoid duplicated reducers
* Adjusts UI of rtorrent connection form fields (#639 )
* Multi rtorrent instance cleanup (#676 )
* Cleans up multi-user logic.
* Rename clientRequestService to clientGatewayService
* [multi-user] Adds prompt to fix rtorrent connection failure (#681 )
* Adds ability to update user
* Add connection test endpoints and client actions
* Listen to client connectivity change events
* Separates scgiUtil from clientRequestManager
* Adds BaseService
* Services extend BaseService
* Listen for connetion change events in client
* Reorganizes app structure
* Adds prompt to correct per-user client interruption
* Fixes linting errors
* Removes debugging stuff
* Fixes Size rendering
* Fixes moveTorrents
* Adds migration step for legacy database entries (#686 )
* Use FormattedMessage
* Updates documentation
* Fixes migration script for new installs
* Updates dependencies
* Moves string to i18n
* Updates deps
2018-09-02 00:15:21 -07:00
Alexandre ZANNI
1493f8f9cb
Update README.md ( #671 )
...
add a reference to https://github.com/jfurrow/flood/wiki/Using-Flood-behind-a-reverse-proxy
2018-05-20 16:02:57 -07:00
Alexandre ZANNI
ecbf4c5a28
add a link to the wiki ( #667 )
2018-05-11 19:52:21 -07:00
Alexandre ZANNI
f4b90eb799
Iss 646 ( #664 )
...
* Update README.md
- fix github GFM to reset counter of markdown ordered list
- note about baseURI change that need recompiling
* Update config.template.js
add warning about baseURI change
2018-05-09 11:10:13 -07:00
John Furrow
f646dd7c11
Explicitly defines Node versions 8 and 9 in CI build
2018-05-01 21:44:41 -07:00
Alexandre ZANNI
683a974de2
Jsdoc support ( #527 )
...
* JSDoc support
* update .gitignore for nodejs project + custom rules
* add JSDoc config file .jsdoc.json
* update README to explain how to build the documentation
* update package.json with JSDoc and its minami theme
* fix unused JSDoc themes
* + wrap the command for doc building
+ modify the doc
+ sort scripts in alphabetical order
2018-05-01 21:17:04 -07:00
John Furrow
4948520fae
Replaces Slack with Discord
2018-02-27 22:02:56 -08:00
John Furrow
3209938e0a
Add TravisCI badge
2017-11-28 21:33:43 -08:00
Alexandre ZANNI
1cbe8979f3
add node-gyp changes
2017-11-11 18:50:29 +01:00
Hussain Khalil
660380136d
Re-add Flood icon to README.md
2017-10-17 22:28:37 -04:00
John Furrow
6bfabf1627
Clarify readme
2017-10-16 22:08:51 -07:00