summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* luci2: Implement LuCI2.cbi.DeviceList widgetJo-Philipp Wich2014-02-011-0/+162
* luci2: Do not produce uneeded anonymous arrays in LuCI2.cbi.TypedSection.sect...Jo-Philipp Wich2014-02-011-1/+1
* luci2: Fix LuCI2.cbi.AbstractValue.formvalue() for deeply nested widget markupJo-Philipp Wich2014-02-011-1/+1
* luci2: Add missing CSS classes to LuCI2.cbi.ComboBox widget, fix attaching of...Jo-Philipp Wich2014-02-011-2/+7
* luci2: Properly handle empty values in ListValue widgetsJo-Philipp Wich2014-02-011-7/+12
* luci2: Introduce 'add' option to LuCI2.cbi.AbstractValue.depends() to support...Jo-Philipp Wich2014-02-011-2/+6
* luci2: add LuCI2.cbi.AbstractValue.on() for attaching events to widgets, vari...Jo-Philipp Wich2014-01-311-21/+61
* luci2: implement LuCI2.cbi.Modal widgetJo-Philipp Wich2014-01-311-12/+66
* luci2: add primitive initial support for applying uci changesJo-Philipp Wich2014-01-311-13/+16
* luci2: append markup for uci change indicator when rendering main menuJo-Philipp Wich2014-01-311-1/+14
* luci2: expose loaded views in LuCI2.view[]Jo-Philipp Wich2014-01-311-13/+11
* luci2: update ACL cache and initialize NetworkModel in LuCI2.ui.init(), bind ...Jo-Philipp Wich2014-01-311-7/+27
* luci2: implement LuCI2.cbi.SingleSection widgetJo-Philipp Wich2014-01-311-0/+10
* luci2: expose uci reorder deltas in uci changelog viewJo-Philipp Wich2014-01-311-0/+1
* luci2: change LuCI2.cbi.NetworkList to use LuCI2.NetworkModel classJo-Philipp Wich2014-01-311-65/+32
* luci2: implement LuCI2.cbi.ButtonValue widgetJo-Philipp Wich2014-01-311-0/+15
* luci2: ensure that loading indicator appears above modal dialogsJo-Philipp Wich2014-01-311-0/+1
* luci2: fix typo in LuCI2.firewall.getZoneColor()Jo-Philipp Wich2014-01-311-1/+1
* luci2: change LuCI2.ui.dialog() to return the resulting element tree, impleme...Jo-Philipp Wich2014-01-311-2/+13
* luci2: implement LuCI2.NetworkModel, LuCI2.NetworkModel.Interface, LuCI2.Netw...Jo-Philipp Wich2014-01-311-0/+1413
* luci2: drop LuCI2.uci end replace it with LuCI2.UCIContext instance, switch L...Jo-Philipp Wich2014-01-311-779/+33
* luci2: implement LuCI2.session.updateACLs() and LuCI2.session.hasACL()Jo-Philipp Wich2014-01-311-0/+35
* luci2: add LuCI2.UCIContext class, this proxies the remote uci state within t...Jo-Philipp Wich2014-01-311-0/+475
* luci2: properly handle failed ubus calls in LuCI2.rpc to ensure that chained ...Jo-Philipp Wich2014-01-311-15/+20
* luci2: add utility functionsJo-Philipp Wich2014-01-311-0/+97
* luci2: properly handle empty hash info, fixes endless loop with expired sidsJo-Philipp Wich2014-01-311-1/+3
* rpcd: add bwmon plugin for fetching interface traffic statisticsJo-Philipp Wich2013-11-253-1/+288
* rpcd: expose interface up state in luci2.network.device_listJo-Philipp Wich2013-11-221-1/+14
* rpcd: implement luci2.network.device_list to find names and types of all curr...Jo-Philipp Wich2013-11-121-1/+77
* io: return JSON responses with text/plain mimetype for IE 8 / IE 9 compatibilityJo-Philipp Wich2013-11-041-1/+1
* luci2: fix various cross browser issuesJo-Philipp Wich2013-11-043-21/+31
* luci2: remove dead view codeJo-Philipp Wich2013-11-042-82/+0
* luci2: convert system.cron view markup to bootstrapJo-Philipp Wich2013-11-041-6/+6
* luci2: cleanup system.upgrade view markup, remove leftover call to jquery-ui ...Jo-Philipp Wich2013-11-042-44/+40
* luci2: fix rendering of LuCI2.cbi.MultiValueJo-Philipp Wich2013-11-041-4/+1
* luci2: adapt views to changed luci2 frameworkJo-Philipp Wich2013-11-0415-234/+258
* luci2: switch to twitter bootstrap frameworkJo-Philipp Wich2013-11-0412-6601/+7792
* luci2: don't re-set timeout if view is finished already, re-set timeout even ...Jo-Philipp Wich2013-10-221-2/+3
* luci2: add AbstractWidget.appendTo() to support appending widgets to a containerJo-Philipp Wich2013-10-221-0/+4
* luci2: support passing additional arguments to LuCI2.ui.renderView(), LuCI2.u...Jo-Philipp Wich2013-10-221-4/+14
* luci2: add intial LuCI2.firewall abstraction classJo-Philipp Wich2013-10-221-0/+51
* luci2: wrap luci2.network.ifup and luci2.network.ifdown calls as LuCI2.networ...Jo-Philipp Wich2013-10-221-0/+15
* rpcd: add luci2.network.ifup and luci2.network.ifdown callsJo-Philipp Wich2013-10-221-0/+40
* luci2: use custom jQuery UI build with all uneeded functionality trimmed, sav...Jo-Philipp Wich2013-10-153-15004/+3643
* luci2: remove dead code from LuCI2.cbi.Map()Jo-Philipp Wich2013-10-141-27/+0
* luci2: rework system administration view with fancier ssh pubkey handlingJo-Philipp Wich2013-10-141-110/+325
* luci2: fix interface type detection in LuCI2.ui.devicebadge()Jo-Philipp Wich2013-10-131-2/+4
* luci2: fix missing error message in ip6addr datatype validationJo-Philipp Wich2013-10-131-0/+1
* luci2: add network routes viewJo-Philipp Wich2013-10-133-0/+110
* luci2: rename switch acl group to network as it is going to be shared with ot...Jo-Philipp Wich2013-10-133-24/+24