Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-07 | Update EA7300, v1 and v2, for new json based approach | Russell Morris | |
Signed-off-by: Russell Morris <rmorris@rkmorris.us> | |||
2020-10-07 | Merge pull request #4489 from Ansuel/adanced-client | Hannu Nyman | |
luci-app-advanced-reboot: convert to client side | |||
2020-10-07 | luci-app-advanced-reboot: convert to client side | Ansuel Smith | |
Rework the advanced-reboot app to client side implementation. Change devices file to json type. Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com> Tested-by: Stefan Lippers-Hollmann <s.l-h@gmx.de> | |||
2020-10-03 | Add Advanced Reboot support for Linksys EA7300 v2 | Russell Morris | |
Signed-off-by: Russell Morris <rmorris@rkmorris.us> | |||
2020-09-03 | luci-app-advanced-reboot: add linksys-mr8300 support | Hans Geiblinger | |
Signed-off-by: Hans Geiblinger <cybrnook2002@yahoo.com> Tested and confirmed working against master branch and mr8300 | |||
2020-08-24 | luci-app-advanced-reboot: bugifx: btn style; board names for some Linksys ↵ | Stan Grishin | |
devices Signed-off-by: Stan Grishin <stangri@melmac.net> | |||
2020-06-10 | luci-app-advanced-reboot: bugfix: support new board names for Linksys ↵ | Stan Grishin | |
WRT-devices Signed-off-by: Stan Grishin <stangri@melmac.net> | |||
2020-04-12 | luci-app-advanced-reboot: fix syntax | Hannu Nyman | |
Add the missing ")" to lines 45 and 54. Fixes 75a4a80c1dd Fixes #3903 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi> | |||
2020-04-11 | luci-app-advanced-reboot: improve localization by moving from translate to ↵ | Stan Grishin | |
translatef Signed-off-by: Stan Grishin <stangri@melmac.net> | |||
2020-01-30 | luci-app-advanced-reboot: fix faulty ip.new() invocation | Jo-Philipp Wich | |
Ref: https://github.com/openwrt/luci/issues/3587#issuecomment-580044459 Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2020-01-29 | luci-app-advanced-reboot: properly handle multiple or missing lan IPs | Jo-Philipp Wich | |
Fixes: #3587 Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2020-01-10 | luci-app-advanced-reboot: pluggable device files, highlight current partition | Stan Grishin | |
Signed-off-by: Stan Grishin <stangri@melmac.net> | |||
2019-12-24 | luci-app-advanced-reboot: bugfix: compatible with new luci | Stan Grishin | |
Signed-off-by: Stan Grishin <stangri@melmac.net> | |||
2019-11-27 | luci-app-advanced-reboot: better information for snapshots | Stan Grishin | |
Signed-off-by: Stan Grishin <stangri@melmac.net> | |||
2019-11-19 | luci-app-advanced-reboot: add logger messages, README update | Stan Grishin | |
Signed-off-by: Stan Grishin <stangri@melmac.net> | |||
2019-11-19 | luci-app-advanced-reboot: bugfix: luci error on reboot, logger errors | Stan Grishin | |
Signed-off-by: Stan Grishin <stangri@melmac.net> | |||
2019-11-15 | luci-app-advanced-reboot: show OpenWrt info on compatible NAND routers | Stan Grishin | |
Signed-off-by: Stan Grishin <stangri@melmac.net> | |||
2019-10-07 | luci-app-advanced-reboot: import applyreboot template from luci-mod-system | Jo-Philipp Wich | |
Since the advanced-reboot app is the sole remaining user of the applyreboot template, import it into this package to avoid the need for shipping it with the default installation. Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2019-08-26 | luci-app-advanced-reboot: bugfix for when network.lan.ipaddr is a table | Stan Grishin | |
Signed-off-by: Stan Grishin <stangri@melmac.net> | |||
2019-08-17 | luci-app-advanced-reboot: support for Linksys EA8300 | Stan Grishin | |
Signed-off-by: Stan Grishin <stangri@melmac.net> | |||
2019-02-24 | luci-app-advanced-reboot: secondary partition fix for Linksys EA6350v3 | Stan Grishin | |
Signed-off-by: Stan Grishin <stangri@melmac.net> | |||
2019-02-20 | luci-app-advanced-reboot: add support for Linksys EA6350v3, fix kernel ↵ | Stan Grishin | |
version length issue Signed-off-by: Stan Grishin <stangri@melmac.net> | |||
2018-07-19 | luci-app-advanced-reboot: change style of buttons to important | Stan Grishin | |
Signed-off-by: Stan Grishin <stangri@melmac.net> | |||
2018-07-13 | luci-app-advanced-reboot: fix translation string | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2018-07-10 | luci-app-advanced-reboot: support for Linksys WRT32X | Stan Grishin | |
Signed-off-by: Stan Grishin <stangri@melmac.net> | |||
2018-05-28 | treewide: convert HTML tables to div | Jo-Philipp Wich | |
Mostly convert HTML tables to div based markup to allow for easier styling in the future. Also change JS accessor code accordingly. Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2018-04-07 | luci-app-advanced-reboot: remove explicit libuci requirement | Jo-Philipp Wich | |
Rewrite affected code to use luci.model.uci in order to avoid the need for using libuci-lua directly. Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2018-04-07 | luci-app-advanced-reboot & luci-app-vpnbypass: fix uci require for master | Stan Grishin | |
Signed-off-by: Stan Grishin <stangri@melmac.net> | |||
2018-01-21 | luci-app-advanced-reboot: fixed bug on devices/board names with dashes in them | Stan Grishin | |
Signed-off-by: Stan Grishin <stangri@melmac.net> | |||
2018-01-14 | luci-app-advanced-reboot: added support for new board names for ea8500 and ↵ | Stan Grishin | |
nbg6817 Signed-off-by: Stan Grishin <stangri@melmac.net> | |||
2017-12-25 | luci-app-advanced-reboot: 2 new routers + error reporting | Stan Grishin | |
Added support for: Linksys EA3500 and ZyXEL NBG6817 Added error reporting to both system log and WebUI on errors Signed-off-by: Stan Grishin <stangri@melmac.net> | |||
2017-07-12 | luci-app-advanced-reboot: initial commit | Stan Grishin | |
Signed-off-by: Stan Grishin <stangri@melmac.net> |