summaryrefslogtreecommitdiffhomepage
path: root/libs
AgeCommit message (Collapse)Author
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
2010-04-26libs/cbi: drop UVL, introduce server side datatype validationJo-Philipp Wich
2010-04-26libs/cbi: implement realtime client side input validation for Value and ↵Jo-Philipp Wich
DynamicList fields
2010-04-26libs/cbi: always reset class name in validation handlerJo-Philipp Wich
2010-04-25libs/cbi: add field validation handlersJo-Philipp Wich
2010-04-25libs/cbi: add datatype validators for upcoming client side field validationJo-Philipp Wich
2010-04-21libs/cbi: try to load fully qualified model path first, drop support for ↵Jo-Philipp Wich
.lua.gz models
2010-04-16libs/web: don't fail if no langauge is set in luci configJo-Philipp Wich
2010-04-05libs/nixio: save uhttpd certs as wellJo-Philipp Wich
2010-04-03libs/lucid: make lucid work without nixio tls supportJo-Philipp Wich
2010-03-28nixio: Fix interface data for layer 3+ interfacesSteven Barth
2010-03-27libs/nixio: make TLS support optionalJo-Philipp Wich
2010-03-21libs: add uhttpd gateway interfaceJo-Philipp Wich
2010-03-18libs/uvl: convert luci.uvl.validation to new luci.uvl.error apiJo-Philipp Wich
2010-03-18libs/uvl: convert luci.uvl.dependencies to new luci.uvl.error apiJo-Philipp Wich
2010-03-18libs/uvl: local symbol error shadows error class declaration, drop itJo-Philipp Wich
2010-03-18libs/uvl: fix syntax error introduced with r5861Jo-Philipp Wich
2010-03-18libs/cbi: change usage of uvl error api after r5861Jo-Philipp Wich
2010-03-18libs/uvl: rework error handling to prevent triggering lvm issuesJo-Philipp Wich
2010-03-18libs/core: disable runtime byte code stripping, it causes lvm errors ↵Jo-Philipp Wich
(OpenWrt #6235, LuCI #110)
2010-03-15trunk: remove libs/lpk and libs/luanetJo-Philipp Wich
2010-03-08libs/sys: fix unwanted invocation of initscripts when probing index of rcSJo-Philipp Wich
2010-03-08libs/uci: reload luci-statistics when changing system propertiesJo-Philipp Wich