summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Make sure all unnecessary packages are removedRenato Botelho2016-03-181-0/+6
|
* Suppress dashboard save icon until needed.Stephen Beaver2016-03-182-4/+11
|
* GIF had the same problem as GRE with flags, apply the same fix. Ticket #6010jim-p2016-03-181-2/+6
|
* Correct the code saving values for GRE. The GRE configure backend code tests ↵jim-p2016-03-181-3/+9
| | | | for isset, the way the values were copied before it would be set to 'false' which was still set, so the code always triggered when it shouldn't. When reading back from XML at boot time it's OK, so only the web interface is affected. Fixes #6010
* Merge pull request #2761 from heper/patch-1Stephen Beaver2016-03-181-1/+1
|\
| * fix rrd error on bootheper2016-03-171-1/+1
| | | | | | | | | | Seems to be a copy/paste error remain from when i initially created the dhcpd rrd thingy. Just noticed this now ;) Mar 17 22:33:34 php-cgi rc.bootup: The command '/usr/bin/nice -n20 /usr/local/bin/rrdtool update /var/db/rrd/opt3-dhcpd.rrd N:U:U:U:U:U:U:U:U' returned exit code '1', the output was 'ERROR: /var/db/rrd/opt3-dhcpd.rrd: found extra data on update argument: U:U:U:U:U'
* | Merge pull request #2718 from NOYB/JavaScript_Polyfill_-_String_Includes_MethodStephen Beaver2016-03-182-0/+23
|\ \
| * | jquery folder rename to jsNOYB2016-03-171-0/+0
| | |
| * | JavaScript Polyfill - String Includes MethodNOYB2016-03-172-0/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A place for JavaScript polyfills. JavaScript string includes method polyfill. A new method that has not yet found it's way into many browser implementations. Documentation: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/includes Note: An array & typedarray includes method, that could also be useful, is currently in draft status. Documentation: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/includes Documentation: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/includes
* | | Merge pull request #2757 from NewEraCracker/allow-ip-as-althostnameStephen Beaver2016-03-181-1/+1
|\ \ \
| * | | Allow IPs in althostnamesNewEraCracker2016-03-171-1/+1
| |/ / | | | | | | | | | | | | | | | This change will allow implementation of workarounds for bugs involving 'An HTTP_REFERER was detected other than what is defined in System' by adding the IP address to the alternate hostnames list, without having to disable protection completely. This is useful to workaround things like Redmine #5939 and/or enabling access to WebGUI over IPv6 linklocal (fe80::1:1) by adding IPs manually.
* | | Merge pull request #2763 from NOYB/Services_/_DNS_Resolver_/_General_SettingsStephen Beaver2016-03-180-0/+0
|\ \ \
| * | | Much cleaner like this.NOYB2016-03-181-6/+1
| | | |
| * | | Services / DNS Resolver / General SettingsNOYB2016-03-181-3/+10
| | | | | | | | | | | | | | | | | | | | Echoing $pconfig['custom_options'] directly into JavaScript is prone to breaking the script by creating invalid syntax due to characters such as line feeds etc. Best to transfer a flag from PHP.
* | | | Much cleaner like this.NOYB2016-03-181-6/+1
| | | |
* | | | Services / DNS Resolver / General SettingsNOYB2016-03-181-3/+10
| | | | | | | | | | | | | | | | | | | | Echoing $pconfig['custom_options'] directly into JavaScript is prone to breaking the script by creating invalid syntax due to characters such as line feeds etc. Best to transfer a flag from PHP.
* | | | Use correct variable for the remote ID in IPsec status. Fixes #6009jim-p2016-03-181-1/+1
| | | |
* | | | Add PCI and USB device lists to status outputjim-p2016-03-181-0/+2
| | | |
* | | | Stop creating a meta package pfSense-vmware and pre-install ↵Renato Botelho2016-03-183-7/+7
| | | | | | | | | | | | | | | | pfSense-pkg-Open-VM-Tools on ova
* | | | Remove stray - from default-config flavorRenato Botelho2016-03-182-2/+4
|/ / /
* | | Temporarily disable PR 2750 pending revision by NOYBStephen Beaver2016-03-171-2/+3
| | |
* | | Merge pull request #2762 from phil-davis/patch-4Stephen Beaver2016-03-171-0/+4
|\ \ \
| * | | Redmine #5994 Enhance test for PPP advanced defaultsPhil Davis2016-03-181-0/+4
| | |/ | |/| | | | | | | | | | If pppoe_monthly, pppoe_weekly, pppeo_daily or pppoe_hourly was already set, then when editing the PPP interface the advanced fields were not automagically displayed. They should be, because the user needs to see these settings if they are there. Add these extra checks to the test makes the Advanced fields automagically open correctly in this case.
* | | Merge pull request #2760 from phil-davis/patch-3Stephen Beaver2016-03-171-1/+2
|\ \ \ | |/ / |/| |
| * | Redmine #5994 Fix test for default source port fieldsPhil Davis2016-03-181-1/+2
|/ / | | | | Fixes the problem reported by @jimp where the Advanced button for the source port fields would show "Hide Advanced" when creating a new rule from scratch. Now when creating a new rule, it starts off as "Display Advanced" (with the source port fields hidden.
* | Fixed #6003Stephen Beaver2016-03-171-2/+21
| | | | | | | | | | | | Corrected showadv logic Corrected long standing iussue displaying reset times (goes back to 2.0) Corrected config save by adding hidden ptpid
* | FIlebrowser package moved to vendor direcrotyStephen Beaver2016-03-1725-8/+31
| |
* | Relocated tree directory to vendors/treeStephen Beaver2016-03-1717-15/+27
| |
* | Revised fix #6007Stephen Beaver2016-03-171-6/+0
| |
* | Fixed #6007Stephen Beaver2016-03-171-0/+3
| | | | | | | | Initilize element before refreshing
* | Remove unneeded controlStephen Beaver2016-03-171-5/+0
| |
* | Merge pull request #2755 from NOYB/HTML_Compliance_-_Services_/_DHCP_ServerStephen Beaver2016-03-171-1/+1
|\ \
| * | HTML Compliance - Services / DHCP ServerNOYB2016-03-171-1/+1
| |/ | | | | | | Error: The align attribute on the td element is obsolete. Use CSS instead.
* | Merge pull request #2758 from phil-davis/patch-4Stephen Beaver2016-03-171-41/+41
|\ \
| * | Redmine #5994 Standardize NAT Edit Source AdvancedPhil Davis2016-03-171-41/+41
| | | | | | | | | | | | | | | 1) Standardize the way the Advanced button works to display and hide the source address/port fields. 2) Remove dstenable boolean - it was always set to 1 (true) and so all the tests that used it were meaningless. 3) Use true and false for portsenabled var rather than 1 and 0 - easier to read/understand.
* | | Merge pull request #2754 from phil-davis/patch-3Stephen Beaver2016-03-171-33/+61
|\ \ \
| * | | Redmine #5994 standardize firewall rule advanced buttonPhil Davis2016-03-171-24/+42
| | | |
| * | | Redmine #5994 Standardize source port buttonPhil Davis2016-03-171-9/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in firewall_rules_edit 1) Put some common code fragments into show_source_port_range() and use code that actually successfully changes the button text Display/Hide. Around line 1808. 2) Make the button itself be hidden when a protocol is selected that does not use source port range (as well as the source port fields being hidden) - line 1908-1909 3) When the user re-selects a protocol that can use source port range, unhide the button and set the button text and hide/unhide of source port fields appropriately depending on the run-time values in the source port fields - line 1900-1905 This standardizes the behavior of the source port Advanced button. I will do the other general advanced button separately.
* | | | Merge pull request #2753 from phil-davis/patch-5Stephen Beaver2016-03-171-10/+39
|\ \ \ \ | |_|/ / |/| | |
| * | | Redmine #5994 Standardize Unbound custom options buttonPhil Davis2016-03-171-10/+39
|/ / / | | | | | | This is the last piece of code I have for standardizing "advanced" buttons in the UI.
* | | Merge pull request #2756 from NewEraCracker/css-path-fixChris Buechler2016-03-172-5/+5
|\ \ \ | |_|/ |/| |
| * | Update file_exists check to full path as done in other filesNewEraCracker2016-03-171-1/+1
| | |
| * | Fix CSS paths missed by 9d1be24ef72c0c27fe7a297bf79ec5e4f552a390NewEraCracker2016-03-172-4/+4
|/ /
* | shorten ipsec widget refresh timeJared Dillard2016-03-161-1/+1
| |
* | Fixed #5918 ipsec widget row color on dark themeJared Dillard2016-03-161-5/+0
|/
* remove extra slashJared Dillard2016-03-161-1/+1
|
* point css files to the new locationJared Dillard2016-03-165-7/+7
|
* add color to iconsJared Dillard2016-03-161-3/+3
|
* remove old depricated locationJared Dillard2016-03-161-1/+0
|
* Make pkg_mgr_installed.php use an ajax call to avoid GUI timeout when rpeo ↵Renato Botelho2016-03-161-100/+185
| | | | is unreachable
OpenPOWER on IntegriCloud