summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2015-02-13luci2.ui: add icon() helper functionJo-Philipp Wich
2015-02-13luci2.ui: hide mobile dropdown menu when changing viewsJo-Philipp Wich
2015-02-13luci2.uci: don't allow set() with empty string valuesJo-Philipp Wich
2015-01-25luci2: don't mark rpc_plugin symbols constantJo-Philipp Wich
2015-01-07luci2: refresh views after modular reworkJo-Philipp Wich
2015-01-07luci2.ui: properly hide alert message in initial stateJo-Philipp Wich
2015-01-07luci2: fix protocol modules after modular reworkJo-Philipp Wich
2015-01-05luci2: split into submodulesJo-Philipp Wich
2015-01-05luci2: implement Class.require() and Class.instantiate()Jo-Philipp Wich
2015-01-05luci2: polyfill window.location.originJo-Philipp Wich
2014-12-19io: fix invalid memory access in upload modeJo-Philipp Wich
2014-07-06luci2: early wireless configurationRafał Miłecki
2014-07-03io: fix printf() without constant formatJo-Philipp Wich
2014-06-30luci2: UCIContext: add: respect "name" if passedRafał Miłecki
2014-06-13luci2: fix undefined ifname exception when processing wireless status with disabled vifsJo-Philipp Wich
2014-05-30luci2: nested section support and initial code refactoringJo-Philipp Wich
2014-04-27luci2-p910nd: LuCI2 module for p910nd maganementRafał Miłecki
2014-04-13luci2: whitespace fixJo-Philipp Wich
2014-04-13luci2: make sort / remove column in L.cbi.TableSection as narrow as possibleJo-Philipp Wich
2014-04-13support custom event handlers for L.cbi.DeviceList widgetJo-Philipp Wich
2014-04-13luci2: support placeholder attribute for L.cbi.DummyValue widgetsJo-Philipp Wich
2014-04-13luci2: support custom section ordering in L.cbi.TypedSection and L.cbi.TableSectionJo-Philipp Wich
2014-04-13luci2: support object comparisations in L.cbi.AbstractValue.changed()Jo-Philipp Wich
2014-04-13luci2: rework datatype validators to use new global parseIPv4(), parseIPv6() and isNetmask() helpersJo-Philipp Wich
2014-04-13luci2: add L.NetworkModel.Interface.renderBadge() and use it in L.cbi.NetworkList widgetJo-Philipp Wich
2014-04-13luci2: add get_first(), set_first() and unset_first() helper to L.UCIContextJo-Philipp Wich
2014-04-13luci2: add L.toColor(), L.parseIPv4(), L.parseIPv6() and L.isNetmask() helperJo-Philipp Wich
2014-04-13luci2: revert uci changes when closing cbi.Model dialogJo-Philipp Wich
2014-04-13luci2: fix save functionality on Map() objects after 1df7615Jo-Philipp Wich
2014-04-13luci2: always load 'none' protocol explicitely since it serves as fallback for unknown protosJo-Philipp Wich
2014-02-06luci2: generalize LuCI2.cbi event handling, rework handling of created sections in LuCI2.UCIContextJo-Philipp Wich
2014-02-02luci2: add menu constraintsJo-Philipp Wich
2014-02-02rpcd: support "files" attribute in menu json files to make menu entries depend on the existance of a specific fileJo-Philipp Wich
2014-02-01luci2: add network protocol support extensionsJo-Philipp Wich
2014-02-01luci2: rename internal '_luci2' instance reference to 'L' in order to align the code style with viewsJo-Philipp Wich
2014-02-01luci2: move most RPC proxy function declarations into the views using them to reduce the size of the core luci2.js libraryJo-Philipp Wich
2014-02-01luci2: Initial network interface configuration viewJo-Philipp Wich
2014-02-01luci2: update CSSJo-Philipp Wich
2014-02-01luci2: Hide empty tabs when rendering cbi mapsJo-Philipp Wich
2014-02-01luci2: Implement LuCI2.cbi.DeviceList widgetJo-Philipp Wich
2014-02-01luci2: Do not produce uneeded anonymous arrays in LuCI2.cbi.TypedSection.sections()Jo-Philipp Wich
2014-02-01luci2: Fix LuCI2.cbi.AbstractValue.formvalue() for deeply nested widget markupJo-Philipp Wich
2014-02-01luci2: Add missing CSS classes to LuCI2.cbi.ComboBox widget, fix attaching of event handlersJo-Philipp Wich
2014-02-01luci2: Properly handle empty values in ListValue widgetsJo-Philipp Wich
2014-02-01luci2: Introduce 'add' option to LuCI2.cbi.AbstractValue.depends() to support incrementally adding dependenciesJo-Philipp Wich
2014-01-31luci2: add LuCI2.cbi.AbstractValue.on() for attaching events to widgets, various form validation fixesJo-Philipp Wich
2014-01-31luci2: implement LuCI2.cbi.Modal widgetJo-Philipp Wich
2014-01-31luci2: add primitive initial support for applying uci changesJo-Philipp Wich
2014-01-31luci2: append markup for uci change indicator when rendering main menuJo-Philipp Wich
2014-01-31luci2: expose loaded views in LuCI2.view[]Jo-Philipp Wich