summaryrefslogtreecommitdiffhomepage
path: root/libs/web/luasrc/dispatcher.lua
AgeCommit message (Collapse)Author
2008-08-11Minor bugfixesSteven 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-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-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-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: Added luci.web.dispatcher.registeredSteven Barth
2008-07-15lib/cbi: Added support for multiple CBI maps per modelSteven 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-25* libs/web: Fixed reference to dispatcher in luci.dispatcher.build_urlSteven Barth
2008-06-23* Introducing LuCI HTTPD as testing environmentSteven Barth
* Several coroutine-safety fixes
2008-06-15* Added support for CGI SGISteven Barth
2008-06-14* luci/libs: move time fix to luci-addonsJo-Philipp Wich
2008-06-14* Rewrote Luci to be coroutine-safe allowing the use of non-forking webserversSteven Barth
* Setting base version to 0.7
2008-06-08* Core translationSteven Barth
* Added license headers * Splitted qos into separate application package
2008-06-07* libs/web: Fixed time hackSteven Barth
2008-06-06* Separated OLSR pages into separate application packSteven Barth
* Minor bugfixes and enhancements
2008-06-05* Merged Luci to use native UCI-librarySteven Barth
2008-06-04* luci/statistics: moving the graph controller to admin caused the images to ↵Jo-Philipp Wich
be generated by the root user which rendered the linked-in public statistics pages unusable because of missing permissions to write the generated graphics as nobody to directories created by root * luci/core: store the actual dispatching path to .path in node() - this permits dispatcher modules to get the canonical path as luci.dispatcher.dispatched.path
2008-06-03fix footerFelix Fietkau
2008-06-02* Moved Freifunk status pages to admin-core and linked them in FreifunkSteven Barth
* luci/web: Added assign() to dispatcher to reference foreign nodes in the dispatching tree
2008-06-02* Added native basic authentication supportSteven Barth
* Cleanups
2008-06-02* Reintegrated fastindex supportSteven Barth
2008-06-02Revert "full fastindex integration, drop old cache stuff"Steven Barth
This reverts commit 19917e78d47dc33c3f75b7fac9585e534d144fd3.
2008-06-02full fastindex integration, drop old cache stuffSteven Barth
2008-06-01* Fixed last commitSteven Barth
2008-06-01* Added timing fixSteven Barth
2008-06-01* Performance optimizationsSteven Barth
* libs/core: Added bytecode stripping function to luci.util * libs/core: Added smart indexcache that automatically updates cached index-files on change * libs/web: Enabled template caching support * Core Translation part 4
2008-05-31* Core translation part 2Steven Barth
2008-05-31* Core translation part 1Steven Barth
* Introduced new default theme "OpenWRT.org" * Minor tweaks
2008-05-29* Temporarily disabled fastindex-support due to a bug where controllers ↵Steven Barth
containing "require"-calls are not indexed correctly
2008-05-29* libs/web: Added .leaf attribute to dispatching tree to stop dispatching at ↵Steven Barth
a certain node * libs/web: Added rewrite target for advanced aliasing
2008-05-29* Fixed dispatching regexSteven Barth
2008-05-29* BugfixesSteven Barth
* Moved cbi.js into the right directory * Added more debugging to dispatcher * Introduced about page
2008-05-29Revert "* luci/core: dispatcher.lua: fix build_url()"Steven Barth
This reverts commit 7512f2e5f533cb8ef51a9e4ee01081da0df23853.
2008-05-29* luci/core: dispatcher.lua: fix build_url()Jo-Philipp Wich
2008-05-28* Updated dispatching cache mechanismSteven Barth
2008-05-27* Optimized dispatching modelSteven Barth
2008-05-27* Fixed caching mechanismSteven Barth
2008-05-27* Added cache to createindex_plainSteven Barth
2008-05-27commit 4f6198094cf4134179d1f9c9fa8f79759a27c87eSteven Barth
Author: Felix Fietkau <nbd@openwrt.org> Date: Tue May 27 13:56:12 2008 +0200 rename src/ to luasrc/