Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-14 | luci-base: firewall.js: fix addZone() | Jo-Philipp Wich | |
When checking for an existing zone with the same name internally, addZone() must use the nonblocking lookupZone() instead of the promise returning public getZone() call. Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2019-07-22 | luci-base: firewall.js: add zone.getDevices() and zone.getSubnets() getters | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2019-07-07 | treewide: switch to shared isObject(), toArray() and sortedKeys() helpers | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2019-07-07 | luci-base: add client-side implementation of luci.model.firewall | Jo-Philipp Wich | |
Introduce firewall.js, a client side reimplementation of the luci.model.firewall class. Signed-off-by: Jo-Philipp Wich <jo@mein.io> |