summaryrefslogtreecommitdiffhomepage
path: root/libs
AgeCommit message (Collapse)Author
2010-10-31libs/web: support entering custom ifnames in iface list widgetJo-Philipp Wich
2010-10-31libs/core: support not-yet-existing interfaces in network modelJo-Philipp Wich
2010-10-31libs/web: add support for post commit redirects in cbi mapsJo-Philipp Wich
2010-10-30libs/core: fix luci.model.firewall.rename_zone()Jo-Philipp Wich
2010-10-30libs/web: fix type in datatypes.luaJo-Philipp Wich
2010-10-30libs/web: introduce "uciname" datatype for cbi validationJo-Philipp Wich
2010-10-30libs/web: use imatch() in model related widgets, support multivalues in ↵Jo-Philipp Wich
netlist widget
2010-10-30libs/core: use imatch() in firewall and network modelJo-Philipp Wich
2010-10-30libs/core: introduce luci.util.imatch()Jo-Philipp Wich
2010-10-30libs/web: add placeholder support to DynamicList widgetsJo-Philipp Wich
2010-10-30libs/core: remove luci.model.uci.bindJo-Philipp Wich
2010-10-30libs/core: reuse existing uci context in network model if possible. fix some ↵Jo-Philipp Wich
bugs
2010-10-30libs/core: rework firewall modelJo-Philipp Wich
2010-10-30libs/web: add html5 placeholder attribute support to cbi optionsJo-Philipp Wich
2010-10-30libs/core: fix various bugs in network modelJo-Philipp Wich
2010-10-30libs/web: implement forcewrite attribute for cbi optionsJo-Philipp Wich
2010-10-30libs/web: live validation fixesJo-Philipp Wich
2010-10-30libs/web: convert cbi widgets to new network modelJo-Philipp Wich
2010-10-30libs/core: merge luci.model.wireless into luci.model.networkJo-Philipp Wich
2010-10-28libs/core: rework network modelJo-Philipp Wich
2010-10-28libs/core: implement substate() in uci model for creating bound state cursorsJo-Philipp Wich
2010-10-25libs/web: rework DynamicList widgetJo-Philipp Wich
2010-10-21libs/web: annotate form object with cbi state when using section add/remove ↵Jo-Philipp Wich
buttons
2010-10-21libs/web: fix ip6addr js validation, fixes for live validationJo-Philipp Wich
2010-10-20libs/web: fix tab highlighting with multiple tabsJo-Philipp Wich
2010-10-19libs/core: fix network counting in luci.model.wirelessJo-Philipp Wich
2010-10-19libs/web: add String.serialize() and String.format() to cbi.jsJo-Philipp Wich
2010-10-19libs/web: support different caption for button widgetsJo-Philipp Wich
2010-10-19libs/sys: resolve pseudo ifaces in luci.sys.wifi.getiwinfo()Jo-Philipp Wich
2010-10-15libs/web: move XHR apply callback into subtemplateJo-Philipp Wich
2010-10-15libs/web: add export() to template namespace, allows templates to export ↵Jo-Philipp Wich
symbols to the calling view namespace, this is useful for includes defining shared procedures or variables
2010-10-14libs/web: cbi: add new on_before_save and on_after_save hook, implement ↵Jo-Philipp Wich
:reset_values() for options supporting :value()
2010-10-14libs/web: fix various issues in cbi option error handling, call validator ↵Jo-Philipp Wich
for missing options to obtain error message
2010-10-12libs/web: rework cbi field validation, let validators return custom error ↵Jo-Philipp Wich
messages, properly handle errors in multiple sections
2010-10-12libs: remove uci folderJo-Philipp Wich
2010-10-12libs: merge libs/uci into libs/coreJo-Philipp Wich
2010-10-12libs: remove http folderJo-Philipp Wich
2010-10-12libs: merge libs/http into libs/webJo-Philipp Wich
2010-10-12libs: remove obsolete iwinfo, its independant nowJo-Philipp Wich
2010-10-12libs: remove cbi folderJo-Philipp Wich
2010-10-12libs: merge libs/cbi into libs/webJo-Philipp Wich
2010-10-11libs/sys: implement luci.sys.user.getpasswd()Jo-Philipp Wich
2010-10-11libs/uci: prevent concurrent luci-reload instances, write currently ↵Jo-Philipp Wich
processed init script to status file
2010-10-11libs/cbi: don't run apply on render, this is a quick hack and will be ↵Jo-Philipp Wich
reworked soon
2010-10-11libs/cbi: interface with service control backend to trigger service reload ↵Jo-Philipp Wich
asynchronously
2010-06-10nixio: Add set_verify_locations for TLSSteven Barth
2010-05-23nixio: Add nixio.gettimeofday() per user requestSteven Barth
2010-04-27libs/cbi: fix crash with tabless sectionsJo-Philipp Wich
2010-04-27libs/cbi:Jo-Philipp Wich
- skip client side field validation if corrsponding field was removed due to dependencies - human readable error strings in uci section summary - implement field validation for dnyamic lists - render optional fields when section has tabs
2010-04-26libs/cbi: add wep and wpa key datatype validatorsJo-Philipp Wich