Commit Graph

6794 Commits

Author SHA1 Message Date
jim-p
3dd81dea7a Ensure that monitor IP stays blank when editing a system dynamic gateway. 2010-06-02 11:26:58 -04:00
jim-p
41d984713b Default to "dynamic" for a dynamic gateway. 2010-06-02 11:13:32 -04:00
jim-p
b9b9b4d8d8 Add status links to shaper pages. 2010-06-02 10:42:11 -04:00
jim-p
af1e20319e Add status link to Interfaces 2010-06-02 10:34:29 -04:00
jim-p
14e9606693 Remove auth logs tab, since it is handled by the log link above. 2010-06-02 10:27:21 -04:00
jim-p
5633ab302b Add status/log links to Captive Portal pages 2010-06-02 10:23:54 -04:00
jim-p
3cceb5d5eb Add status/log links to Firewall rules 2010-06-02 10:04:24 -04:00
jim-p
02ca24c9d2 Add status links to gateway/route pages. 2010-06-02 09:58:31 -04:00
jim-p
e234921a79 Add status/log links to LB pages. 2010-06-02 09:51:51 -04:00
Ermal
eb15decbf7 Provide a default error message on error pages if there is none provided by other means. 2010-06-01 21:09:44 +00:00
Ermal
b90996c504 Add forgotten newlines. 2010-06-01 20:49:21 +00:00
Ermal
e06b7fa20e Do not overwrite previous rules. 2010-06-01 20:33:58 +00:00
Ermal
4d349edec5 Free ipfw ruleno so it can be reused. Propperly delete passthrough mac entries that are not used. 2010-06-01 20:31:56 +00:00
Ermal
3bf8eb9345 Use correct array to iterate. 2010-06-01 20:22:30 +00:00
jim-p
5224b8e7d2 Add status/log icons to DHCP page. 2010-06-01 16:03:05 -04:00
jim-p
e85858df66 Remove Logs tab from OpenVPN, as it is no longer needed. 2010-06-01 15:35:35 -04:00
jim-p
6deedfde64 Add status/log icons to IPsec pages. 2010-06-01 15:33:17 -04:00
jim-p
e70869840c Remove logs tab from OpenVPN, since it is now replaced by the Log icon. 2010-06-01 15:28:43 -04:00
jim-p
efe2be8159 Add status and log urls to OpenVPN pages. 2010-06-01 15:27:08 -04:00
jim-p
c2e23f7b4b Add a way to show status/log icons by the help icon. Define $statusurl and/or $logurl in the same manner as $pgtitle and if the variables are defined and not empty, the shortcut icons will appear. Ticket #623. 2010-06-01 15:24:27 -04:00
jim-p
67252466b8 Fix images. 2010-06-01 15:19:09 -04:00
jim-p
dcc9beef95 Add some simple Log and Status icons. Part of ticket #623 2010-06-01 14:55:53 -04:00
jim-p
0c88fc1ee2 Fix disabled setting for OpenVPN CSC entries, which was causing them to disapper. (Disable was handled inconsistently, as with normal OpenVPN entries.) Fixes #633. 2010-06-01 13:06:56 -04:00
Scott Ullrich
309b3a20a0 Remove typo 2010-05-29 15:17:45 -04:00
Scott Ullrich
5d4f96c689 Refactor code 2010-05-29 15:17:12 -04:00
Scott Ullrich
6bd7a61490 Only allow installer.php on non pfSense and nanobsd platforms 2010-05-29 15:17:12 -04:00
gnhb
fda6084959 Merge branch 'master' of rcs.pfsense.org:pfsense/mainline 2010-05-29 10:51:00 +07:00
gnhb
3a13f094d5 Fix up whitespace so file is easier to read, and fix a few missing tags. 2010-05-29 10:49:51 +07:00
Chris Buechler
12fa7ea105 more text fixes 2010-05-28 22:44:18 -04:00
Chris Buechler
88e4881bb0 fix text 2010-05-28 22:43:08 -04:00
Chris Buechler
40e18a72af Revert "add a status tab to the CP screens as well", this is just a tad too long
This reverts commit 881eb09217.
2010-05-28 21:31:21 -04:00
Chris Buechler
881eb09217 add a status tab to the CP screens as well 2010-05-28 21:26:04 -04:00
Chris Buechler
943d4ad25d add auth logs tab to CP screens 2010-05-28 21:12:59 -04:00
Ermal
fe383a26af Use REQUEST to hanle both POST/GET. 2010-05-28 22:40:27 +00:00
Ermal
5b87b24e07 Make the logout page configurable like the other pages. The only difference is that this page/code will be treated as a .php page so it may contain internal php CP variables referenced. 2010-05-28 21:30:47 +00:00
Ermal
d462a851d8 Provide an error message to the call. 2010-05-28 21:01:51 +00:00
Ermal
72b9e45296 Some configurations want to be able to ask users about replacing their existing mac during auto mac passthrough logins if they change equipment. Allow this in the backend by requiring the user to need posting a replacemacpassthru field with the post. Also add the possibility to send back with a portal_reply_page generated page the username and password posted. 2010-05-28 20:17:04 +00:00
jim-p
23e95c1a26 Don't let someone add a custom PSK that conflicts with an existing username. While here, style formfields appropriately. 2010-05-28 16:13:29 -04:00
jim-p
66a72c9f60 Show user keys on PSK list, edit link reroutes to user edit page. 2010-05-28 16:13:28 -04:00
jim-p
ddd1fb7f19 Add IPsec PSK field to User Manager. No backend code to use this value yet. 2010-05-28 16:13:27 -04:00
Ermal
1c291e64f1 Add the username to the auto added mac passthrough entry. Add an option to services->captiveportal page to activate/deactivate the auto-saving of username with the auto added mac passthrough. 2010-05-28 19:16:24 +00:00
Ermal
fac13a5eb3 Add a function to find the mac address on a passthrough mac entry by username(if present) in the <username> tag of the entry. 2010-05-28 18:38:41 +00:00
Ermal
4fc68c5aa4 Do comparions as meant not assignment. Pointy-hat: Myself 2010-05-28 18:35:06 +00:00
jim-p
2c9a4ed1b8 Compress RRD backup data. Results are dramatic. 2010-05-26 16:47:15 -04:00
jim-p
a2fb9e4842 Default to NOT backup RRD data. It can get quite large, and should be chosen deliberately by the user. 2010-05-26 16:47:15 -04:00
Renato Botelho
505371be38 Few cosmetic adjustments on classes to fix table borders 2010-05-26 14:15:38 -03:00
jim-p
59d73709d5 Add nanobsd size to system info widget after platform. 2010-05-26 11:59:13 -04:00
Ermal
e3a7800766 Actually send the wan ip address as calledstationid as advertised on captiveportal configuration page. The same fix was previously done to radius authentication code. 2010-05-25 22:58:13 +00:00
Ermal
d76f45b1a6 Show friendly interface name. 2010-05-25 21:35:06 +00:00
Erik Fonnesbeck
89e52df87f Add a default setting to location type of wireless that leaves the setting at its default for the interface. 2010-05-25 13:03:35 -06:00