Raymond
6709d3a355
luci-app-aria2: fix incorrect "Extra Settings" section option name
...
The "Extra Settings" section `extra_setting` option name does not match what
the `net/aria2` package expects.
See:
- https://github.com/openwrt/packages/blob/openwrt-19.07/net/aria2/files/aria2.init#L311
- https://github.com/openwrt/packages/blob/openwrt-19.07/net/aria2/files/aria2.conf#L31
Causing the luci UI "Extra Settings" option to have no effect. This fix
renames `extra_setting` => `extra_settings`.
Signed-off-by: Raymond Wanyoike <raymond.wanyoike@gmail.com>
2020-02-25 23:26:12 +03:00
Balázs Úr
e79a4ffa94
luci-app-aria2: fix typos ( #3373 )
...
luci-app-aria2: fix typos
Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
2019-12-18 08:34:09 +01:00
Xingwang Liao
f90de782a7
luci-app-aria2: Refactor, new views and more options
...
This commit contains:
* Refactor package code.
* Add options for RPC, HTTP/HTTPS and BT.
* Improve descriptions for some options.
* New views for config files and log files.
* Also updated translation for simplified Chinese.
Signed-off-by: Xingwang Liao <kuoruan@gmail.com>
2019-07-01 14:28:54 +08:00
练亮斌
2326a0a4c0
luci-app-aria2: fix: datatype
...
just a spelling mistake.
Signed-off-by: Liangbin Lian <jjm2473@gmail.com>
2019-06-16 22:26:11 +08:00
Zheng Qian
e56af3c3e5
luci-app-aria2: fix the log option
...
According to the package aria2, the log option
is enable_logging, so fix this option name.
As luci-app-aria2 can't set custom log file dir,
the default log file is /var/log/aria2.log but not
in the config file dir.
Signed-off-by: Zheng Qian <sotux82@gmail.com>
2018-12-15 21:44:49 +08:00
Hsing-Wang Liao
909083e673
luci-app-aria2: fix template name
...
Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
2016-09-20 11:44:03 +08:00
Hsing-Wang Liao
a4c8c20647
luci-app-aria2: fix bugs and add log option
...
* Fix unable save authentication method;
* Use luci.dispatcher.build_url(...) to support Chaos Calmer;
* Add log file and log level options;
* Rename files.
Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
2016-09-19 18:15:25 +08:00
Hsing-Wang Liao
c88aea6277
luci-app-aria2: Add package
...
LuCI Support for Aria2
Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
2016-05-30 21:27:22 +08:00