Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-18 | Merge pull request #4596 from mikma/routes-proto | Jo-Philipp Wich | |
luci-mod-status: routes.js: add route protocol | |||
2020-11-18 | Merge pull request #4599 from Ansuel/move-svg | Jo-Philipp Wich | |
luci-mod-status: move svg to dedicated dir | |||
2020-11-18 | luci-mod-status: move svg to dedicated dir | Ansuel Smith | |
Move svgs from top dir to a dedicated svgs dir. Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com> | |||
2020-11-15 | luci-mod-status: routes.js: add route protocolroutes-proto | Mikael Magnusson | |
Add protocol column to the active routes tables. The route protocol is for example helpful when using a dynamic routing daemon, such as bird or babel. Signed-off-by: Mikael Magnusson <mikma@users.sourceforge.net> | |||
2020-10-30 | luci-mod-status: add support for add device to wifi black/whitelist | Ansuel Smith | |
Add support for one-click add device to wifi black/whitelist in the status page. If the black/whitelist feature is enabled a combobox is displayed with the disconnect option. Device already added will display only the disconnect button. Fixes: #3675 Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com> | |||
2020-10-30 | Merge pull request #4499 from Ansuel/clicklease | Jo-Philipp Wich | |
luci-mod-status: add support for one-click static lease | |||
2020-10-17 | luci-mod-status: add WPS control for wifi info | Ansuel Smith | |
Add a way to trigger and get the WPS Push Button status from the webui if supported. Fixes: #1072 Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com> | |||
2020-10-10 | luci-mod-status: add support for one-click static lease | Ansuel Smith | |
Introduce a button in the status lease table to quickly add an host as static. Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com> | |||
2020-04-18 | luci-mod-status: hide DHCP and assoclist on insufficient ACLs | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2020-04-18 | luci-mod-status: index.js: skip includes which failed loading | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2020-04-17 | treewide: fix trailing commans in ACL JSON files | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2020-04-17 | treewide: add ACL annotations to menu entries | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2020-04-16 | luci-mod-status: assoclist: hide wifi disconnect on insufficient ACLs | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2020-04-09 | treewide: reorganize base ACLs | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2020-04-08 | Merge pull request #3769 from dibdot/logread-fix | Jo-Philipp Wich | |
luci-base: accept alternative logread location | |||
2020-04-03 | luci-mod-status: use LuCI.ui.instantiateView() to load index view | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2020-04-03 | treewide: import utility classes explicitly | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2020-04-01 | luci-mod-status: luci-bwc: skip "." and ".." when finding netdevs | Jo-Philipp Wich | |
Skip the "." and ".." directory entries of "/sys/class/net/" instead of passing them on to libiwinfo's probe function. This avoids a situation where the kernel requests a modprobe of "netdev-." and "netdev-.." over and over again, resulting in high load on lower end systems. Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2020-03-24 | luci-mod-network, luci-mod-status: allow assoclist wrapping | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> (cherry picked from commit a600ebb5fe14b13cb53669eb73b86f66cc699e94) | |||
2020-03-23 | luci-mod-status: tag DHCP lease tables with dedicated CSS classes | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2020-03-23 | luci-mod-status: adjust assoclist markup for easier styling | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2020-03-23 | luci-mod-status: use generic .cbi-section-actions style for row actions | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2020-03-20 | luci-base: accept alternative logread location | Dirk Brenken | |
* minimal change to accept the usual logread location plus the alternative location (/usr/sbin/logread) used by syslog-ng (see openwrt/packages/issues/11535 for reference) Signed-off-by: Dirk Brenken <dev@brenken.org> | |||
2020-03-04 | luci-mod-status: routes.js: remove debug code | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2020-03-01 | luci-base: Show used memory instead of Free | Howard Su | |
This makes sure solid/blue bar shows the used memory. Signed-off-by: Howard Su <howard0su@gmail.com> | |||
2020-02-23 | luci-mod-status: hide DHCP status if dnsmasq/odhcpd aren't present | Jo-Philipp Wich | |
Fixes: #3674 Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2020-02-18 | luci-mod-status: don't drop lines with negated addresses | Jo-Philipp Wich | |
Fixes: #3642 Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2020-02-17 | luci-mod-network, luci-mod-status: harmonize wifi signal indicators | Jo-Philipp Wich | |
Fixes: #3636 Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2020-01-20 | luci-mod-status: refactor luci-bwc | Jo-Philipp Wich | |
- Read interface statistics from /sys/class/net/ - Discover all wireless interfaces, not just specifically named ones Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2019-12-29 | luci-mod-status: reimplement route status page as client side view | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2019-12-22 | luci-mod-status: remove obsolete nameinfo route | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2019-12-22 | luci-mod-status: reimplement log pages as client side views | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2019-12-22 | luci-mod-status: reimplement iptables status page as client side view | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2019-12-22 | luci-mod-status: replace iptables controller actions with cgi-io calls | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2019-12-20 | luci-base: fix typos | Balázs Úr | |
Signed-off-by: Balázs Úr <balazs@urbalazs.hu> | |||
2019-12-17 | luci-base: fix typos | Balázs Úr | |
Signed-off-by: Balázs Úr <balazs@urbalazs.hu> | |||
2019-12-16 | luci-mod-status: convert menu nodes to JSON | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2019-11-15 | luci-mod-status: ensure comment escaping in iptables status output | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2019-11-14 | luci-mod-status: display secondary lease IPv6 addresses if available | Jo-Philipp Wich | |
Ref: https://forum.openwrt.org/t/luci-not-showing-2nd-ipv6-address/48271 Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2019-11-14 | luci-mod-status: fix free swap calculation | Jo-Philipp Wich | |
Fixes: #3295 Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2019-11-12 | luci-mod-status: fix graph rendering with XHTML themes | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2019-11-08 | luci-mod-status: remove inline CSS hacks from wifi status | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2019-11-07 | luci-mod-status: 60_wifi.js: use new network.js functions for wifi status | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2019-11-07 | luci-mod-status: fix stray "null" in wifi assoclist status view | Jo-Philipp Wich | |
Fixes: #3272 Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2019-11-05 | luci-mod-status: 10_system.js: fix local time display | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2019-11-03 | treewide: require ui.js explicitly | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2019-11-03 | luci-mod-status: move processes.js to correct directory | Jo-Philipp Wich | |
Fixes: a43b1c646 ("luci-base, luci-mod-status: convert process status to client side view") Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2019-11-03 | luci-base, luci-mod-status: convert process status to client side view | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2019-11-03 | luci-mod-status: 60_wifi.js: fix channel and bitrate display | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2019-11-03 | luci-base, luci-mod-status: convert realtime stats to client side views | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> |