summaryrefslogtreecommitdiff
path: root/luci2/htdocs
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* 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-132-0/+104
* luci2: rename switch acl group to network as it is going to be shared with ot...Jo-Philipp Wich2013-10-131-2/+2
* luci2: remove stuff left over from copy & pasting system.leds.jsJo-Philipp Wich2013-10-121-3/+1
* luci2: add network hostname viewJo-Philipp Wich2013-10-122-0/+32
* luci2: add network diagnostics viewJo-Philipp Wich2013-10-122-0/+73
* luci2: add LuCI2.network.runPing(), LuCI2.network.runPing6(), LuCI2.network.r...Jo-Philipp Wich2013-10-121-0/+36
* luci2: increase default rpc timeout to 15 secondsJo-Philipp Wich2013-10-121-1/+1
* luci2: add port status to switch configuration viewJo-Philipp Wich2013-10-111-4/+25
* luci2: add LuCI2.ui.view.repeat() to allow implementing periodic tasksJo-Philipp Wich2013-10-111-0/+43
* luci2: use custom object merge in LuCI2.ui.menu.firstChildView() to avoid ove...Jo-Philipp Wich2013-10-091-1/+4
* luci2: logic fix for initial state of CheckBoxValue widgetsJo-Philipp Wich2013-10-091-3/+1
* luci2: small formatting fix in uci changelog viewJo-Philipp Wich2013-10-091-1/+1
* luci2: add initial switch configuration viewJo-Philipp Wich2013-10-093-0/+318
* luci2: remove newline from generated view constructor code to make debugger l...Jo-Philipp Wich2013-10-051-1/+1
* luci2: various network function fixesJo-Philipp Wich2013-10-051-4/+7
* luci2: implement uci changelog view, display pending changes in upper right c...Jo-Philipp Wich2013-10-033-61/+121