Jo-Philipp Wich
6f9b75cc42
luci-app-nlbwmon: remove version marker from javascripts
...
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2017-07-31 19:32:02 +02:00
Jo-Philipp Wich
3722aa0286
luci-app-nlbwmon: improve initial view
...
Make sure that placeholder pie charts are rendered, display a hint about
yet missing data in the tables and offer a link to force-commit ("Reload")
the data.
Also fix some mixed white space, an imbalanced dom operation and sync
translation template.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2017-07-31 19:15:17 +02:00
Hannu Nyman
c37a953653
Merge pull request #1268 from musashino205/tmate-upd-ja
...
luci-app-travelmate: Update Japanese translation
2017-07-31 15:37:49 +03:00
INAGAKI Hiroshi
2e5da9b4fe
luci-app-travelmate: Update Japanese translation
...
Updated Japanese translations.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-07-31 21:18:28 +09:00
INAGAKI Hiroshi
439f0dbafc
luci-app-travelmate: Sync translations
...
Synchronized translations with sources.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-07-31 20:56:24 +09:00
Hannu Nyman
0b11fdebf8
Merge pull request #1267 from dibdot/travelmate
...
luci-app-travelmate: bugfixes
2017-07-31 12:40:43 +03:00
Jo-Philipp Wich
f7a9c713e5
luci-app-nlbwmon: add missing charting library
...
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2017-07-31 11:11:21 +02:00
Dirk Brenken
4142839e0d
luci-app-travelmate: bugfixes
...
* fix interface default value on overview page
* fix re-ordering of wireless stations
* added translation fix by INAGAKI Hiroshi <musashino.open@gmail.com>
Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-07-31 10:26:09 +02:00
Hannu Nyman
fd6f892bc1
Merge pull request #1263 from musashino205/nbm-add-ja
...
luci-app-nlbwmon: Add Japanese translation
2017-07-30 19:48:49 +03:00
Hannu Nyman
c22b44b3fb
Merge pull request #1261 from dibdot/travelmate
...
luci-app-travelmate: enhancements & fixes
2017-07-30 19:48:32 +03:00
INAGAKI Hiroshi
7594c52888
luci-app-nlbwmon: Add Japanese translation
...
Added po templates and Japanese translation.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-07-30 19:08:36 +09:00
Jo-Philipp Wich
2523e0f479
Merge pull request #1259 from jow-/introduce-nlbwmon
...
luci-app-nlbwmon: new package
2017-07-30 11:54:09 +02:00
Dirk Brenken
81f52d4290
luci-app-travelmate: enhancements & fixes
...
* Further optimized Station Overview & Scan page,
especially for mobile devices
* add a "Rescan" button in manual mode on overview page
* XHTML fixes
Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-07-29 17:36:48 +02:00
Jo-Philipp Wich
0fe93fc3a3
luci-app-nlbwmon: new package
...
This commit introduces luci-app-nlbwmon, a frontend for nlbwmon, the
lightweight NetLink BandWidth Montor.
The nlbwmon daemon gathers per-host traffic statistics by querying netlink
accounting data. Due to this approach, the executable is very small and does
not rely on libpcap and CPU intensive raw sockets to monitor traffic.
Depends on PR https://github.com/openwrt/packages/pull/4646
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2017-07-28 16:26:42 +02:00
Jo-Philipp Wich
4c9ae3f615
luci-base: cbi.js: fix handling of inverse-depends, combobox validation
...
- Properly handle logic for evaluating inverted dependencies means
when depending on another field *not* having a given value
- Perform datatype validation *after* populating combobox choices to
avoid triggering a false-positive when validating an .rmempty = false
combobox during form instantiation
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2017-07-28 16:14:53 +02:00
Jo-Philipp Wich
4201282559
luci-base: let luci.sys.net.devices() return all netdevs
...
The previous implementation of the function only returned ethernet
interfaces because it relied on the AF_PACKET family entries returned
by getifaddrs().
Change the function to simply collect all interface names it sees in
order to avoid missing tunnel interfaces.
Fixes FS#917.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2017-07-28 15:44:10 +02:00
Hannu Nyman
3630387a94
Merge pull request #1256 from musashino205/mwan3-upd-ja
...
luci-app-mwan3: Update Japanese translation
2017-07-28 08:09:42 +03:00
Hannu Nyman
9aafb2b294
Merge pull request #1257 from musashino205/base-upd-ja
...
luci-base: Update Japanese translation
2017-07-28 08:08:40 +03:00
INAGAKI Hiroshi
3604e4756d
luci-app-mwan3: Update Japanese translation
...
Updated Japanese translations.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-07-28 13:47:25 +09:00
INAGAKI Hiroshi
984b092726
luci-base: Update Japanese translation
...
Updated Japanese translations.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-07-28 12:18:22 +09:00
Hannu Nyman
3603e27e30
i18n: sync translations
...
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2017-07-27 19:40:47 +03:00
Hannu Nyman
f450c0403d
Merge pull request #1252 from musashino205/mwan3-fix-status
...
luci-app-mwan3: Add translate strings in update_status()
2017-07-25 08:36:52 +03:00
Hannu Nyman
314dd1aa11
Merge pull request #1251 from dibdot/luci-app-travelmate
...
luci-app-travelmate: enhancements & fixes
2017-07-25 08:35:53 +03:00
Dirk Brenken
5dd6be4513
luci-app-travelmate: enhancements & fixes
...
* add re-ordering buttons in Station Overview
* fix possible nil error during wifi scan
Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-07-25 07:24:59 +02:00
INAGAKI Hiroshi
ec305ecc82
luci-app-mwan3: Sync translations
...
Synchronized translations with sources.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-07-25 14:12:25 +09:00
INAGAKI Hiroshi
35cfbe09cc
luci-app-mwan3: Add translate strings in update_status()
...
Translation function is not used in "start", "stop", and "restart",
and I modified them because the LuCI i18n-tools cannot be detected.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-07-25 13:56:50 +09:00
Hannu Nyman
6c8a9f104c
Merge pull request #1250 from dibdot/luci-app-travelmate
...
luci-app-travelmate: small bugfixes
2017-07-24 19:54:31 +03:00
Dirk Brenken
31f77a3cfe
luci-app-travelmate: small bugfixes
...
* speed up wireless scan
* emphasize active uplink in Station Overview
* mark hidden SSIDs
Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-07-24 16:02:21 +02:00
Hannu Nyman
844a741e7e
Merge pull request #1249 from yousong/shadowsocks-libev
...
luci-app-shadowsocks-libev: auto update instance running state
2017-07-24 14:57:07 +03:00
Hannu Nyman
3f0aead2ea
Merge pull request #1248 from musashino205/tmate-upd-ja
...
luci-app-travelmate: Update Japanese translation
2017-07-24 14:56:51 +03:00
Hannu Nyman
f7cf1dae69
Merge pull request #1239 from kuoruan/zh-cn-tr
...
Add some translate strings & Update Simplified Chinese translation
2017-07-24 14:51:12 +03:00
INAGAKI Hiroshi
47cf4afa4d
luci-app-travelmate: Update Japanese translation
...
Updated Japanese translations, and cleaned up old translations.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-07-24 16:25:17 +09:00
Yousong Zhou
06ad394dde
luci-app-shadowsocks-libev: auto update instance running state
...
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2017-07-24 14:53:36 +08:00
INAGAKI Hiroshi
01c5bc66a9
luci-app-travelmate: Sync translations
...
Synchronized translations with sources.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-07-24 14:56:48 +09:00
Hannu Nyman
17de308ab7
Merge pull request #1240 from bobmseagithub/luci-app-statistics_Voltage_graphs
...
luci-app-statistics: Voltage graphs - AC and DC
2017-07-24 08:02:18 +03:00
bobmseagithub
2145b7b33b
luci-app-statistics: Voltage graphs - AC and DC
...
The Voltage graph combines Battery, Input Voltage and Output Voltage.
The Y-Axis scale masks changes in Input/Output voltages over time.
This patch splits the graphs into 2 graphs.
This makes it possible to see variations in AC Input/Output voltages.
Signed-off-by: Bob Meizlik <bobmseagithub@squakmt.com>
2017-07-23 20:44:44 -07:00
Hannu Nyman
8f62b28948
Merge pull request #1242 from yousong/shadowsocks-libev
...
luci-app-shadowsocks-libev: rewrite for shadowsocks-libev 3.0.6-2
2017-07-23 19:37:10 +03:00
Hannu Nyman
52a0787c3f
Merge pull request #1238 from dibdot/luci-app-travelmate
...
luci-app-travelmate: sync with travelmate 0.9.0
2017-07-23 19:34:39 +03:00
Hannu Nyman
6d9fd0aeb7
Merge pull request #1221 from Cye3s/master
...
luci_base: Update zh_CN base.po, translate fix
2017-07-23 19:33:32 +03:00
Yousong Zhou
48b5ccfad5
luci-app-shadowsocks-libev: rewrite for shadowsocks-libev 3.0.6-2
...
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2017-07-23 23:40:26 +08:00
kuoruan
cca9fe92fd
luci-base: Update Simplified Chinese translation
...
Signed-off-by: Hsing-wang Liao <kuoruan@gmail.com>
2017-07-23 14:37:33 +08:00
Hsing-Wang Liao
ccca70579f
luci-app-mwan3: Clean unneeded css styles
...
Some css styles were cleaned by commit e61f40ead8
but that commit forget the file advanced_wirelessconfig.htm, clean these styles to unify style.
Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
2017-07-23 14:34:44 +08:00
Hsing-Wang Liao
e3b22c4888
luci-app-mwan3: Update Simplified Chinese translation
...
Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
2017-07-23 10:42:50 +08:00
kuoruan
7445849460
luci-app-mwan3: Add more translate strings
...
Signed-off-by: Hsing-wang Liao <kuoruan@gmail.com>
2017-07-23 10:42:49 +08:00
Daniel W
adb6209503
remove request headers that are set automatically by browser
2017-07-22 12:11:14 -04:00
Yousong Zhou
90de442347
luci-app-firewall: fix typo dsp -> ds
...
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2017-07-21 20:34:46 +08:00
Yousong Zhou
c759500d49
luci-base: fix loading fold.gif for filebrowser
...
cbi_init() needs to be called at the end of the page to initialize
cbi_strings with "[data-strings]" while cbi_browser_init() happened
before that.
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2017-07-21 20:34:46 +08:00
Dirk Brenken
e900b892e8
luci-app-travelmate: sync with travelmate 0.9.0
...
* add a wireless station manager to edit and delete existing
interfaces or scan for new uplinks
Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-07-20 07:44:15 +02:00
Hannu Nyman
2224714217
Merge pull request #1233 from stangri/luci-app-advanced-reboot
...
luci-app-advanced-reboot: initial commit
2017-07-13 10:51:56 +03:00
Stan Grishin
f6505fc01c
luci-app-advanced-reboot: initial commit
...
Signed-off-by: Stan Grishin <stangri@melmac.net>
2017-07-12 23:21:36 -07:00