| Age | Commit message (Expand) | Author |
| 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 |
| 2013-10-13 | luci2: rename switch acl group to network as it is going to be shared with other views | Jo-Philipp Wich |
| 2013-10-12 | luci2: remove stuff left over from copy & pasting system.leds.js | Jo-Philipp Wich |
| 2013-10-12 | luci2: add network hostname view | Jo-Philipp Wich |
| 2013-10-12 | luci2: add network diagnostics view | Jo-Philipp Wich |
| 2013-10-12 | luci2: add LuCI2.network.runPing(), LuCI2.network.runPing6(), LuCI2.network.runTraceroute(), LuCI2.network.runTraceroute6() and LuCI2.network.runNslookup() rpc wrappers | Jo-Philipp Wich |
| 2013-10-12 | luci2: increase default rpc timeout to 15 seconds | Jo-Philipp Wich |
| 2013-10-11 | luci2: add port status to switch configuration view | Jo-Philipp Wich |
| 2013-10-11 | rpcd: add luci2.network.ping, luci2.network.ping6, luci2.network.tracroute, luci2.network.tracroute6, luci2.network.nslookup calls | Jo-Philipp Wich |
| 2013-10-11 | luci2: add LuCI2.ui.view.repeat() to allow implementing periodic tasks | Jo-Philipp Wich |
| 2013-10-09 | luci2: use custom object merge in LuCI2.ui.menu.firstChildView() to avoid overwriting the original title | Jo-Philipp Wich |
| 2013-10-09 | luci2: logic fix for initial state of CheckBoxValue widgets | Jo-Philipp Wich |
| 2013-10-09 | luci2: small formatting fix in uci changelog view | Jo-Philipp Wich |
| 2013-10-09 | luci2: add initial switch configuration view | Jo-Philipp Wich |
| 2013-10-09 | rpcd: list actual names in luci2.network.switch_list | Jo-Philipp Wich |
| 2013-10-08 | rpcd: add luci2.network.switch_list, luci2.network.switch_info, luci2.network.switch_status calls | Jo-Philipp Wich |
| 2013-10-05 | luci2: remove newline from generated view constructor code to make debugger line numbers match the line numbers in the actual source files | Jo-Philipp Wich |
| 2013-10-05 | luci2: various network function fixes | Jo-Philipp Wich |
| 2013-10-03 | luci2: implement uci changelog view, display pending changes in upper right corner | Jo-Philipp Wich |
| 2013-10-02 | luci2: add acl group definition and menu entry for backup / restore / flash view | Jo-Philipp Wich |
| 2013-10-02 | luci2: implement initial backup / restore / flash view. Actual firmware flashing and resetting is stubbed yet | Jo-Philipp Wich |
| 2013-10-02 | luci2: add missing template for system/users view | Jo-Philipp Wich |
| 2013-10-02 | luci2: fix package install / removal on button click in system/software view | Jo-Philipp Wich |
| 2013-10-02 | luci2: rewrite LuCI2.ui.loading(), LuCI2.ui.dialog(), LuCI2.ui.login() and LuCI2.ui.upload() to use private state objects | Jo-Philipp Wich |
| 2013-10-02 | io: use "ubus_rpc_session" attribute when querying luci-io session acls | Jo-Philipp Wich |
| 2013-10-01 | luci2: render hostname when initializing the ui | Jo-Philipp Wich |
| 2013-10-01 | luci2: fix CBI crash when deleting last remaining uci section in login management view | Jo-Philipp Wich |
| 2013-10-01 | luci2: keep scroll position when redrawing CBI forms, fix crash when deleting last uci section of a TypedSection group | Jo-Philipp Wich |
| 2013-09-30 | luci2: make login view readonly if acls are missing | Jo-Philipp Wich |
| 2013-09-30 | luci2: fix little typo in login manager | Jo-Philipp Wich |
| 2013-09-30 | luci2: add view for managing LuCI2 login accounts | Jo-Philipp Wich |
| 2013-09-30 | luci2: Switch LuCI2.ui.renderView() from new Function() to eval() and use "//@ sourceUrl" annotation to make demand-loaded views debuggable | Jo-Philipp Wich |
| 2013-09-18 | luci2: make LuCI2.cbi.AbstractSection and LuCI2.cbi.AbstractValue public | Jo-Philipp Wich |
| 2013-09-18 | luci2: wrap luci2.ui.crypt rpc call as LuCI2.ui.cryptPassword() | Jo-Philipp Wich |
| 2013-09-17 | rpcd: add luci2.ui.crypt call | Jo-Philipp Wich |
| 2013-09-17 | luci2: fix LuCI2.cbi.NetworkList after RPC changes | Jo-Philipp Wich |
| 2013-09-17 | luci2: fix session heartbeat and serialization of cbi section creations | Jo-Philipp Wich |
| 2013-09-17 | luci2: major changes to RPC implementation | Jo-Philipp Wich |
| 2013-09-11 | rpcd: add luci2.ui.acls call to fetch list of known access groups | Jo-Philipp Wich |
| 2013-09-11 | share: rename acl.d/main.json to acl.d/luci2.json | Jo-Philipp Wich |
| 2013-09-11 | js: switch to ubus rpc login instead of luci-login | Jo-Philipp Wich |
| 2013-09-11 | rpcd: move menu.d to /usr/share/rpcd | Jo-Philipp Wich |
| 2013-09-11 | io: remove luci-login, login is now handled by rpcd | Jo-Philipp Wich |
| 2013-09-11 | rpcd: use "access-group" meta scope when checking menu permissions | Jo-Philipp Wich |
| 2013-09-10 | io: whitespace cleanup | Jo-Philipp Wich |
| 2013-09-09 | Initial commit of LuCI2 | Jo-Philipp Wich |