summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www
Commit message (Collapse)AuthorAgeFilesLines
* ipsec widget, check for valid arrayPiBa-NL2016-07-031-0/+3
| | | | (cherry picked from commit 658180daffe0fe5f005b6fe6b528c758309dffef)
* Update system_usermanager_settings.phpBBcan1772016-07-011-1/+1
| | | Use of undefined constant min - assumed 'min'
* Update system_crlmanager.phpBBcan1772016-07-011-1/+1
| | | | Use of undefined constant min - assumed 'min' Use of undefined constant max - assumed 'max'
* Fix undefined constantBBcan1772016-07-011-4/+4
| | | | Notice: Use of undefined constant min - assumed 'min' Notice: Use of undefined constant max - assumed 'max'
* Diag Tables Last UpdateNOYB2016-06-301-1/+1
| | | | Use correct Thursday abbreviation (s/Thr/Thu/).
* Omit <secret> tags from L2TP in status.php config.xml dump.Chris Buechler2016-06-291-0/+1
|
* Restore 2.2.x and prior means of obtaining pfsync nodes to avoid exhausting ↵Chris Buechler2016-06-291-9/+5
| | | | memory on systems with large state tables. Ticket #6364
* Remove a-f from IPv4 address patternPhil Davis2016-06-281-2/+2
| | | | | It seems to me that a through f should not be part of the pattern for the "V4" case. (cherry picked from commit 1f49dd8a3a49b724ded5840c1db6c168ed466aae)
* Always use require_oncePhil Davis2016-06-27164-258/+258
| | | | | | | | | The usage of require() and require_once() throughout the system is inconsistent, and "bugs" come up now and then when the order of "requires" is a bit different and some require() happens after the include file is already included/required. It seems to me that there is no harm at all in always using require_once().
* Use the translated destination for kill_states if one exists. Ticket #6531Chris Buechler2016-06-241-4/+7
|
* Correct/clarify column header. Ticket #6530Chris Buechler2016-06-241-1/+1
|
* Fix styleChris Buechler2016-06-241-3/+4
|
* pfSense_get_pf_states always returns source as src and dest as dst, this ↵Chris Buechler2016-06-241-20/+10
| | | | flipping based on direction is wrong. Ticket #6530
* Fix styleChris Buechler2016-06-241-7/+13
|
* Comment typoStephen Beaver2016-06-231-1/+1
| | | | (cherry picked from commit b069f77e0a5e355e811dd7bd4a4d17a802a3f682)
* Revert "adding privileges and separating DNS Resolver overrides from general ↵Chris Buechler2016-06-234-315/+3
| | | | | | settings" This reverts commit fc76a1e390c8ce9579df31457c74d1d0e572b78d.
* Shouldn't the priv match here be set to "services_rfc2136_edit.php*"?NOYB2016-06-231-1/+1
| | | | (cherry picked from commit 5c403f843291bdc670dcdb45e1e097f2eb7f36ab)
* Load actual value of webguihostnamemenuPhil Davis2016-06-231-1/+1
| | | | | This is a string from a list of valid values (empty, "hostonly", "fqdn"). So it is not correct to just gather a true/false value here. (cherry picked from commit e93242eb2ad5a45fb6ab1526f0b6ddcc716e5b96)
* Restored countdown functionality and menu refresh on successful ↵Stephen Beaver2016-06-231-5/+23
| | | | | | | | update/remove/install Added comments to clarify operation of the page (cherry picked from commit 18295ff2f907f638afa9f7c665cc16e4262e6899)
* Clarify ports alias hint. Ticket #6523Chris Buechler2016-06-221-1/+1
|
* % and / are also allowed in valuesjim-p2016-06-221-2/+2
|
* Fix Bug #6394 - Incorrect Output of TranslationNewEraCracker2016-06-224-4/+9
| | | | | | Apparently gettext() does not behave correctly when passed an empty string, this commit ensures gettext() is called only with non-empty strings (cherry picked from commit 6ae99aba5cab12440d88dd9ddaa6535c3b9b5d82)
* Fix #6482 OpenVPN Redirect Gateway Option Causes GUI IssuePhil Davis2016-06-221-2/+4
| | | | | | This fixes the GUI inconsistency reported in the referenced bug. On edit of an OpenVPN server that has tun mode, not shared key, and the gwredir checkbox checked, the local_network fields are shown, but actually they should be hidden (because that is what happens on first data entry when gwredir is checked). At least this makes the GUI consistent. Then the other issues mentioned in Redmine feature 6483 can be addressed separately. (cherry picked from commit fa20dac1b58488713d88b44cafc760a83d79cb66)
* added missing div.content wrapper when reloading filtershailthemelody2016-06-221-12/+14
| | | | (cherry picked from commit e8406abe627675db2c2f77a81c1bb883f5158bb6)
* Fix PHP Warning about invalid argument supplied for foreachNewEraCracker2016-06-222-6/+10
| | | | | | If _POST['members'] or _POST['groups'] is not set / none selected at GUI, it would give a warning on crash reporter (dev versions) (cherry picked from commit 9f4722022f0e8114741e8cf1a421520fded8be1f)
* Do not allow deleting your own user namePhil Davis2016-06-221-16/+43
| | | | | | | | | | | Currently if you delete your own user name, then the config ends up with a blank user tag in it. Rather than fix that up, it seems dangerous to be able to delete yourself anyway, because if you are the last user with admin privs for which you know the password (i.e. if you have not recorded the password for "admin" somewhere), then you can lock yourself out. That would require console access to fix, which for some people is a pain. It seems reasonable to me to make the person login as some other user with admin privs to delete "themselves". Bit of boots and braces done here: 1) Don't show the trash bin icon for "yourself", and also disable the delete_check checkbox. So you can't opt to delete yourself from the ordinary front-end GUI. 2) Enhance the back-end validation to prevent deleting yourself, just in case someone mucks about in the front-end code. 3) Put error messages to tell people when something is not deleted, and why. 4) In the success message for multi-deletion, tell which user names have actually been deleted. (cherry picked from commit d6b79c398d16ade9ccd3d21c9574c7a263fc6383)
* function name hms -> dhmsstilez2016-06-221-5/+5
| | | | | to match edit to util.inc (cherry picked from commit c57e936a6596550619f7261e85b633ca5016cbf2)
* Add "delete entry" for ARP tablestilez2016-06-221-0/+25
| | | | | | | | | Useful function in some circumstances - seems no reason not to have it. Uses IP rather than hostname since not all ARP entries have hostnames. Probably should also have "delete all" but not done that. (cherry picked from commit 6ea0d41e3c094a0977e7f0d022ec74276280b8ff)
* Fix NTP PPS. It had 'None' option available on 2.2.x.NewEraCracker2016-06-221-1/+1
| | | | (cherry picked from commit ceabd66d57f7199602d3a23cb8a60080bcfa67ea)
* Fix "Unable to remove NTP GPS from configuration"NewEraCracker2016-06-221-1/+1
| | | | | https://forum.pfsense.org/index.php?topic=112771.msg627573 (cherry picked from commit 55de528cbb177b4a1f40554ad1a567198bbeebb3)
* redundant check - is_numericint() tests for >= 0stilez2016-06-221-1/+1
| | | | (cherry picked from commit f208e9690e2ec4089cf3d3fe5f5f03fed5a36e6f)
* fix logic and replace hard coded value by globalstilez2016-06-221-2/+2
| | | | | | backups should be a numeric int. text hint for number of backups can now refer to the global value for this platform (and explains how to get that default, by leaving blank) (cherry picked from commit 16b17c15f9fc29e9480431b5bc7bebe2bd4b6230)
* Give settings section a more helpful/standard title to match other GUI ↵stilez2016-06-221-2/+2
| | | | | | settings tabs (cherry picked from commit ca55edc39342865816feef390616be8b770c889b)
* Self correcting - poor englishstilez2016-06-221-1/+1
| | | | (cherry picked from commit b56769c30a23af9f575ee4a5f056558ef8322f95)
* Accuracystilez2016-06-221-1/+1
| | | | | Large keys are not "slower to use" in many cases, since they are only used to validate or set up a session. An ongoing session usually transfers to a symmetric algorithm once established, and the user won't notice the short extra delay in session startup. (cherry picked from commit d4fdce4e2e3456c9d89b61e11b1d31e2f83624a5)
* missed a comment I added and shouldn't have - removedstilez2016-06-221-1/+1
| | | | (cherry picked from commit 7c684f3b95f641134496bc1210cfb2d814468767)
* Update OpenVPN Wizard to include missing key sizesstilez2016-06-221-2/+22
| | | | | ...and add some useful info to guide the user. (cherry picked from commit 49810252681df9bd553e2221c885ceffaa2c4c7f)
* Added option to System > General Setup > webConfigurator to change the title ↵Christopher Fazendin2016-06-222-10/+34
| | | | | | of the Help menu in the navbar to either the system hostname or fqdn. (cherry picked from commit 1d12996755ee6fb9b9e163d292bdba160a926e64)
* Make QinQ interfaces work againChris Rowe2016-06-221-4/+4
| | | | (cherry picked from commit 1322ee22354f1a6e184819fb7009a2996b63de97)
* Allow IGMP Proxy logging verbosity to be selected via system log settings ↵Stephen Beaver2016-06-221-0/+11
| | | | | | (PR 2901) (cherry picked from commit 2bd0585e30e5ec8fc3b79ca3f579bf9a7c1bcbc8)
* adding privileges and separating DNS Resolver overrides from general settingsJoe2016-06-224-3/+315
| | | | (cherry picked from commit fc76a1e390c8ce9579df31457c74d1d0e572b78d)
* Fixed #6504 by making table sortableStephen Beaver2016-06-221-1/+1
| | | | (cherry picked from commit 55f67b5abd9b809807e328477779d97120908273)
* jQuery datepicker added to interfaces.php and interfaces_ppps_edit.php for ↵Stephen Beaver2016-06-222-1/+4
| | | | | | setting custom expirey date (cherry picked from commit d85d82b7686d5899948e6ec4b1587e74937820cf)
* Fixed #6516 by replacing HTML5 datepicker with jQuery widgetStephen Beaver2016-06-221-0/+1
| | | | (cherry picked from commit 53c38ff16c1eb8743e69d506f69167c88cf34910)
* Merge pull request #3015 from marcelloc/patch-4Chris Buechler2016-06-211-1/+1
|\
| * fix rowhelper select_source empty comboMarcello Coutinho2016-06-211-1/+1
| | | | | | while using $config['installedpackage']{['...'] as source
* | Fixed #6514 by requiring string starts with letter ot underscoreStephen Beaver2016-06-211-1/+1
|/ | | | (cherry picked from commit f0a053846d6cde2724c47b5553e1395cfd21445c)
* Fixed #6498 by providing new address type argument to Form_IpAddress(). In ↵Stephen Beaver2016-06-212-5/+19
| | | | this case it is specified as "V6".
* Fix typojim-p2016-06-201-1/+1
|
* Fix redundant phrasing.jim-p2016-06-201-1/+1
|
OpenPOWER on IntegriCloud