summaryrefslogtreecommitdiffhomepage
path: root/src/ffluci/fs.lua
AgeCommit message (Collapse)Author
2008-04-11* Major repository revisionSteven Barth
2008-03-31* Rewritten menu builderSteven Barth
* Moved menu definitions from controllers to model/menu
2008-03-30* Added reboot pageSteven Barth
* Added SSH-Keys page * ffluci.template: Removed a debugging statement
2008-03-29* Added simple text editorSteven Barth
2008-03-29* Replaced luafilesystem with luaposix librarySteven Barth
* Introduced privilege dropping capability * Automatically drop privileges for "public" to "nobody/nogroup" (as defined in ffluci.uci)
2008-03-24* CBI: updatesSteven Barth
* UCI: Introduced Session class, supporting different change file paths * util: introduced sessionid() function * general: Changed several error messages to OS native ones
2008-03-22* CBI updatesSteven Barth
2008-03-12Added module for system abstractionSteven Barth
Rewrote readfile and exec functions Moved some orpahned example file out of the way
2008-03-02* new project: ff-luci - Freifunk Lua Configuration InterfaceJo-Philipp Wich