summaryrefslogtreecommitdiffstats
path: root/squid-model.lua
Commit message (Collapse)AuthorAgeFilesLines
* Remove trailing whitespaceHEADmasterTed Trask2016-08-101-5/+5
|
* Change listfiles to return cfe structure with details rather than listTed Trask2015-12-301-11/+21
|
* Added missing require statementTed Trask2015-05-151-0/+1
|
* Changes to use new htmlviewfunctions functions and remove dead codeTed Trask2014-04-171-49/+0
|
* Remove all calls to 'module' in preparation for move to Lua 5.2Ted Trask2013-10-211-38/+40
| | | | | 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
|
* Removed unneeded views by updating CFE for autoviewTed Trask2012-10-271-4/+4
|
* Removed redirect_to_referrer callsTed Trask2012-08-151-9/+21
|
* Updated for handle_form now passing self to get and set functionsTed Trask2012-04-281-10/+10
|
* Started work on updating for acf-core-0.15Ted Trask2012-04-181-5/+9
| | | | | | 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
* Prevent config from uncommenting multiple access_log or cache_dir lines, ↵Ted Trask2011-07-201-7/+17
| | | | report error instead
* Sort file list, remove spaces and add path for new files. Bumped to 0.5.1v0.5.1Ted Trask2009-09-211-6/+11
| | | | Plus some cleanup
* Added 'reload' and 'rotate' to startstop.Ted Trask2009-06-101-1/+1
|
* Tested by removing expected packages, files, and directories. Fixed ↵Ted Trask2009-01-161-2/+2
| | | | | | resulting bugs. git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@1683 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified fs.lua to survive nil parameters. Added create_directory and used ↵Ted Trask2009-01-131-9/+9
| | | | | | within create_file and write_file. Reviewed each read_file call to make sure handles nil return value. git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@1677 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Enhanced squid to view and edit files within /etc/squid.Ted Trask2008-11-221-0/+63
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@1609 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified modelfunctions library to include validation in get/setfiledetails. ↵Ted Trask2008-10-071-4/+2
| | | | | | Modified all uses to validate the file name - this was a major security hole. git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@1542 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Fixed bug in squid digest, saving caused exception.Ted Trask2008-09-251-1/+3
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@1520 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified format library to operate on strings rather than files - makes it ↵Ted Trask2008-09-191-15/+17
| | | | | | more flexible. Removed dependencies and unnecessary _to_string functions - use table.concat instead. Changed remove_blanks_comments to parse_lines. Added parse_linesandwords, replace_line, insert_line, and get_line functions from parser.lua and removed parser.lua. Made slight changes to squid and devtools to reflect library changes. git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@1479 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Rewrote squid to remove dependence on tags in config file. Removed ntlm ↵Ted Trask2008-09-181-702/+253
| | | | | | settings, which will have to be implemented in winbindd acf. No support yet for advanced config. git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@1475 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified squid to use new status, startstop, and expert (replaced advanced) ↵Ted Trask2008-08-121-71/+10
| | | | | | actions. git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@1379 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Fixed a bug when start/stop/restart the process. Buttons now enable/disable ↵Mika Havela2008-05-061-1/+1
| | | | | | the right way. git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@1106 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Changing start/stop/restart process to show stderr to the user (as for all ↵Mika Havela2008-05-061-18/+7
| | | | | | other ACF's) git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@1103 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Moved around the information on the view-files to reflect the same layout as ↵Mika Havela2008-05-051-26/+36
| | | | | | | | | other ACF's. Added information on autostart sequence. Fetch programversion the same way as other acf's do (apk_version -v). git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@1102 ab2d0c66-481e-0410-8bed-d214d4d58bed
* fix in model:dependancy_ok() to check for empty files (size:0)Andreas Brodmann2008-01-181-2/+4
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@617 ab2d0c66-481e-0410-8bed-d214d4d58bed
* gui modsAndreas Brodmann2008-01-171-5/+6
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@606 ab2d0c66-481e-0410-8bed-d214d4d58bed
* unification of the different squid-viewsAndreas Brodmann2008-01-161-3/+19
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@591 ab2d0c66-481e-0410-8bed-d214d4d58bed
* updates to the squid/dansguardian gui, e.g. get_version stuff, unified the ↵Andreas Brodmann2008-01-161-0/+14
| | | | | | apps to look the same as the others git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@589 ab2d0c66-481e-0410-8bed-d214d4d58bed
* 1) you can now change to auth methodsAndreas Brodmann2008-01-141-0/+92
| | | | | | | | 2) tags insertion into config file solved with default config 3) modifications on views to look better with css git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@563 ab2d0c66-481e-0410-8bed-d214d4d58bed
* updated /acf/squid digest auth / ntlm auth / special accessAndreas Brodmann2008-01-071-0/+135
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@497 ab2d0c66-481e-0410-8bed-d214d4d58bed
* update to comply with the new cssAndreas Brodmann2008-01-071-11/+120
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@489 ab2d0c66-481e-0410-8bed-d214d4d58bed
* work in progress on controller and modelAndreas Brodmann2007-12-281-5/+156
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@458 ab2d0c66-481e-0410-8bed-d214d4d58bed
* /acf/squid: daily update on trunkAndreas Brodmann2007-11-291-130/+276
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@389 ab2d0c66-481e-0410-8bed-d214d4d58bed
* updated daily work on /acf/squidAndreas Brodmann2007-11-261-0/+127
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@367 ab2d0c66-481e-0410-8bed-d214d4d58bed
* save ongoing work on acf-squidAndreas Brodmann2007-11-261-0/+8
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@365 ab2d0c66-481e-0410-8bed-d214d4d58bed
* /acf/squid: save work of dayAndreas Brodmann2007-11-201-2/+23
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@352 ab2d0c66-481e-0410-8bed-d214d4d58bed
* /acf/squid: added advanced configuration pageAndreas Brodmann2007-11-201-0/+33
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@351 ab2d0c66-481e-0410-8bed-d214d4d58bed
* initial import of acf-squidv1.0_alpha1Andreas Brodmann2007-11-201-0/+40
git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@350 ab2d0c66-481e-0410-8bed-d214d4d58bed