| Age | Commit message (Expand) | Author |
| 2014-02-01 | luci2: Hide empty tabs when rendering cbi maps | Jo-Philipp Wich |
| 2014-02-01 | luci2: Implement LuCI2.cbi.DeviceList widget | Jo-Philipp Wich |
| 2014-02-01 | luci2: Do not produce uneeded anonymous arrays in LuCI2.cbi.TypedSection.sections() | Jo-Philipp Wich |
| 2014-02-01 | luci2: Fix LuCI2.cbi.AbstractValue.formvalue() for deeply nested widget markup | Jo-Philipp Wich |
| 2014-02-01 | luci2: Add missing CSS classes to LuCI2.cbi.ComboBox widget, fix attaching of event handlers | Jo-Philipp Wich |
| 2014-02-01 | luci2: Properly handle empty values in ListValue widgets | Jo-Philipp Wich |
| 2014-02-01 | luci2: Introduce 'add' option to LuCI2.cbi.AbstractValue.depends() to support incrementally adding dependencies | Jo-Philipp Wich |
| 2014-01-31 | luci2: add LuCI2.cbi.AbstractValue.on() for attaching events to widgets, various form validation fixes | Jo-Philipp Wich |
| 2014-01-31 | luci2: implement LuCI2.cbi.Modal widget | Jo-Philipp Wich |
| 2014-01-31 | luci2: add primitive initial support for applying uci changes | Jo-Philipp Wich |
| 2014-01-31 | luci2: append markup for uci change indicator when rendering main menu | Jo-Philipp Wich |
| 2014-01-31 | luci2: expose loaded views in LuCI2.view[] | Jo-Philipp Wich |
| 2014-01-31 | luci2: update ACL cache and initialize NetworkModel in LuCI2.ui.init(), bind view changes to 'hashchange' event to support browser back and forward buttons | Jo-Philipp Wich |
| 2014-01-31 | luci2: implement LuCI2.cbi.SingleSection widget | Jo-Philipp Wich |
| 2014-01-31 | luci2: expose uci reorder deltas in uci changelog view | Jo-Philipp Wich |
| 2014-01-31 | luci2: change LuCI2.cbi.NetworkList to use LuCI2.NetworkModel class | Jo-Philipp Wich |
| 2014-01-31 | luci2: implement LuCI2.cbi.ButtonValue widget | Jo-Philipp Wich |
| 2014-01-31 | luci2: ensure that loading indicator appears above modal dialogs | Jo-Philipp Wich |
| 2014-01-31 | luci2: fix typo in LuCI2.firewall.getZoneColor() | Jo-Philipp Wich |
| 2014-01-31 | luci2: change LuCI2.ui.dialog() to return the resulting element tree, implement wide option | Jo-Philipp Wich |
| 2014-01-31 | luci2: implement LuCI2.NetworkModel, LuCI2.NetworkModel.Interface, LuCI2.NetworkModel.Device and LuCI2.NetworkModel.Protocol classes | Jo-Philipp Wich |
| 2014-01-31 | luci2: drop LuCI2.uci end replace it with LuCI2.UCIContext instance, switch LuCI2.cbi.Map to LuCI2.UCIContext | Jo-Philipp Wich |
| 2014-01-31 | luci2: implement LuCI2.session.updateACLs() and LuCI2.session.hasACL() | Jo-Philipp Wich |
| 2014-01-31 | luci2: add LuCI2.UCIContext class, this proxies the remote uci state within the ui | Jo-Philipp Wich |
| 2014-01-31 | luci2: properly handle failed ubus calls in LuCI2.rpc to ensure that chained then() callbacks are invoked with the expected default values | Jo-Philipp Wich |
| 2014-01-31 | luci2: add utility functions | Jo-Philipp Wich |
| 2014-01-31 | luci2: properly handle empty hash info, fixes endless loop with expired sids | Jo-Philipp Wich |
| 2013-11-25 | rpcd: add bwmon plugin for fetching interface traffic statistics | Jo-Philipp Wich |
| 2013-11-22 | rpcd: expose interface up state in luci2.network.device_list | Jo-Philipp Wich |
| 2013-11-12 | rpcd: implement luci2.network.device_list to find names and types of all currently present network ifaces | Jo-Philipp Wich |
| 2013-11-04 | io: return JSON responses with text/plain mimetype for IE 8 / IE 9 compatibility | Jo-Philipp Wich |
| 2013-11-04 | luci2: fix various cross browser issues | Jo-Philipp Wich |
| 2013-11-04 | luci2: remove dead view code | Jo-Philipp Wich |
| 2013-11-04 | luci2: convert system.cron view markup to bootstrap | Jo-Philipp Wich |
| 2013-11-04 | luci2: cleanup system.upgrade view markup, remove leftover call to jquery-ui tabs() | Jo-Philipp Wich |
| 2013-11-04 | luci2: fix rendering of LuCI2.cbi.MultiValue | Jo-Philipp Wich |
| 2013-11-04 | luci2: adapt views to changed luci2 framework | Jo-Philipp Wich |
| 2013-11-04 | luci2: switch to twitter bootstrap framework | Jo-Philipp Wich |
| 2013-10-22 | luci2: don't re-set timeout if view is finished already, re-set timeout even if the requested action failed | Jo-Philipp Wich |
| 2013-10-22 | luci2: add AbstractWidget.appendTo() to support appending widgets to a container | Jo-Philipp Wich |
| 2013-10-22 | luci2: support passing additional arguments to LuCI2.ui.renderView(), LuCI2.ui.view.render() | Jo-Philipp Wich |
| 2013-10-22 | luci2: add intial LuCI2.firewall abstraction class | Jo-Philipp Wich |
| 2013-10-22 | luci2: wrap luci2.network.ifup and luci2.network.ifdown calls as LuCI2.network.setUp() and LuCI2.network.setDown() | Jo-Philipp Wich |
| 2013-10-22 | rpcd: add luci2.network.ifup and luci2.network.ifdown calls | Jo-Philipp Wich |
| 2013-10-15 | luci2: use custom jQuery UI build with all uneeded functionality trimmed, saves 320K uncompressed | Jo-Philipp Wich |
| 2013-10-14 | luci2: remove dead code from LuCI2.cbi.Map() | Jo-Philipp Wich |
| 2013-10-14 | luci2: rework system administration view with fancier ssh pubkey handling | Jo-Philipp Wich |
| 2013-10-13 | luci2: fix interface type detection in LuCI2.ui.devicebadge() | Jo-Philipp Wich |
| 2013-10-13 | luci2: fix missing error message in ip6addr datatype validation | Jo-Philipp Wich |
| 2013-10-13 | luci2: add network routes view | Jo-Philipp Wich |