Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-08-29 | General optimizations, simplifications and improvements | Steven Barth | |
2008-08-29 | Speed up generation of dispatching tree | Steven Barth | |
2008-08-26 | UCI API changes | Steven Barth | |
2008-08-26 | libs/json: Completed JSON library | Steven Barth | |
modules/rpc: Added experimental JSON-RPC API | |||
2008-08-26 | libs/core: Reworked some basic libraries to not use package.seeall | Steven 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-22 | RPC initial authentication API completed | Steven Barth | |
2008-08-22 | libs/web: Remove unneeded status call | Steven Barth | |
2008-08-22 | Fix unhandled track values for leafs | Steven Barth | |
2008-08-22 | RPC part #3 | Steven Barth | |
2008-08-22 | RPC part #2 | Steven Barth | |
2008-08-20 | libs/web: Corrected HTTP-Headers | Steven Barth | |
2008-08-20 | libs/web: Set Expires-Header | Steven Barth | |
2008-08-20 | * luci/libs: add striptags() to global dispatcher namespace | Jo-Philipp Wich | |
2008-08-11 | Minor bugfixes | Steven Barth | |
2008-08-11 | Fixed last commit | Steven Barth | |
2008-08-11 | libs/web: Even more sanity checks | Steven Barth | |
2008-08-11 | libs/web: Add additional sanity checks to session mechanism | Steven Barth | |
2008-08-11 | libs/web: Add an additional sanity check to Session IDs | Steven Barth | |
2008-08-10 | Revert "* Fix last commit" | Steven Barth | |
This reverts commit 0c680a15bc487d98bb8b50e4c57f735b957c4744. | |||
2008-08-10 | * Fix last commit | Steven Barth | |
2008-08-10 | * libs/web: Reworked authentication | Steven Barth | |
2008-08-09 | libs/cbi: Major Improvements | Steven Barth | |
Added initial support for non-UCI-based forms (luci.cbi.SimpleForm) Minor API improvements Now correctly tagging "empty mandatory field" errors | |||
2008-08-07 | libs/cbi: Added magic ;-) | Steven Barth | |
2008-08-06 | Moved luci.sys.libpath to luci.util | Steven Barth | |
2008-07-31 | libs/web: Fixed template escaping | Steven Barth | |
2008-07-29 | Added "apidocs" target to Makefile | Steven Barth | |
contrib/luadoc: Added luadoc executable libs: Fixed typos in inline documentation | |||
2008-07-29 | libs/web: Small improvements, added inline documentation | Steven Barth | |
2008-07-26 | libs: Fixed serialization stuff | Steven Barth | |
2008-07-25 | libs/core, libs/uci, libs/web: Fixed several inline documentation typos | Steven Barth | |
2008-07-23 | libs/web: Cleanup and inline documentation | Steven 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-19 | Send Cache-Control headers by default | Steven Barth | |
2008-07-18 | libs/web: Fixed a bug regarding % characters in luci.template | Steven Barth | |
2008-07-17 | applications/luci-qos: Smaller enhancements, support for luci-mini | Steven Barth | |
applications/luci-fw: Fixed support for luci-mini libs/web: Removed luci.dispatcher.registered | |||
2008-07-16 | libs/web: Prevent luci.http to prematurely parse the POST data | Steven Barth | |
modules/admin-mini: Added fw-upgrade page | |||
2008-07-16 | libs/web: Made luci.http.write a sink | Steven Barth | |
2008-07-16 | libs/web: Added luci.web.dispatcher.registered | Steven Barth | |
2008-07-15 | lib/cbi: Added support for multiple CBI maps per model | Steven Barth | |
2008-07-07 | * luci/libs/web: fixed whitespace strip condition in template parser | Jo-Philipp Wich | |
2008-07-07 | * luci/libs/web: extended template syntax to allow removal of leading and ↵ | Jo-Philipp Wich | |
trailing whitespace | |||
2008-07-07 | libs/web: Added template comments | Steven Barth | |
2008-07-06 | libs/web: Removed deprecated i18n-file naming convention | Steven Barth | |
2008-06-29 | * libs/core: Moved ltn12 inside LuCI to avoid package conflicts with luasocket | Steven Barth | |
2008-06-29 | * libs/web: Added Logout support | Steven 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 filehandler | Steven Barth | |
2008-06-28 | * libs/web: Switched from HTTP-Basic-Auth to Session-Auth | Steven Barth | |
* Updated Makefiles for better testing environment integration * Fixed libs/sgi-luci | |||
2008-06-27 | * libs/web: Prepare session authentication | Steven Barth | |
2008-06-25 | * libs/httpd: Introduced keep-alive and pipelining support | Steven Barth | |