Commit Graph

532 Commits

Author SHA1 Message Date
Kirin
a42f6e8b7e
Update install-tr-control-gitee.sh
修复使用国内源 gitee 时出现自动部署失败的问题
2021-08-20 15:00:24 +08:00
Alex Wang
14c6ede79a
Merge pull request #544 from vodek3/patch-8
Update en.json
2021-07-08 17:49:02 -07:00
Alex Wang
cc0adb5884
Merge pull request #542 from vodek3/patch-6
Update en.json
2021-07-08 17:47:02 -07:00
Alex Wang
15fde834cd
Merge pull request #546 from vodek3/patch-11
Update ru.json
2021-07-08 14:26:36 -07:00
Alex Wang
8b49305e94
Merge pull request #539 from Monter/master
Update pl.json
2021-07-08 14:16:15 -07:00
Alex Wang
29e67e226e
Merge pull request #530 from Csineneo/patch-7
Update zh_TW.json
2021-07-08 14:15:43 -07:00
vodek3
35840c9f5e
Update ru.json
Adding and translating new lines 230-233, 272-279.
Removing extra spaces.
2021-06-24 04:12:23 +03:00
vodek3
01f4b133b6
Update en.json 2021-06-24 03:37:16 +03:00
vodek3
5ad9562c7a
Update en.json
Removing extra spaces and tabs (lines 272-280).
2021-06-24 03:15:29 +03:00
Mark eM
824c206ad4
Update pl.json 2021-05-26 15:02:08 +02:00
栽培者
f28505e817
Merge pull request #529 from Csineneo/patch-6
删去 tracker 服务器多余的「announce」
2021-05-09 08:05:46 +08:00
栽培者
7b835aeb42
Merge pull request #528 from Csineneo/patch-5
删去 tracker 服务器多余的「announce」
2021-05-09 08:05:11 +08:00
栽培者
29bffdbf7b
Merge pull request #523 from libertyx82/patch-3
Update de.json
2021-05-09 08:00:37 +08:00
Csineneo
83752b5e6a
Update zh_TW.json 2021-02-04 10:46:09 +08:00
Csineneo
be0b0b1cef
删去 tracker 服务器多余的「announce」 2021-02-03 18:10:26 +08:00
Csineneo
271913cc71
删去 tracker 服务器多余的「announce」 2021-02-03 18:06:03 +08:00
栽培者
4e0c781669
Merge pull request #519 from imebeh/fix-portopen-test
fix port test
2021-02-02 20:46:40 +08:00
Dirk Schneider
9adfa04a07
Update de.json
New Options translated and some Improvements
2021-01-24 18:36:26 +01:00
imebeh
ca35a466c3 fix port test
- fix https://github.com/ronggang/transmission-web-control/issues/518#issue-787749913
https://github.com/ronggang/transmission-web-control/blob/master/src/tr-web-control/template/dialog-system-config.html#L741L743 should move outside the first if, in rare conditions, data.result returns error message.
- fix change port then test will change port to 1
2021-01-18 03:39:43 +08:00
imebeh
8e3222c413
设置:增加可自定义IP查询的URL (#516)
* 设置:增加可自定义IP查询服务的URL

* 设置:增加IP查询URL的测试按钮

* fix put ip detail into img.alt by mistake

* 优化获取ip详情的逻辑

修复 某些情况 flag 以 ipv6 作为 css 类名时出现的错误
2021-01-15 20:15:50 +08:00
ronggang
cdd961a9c7 docs: Add Telegram Link 2020-12-29 08:47:19 +08:00
Alex Wang
8ee5df65c4
Merge pull request #496 from imebeh/master
修复 某些情况下默认保存目录不出现在下载目录列表中
2020-12-14 14:38:42 -08:00
Alex Wang
5349ff18ed
Merge pull request #497 from slrslr/patch-1
Update install-tr-control.sh (prevent searching for web dir on external drives)
2020-12-14 14:38:33 -08:00
Alex Wang
6f046e03ea
Merge pull request #500 from pupboss/master
Fixed #487 UPnP translation issue
2020-12-14 14:36:19 -08:00
Jie Li
88589cff78 Fixed #487 UPnP translation issue 2020-12-03 13:21:58 +08:00
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