summaryrefslogtreecommitdiffstats
path: root/logfiles-model.lua
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaceTed Trask2016-08-101-3/+3
* Change logfiles.status to return a structure rather than a list of cfe's for ...Ted Trask2015-12-301-12/+7
* Clean up model.get code for listing files and determining if in useTed Trask2015-12-301-50/+32
* Change logfiles filesize to size, size and mtime not user-friendly, use posix...Ted Trask2015-12-301-19/+24
* Better error handling for view/tail/download and fix download to use proper c...Ted Trask2015-11-201-11/+15
* Modify logfile view and tail to properly use handle_clientdataTed Trask2015-07-261-28/+40
* Fix exception by removing obsolete /tmp/squid logfile locationTed Trask2015-05-111-1/+1
* Revert "Fix exception in logfile-model due to change to luaposix API"Ted Trask2015-05-111-31/+6
* Fix exception in logfile-model due to change to luaposix APITed Trask2015-05-021-6/+31
* Change HTML views to use htmlviewfunctions.displayheaderTed Trask2014-03-041-2/+2
* Remove all calls to 'module' in preparation for move to Lua 5.2Ted Trask2013-10-171-10/+10
* Change use of require to work with Lua 5.2Ted Trask2013-10-091-2/+2
* Replace io.popen with modelfunction.run_executableTed Trask2012-12-261-3/+1
* Changes redirect_to_referrer to handle_form for logfiles.deleteTed Trask2012-05-081-18/+34
* Modified require statements for acf. librariesTed Trask2012-04-181-2/+3
* Added support for symlinks in logfiles.Ted Trask2009-09-081-12/+32
* Fixed bug in marking logfiles as in use.v0.4.12Ted Trask2009-04-061-1/+1
* Added escapespecialcharacters to format.lua to escape shell special character...Ted Trask2009-01-211-1/+2
* Modified modelfunctions library to include validation in get/setfiledetails. ...Ted Trask2008-10-071-11/+11
* Modified logfiles to add grep capability.Ted Trask2008-09-171-3/+19
* Added javascript tail functionality to logfiles.Ted Trask2008-09-031-0/+32
* Changed logfiles to use controllerfunctions and standard html-lsp files.Ted Trask2008-07-021-4/+8
* Modified logfiles to use cfe's more properly.Ted Trask2008-06-021-63/+44
* Cleaned up the code and using some librarys instead.Mika Havela2008-01-151-15/+17
* Sorting logfiles. Small modifications so that header is not inside the table ...v2.0_alpha2Mika Havela2007-11-291-7/+7
* Added some comments and redirect page when entering invalid urlMika Havela2007-11-201-30/+35
* Finishing touch on logfilesMika Havela2007-11-201-1/+1
* Feeding filename to viewMika Havela2007-11-161-1/+1
* use posix.dir() rather than popen("find ...")Natanael Copa2007-11-161-20/+35
* Working on downloading filesMika Havela2007-11-051-1/+1
* Added view functionallity for logfilesMika Havela2007-11-051-1/+21
* Delete logfile worksMika Havela2007-11-021-5/+31
* GET metod starting to take formMika Havela2007-11-021-36/+25
* Minor changes sorting up codeMika Havela2007-11-021-11/+22
* Minor changes to clean up codeMika Havela2007-11-011-31/+9
* Initial code for logfile browsingMika Havela2007-11-011-0/+75