Commit Graph

521 Commits

Author SHA1 Message Date
栽培者
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
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
栽培者
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