luci2: append markup for uci change indicator when rendering main menu
[project/luci2/ui.git] / luci2 / htdocs / luci2 / luci2.js
2014-01-31 Jo-Philipp Wichluci2: append markup for uci change indicator when...
2014-01-31 Jo-Philipp Wichluci2: expose loaded views in LuCI2.view[]
2014-01-31 Jo-Philipp Wichluci2: update ACL cache and initialize NetworkModel...
2014-01-31 Jo-Philipp Wichluci2: implement LuCI2.cbi.SingleSection widget
2014-01-31 Jo-Philipp Wichluci2: expose uci reorder deltas in uci changelog view
2014-01-31 Jo-Philipp Wichluci2: change LuCI2.cbi.NetworkList to use LuCI2.Networ...
2014-01-31 Jo-Philipp Wichluci2: implement LuCI2.cbi.ButtonValue widget
2014-01-31 Jo-Philipp Wichluci2: ensure that loading indicator appears above...
2014-01-31 Jo-Philipp Wichluci2: fix typo in LuCI2.firewall.getZoneColor()
2014-01-31 Jo-Philipp Wichluci2: change LuCI2.ui.dialog() to return the resulting...
2014-01-31 Jo-Philipp Wichluci2: implement LuCI2.NetworkModel, LuCI2.NetworkModel...
2014-01-31 Jo-Philipp Wichluci2: drop LuCI2.uci end replace it with LuCI2.UCICont...
2014-01-31 Jo-Philipp Wichluci2: implement LuCI2.session.updateACLs() and LuCI2...
2014-01-31 Jo-Philipp Wichluci2: add LuCI2.UCIContext class, this proxies the...
2014-01-31 Jo-Philipp Wichluci2: properly handle failed ubus calls in LuCI2.rpc...
2014-01-31 Jo-Philipp Wichluci2: add utility functions
2014-01-31 Jo-Philipp Wichluci2: properly handle empty hash info, fixes endless...
2013-11-04 Jo-Philipp Wichluci2: fix various cross browser issues
2013-11-04 Jo-Philipp Wichluci2: fix rendering of LuCI2.cbi.MultiValue
2013-11-04 Jo-Philipp Wichluci2: switch to twitter bootstrap framework
2013-10-22 Jo-Philipp Wichluci2: don't re-set timeout if view is finished already...
2013-10-22 Jo-Philipp Wichluci2: add AbstractWidget.appendTo() to support appendi...
2013-10-22 Jo-Philipp Wichluci2: support passing additional arguments to LuCI2...
2013-10-22 Jo-Philipp Wichluci2: add intial LuCI2.firewall abstraction class
2013-10-22 Jo-Philipp Wichluci2: wrap luci2.network.ifup and luci2.network.ifdown...
2013-10-14 Jo-Philipp Wichluci2: remove dead code from LuCI2.cbi.Map()
2013-10-13 Jo-Philipp Wichluci2: fix interface type detection in LuCI2.ui.deviceb...
2013-10-13 Jo-Philipp Wichluci2: fix missing error message in ip6addr datatype...
2013-10-12 Jo-Philipp Wichluci2: add LuCI2.network.runPing(), LuCI2.network.runPi...
2013-10-12 Jo-Philipp Wichluci2: increase default rpc timeout to 15 seconds
2013-10-11 Jo-Philipp Wichluci2: add LuCI2.ui.view.repeat() to allow implementing...
2013-10-09 Jo-Philipp Wichluci2: use custom object merge in LuCI2.ui.menu.firstCh...
2013-10-09 Jo-Philipp Wichluci2: logic fix for initial state of CheckBoxValue...
2013-10-09 Jo-Philipp Wichluci2: small formatting fix in uci changelog view
2013-10-09 Jo-Philipp Wichluci2: add initial switch configuration view
2013-10-05 Jo-Philipp Wichluci2: remove newline from generated view constructor...
2013-10-05 Jo-Philipp Wichluci2: various network function fixes
2013-10-03 Jo-Philipp Wichluci2: implement uci changelog view, display pending...
2013-10-02 Jo-Philipp Wichluci2: implement initial backup / restore / flash view...
2013-10-02 Jo-Philipp Wichluci2: rewrite LuCI2.ui.loading(), LuCI2.ui.dialog...
2013-10-01 Jo-Philipp Wichluci2: render hostname when initializing the ui
2013-10-01 Jo-Philipp Wichluci2: keep scroll position when redrawing CBI forms...
2013-09-30 Jo-Philipp Wichluci2: Switch LuCI2.ui.renderView() from new Function...
2013-09-18 Jo-Philipp Wichluci2: make LuCI2.cbi.AbstractSection and LuCI2.cbi...
2013-09-18 Jo-Philipp Wichluci2: wrap luci2.ui.crypt rpc call as LuCI2.ui.cryptPa...
2013-09-17 Jo-Philipp Wichluci2: fix LuCI2.cbi.NetworkList after RPC changes
2013-09-17 Jo-Philipp Wichluci2: fix session heartbeat and serialization of cbi...
2013-09-17 Jo-Philipp Wichluci2: major changes to RPC implementation
2013-09-11 Jo-Philipp Wichjs: switch to ubus rpc login instead of luci-login
2013-09-09 Jo-Philipp WichInitial commit of LuCI2