summaryrefslogtreecommitdiffstats
path: root/vlc-model.lua
Commit message (Collapse)AuthorAgeFilesLines
* Remove all calls to 'module' in preparation for move to Lua 5.2Ted Trask2013-10-211-9/+10
| | | | | Use mymodule parameter for module definition. This was also helpful in revealing places where the code relied on the global environment.
* Change use of require to work with Lua 5.2Ted Trask2013-10-091-1/+1
|
* Fix package install and statusTed Trask2012-08-151-1/+0
|
* Updated for handle_form now passing self to get and set functionsTed Trask2012-04-281-4/+4
|
* Started work on updating for acf-core-0.15Ted Trask2012-04-181-3/+7
| | | | | | Removed controllerfunctions library (still needs more work and corresponding work in model) Updated startstop functionality and deleted view Updated for viewfunctions to htmlviewfunctions and modified require statements for acf libraries
* Bugfix on viewing logfiles.Mika Havela2012-03-071-17/+7
| | | | Now acf tries to figure out if a logfile is specified in the configfile
* acf-vlc-daemon. New acf to control vlc-sessions.Mika Havela2012-03-071-0/+71
It supports multiple vlc-sessions: 1) ln -s /etc/init.d/vlc /etc/init.d/vlc-newsession 2) cp /etc/conf.d/vlc /etc/conf.d/vlc-newsession 3) vi /etc/conf.d/vlc-newsession 4) ln -s /usr/share/acf/app/vlc /usr/share/acf/app/vlc-newsession 5) Logged on as root on ACF, use 'User management' to give selected users permissions to use acf-vlc-newsession