project/luci2/ui.git
2014-01-31 Jo-Philipp... luci2: properly handle empty hash info, fixes endless...
2013-11-25 Jo-Philipp... rpcd: add bwmon plugin for fetching interface traffic...
2013-11-22 Jo-Philipp... rpcd: expose interface up state in luci2.network.device...
2013-11-12 Jo-Philipp... rpcd: implement luci2.network.device_list to find names...
2013-11-04 Jo-Philipp... io: return JSON responses with text/plain mimetype...
2013-11-04 Jo-Philipp... luci2: fix various cross browser issues
2013-11-04 Jo-Philipp... luci2: remove dead view code
2013-11-04 Jo-Philipp... luci2: convert system.cron view markup to bootstrap
2013-11-04 Jo-Philipp... luci2: cleanup system.upgrade view markup, remove lefto...
2013-11-04 Jo-Philipp... luci2: fix rendering of LuCI2.cbi.MultiValue
2013-11-04 Jo-Philipp... luci2: adapt views to changed luci2 framework
2013-11-04 Jo-Philipp... luci2: switch to twitter bootstrap framework
2013-10-22 Jo-Philipp... luci2: don't re-set timeout if view is finished already...
2013-10-22 Jo-Philipp... luci2: add AbstractWidget.appendTo() to support appendi...
2013-10-22 Jo-Philipp... luci2: support passing additional arguments to LuCI2...
2013-10-22 Jo-Philipp... luci2: add intial LuCI2.firewall abstraction class
2013-10-22 Jo-Philipp... luci2: wrap luci2.network.ifup and luci2.network.ifdown...
2013-10-22 Jo-Philipp... rpcd: add luci2.network.ifup and luci2.network.ifdown...
2013-10-15 Jo-Philipp... luci2: use custom jQuery UI build with all uneeded...
2013-10-14 Jo-Philipp... luci2: remove dead code from LuCI2.cbi.Map()
2013-10-14 Jo-Philipp... luci2: rework system administration view with fancier...
2013-10-13 Jo-Philipp... luci2: fix interface type detection in LuCI2.ui.deviceb...
2013-10-13 Jo-Philipp... luci2: fix missing error message in ip6addr datatype...
2013-10-13 Jo-Philipp... luci2: add network routes view
2013-10-13 Jo-Philipp... luci2: rename switch acl group to network as it is...
2013-10-12 Jo-Philipp... luci2: remove stuff left over from copy & pasting syste...
2013-10-12 Jo-Philipp... luci2: add network hostname view
2013-10-12 Jo-Philipp... luci2: add network diagnostics view
2013-10-12 Jo-Philipp... luci2: add LuCI2.network.runPing(), LuCI2.network.runPi...
2013-10-12 Jo-Philipp... luci2: increase default rpc timeout to 15 seconds
2013-10-11 Jo-Philipp... luci2: add port status to switch configuration view
2013-10-11 Jo-Philipp... rpcd: add luci2.network.ping, luci2.network.ping6,...
2013-10-11 Jo-Philipp... luci2: add LuCI2.ui.view.repeat() to allow implementing...
2013-10-09 Jo-Philipp... luci2: use custom object merge in LuCI2.ui.menu.firstCh...
2013-10-09 Jo-Philipp... luci2: logic fix for initial state of CheckBoxValue...
2013-10-09 Jo-Philipp... luci2: small formatting fix in uci changelog view
2013-10-09 Jo-Philipp... luci2: add initial switch configuration view
2013-10-09 Jo-Philipp... rpcd: list actual names in luci2.network.switch_list
2013-10-08 Jo-Philipp... rpcd: add luci2.network.switch_list, luci2.network...
2013-10-05 Jo-Philipp... luci2: remove newline from generated view constructor...
2013-10-05 Jo-Philipp... luci2: various network function fixes
2013-10-03 Jo-Philipp... luci2: implement uci changelog view, display pending...
2013-10-02 Jo-Philipp... luci2: add acl group definition and menu entry for...
2013-10-02 Jo-Philipp... luci2: implement initial backup / restore / flash view...
2013-10-02 Jo-Philipp... luci2: add missing template for system/users view
2013-10-02 Jo-Philipp... luci2: fix package install / removal on button click...
2013-10-02 Jo-Philipp... luci2: rewrite LuCI2.ui.loading(), LuCI2.ui.dialog...
2013-10-02 Jo-Philipp... io: use "ubus_rpc_session" attribute when querying...
2013-10-01 Jo-Philipp... luci2: render hostname when initializing the ui
2013-10-01 Jo-Philipp... luci2: fix CBI crash when deleting last remaining uci...
2013-10-01 Jo-Philipp... luci2: keep scroll position when redrawing CBI forms...
2013-09-30 Jo-Philipp... luci2: make login view readonly if acls are missing
2013-09-30 Jo-Philipp... luci2: fix little typo in login manager
2013-09-30 Jo-Philipp... luci2: add view for managing LuCI2 login accounts
2013-09-30 Jo-Philipp... luci2: Switch LuCI2.ui.renderView() from new Function...
2013-09-18 Jo-Philipp... luci2: make LuCI2.cbi.AbstractSection and LuCI2.cbi...
2013-09-18 Jo-Philipp... luci2: wrap luci2.ui.crypt rpc call as LuCI2.ui.cryptPa...
2013-09-17 Jo-Philipp... rpcd: add luci2.ui.crypt call
2013-09-17 Jo-Philipp... luci2: fix LuCI2.cbi.NetworkList after RPC changes
2013-09-17 Jo-Philipp... luci2: fix session heartbeat and serialization of cbi...
2013-09-17 Jo-Philipp... luci2: major changes to RPC implementation
2013-09-11 Jo-Philipp... rpcd: add luci2.ui.acls call to fetch list of known...
2013-09-11 Jo-Philipp... share: rename acl.d/main.json to acl.d/luci2.json
2013-09-11 Jo-Philipp... js: switch to ubus rpc login instead of luci-login
2013-09-11 Jo-Philipp... rpcd: move menu.d to /usr/share/rpcd
2013-09-11 Jo-Philipp... io: remove luci-login, login is now handled by rpcd
2013-09-11 Jo-Philipp... rpcd: use "access-group" meta scope when checking menu...
2013-09-10 Jo-Philipp... io: whitespace cleanup
2013-09-09 Jo-Philipp... Initial commit of LuCI2