summaryrefslogtreecommitdiffhomepage
path: root/libs/web/luasrc
AgeCommit message (Collapse)Author
2008-08-26UCI API changesSteven Barth
2008-08-26libs/json: Completed JSON librarySteven Barth
modules/rpc: Added experimental JSON-RPC API
2008-08-26libs/core: Reworked some basic libraries to not use package.seeallSteven Barth
libs/json: Implemented own JSON-Decoder (Encoder will follow) modules/rpc: Preliminary implemented RPC-Exports for luci.fs, luci.sys and luci.model.uci
2008-08-23* luci/libs: web: fix "dispatcher.lua:167: attempt to concatenate a Jo-Philipp Wich
nil value" when running luci on a shell
2008-08-22RPC initial authentication API completedSteven Barth
2008-08-22libs/web: Remove unneeded status callSteven Barth
2008-08-22Fix unhandled track values for leafsSteven Barth
2008-08-22RPC part #3Steven Barth
2008-08-22RPC part #2Steven Barth
2008-08-20libs/web: Corrected HTTP-HeadersSteven Barth
2008-08-20libs/web: Set Expires-HeaderSteven Barth
2008-08-20* luci/libs: add striptags() to global dispatcher namespaceJo-Philipp Wich
2008-08-11Minor bugfixesSteven Barth
2008-08-11Fixed last commitSteven Barth
2008-08-11libs/web: Even more sanity checksSteven Barth
2008-08-11libs/web: Add additional sanity checks to session mechanismSteven Barth
2008-08-11libs/web: Add an additional sanity check to Session IDsSteven Barth
2008-08-10Revert "* Fix last commit"Steven Barth
This reverts commit 0c680a15bc487d98bb8b50e4c57f735b957c4744.
2008-08-10* Fix last commitSteven Barth
2008-08-10* libs/web: Reworked authenticationSteven Barth
2008-08-09libs/cbi: Major ImprovementsSteven Barth
Added initial support for non-UCI-based forms (luci.cbi.SimpleForm) Minor API improvements Now correctly tagging "empty mandatory field" errors
2008-08-07libs/cbi: Added magic ;-)Steven Barth
2008-08-06Moved luci.sys.libpath to luci.utilSteven Barth
2008-07-31libs/web: Fixed template escapingSteven Barth
2008-07-29Added "apidocs" target to MakefileSteven Barth
contrib/luadoc: Added luadoc executable libs: Fixed typos in inline documentation
2008-07-29libs/web: Small improvements, added inline documentationSteven Barth
2008-07-26libs: Fixed serialization stuffSteven Barth
2008-07-25libs/core, libs/uci, libs/web: Fixed several inline documentation typosSteven Barth
2008-07-23libs/web: Cleanup and inline documentationSteven Barth
2008-07-22* luci/libs/core: added inline documentation to luci.util, reordered and ↵Jo-Philipp Wich
renamed functions to logical groups * luci/libs/web: rename dump() to get_bytecode()
2008-07-19Send Cache-Control headers by defaultSteven Barth
2008-07-18libs/web: Fixed a bug regarding % characters in luci.templateSteven Barth
2008-07-17applications/luci-qos: Smaller enhancements, support for luci-miniSteven Barth
applications/luci-fw: Fixed support for luci-mini libs/web: Removed luci.dispatcher.registered
2008-07-16libs/web: Prevent luci.http to prematurely parse the POST dataSteven Barth
modules/admin-mini: Added fw-upgrade page
2008-07-16libs/web: Made luci.http.write a sinkSteven Barth
2008-07-16libs/web: Added luci.web.dispatcher.registeredSteven Barth
2008-07-15lib/cbi: Added support for multiple CBI maps per modelSteven Barth
2008-07-07* luci/libs/web: fixed whitespace strip condition in template parserJo-Philipp Wich
2008-07-07* luci/libs/web: extended template syntax to allow removal of leading and ↵Jo-Philipp Wich
trailing whitespace
2008-07-07libs/web: Added template commentsSteven Barth
2008-07-06libs/web: Removed deprecated i18n-file naming conventionSteven Barth
2008-06-29* libs/core: Moved ltn12 inside LuCI to avoid package conflicts with luasocketSteven Barth
2008-06-29* libs/web: Added Logout supportSteven Barth
* libs/web: Fixed a bug with an invalid calling convention in luci.dispatcher * libs/sys: Fixed rudimentary posix.crypt detection
2008-06-29* applications/luci-splash: Rewrote luci-splash using an own daemon ↵Steven Barth
implementation * Minor tweaks in luci.dispatcher
2008-06-28* libs/httpd: Fixed a problem with empty sources in filehandlerSteven Barth
2008-06-28* libs/web: Switched from HTTP-Basic-Auth to Session-AuthSteven Barth
* Updated Makefiles for better testing environment integration * Fixed libs/sgi-luci
2008-06-27* libs/web: Prepare session authenticationSteven Barth
2008-06-25* libs/httpd: Introduced keep-alive and pipelining supportSteven Barth
2008-06-25* libs/web: Fixed reference to dispatcher in luci.dispatcher.build_urlSteven Barth
2008-06-23libs/web: Fixed bug where the environment table gets returned in case of an ↵Steven Barth
undefined variable