summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* luci2: initialize package pointers to NULLHEADmasterRafał Miłecki2019-07-161-2/+2
* luci2: add missing depends to OpenWrt MakefileJo-Philipp Wich2015-02-141-1/+1
* luci2: add 'eap_support' ubus methodJo-Philipp Wich2015-02-141-1/+14
* luci2: add CSS for grid views + mobile improvementsJo-Philipp Wich2015-02-131-2/+120
* luci2: convert status overview to grid and hlist widgetsJo-Philipp Wich2015-02-131-95/+104
* luci2: convert route config to GridSectionJo-Philipp Wich2015-02-131-7/+12
* luci2.wireless: support condensed output in formatEncryption()Jo-Philipp Wich2015-02-131-3/+9
* luci2.wireless: fix WDS interface status in getWirelessStatus()Jo-Philipp Wich2015-02-131-1/+13
* luci2.wireless: add getPhyName() rpc callJo-Philipp Wich2015-02-132-1/+9
* luci2.cbi: add GridSectionJo-Philipp Wich2015-02-131-0/+129
* luci2.ui: add grid and hlist widgetsJo-Philipp Wich2015-02-131-0/+235
* luci2.ui: add icon() helper functionJo-Philipp Wich2015-02-131-0/+20
* luci2.ui: hide mobile dropdown menu when changing viewsJo-Philipp Wich2015-02-131-0/+1
* luci2.uci: don't allow set() with empty string valuesJo-Philipp Wich2015-02-131-1/+1
* luci2: don't mark rpc_plugin symbols constantJo-Philipp Wich2015-01-252-2/+2
* luci2: refresh views after modular reworkJo-Philipp Wich2015-01-074-13/+13
* luci2.ui: properly hide alert message in initial stateJo-Philipp Wich2015-01-071-2/+2
* luci2: fix protocol modules after modular reworkJo-Philipp Wich2015-01-078-19/+20
* luci2: split into submodulesJo-Philipp Wich2015-01-0511-7028/+7067
* luci2: implement Class.require() and Class.instantiate()Jo-Philipp Wich2015-01-051-0/+49
* luci2: polyfill window.location.originJo-Philipp Wich2015-01-051-0/+7
* io: fix invalid memory access in upload modeJo-Philipp Wich2014-12-191-1/+1
* luci2: early wireless configurationRafał Miłecki2014-07-063-0/+96
* io: fix printf() without constant formatJo-Philipp Wich2014-07-031-1/+1
* luci2: UCIContext: add: respect "name" if passedRafał Miłecki2014-06-301-1/+1
* luci2: fix undefined ifname exception when processing wireless status with di...Jo-Philipp Wich2014-06-131-1/+1
* luci2: nested section support and initial code refactoringJo-Philipp Wich2014-05-306-705/+766
* luci2-p910nd: LuCI2 module for p910nd maganementRafał Miłecki2014-04-275-0/+124
* luci2: whitespace fixJo-Philipp Wich2014-04-131-1/+0
* luci2: make sort / remove column in L.cbi.TableSection as narrow as possibleJo-Philipp Wich2014-04-131-0/+1
* support custom event handlers for L.cbi.DeviceList widgetJo-Philipp Wich2014-04-131-2/+2
* luci2: support placeholder attribute for L.cbi.DummyValue widgetsJo-Philipp Wich2014-04-131-1/+1
* luci2: support custom section ordering in L.cbi.TypedSection and L.cbi.TableS...Jo-Philipp Wich2014-04-131-0/+7
* luci2: support object comparisations in L.cbi.AbstractValue.changed()Jo-Philipp Wich2014-04-131-1/+13
* luci2: rework datatype validators to use new global parseIPv4(), parseIPv6() ...Jo-Philipp Wich2014-04-131-56/+58
* luci2: add L.NetworkModel.Interface.renderBadge() and use it in L.cbi.Network...Jo-Philipp Wich2014-04-131-17/+27
* luci2: add get_first(), set_first() and unset_first() helper to L.UCIContextJo-Philipp Wich2014-04-131-0/+29
* luci2: add L.toColor(), L.parseIPv4(), L.parseIPv6() and L.isNetmask() helperJo-Philipp Wich2014-04-131-0/+146
* luci2: revert uci changes when closing cbi.Model dialogJo-Philipp Wich2014-04-131-2/+9
* luci2: fix save functionality on Map() objects after 1df7615Jo-Philipp Wich2014-04-131-1/+3
* luci2: always load 'none' protocol explicitely since it serves as fallback fo...Jo-Philipp Wich2014-04-131-1/+3
* luci2: generalize LuCI2.cbi event handling, rework handling of created sectio...Jo-Philipp Wich2014-02-061-59/+205
* luci2: add menu constraintsJo-Philipp Wich2014-02-022-0/+4
* rpcd: support "files" attribute in menu json files to make menu entries depen...Jo-Philipp Wich2014-02-021-3/+30
* luci2: add network protocol support extensionsJo-Philipp Wich2014-02-018-0/+471
* luci2: rename internal '_luci2' instance reference to 'L' in order to align t...Jo-Philipp Wich2014-02-011-415/+415
* luci2: move most RPC proxy function declarations into the views using them to...Jo-Philipp Wich2014-02-0118-1619/+1725
* luci2: Initial network interface configuration viewJo-Philipp Wich2014-02-014-3/+404
* luci2: update CSSJo-Philipp Wich2014-02-011-44/+94
* luci2: Hide empty tabs when rendering cbi mapsJo-Philipp Wich2014-02-011-0/+3