Commit Graph

557 Commits

Author SHA1 Message Date
slrslr
01d170e1ab
Update install-tr-control.sh
Please either use find to search only in common directories like i propose or use "-mount" parameter to a find command which would prevent scanning mounted external drives. In my case current version takes more than 30 minutes to complete scan due to external drive mount points..
2020-11-15 12:21:42 +00:00
imebeh
6305b8aaa3 修复 某些情况下默认保存目录不出现在下载目录列表中
bug来源:
transmission.downloadDirs会在system.js中初始化,并保存默认保存目录
种子开始加载时,transmission.downloadDirs又会在transmission.torrents.js重新初始化从而丢失默认保存目录
2020-11-14 19:20:12 +08:00
godson321
ba0cc207cc
新增批量调整单个种子的上传、下载和连接数 (#492)
* 新增批量调整单个种子的上传、下载和连接数

* fix bug

* 格式优化

* 格式优化

* 修复非中文环境下,设置上传下载的弹出框无效问题
2020-11-12 20:34:57 +08:00
栽培者
3c52520b39 docs: 更新国内镜像源地址 2020-10-30 22:28:37 +08:00
栽培者
69b702f04a feat(sh): add OpenWRT path
code from @oilervoss
2020-09-26 13:37:34 +08:00
栽培者
6eb1826120
Merge pull request #468 from oilervoss/master
getTransmissionPath for OpenWRT
2020-09-26 13:26:21 +08:00
Euler Alves
5044faf970
getTransmissionPath in install-tr-control.sh
I added `|| [ -f "/etc/openwrt_release" ]` on the function `getTransmissionPath()` to

~~~bash
if [ -f "/etc/fedora-release" ] || [ -f "/etc/debian_version" ] || [ -f "/etc/openwrt_release" ]; then
		ROOT_FOLDER="/usr/share/transmission"
fi
~~~

so the root folder is recognized on [OpenWRT](http://www.openwrt.org) for installation or update.
That path is align with the [OpenWRT package](https://github.com/openwrt/packages/tree/master/net/transmission-web-control)
2020-09-23 11:19:21 -03:00
栽培者
9e5e369440 refactor: Flag loading mode adjusted to async.
将国旗加载方式调整为异步
2020-09-15 22:15:00 +08:00
栽培者
2361675410
Merge pull request #462 from ronggang/revert-461-feature/flag_country_jsonp_calls
Revert "Feature/flag country jsonp calls"
2020-09-15 19:44:52 +08:00
栽培者
79989ed754 Revert "calls are now jsonp (#461)"
This reverts commit 450ca4e169.
2020-09-15 19:42:23 +08:00
Rodolfo Salas
450ca4e169
calls are now jsonp (#461)
feat: flag country jsonp calls
2020-09-15 18:54:41 +08:00
ronggang
bff5e40b16 feat(shell): 增加 gitee 安装脚本 2020-09-15 17:36:25 +08:00
栽培者
d7a947064c fix: 修复校验进度条无法正常显示的Bug
closes #458
2020-09-14 20:41:43 +08:00
栽培者
03f3fff082 fix: 修复部分脚本没有加载到最新版的Bug
closes 1.6.1版本正在校验的种子进度条无法自动更新 #458
2020-09-14 19:42:55 +08:00
栽培者
4b31bcfa3c feat(shell): 安装脚本增加群晖判断 2020-09-14 18:59:21 +08:00
栽培者
c26a0761e3 releases: v1.6.1 2020-09-13 22:47:19 +08:00
栽培者
9fd2e5b8c7
Merge pull request #452 from vodek3/patch-4
Update ru.json
2020-09-13 21:30:42 +08:00
栽培者
4fbca5fede
Merge pull request #453 from vodek3/patch-5
Update en.json
2020-09-13 21:30:24 +08:00
Rodolfo Salas
ecf02f2d8f
add global variable flags (#451)
* add global variable flags

* Update flags and translates
Move flags left position.
Add button in more config for ipinfo
Translate es language.

* the missing comma es added

* open link in new window
2020-09-13 21:30:02 +08:00
vodek3
1217480295
Update en.json
Improving translation
2020-09-11 19:15:10 +03:00
vodek3
99e548ea93
Update ru.json
Improving translation
2020-09-11 19:11:22 +03:00
栽培者
8fd468e1eb
Merge pull request #450 from vodek3/patch-3
Update ru.json
2020-09-11 20:00:57 +08:00
vodek3
037a0001f7
Update ru.json 2020-09-11 01:28:29 +03:00
栽培者
e17cf5c08c
Merge pull request #445 from Monter/patch-1
Update pl.json
2020-09-07 19:19:38 +08:00
Mark eM
0d2966de44
Update pl.json 2020-09-02 21:59:49 +02:00
栽培者
90fbe206cf
Merge pull request #444 from papadave66/freebsd-ps
FreeBSD detection and FreeBSD ps(1) compatibility fix
2020-09-02 19:59:40 +08:00
papadave66
d9fe8278da FreeBSD detection and FreeBSD ps(1) compatibility fix 2020-09-01 23:14:07 +08:00
Rodolfo Salas
93b16dd327
add flags in peers section (#443)
feat:  Flags are added in peers

The configuration for the flags is added in dialogs
2020-09-01 19:47:25 +08:00
栽培者
7611508af8
Merge pull request #442 from jjm2473/master
feat: 显示区块下载进度
2020-08-31 19:14:17 +08:00
Liangbin Lian
30cdec4247 show piece download progress 2020-08-28 23:45:54 +08:00
Liangbin Lian
ad35c634cc restructure for better development 2020-08-28 23:23:22 +08:00
Alex Wang
238dc01b62
Merge pull request #435 from imebeh/master
Repair File Search Button
2020-08-14 17:56:47 -07:00
imebeh
a9ea2dc514 修复 文件搜索按钮现在可以用了 2020-07-24 22:21:12 +08:00
Alex Wang
d1641219a3
Merge pull request #430 from gukandrew/master
Actualize Ukrainian translation
2020-07-11 21:19:57 -07:00
Andrii
088029cd37 Actualize Ukrainian translation 2020-07-05 16:34:25 +03:00
栽培者
3ebf31af60
Merge pull request #422 from vodek3/patch-2
Update i18n.json
2020-06-22 20:22:50 +08:00
vodek3
eac1d24a97
Update i18n.json 2020-05-26 08:26:32 +03:00
栽培者
3cd86a9b2e
Merge pull request #420 from libertyx82/patch-2
Add german Translation
2020-05-24 16:45:34 +08:00
栽培者
77861d8f95
Merge pull request #419 from libertyx82/patch-1
Add german Translation
2020-05-24 16:45:12 +08:00
栽培者
3827337c12
Merge pull request #409 from vodek3/patch-2
Update dialog-system-config.html
2020-05-24 16:44:39 +08:00
栽培者
d9c81a0c96
Merge pull request #408 from vodek3/patch-1
Update dialog-export-config.html
2020-05-24 16:44:20 +08:00
Dirk Schneider
9bff4b190e
Add german Translation 2020-05-23 14:08:36 +02:00
Dirk Schneider
b016aabe01
Add german Translation 2020-05-23 14:07:44 +02:00
vodek3
4c54d7f92b
Update dialog-system-config.html
Orthographic error in file name (Config ->Export configuration)
2020-04-29 00:43:01 +03:00
vodek3
39e187cca4
Update dialog-export-config.html
Orthographic error in file name (Config ->Export configuration)
2020-04-29 00:41:25 +03:00
栽培者
0fa13846a2
Merge pull request #407 from thistac/master
Update pt_BR.json
2020-04-24 21:06:19 +08:00
栽培者
5223a90df1
Merge pull request #406 from vodek3/patch-18
Update ru.json
2020-04-24 21:05:05 +08:00
Mark eM
3702964ecf
Update en.json and pl.json (#405)
* Update en.json

Formatting improvement

* Update pl.json

Translation update
2020-04-24 21:04:24 +08:00
Thiago Magalhães de Estacio
87b07ba292 Update pt_BR.json
Formatting + Translation update
2020-04-24 08:08:40 -03:00
vodek3
d773cabc4d
Update ru.json
Formatting + Translation update
2020-04-23 20:44:26 +03:00