Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-09-23 | * luci/libs: move upload dispatching from dispatcher to cbi.load() | Jo-Philipp Wich | |
2008-09-23 | * luci/libs/cbi: | Jo-Philipp Wich | |
- implement file upload fields - change default enctype in forms to multipart/form-data - add upload template * luci/libs/web: - dispatch file uploads to cbi form fields * luci/i18n: - add german and english translations for file upload fields | |||
2008-09-15 | Tuned dispatcher behaviour | Steven Barth | |
2008-09-12 | Avoid XML errors | Steven Barth | |
2008-09-09 | Performance optimisations: | Steven Barth | |
In-line expressions are faster than function calls | |||
2008-09-05 | Added bytecodecache | Steven Barth | |
2008-09-05 | Added memory tracer | Steven Barth | |
2008-09-05 | Small dispatcher improvement | Steven Barth | |
2008-09-05 | Fixed luci.config | Steven Barth | |
2008-09-05 | Heavy memory/performance optimizations #4 | Steven Barth | |
2008-09-05 | Heavy memory/performance optimizations #3 | Steven Barth | |
2008-09-05 | Heavy memory/performance optimizations #2 | Steven Barth | |
2008-09-05 | Inprove sanity check for luci.sauth.read | Steven Barth | |
2008-09-05 | libs/web: Turn dependency tracking on by default | Steven Barth | |
2008-09-05 | Fixed some minor session handling issues | Steven Barth | |
2008-09-05 | Optimized error handling | Steven Barth | |
2008-09-03 | libs/web: Fixed luci.template | Steven Barth | |
2008-09-02 | Rewrote luci.config | Steven Barth | |
2008-09-02 | libs/web: Fixed a typo in template error handling | Steven Barth | |
2008-09-01 | Added custom filename support to luci.template | Steven Barth | |
2008-09-01 | libs/web: Cleaned up template library | Steven Barth | |
2008-09-01 | libs/web: Added several sanity checks to avoid local privilege escalation | Steven Barth | |
2008-08-31 | libs/web: Fix dispatching index scope | Steven Barth | |
2008-08-30 | libs/web: Return more verbose error messages when template execution fails | Steven Barth | |
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 | |