summaryrefslogtreecommitdiffstats
path: root/shorewall-controller.lua
Commit message (Collapse)AuthorAgeFilesLines
* Updated for startstop in core 0.5.0root2009-06-041-1/+1
|
* Modified viewfunctions to split displayform, creating displayformstart and ↵Ted Trask2008-10-221-1/+1
| | | | | | displayformend, to provide flexibility while still using the library. Also added support for hidden fields - including a common redir field. Removed redirectOnSuccess from controllerfunctions handle_form, and replaced it with the redir field. Removed redirectOnSuccess from controllers that used it and added handlecommandresults and redir entries to links and forms throughout many views. This will cause a redirect to the originating view when a form is successfully completed. acf_www-controller now includes orig_action in page_info to report the original action launched by the user. git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@1560 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Shorewall redirect to listfiles after edit.Ted Trask2008-10-131-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@1554 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Rewrite of shorewall to use new libraries, ... Moved statusbasic to status, ↵Ted Trask2008-09-221-117/+32
| | | | | | status to details, expert to listfiles. Changed check to not have a page. Used links for status, edit, startstop. Didn't change config, so it still doesn't work. git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@1480 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Saving work for today.Mika Havela2008-05-151-70/+29
| | | | | | | Applying the component functionallity to acf-shorewall. Cleaning up and rebuilding the view-files. git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@1121 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Replaced references to ENV[SCRIPT_NAME] with self.conf.script.Ted Trask2008-05-151-12/+12
| | | | | | Logon link no longer forced to be https. git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@1120 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Rebuilding the config-view-file to be more easy to use (and a bit more good ↵Mika Havela2008-05-141-4/+0
| | | | | | looking). git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@1117 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified cfe, removing option, errtxt, and name, and adding label - This may ↵Ted Trask2008-04-301-16/+14
| | | | | | | | | | | | break things. Rewrote password module, adding model Modified authenticator to make password module work git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@1052 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Replaced all list_redir functions with redirect in mvc.lua, implemented a ↵Ted Trask2008-04-241-12/+1
| | | | | | default_action string in each controller, removing the on_load functions git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@1037 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Removed typo and cleaned up the code.Mika Havela2008-04-091-8/+2
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@977 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Cleaning up code.Mika Havela2008-04-081-57/+41
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@961 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Renamed functions that had _ in the functionname.Mika Havela2008-04-031-13/+13
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@908 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Changed the 'Restart' button to a 'Check' button on the config-tab.Mika Havela2008-03-071-1/+10
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@824 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Now the config-tab works just find (as I can see).Mika Havela2008-03-061-62/+117
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@823 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Saving work for today. Editing a record still doesn't work... but we are ↵Mika Havela2008-03-051-62/+99
| | | | | | getting there. git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@822 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Cleaned up the output when user chooses [new]Mika Havela2008-03-051-15/+41
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@821 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added another button (got it working)Mika Havela2008-03-051-8/+125
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@818 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added some more functionallity to the config-pageMika Havela2008-03-051-22/+307
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@817 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added the missing (example)-page. Added functionallity so that the page has ↵Mika Havela2008-03-041-209/+36
| | | | | | live data git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@799 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Cleaning up the code a bit.Mika Havela2008-03-031-0/+12
| | | | | | | | Adding some examples into the config-tab. Minor modifications on the view-files. git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@794 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added a 'Guided configuration' for Shorewall. This is a test!Mika Havela2008-02-291-10/+62
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@781 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Changed shorewall so that it reports/uses cfe's instead!Mika Havela2008-02-011-58/+349
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@682 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Created a confirmation when you start/stop/restart the firewall.Mika Havela2008-01-151-26/+55
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@572 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Renamed tab and reorganized first pageMika Havela2008-01-101-3/+3
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@531 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added view-logfile.Mika Havela2007-12-071-0/+3
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@419 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Cleaning up GuidedSetupCode and only focusing on AdvancedUsers InterfaceMika Havela2007-12-031-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@400 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Check and restart is now working!Mika Havela2007-11-301-1/+16
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@396 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modifying file is now possibleMika Havela2007-11-291-1/+16
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@386 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Show files and their content starting to take shapeMika Havela2007-11-281-97/+16
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@383 ab2d0c66-481e-0410-8bed-d214d4d58bed
* corrected code to be more MVC-likeAlexander Poslavsky2007-11-021-18/+15
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@260 ab2d0c66-481e-0410-8bed-d214d4d58bed
* trying to get shorewall to install+status indicatorAlexander Poslavsky2007-11-021-0/+117
git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@251 ab2d0c66-481e-0410-8bed-d214d4d58bed