Commit Graph

11921 Commits

Author SHA1 Message Date
Renato Botelho
bcfd894ebd Merge pull request #1229 from ExolonDX/branch-master_06 2014-06-13 08:36:52 -03:00
Renato Botelho
718af29d29 Merge pull request #1228 from ExolonDX/branch_master_05 2014-06-13 08:36:47 -03:00
Ermal
cbe38717c6 Bring the code of captiveportal up to speed with its module counterpart requirments 2014-06-12 21:06:10 +00:00
Renato Botelho
859a530456 Fix #3665, show IPSec tunnel description on status page 2014-06-12 08:59:12 -03:00
Renato Botelho
bd75704311 Fix a typo on variable name 2014-06-12 08:33:41 -03:00
Renato Botelho
6186c00a11 Fix td class 2014-06-12 08:16:29 -03:00
Chris Buechler
daa169f756 remove extra . 2014-06-11 00:23:31 -05:00
Renato Botelho
f2c8603164 Be more precise to match members of a bridge interface, it should fix #3637 2014-06-10 14:20:57 -03:00
Renato Botelho
6a0f34b86b Do not allow interface group name to be bigger than 15 chars, helps ticket #3208 2014-06-09 15:32:08 -03:00
Renato Botelho
2f9951fe0e Add some protection to parameters that come through _GET 2014-06-06 11:48:15 -03:00
Colin Fleming
5689813244 Tidy up misc. widgets XHTML
captive_portal_status.widget.php
Remove NAME from TABLE tag, not valid in XHTML

carp_status.widget.php
Add missing closing TD tag

dyn_dns_status.widget.php and
installed_packages.widgete.php
Update TD class to single line

load_balancer_status.widget.php
Add quotes to missing TD background colour

traffic_graphs.widget.php
Tidy up HTML Boolean operator
Make NAME and ID in INPUT tag unique

wake_on_lan.widget.php
Remove B tag from "widgetsubheader", alread in CSS
Center message across all columns within table
2014-06-05 22:44:55 +01:00
Colin Fleming
2690afba23 Update "pkg_edit.,php"
"custom_php_after_head_command", if the PHP code also contains
JavaScript ("squid_auth.xml" for example) then this will cause HTML
errors, as you are not supposed to have anything between the closing
HEAD tag and the opening BODY tag.

