summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Collapse)AuthorAgeFilesLines
* Default values for verb if it is not set when editDmitriy K.2014-06-172-2/+8
|
* a bit of refactoringDmitriy K.2014-06-171-4/+4
| | | | forgot to sync _server.php with _client.php naming style
* patchpack1Dmitriy K.2014-06-172-2/+163
| | | | | -Fix #3401 (Added tun option "Disable IPv6" -Added new options: route-nopull, route-noexec, verb;
* Make the byte counts on OpenVPN status human readable rather than huge ↵jim-p2014-06-161-6/+6
| | | | unformatted numbers.
* Replace Header() calls by lowercaseRenato Botelho2014-06-1320-23/+23
|
* Merge pull request #1229 from ExolonDX/branch-master_06Renato Botelho2014-06-137-15/+15
|\
| * Tidy up misc. widgets XHTMLColin Fleming2014-06-057-15/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | Merge pull request #1228 from ExolonDX/branch_master_05Renato Botelho2014-06-131-2/+7
|\ \
| * | Update "pkg_edit.,php"Colin Fleming2014-06-051-2/+7
| |/ | | | | | | | | | | | | | | | | | | "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
* | Bring the code of captiveportal up to speed with its module counterpart ↵Ermal2014-06-122-5/+5
| | | | | | | | requirments
* | Fix #3665, show IPSec tunnel description on status pageRenato Botelho2014-06-121-1/+1
| |
* | Fix a typo on variable nameRenato Botelho2014-06-121-1/+1
| |
* | Fix td classRenato Botelho2014-06-121-1/+1
| |
* | remove extra .Chris Buechler2014-06-111-1/+1
| |
* | Be more precise to match members of a bridge interface, it should fix #3637Renato Botelho2014-06-101-1/+3
| |
* | Do not allow interface group name to be bigger than 15 chars, helps ticket #3208Renato Botelho2014-06-091-1/+1
| |
* | Add some protection to parameters that come through _GETRenato Botelho2014-06-061-4/+8
| |
* | Whitespace fixesjim-p2014-06-041-80/+80
| |
* | Allow the user to select "None" for OpenVPN client certificate, so long as ↵jim-p2014-06-041-6/+10
| | | | | | | | they supply and auth user/pass. Ticket #3633
* | Just use ID here instead.jim-p2014-06-041-2/+2
| |
* | Various fixes to diag_dump_states.php (Add interface column, some extra ↵jim-p2014-06-041-8/+20
| | | | | | | | validation safety, etc). Should fix #2121
* | Update csrf-magic to 1.0.4Renato Botelho2014-06-032-8/+45
| |
* | Merge pull request #1226 from ExolonDX/branch_master_04Renato Botelho2014-06-031-0/+1
|\ \
| * | Tidy up "status_queues.php" XHTMLColin Fleming2014-06-031-0/+1
| |/ | | | | | | | | Add closing BODY and closing HTML tags if "traffic shaping is not configured."
* | Merge pull request #1225 from ExolonDX/branch_master_03Renato Botelho2014-06-031-2/+1
|\ \
| * | Tidy up "status_openvpn.php" XHTMLColin Fleming2014-06-031-2/+1
| |/ | | | | | | | | Move the closing FORM tag after the PHP check if there are any OpenVPN instances.
* | Merge pull request #1224 from ExolonDX/branch_master_02Renato Botelho2014-06-031-9/+9
|\ \
| * | Tidy up "diag_dns.php" XHTMLColin Fleming2014-06-031-9/+9
| |/ | | | | | | | | | | 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.
* | Tidy up "crash_reporter.php" XHTMLColin Fleming2014-06-031-14/+10
|/ | | | | Tidy up Paragraph tags Close INPUT tags
* Merge pull request #1219 from nagyrobi/patch-13Renato Botelho2014-06-021-0/+2
|\
| * Update services_ntpd.phpnagyrobi2014-05-291-0/+2
| | | | | | Add validation for the case of no server specified, fall back to pool.ntp.org
* | Fix filenamejim-p2014-05-311-1/+1
| |
* | remove openbgpd bits from system_gateways_edit and system.inc. The packageChris Buechler2014-05-301-6/+0
| | | | | | | | | | | | 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.
* | Drop a note on the page about how to repair a failed mirror.jim-p2014-05-301-1/+3
| |
* | Bring in proper gmirror support for the GUI and notifications.jim-p2014-05-305-86/+441
| | | | | | | | | | | | 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.
* | Merge pull request #1220 from ExolonDX/branch_master_01Renato Botelho2014-05-291-17/+22
|\ \
| * | Tidy up "diag_tables.php" XHTMLColin Fleming2014-05-291-17/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Unset iflist and iflist_disabledRenato Botelho2014-05-292-1/+6
| |/ |/|
* | Show disabled interface when it was already part of interface group, it ↵Renato Botelho2014-05-292-6/+14
|/ | | | avoids to show a random interface instead and let user to add it by mistake. It should fix #3680
* Merge pull request #1217 from nagyrobi/patch-15Renato Botelho2014-05-281-5/+5
|\
| * Update services_ntpd_gps.phpnagyrobi2014-05-281-5/+5
| | | | | | Fixed MRC->RMC typos in sentence types, display and fine-tuning for SureGPS card.
* | Merge pull request #1212 from ExolonDX/branch_master_04Renato Botelho2014-05-282-3/+18
|\ \
| * | Tidy up "system_firware" XHTMLColin Fleming2014-05-272-3/+18
| | | | | | | | | | | | Remove WRAP from TEXTAREA and add Javascript to add wrap hard
* | | Merge pull request #1211 from ExolonDX/branch_master_03Renato Botelho2014-05-289-10/+10
|\ \ \
| * | | Tidy up Ampersand XHTMLColin Fleming2014-05-279-10/+10
| |/ / | | | | | | | | | Deprecate Ampersand in Anchor tags
* | | Merge pull request #1210 from ExolonDX/branch_master_02Renato Botelho2014-05-284-3/+5
|\ \ \
| * | | Tidy up misc. XHTMLColin Fleming2014-05-274-3/+5
| |/ / | | | | | | | | | | | | | | | Close FORM tag correctly Add missing TD and TR tags Move NOWRAP into CLASS statement
* | | Merge pull request #1209 from ExolonDX/branch_master_01Renato Botelho2014-05-281-7/+17
|\ \ \ | |_|/ |/| |
| * | Tidy up "system_usermanager.php" XHTMLColin Fleming2014-05-271-7/+17
| |/ | | | | | | | | | | | | | | 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
* | Use script-friendly gmirror status output to build this info, old method was ↵jim-p2014-05-281-9/+4
| | | | | | | | breaking output when the mirror was being rebuilt.
OpenPOWER on IntegriCloud