Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-09 | luci-app-mwan3: bugfix | Dirk Brenken | |
* make use of luci.model.uci to fix #1740 Signed-off-by: Dirk Brenken <dev@brenken.org> | |||
2018-04-06 | luci-app-mwan: fix translation fallout | Hannu Nyman | |
Partially fix the fallout from the recent string changes. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi> | |||
2018-04-06 | luci-app-mwan3: show default values in interface page if config is not found | Florian Eckert | |
Signed-off-by: Florian Eckert <fe@dev.tdt.de> | |||
2018-04-06 | luci-app-mwan3: update translations | Florian Eckert | |
Update hint in the interface page. Update hint in the policy page. Signed-off-by: Florian Eckert <fe@dev.tdt.de> | |||
2018-04-06 | luci-app-mwan3: fix legacy uci api usage | Jo-Philipp Wich | |
Explicitely require libuci-lua in model classes that use legacy /var/state cursor handling. Also add a specific dependency on libuci-lua to the luci-app-mwan3 Makefile in preparation of the upcoming default removal of libuci-lua. Finally fix the post data dispatching on the notification tab, see #1722 for reference. Fixes #1726. Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2018-04-05 | treewide: filter shell arguments through shellquote() where applicable | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2018-04-03 | luci-app-mwan3: remove unnecessary 'tracking active' hint | Florian Eckert | |
Remove the unnecessary 'tracking active' hint from the status interface page. Signed-off-by: Florian Eckert <fe@dev.tdt.de> | |||
2018-04-03 | luci-app-mwan3: remove diag-rc-legend field id | Florian Eckert | |
On the material theme the "Collecting data" hint in the status pages was still present on the page even though the command was sucessfull executed. Remove the legend tag and move the info "Collecting data" to the "diag-rc-output" tag will solve this issue. Signed-off-by: Florian Eckert <fe@dev.tdt.de> | |||
2018-04-03 | luci-app-mwan3: calculate max interface usage from mmx_mask value | Florian Eckert | |
Show max interface value on interface page dependent on the mmx_mask value Signed-off-by: Florian Eckert <fe@dev.tdt.de> | |||
2018-03-29 | i18n: sync translations | INAGAKI Hiroshi | |
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com> | |||
2018-03-28 | luci-app-mwan3: update notify info | Florian Eckert | |
Signed-off-by: Florian Eckert <fe@dev.tdt.de> | |||
2018-03-28 | luci-app-mwan3: fix strict XHTML syntax error | Florian Eckert | |
Signed-off-by: Florian Eckert <fe@dev.tdt.de> | |||
2018-03-23 | luci-app-mwan3: add missing graphics boxes again | Florian Eckert | |
Add css boxes for mwan3 status again Signed-off-by: Florian Eckert <fe@dev.tdt.de> | |||
2018-03-23 | luci-app-mwan3: remove notMonitored status information | Florian Eckert | |
This case is not supported by mwan3 anymore Signed-off-by: Florian Eckert <fe@dev.tdt.de> | |||
2018-03-01 | luci-app-mwan3: remove css from javascript in overview_status_interface | Florian Eckert | |
Signed-off-by: Florian Eckert <fe@dev.tdt.de> | |||
2018-03-01 | luci-app-mwan3: Update header name in status pages | Florian Eckert | |
Signed-off-by: Florian Eckert <fe@dev.tdt.de> | |||
2018-03-01 | luci-app-mwan3: remove duplicated code section | Florian Eckert | |
Signed-off-by: Florian Eckert <fe@dev.tdt.de> | |||
2018-03-01 | luci-app-mwan3: fix source styling | Florian Eckert | |
Signed-off-by: Florian Eckert <fe@dev.tdt.de> | |||
2018-03-01 | luci-app-mwan3: remove css styling from status_interface page | Florian Eckert | |
Signed-off-by: Florian Eckert <fe@dev.tdt.de> | |||
2018-03-01 | luci-app-mwan3: remove css styling from overview_status_interface page | Florian Eckert | |
Signed-off-by: Florian Eckert <fe@dev.tdt.de> | |||
2018-03-01 | luci-app-mwan3: fix stack trace if no tacking_ip is set on interface add | Florian Eckert | |
Signed-off-by: Florian Eckert <fe@dev.tdt.de> | |||
2018-02-05 | luci-app-wman3: show info if mwan3 is not global enabled | Florian Eckert | |
Signed-off-by: Florian Eckert <fe@dev.tdt.de> | |||
2018-02-05 | luci-app-mwan3: update look and feel interface status page | Florian Eckert | |
Signed-off-by: Florian Eckert <fe@dev.tdt.de> | |||
2018-02-05 | luci-app-mwan3: do not show mwan3 status in overview if not enabled | Florian Eckert | |
Signed-off-by: Florian Eckert <fe@dev.tdt.de> | |||
2018-02-05 | luci-app-mwan3: update uci track entry to use /etc/init.d/mwan3 reload | Florian Eckert | |
Signed-off-by: Florian Eckert <fe@dev.tdt.de> | |||
2018-01-23 | luci-app-wman3: add license header to all files | Florian Eckert | |
Signed-off-by: Florian Eckert <fe@dev.tdt.de> | |||
2018-01-23 | luci-app-mwan3: fix diagnostics dropdown menu entry | Florian Eckert | |
Signed-off-by: Florian Eckert <fe@dev.tdt.de> | |||
2018-01-23 | luci-app-mwan3: fix assert if route could not select by ubus | Florian Eckert | |
Signed-off-by: Florian Eckert <fe@dev.tdt.de> | |||
2018-01-20 | i18n-ru: Edits on the general pattern of Russian translation | Vladimir | |
Signed-off-by: Vladimir <picfun@ya.ru> | |||
2018-01-19 | i18n-sync changes mwan3 | Vladimir | |
Signed-off-by: Vladimir <picfun@ya.ru> | |||
2018-01-18 | luci-app-mwan3: refactoring troubleshooting page | Florian Eckert | |
Signed-off-by: Florian Eckert <fe@dev.tdt.de> | |||
2018-01-18 | luci-app-mwan3: rename status tab names | Florian Eckert | |
Signed-off-by: Florian Eckert <fe@dev.tdt.de> | |||
2018-01-18 | luci-app-mwan3: refactoring detail status view and controller | Florian Eckert | |
Signed-off-by: Florian Eckert <fe@dev.tdt.de> | |||
2018-01-18 | luci-app-mwan3: refactoring diagnostics view and controller | Florian Eckert | |
Signed-off-by: Florian Eckert <fe@dev.tdt.de> | |||
2018-01-18 | luci-app-mwan3: fix unify luci code styling | Florian Eckert | |
Signed-off-by: Florian Eckert <fe@dev.tdt.de> | |||
2018-01-18 | luci-app-mwan3: remove/unify lua require order | Florian Eckert | |
Signed-off-by: Florian Eckert <fe@dev.tdt.de> | |||
2018-01-18 | luci-app-mwan3: refactoring member config pages | Florian Eckert | |
Signed-off-by: Florian Eckert <fe@dev.tdt.de> | |||
2018-01-18 | luci-app-mwan3: refactoring warning compilation on the policy config pages | Florian Eckert | |
Signed-off-by: Florian Eckert <fe@dev.tdt.de> | |||
2018-01-18 | luci-app-mwan3: refactoring ruleconfig page | Florian Eckert | |
Signed-off-by: Florian Eckert <fe@dev.tdt.de> | |||
2018-01-18 | luci-app-mwan3: refactoring warning compilation on the rule config pages | Florian Eckert | |
Signed-off-by: Florian Eckert <fe@dev.tdt.de> | |||
2018-01-18 | luci-app-mwan3: remove some config parameter from rule overview table | Florian Eckert | |
Signed-off-by: Florian Eckert <fe@dev.tdt.de> | |||
2018-01-18 | luci-app-mwan3: update rule help text | Florian Eckert | |
Signed-off-by: Florian Eckert <fe@dev.tdt.de> | |||
2018-01-18 | luci-app-mwan3: remove config_css | Florian Eckert | |
Signed-off-by: Florian Eckert <fe@dev.tdt.de> | |||
2018-01-18 | luci-app-mwan3: remove some config parameter from interface overview table | Florian Eckert | |
Signed-off-by: Florian Eckert <fe@dev.tdt.de> | |||
2018-01-18 | luci-app-mwan3: refactoring warning compilation on the interface config pages | Florian Eckert | |
Signed-off-by: Florian Eckert <fe@dev.tdt.de> | |||
2018-01-18 | luci-app-mwan3: remove diagnostics service section | Florian Eckert | |
Signed-off-by: Florian Eckert <fe@dev.tdt.de> | |||
2018-01-18 | luci-app-mwan3: remove unnecessary table information | Florian Eckert | |
- memberconfg view: remove interface table information it is already reflected in the interface dropdown - policyconfig view: remove member table information it is already refelected in the member dropdown - ruleconfig view: remove policy table information it is already reflected in the policy dropdown Signed-off-by: Florian Eckert <fe@dev.tdt.de> | |||
2018-01-18 | luci-app-mwan3: use mwan3 ubus call for status information | Florian Eckert | |
Signed-off-by: Florian Eckert <fe@dev.tdt.de> | |||
2018-01-18 | luci-app-mwan3: unify header in configuration tab | Florian Eckert | |
Signed-off-by: Florian Eckert <fe@dev.tdt.de> | |||
2018-01-18 | luci-app-mwan3: rename mwan3 status overview plugin | Florian Eckert | |
Signed-off-by: Florian Eckert <fe@dev.tdt.de> |