Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge pull request #1658 from phil-davis/patch-4 | Renato Botelho | 2015-05-14 | 1 | -3/+5 | |
|\ \ | ||||||
| * | | Add some curlies in status_rrd_graph_img | Phil Davis | 2015-05-14 | 1 | -3/+5 | |
| | | | | | | | | | | | | These "if data" tests look like they should apply to all 4 lines below them. After sorting out this real-looking issue, I can mess with the rest of the formatting... | |||||
* | | | Merge pull request #1657 from phil-davis/patch-3 | Renato Botelho | 2015-05-14 | 1 | -4/+8 | |
|\ \ \ | ||||||
| * | | | Cleanup code logic status_upnp | Phil Davis | 2015-05-14 | 1 | -4/+8 | |
| |/ / | | | | | | | | | | | | | | | | 1) Variable $i is was set, incremented and not used. 2) "if preg_match" at line 94 had no curlies after it, so it was only applying to the first line after it ($rdr_proto = ...) It really looks like "if preg_match"should apply to the whole code chunk - settings the various "rdr*" vars and then spitting out the "tr" with the various matches values in the row. Somebody with some various UPnP enabled and running should test this to see if the status page still works with this change. I think it only makes a difference if $rdr_entries has some lines in it that do not match the regex - in that case the old code might have displayed some rubbish or (almost?) duplicated rows. | |||||
* | | | Merge pull request #1656 from phil-davis/patch-2 | Renato Botelho | 2015-05-14 | 1 | -4/+0 | |
|\ \ \ | ||||||
| * | | | Remove unused nentries from status_lb_pool | Phil Davis | 2015-05-14 | 1 | -4/+0 | |
| |/ / | ||||||
* | | | Merge pull request #1655 from phil-davis/patch-1 | Renato Botelho | 2015-05-14 | 1 | -2/+0 | |
|\ \ \ | ||||||
| * | | | Remove unused var from status_gateways.php | Phil Davis | 2015-05-14 | 1 | -2/+0 | |
| |/ / | | | | | | | I cannot see where "counter" is used. | |||||
* | | | Merge pull request #1654 from phil-davis/nat-outbound-fix | Renato Botelho | 2015-05-14 | 2 | -10/+10 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Fix alias rename and delete bug #4701 | Phil Davis | 2015-05-14 | 2 | -10/+10 | |
|/ / | | | | | | | The old advancedoutbound key in config.xml is now called outbound. | |||||
* | | Delete load_balancer_relay*.php, they are not being used | Renato Botelho | 2015-05-13 | 5 | -1209/+0 | |
| | | ||||||
* | | Merge pull request #1653 from phil-davis/lb-work | Renato Botelho | 2015-05-13 | 11 | -688/+748 | |
|\ \ | ||||||
| * | | Code style Load Balancer | Phil Davis | 2015-05-13 | 11 | -688/+748 | |
| |/ | ||||||
* | | Merge pull request #1651 from phil-davis/interfaces-other | Renato Botelho | 2015-05-13 | 19 | -1779/+2221 | |
|\ \ | ||||||
| * | | Code style interfaces miscellaneous files | Phil Davis | 2015-05-13 | 19 | -1779/+2221 | |
| |/ | ||||||
* | | Merge pull request #1650 from phil-davis/interfaces-php | Renato Botelho | 2015-05-13 | 1 | -449/+681 | |
|\ \ | ||||||
| * | | Code style interfaces.php | Phil Davis | 2015-05-13 | 1 | -449/+681 | |
| |/ | ||||||
* | | Merge pull request #1652 from phil-davis/patch-1 | Renato Botelho | 2015-05-13 | 1 | -1/+1 | |
|\ \ | ||||||
| * | | Slash-select should be inside if in load_balancer_pool_edit | Phil Davis | 2015-05-13 | 1 | -1/+1 | |
| |/ | | | | | otherwise there is an unbalanced slash-select when the else happens (if there are no load-balancer monitors defined) | |||||
* | | No need to deal with hw.usb.no_pf anymore, it's part of default loader.conf | Renato Botelho | 2015-05-13 | 2 | -4/+1 | |
|/ | ||||||
* | Merge pull request #1648 from phil-davis/floating-tab | Renato Botelho | 2015-05-11 | 1 | -1/+8 | |
|\ | ||||||
| * | Handle extra column on floating rules tab | Phil Davis | 2015-05-11 | 1 | -1/+8 | |
|/ | | | | | when there are no floating rules to display. The box needs to span 11 columns. | |||||
* | Merge pull request #1646 from phil-davis/firewall-rules | Renato Botelho | 2015-05-11 | 2 | -713/+944 | |
|\ | ||||||
| * | Merge with master | Phil Davis | 2015-05-11 | 2 | -4/+69 | |
| |\ | ||||||
| * | | Code style Firewall Rules | Phil Davis | 2015-05-11 | 2 | -681/+907 | |
| | | | ||||||
* | | | Merge pull request #1647 from phil-davis/firewall-shaper | Renato Botelho | 2015-05-11 | 5 | -748/+822 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | Code style firewall shaper | Phil Davis | 2015-05-11 | 5 | -748/+822 | |
| |/ | ||||||
* | | Merge pull request #1637 from alex-berger/dhcp-staticleases-unique-check | Renato Botelho | 2015-05-11 | 1 | -3/+7 | |
|\ \ | ||||||
| * | | fixed indent according to the style guide. | Berger Alexander | 2015-05-11 | 1 | -12/+12 | |
| | | | ||||||
| * | | Currently pfsense enforces unique unqualified hostnames for static dhcp ↵ | Berger Alexander | 2015-05-07 | 1 | -9/+13 | |
| | | | | | | | | | | | | | | | | | | leases, which is not correct as only the fully qualified hostname (hostname + domainname) must be unique. With this commit the old validation logic for uniqeness is modified such that hostnames no longer need to be unique and at the same time the fully qualified hostname hast to be unique. This change makes it possible to have host with identical hostnames in different (sub)domains. For example myhost.sales.acme.com and myhost.support.acme.com will now be possible. | |||||
* | | | Merge pull request #1616 from Robert-Nelson/floating-interfaces | Renato Botelho | 2015-05-11 | 1 | -1/+57 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | Merge branch 'master' into floating-interfaces | Robert Nelson | 2015-04-25 | 12 | -112/+75 | |
| |\ \ | ||||||
| * | | | Add Interfaces column to Floating Rules | Robert Nelson | 2015-04-16 | 1 | -1/+57 | |
| | | | | ||||||
* | | | | Merge pull request #1645 from phil-davis/wizard | Renato Botelho | 2015-05-11 | 1 | -183/+270 | |
|\ \ \ \ | ||||||
| * | | | | Code style Wizard | Phil Davis | 2015-05-11 | 1 | -183/+270 | |
| | | | | | ||||||
* | | | | | Merge pull request #1644 from phil-davis/firewall-virtual-ip | Renato Botelho | 2015-05-11 | 2 | -421/+484 | |
|\ \ \ \ \ | ||||||
| * | | | | | Code style Firewall VIP | Phil Davis | 2015-05-11 | 2 | -421/+484 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #1643 from phil-davis/firewall-schedule | Renato Botelho | 2015-05-11 | 2 | -813/+786 | |
|\ \ \ \ \ | ||||||
| * | | | | | Code style Firewall Schedule | Phil Davis | 2015-05-11 | 2 | -813/+786 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #1642 from phil-davis/firewall-nat | Renato Botelho | 2015-05-11 | 8 | -859/+1095 | |
|\ \ \ \ \ | ||||||
| * | | | | | Code style Firewall NAT | Phil Davis | 2015-05-11 | 8 | -859/+1095 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #1641 from phil-davis/firewall-aliases | Renato Botelho | 2015-05-11 | 3 | -117/+162 | |
|\ \ \ \ \ | ||||||
| * | | | | | Code style firewall_aliases | Phil Davis | 2015-05-11 | 3 | -117/+162 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #1640 from phil-davis/patch-2 | Renato Botelho | 2015-05-11 | 1 | -7/+3 | |
|\ \ \ \ \ | ||||||
| * | | | | | Minor changes to firewall_shaper_layer7 | Phil Davis | 2015-05-11 | 1 | -7/+3 | |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The tabbing of this code is not so good, so it is difficult to see what is going on. I will format that in a later pull request. These things look unbalanced but actually were not at run time. These changes make it easier to check the code in an editor that can show the balanced "table" "/table", "selected" "/selected". 1) Take the "table" start declaration out of the output form var that has been built up. Put it in-line in the code so it can be seen to match the "/table" now at line 575. $output var is no longer needed. 2) Remove 3 "/select" that were each inside an "if" statement. Put a single "/select" at the end. This makes it easy to see the matching "select" and "/select" and also ensures there will always be a "/select" written. I thought these things were worth doing separate to code-style, as they are "real" changes. The L7 form still works in my testing. | |||||
* | | | | | Merge pull request #1639 from phil-davis/patch-1 | Renato Botelho | 2015-05-11 | 1 | -1/+1 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Firewall Rules Edit missing slash | Phil Davis | 2015-05-10 | 1 | -1/+1 | |
|/ / / / | | | | | | | | | | | | | This should be the end of a "tr" here. Browsers seem to be forgiving of this stuff - I don't see any difference in rendering in Firefox before or after this change. | |||||
* | | | | Merge pull request #1635 from Robert-Nelson/staticmap-bug | Renato Botelho | 2015-05-08 | 1 | -1/+3 | |
|\ \ \ \ | ||||||
| * | | | | Call clear_subsystem_dirty('staticmaps') if using Unbound | Robert Nelson | 2015-05-05 | 1 | -1/+3 | |
| | | | | | ||||||
* | | | | | Merge pull request #1636 from phil-davis/patch-1 | Renato Botelho | 2015-05-08 | 1 | -0/+1 | |
|\ \ \ \ \ |