Add the CLOSEHEAD PHP variable, move the include HEAD.INC into the PHP
IF statement and manually close the HEAD tab, else just include HEAD.INC
2014-06-05 19:41:50 +01:00
jim-p
88e545b435 Whitespace fixes 2014-06-04 15:25:33 -04:00
jim-p
2da48592df Allow the user to select "None" for OpenVPN client certificate, so long as they supply and auth user/pass. Ticket #3633 2014-06-04 15:22:09 -04:00
jim-p
df13b0771b Just use ID here instead. 2014-06-04 14:17:37 -04:00
jim-p
5344099abc Various fixes to diag_dump_states.php (Add interface column, some extra validation safety, etc). Should fix #2121 2014-06-04 14:13:23 -04:00
Renato Botelho
29732bc3cf Update csrf-magic to 1.0.4 2014-06-03 14:39:56 -03:00
Renato Botelho
ee7f5e7abe Merge pull request #1226 from ExolonDX/branch_master_04 2014-06-03 09:33:41 -03:00
Renato Botelho
f133039195 Merge pull request #1225 from ExolonDX/branch_master_03 2014-06-03 09:33:34 -03:00
Renato Botelho
ccc3b027cd Merge pull request #1224 from ExolonDX/branch_master_02 2014-06-03 09:33:24 -03:00
Colin Fleming
580a6561e1 Tidy up "status_queues.php" XHTML
Add closing BODY and closing HTML tags if "traffic shaping is not
configured."
2014-06-03 13:12:39 +01:00
Colin Fleming
2a351d3235 Tidy up "status_openvpn.php" XHTML
Move the closing FORM tag after the PHP check if there are any OpenVPN
instances.
2014-06-03 13:08:30 +01:00
Colin Fleming
e6f98d5b74 Tidy up "diag_dns.php" XHTML
Move the "=" sign into the first table cell, this allows the output to
line up in the second cell,
Tidy up the table from the "resolution time" output.
2014-06-03 12:52:15 +01:00
Colin Fleming
26509223bc Tidy up "crash_reporter.php" XHTML
Tidy up Paragraph tags
Close INPUT tags
2014-06-03 12:28:17 +01:00
Renato Botelho
0db055f097 Merge pull request #1219 from nagyrobi/patch-13 2014-06-02 08:27:22 -03:00
jim-p
0bb15b9964 Fix filename 2014-05-31 10:40:56 -04:00
Chris Buechler
cac386b68e remove openbgpd bits from system_gateways_edit and system.inc. The package
match is case-sensitive and hasn't matched the openbgpd package's name in
at least 5 years, so it doesn't do anything. It's far from functional in
any useful manner even fixing that issue.
2014-05-30 20:01:46 -05:00
jim-p
24c57e72a9 Drop a note on the page about how to repair a failed mirror. 2014-05-30 14:40:49 -04:00
jim-p
52398a6b56 Bring in proper gmirror support for the GUI and notifications.
Made a general gmirror library to perform various gmirror tasks and get information, using some of the former widget logic to start. Updated widget to use this new code.
Added a Diag > GEOM Mirrors page that displays information about existing mirrors and perform various management tasks. Current actions include rebuilding a drive, forgetting disconnected mirror drives, insert/remove, deactivate/activate, clearing medatada. It's now possible to use the GUI to rebuild a failed mirror by performing a forget, then insert action to replace a missing/dead drive.
Also included is a notification setup. Mirror status is polled every 60 seconds, and if any aspect of the mirror changes, notifications are issues that alert in the GUI and by SMTP, etc.
2014-05-30 14:15:06 -04:00
Renato Botelho
ae73fcb170 Merge pull request #1220 from ExolonDX/branch_master_01 2014-05-29 11:29:55 -03:00
Colin Fleming
7786daaa9d Tidy up "diag_tables.php" XHTML
Add BODY tag
Add ACTION to FORM tag
Add CDATA section to SCRIPTS
Remove NAME from OPTION tag, not valid in XHTML
Update HTML Boolean operators
Add SUMMARY to TABLE
Close IMG tag and add ALT
Move closing Anchor tag into PHP staement
Change Paragraph tag to TR tag and close
Update non breaking space tag
Add missing closing FORM, closing BODY and closing HTML tags
2014-05-29 15:18:26 +01:00
Renato Botelho
36b9bb281e Unset iflist and iflist_disabled 2014-05-29 10:53:20 -03:00
nagyrobi
4e6b0a0e08 Update services_ntpd.php
Add validation for the case of no server specified, fall back to pool.ntp.org
2014-05-29 14:20:39 +02:00
Renato Botelho
6e73977bd7 Show disabled interface when it was already part of interface group, it avoids to show a random interface instead and let user to add it by mistake. It should fix #3680 2014-05-29 08:52:46 -03:00
Renato Botelho
499f6e20a8 Merge pull request #1217 from nagyrobi/patch-15 2014-05-28 17:14:46 -03:00
Renato Botelho
612b6ad6a7 Merge pull request #1212 from ExolonDX/branch_master_04 2014-05-28 17:01:45 -03:00
Renato Botelho
4f280a4a1b Merge pull request #1211 from ExolonDX/branch_master_03 2014-05-28 17:01:06 -03:00
Renato Botelho
0e1a4b5566 Merge pull request #1210 from ExolonDX/branch_master_02 2014-05-28 17:00:40 -03:00
Renato Botelho
e2935a75ac Merge pull request #1209 from ExolonDX/branch_master_01 2014-05-28 17:00:16 -03:00
nagyrobi
151693da81 Update services_ntpd_gps.php
Fixed MRC->RMC typos in sentence types, display and fine-tuning for SureGPS card.
2014-05-28 21:52:52 +02:00
jim-p
504e5fd46f Use script-friendly gmirror status output to build this info, old method was breaking output when the mirror was being rebuilt. 2014-05-28 14:00:31 -04:00
Ermal
aa7ec4185a Make logging of pass rules opt-in rather than opt-out 2014-05-27 13:34:14 +00:00
Ermal
1fd46d44c5 Split the setting of logging pass and block into 2 separate settings. Maybe this can be extended to control even the user rules? 2014-05-27 13:14:10 +00:00
Renato Botelho
d758288839 Trim whitespaces from options text and fix #3674 2014-05-27 09:59:59 -03:00
Colin Fleming
587ecd0863 Tidy up "system_firware" XHTML
Remove WRAP from TEXTAREA and add Javascript to add wrap hard
2014-05-27 12:39:29 +01:00
Colin Fleming
b3733e10f7 Tidy up Ampersand XHTML
Deprecate Ampersand in Anchor tags
2014-05-27 12:33:09 +01:00
Colin Fleming
2a74f9d78e Tidy up misc. XHTML
Close FORM tag correctly
Add missing TD and TR tags
Move NOWRAP into CLASS statement
2014-05-27 12:22:35 +01:00
Colin Fleming
9ef4289cd5 Tidy up "system_usermanager.php" XHTML
Add CLOSEHEAD varialbe and manually close HEAD
Add CDATA sections to SCRIPTS
Deprecate Ampersand in Anchor tags
Remove NAME from TR tag, not valid in XHTML
Remove WRAP from TEXTAREA and Javascript to take wrap off
2014-05-27 12:11:24 +01:00
jim-p
67eec08539 Add (self) for an outbound NAT source as well 2014-05-23 14:00:07 -04:00
jim-p
b7988b29d0 Let (self) be used on port forward destinations also 2014-05-23 14:00:06 -04:00