Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-11-29 | libs/web: reformat code in dispatcher.lua that confuses luadoc | Jo-Philipp Wich | |
2008-11-16 | Assign correct path attribute to nodes | Steven Barth | |
2008-11-11 | Implemented dispatching tree modifiers | Steven Barth | |
2008-11-05 | Merge on_***_to handlers | Steven Barth | |
2008-11-05 | Ensure hotdeploying | Steven Barth | |
2008-11-02 | Rewrote state based redirection | Steven Barth | |
2008-11-01 | Publish request args | Steven Barth | |
2008-11-01 | Extend CBI state handling | Steven Barth | |
2008-11-01 | Merge pageactions | Steven Barth | |
2008-10-31 | Throw error messages on stderr | Steven Barth | |
2008-10-31 | Removed UCI Save/Apply cache from Essentials | Steven Barth | |
Made CBI controllers configurable | |||
2008-10-30 | Publish status data | Steven Barth | |
Conflicts: libs/web/luasrc/dispatcher.lua | |||
2008-10-30 | Fix rewrite and alias functions | Steven Barth | |
2008-10-26 | Add posibility to pass args to called-functions in dispatcher | Steven Barth | |
2008-10-20 | Propagate CBI status via HTTP-Header | Steven Barth | |
2008-10-19 | Added support for per dispatching node theme control | Steven Barth | |
2008-10-11 | OXYGEN #4: Fixed indexing support in dispatcher | Steven Barth | |
2008-10-10 | OXYGEN #2: Reorganized theme selection, added indexing support | Steven Barth | |
2008-09-29 | Fallback to working theme if selected one does not exist | Steven Barth | |
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-05 | Added memory tracer | Steven Barth | |
2008-09-05 | Small dispatcher improvement | Steven Barth | |
2008-09-05 | Heavy memory/performance optimizations #4 | 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-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-29 | General optimizations, simplifications and improvements | Steven Barth | |
2008-08-29 | Speed up generation of dispatching tree | Steven Barth | |
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 #2 | 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 | 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-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-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() |