Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-07-06 | * libs/web: Fixed translation handling | Steven Barth | |
2008-07-06 | * libs/web: Prepare entry for french translation | 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 | |
2008-06-25 | * libs/web: Fixed reference to dispatcher in luci.dispatcher.build_url | Steven Barth | |
2008-06-23 | libs/web: Fixed bug where the environment table gets returned in case of an ↵ | Steven Barth | |
undefined variable | |||
2008-06-23 | * libs/web: Changed caching behaviour of template library | Steven Barth | |
2008-06-23 | * Introducing LuCI HTTPD as testing environment | Steven Barth | |
* Several coroutine-safety fixes | |||
2008-06-20 | * libs/core: Added garbage collector to luci.util.threadlocal to avoid ↵ | Steven Barth | |
memory leaks * libs/http: Use env-Variables instead of headers for parse_message_body and subsequent functions * libs/http: Added missing urldecode call for parsing urlencoded params * libs/web: Ported luci.http to use ltn12 sources and sinks instead of sockets or file pointers * libs/sgi-cgi, libs/sgi-webuci, libs/sgi-wsapi: Updated to work with new luci.http.Request ABI | |||
2008-06-19 | * luci/libs: moved http.protocol from libs/web to libs/httpd, rewrote ↵ | Jo-Philipp Wich | |
http.protocol to rely on LTN12 chains | |||
2008-06-16 | * Added preliminary HTTPD construct | Steven Barth | |
2008-06-15 | * luci/libs: http.protocol: prevent oversized read blocks when reading from ↵ | Jo-Philipp Wich | |
socket or file handle | |||
2008-06-15 | * luci/libs: http.protocol: switch to blockwise reading in urlencoded post ↵ | Jo-Philipp Wich | |
requests, renamed readbuf constant | |||
2008-06-15 | * Fixed SGI webuci to work with new HTTP API | Steven Barth | |
2008-06-15 | * luci/libs: improved linereader implementation | Jo-Philipp Wich | |
2008-06-15 | * Added support for CGI SGI | Steven Barth | |
2008-06-15 | * luci/libs: http.protocol: split parse_message() in parse_message_header() ↵ | Jo-Philipp Wich | |
and parse_message_body() | |||
2008-06-15 | * luci/libs: drop depency to luci.bits use tonumber() for hex decoding | Jo-Philipp Wich | |
2008-06-15 | * Generalized HTTP-API | Steven Barth | |
2008-06-15 | * luci/libs: protocol.lua: store status code and status description in http ↵ | Jo-Philipp Wich | |
message object | |||
2008-06-15 | * luci/libs: fix get parameter handling in http.protocol | Jo-Philipp Wich | |
2008-06-15 | * luci/libs: added initial HTTP protocol implementation | Jo-Philipp Wich | |
2008-06-14 | * luci/libs: move time fix to luci-addons | Jo-Philipp Wich | |
2008-06-14 | * Rewrote Luci to be coroutine-safe allowing the use of non-forking webservers | Steven Barth | |
* Setting base version to 0.7 | |||
2008-06-09 | * Prepare german translation cleanup | Steven Barth | |
2008-06-09 | * themes/fledermaus: Register on install | Steven Barth | |
* applications/luci-statistics: Fixed wrong paths in templates | |||
2008-06-08 | * More Translation | Steven Barth | |
2008-06-08 | * Core translation | Steven Barth | |
* Added license headers * Splitted qos into separate application package | |||
2008-06-07 | * libs/web: Fixed time hack | Steven Barth | |
2008-06-07 | * libs/web: Fixed secure caching with setuid/setgid handling | Steven Barth | |
2008-06-07 | * Fixed last commit | Steven Barth | |
2008-06-07 | * libs/web: Fixed Luci template cache | Steven Barth | |
* libs/web: Added luci.http.urlencode, luci.http.urldecode * Minor enhancements | |||
2008-06-06 | * Separated OLSR pages into separate application pack | Steven Barth | |
* Minor bugfixes and enhancements | |||
2008-06-05 | * Merged Luci to use native UCI-library | Steven 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-03 | fix footer | Felix Fietkau | |
2008-06-03 | * libs/web: Added support for custom query strings | Steven Barth | |
2008-06-02 | * Moved Freifunk status pages to admin-core and linked them in Freifunk | Steven Barth | |
* luci/web: Added assign() to dispatcher to reference foreign nodes in the dispatching tree | |||
2008-06-02 | * Added native basic authentication support | Steven Barth | |
* Cleanups | |||
2008-06-02 | * Reintegrated fastindex support | Steven Barth | |