Adding hook for first tr
Fix copy and pasto
Load chosen but do not use it (for pkgs)
Move hook code up a bit
Adding hooks that will be used for filtering plugins
Move hook code up a few lines
Add hook for overriding interfaces
Add hook for bottom icon row
Add hook and fix style for anti lockout
Add missing ;
Adding pre_id_tablerow hook
Adding apply hooks
Make name similar
Adding hooks
Make the ICMP echo request type less ambiguous, and since it's likely the main one to get used, move it to the top.
In IPsec, s/mobileclients/client/, this was changed long ago in the config but not everywhere followed.
Break on 'You can also monitor the reload progress' instead of letting it wrap into a newline.
Test for arrach before foreach'ing. Reported-by: http://forum.pfsense.org/index.php/topic,32865.0.html
Show PPPoE tab if any of the PPPoE server instances are enabled. Fixes #1243
fix text
Ticket #1060. Escape even the alias entry descritpions.
Disable firewall rule drag and drop. Will bring this feature back in 2.1
Properly reflect ports in the GUI view of the anti-lockout rule since Ermal's changes restricted it to only ssh/gui ports.
Fix XSS issues
Small rework of code for applying drag and drop reordering of rules and some extra checks added to fix some potential bugs. Ticket #878
Also minimizes the extent of the changes performed (useful when comparing config.xml files from before and after).
Fix handling of floating rules in the drag and drop reordering code. Fix for part of ticket #878
If the anti-lockout rule is active, show it in the rules list for the LAN interface (or WAN if the interface count is 1, same rules as in filter.inc for putting the rule in the ruleset)
Display the ICMP type (abbreviated) in the firewall rule list and show the full text when the cursor is over it for ticket #762
Ticket #568. Do not show the save/cancel buttons on the edit page of firewall rules if that are advanced options set.
Add missing space for separating the text for this option from the last one.
Ticket #695. Restore accidentally removed char.
Ticket #695. Fix the advanced icon showing on firewall rules page.
Merge remote branch 'mainline/master'
Conflicts: usr/local/www/diag_smart.php usr/local/www/firewall_rules_edit.php usr/local/www/interfaces.php usr/local/www/load_balancer_pool_edit.php usr/local/www/pkg_mgr_settings.php
Fix text for a couple advanced options on filter rule list.
Remove or simplify some (s)printf calls.
Move : to gettext string
Change bogon color row to E0E0E0
Checked gettext() implementation on firewall_rules.php
Merge remote branch 'mainline/master' into 2_firewall
Conflicts: usr/local/www/firewall_rules.php
Add undo button for drag and drop reordering
Conflicts: usr/local/www/firewall_nat_out.php usr/local/www/firewall_rules.php usr/local/www/firewall_rules_edit.php
Mark filter dirty after saving
Add hint about drag and drop reordering
Unbreak OnMouseEvent
Mark Loading box visibility has hidden as it is only used for drag and drop
Use redboxtable
Rename to already existing name=infoboxnp
Show a loading ajax widget when the page is refreshing the order
Use the move pointer type
Adding drag and drop feature to firewall rules ordering. Simply start dragging a rule and release and the page will refresh with the new order. If all goes well I will duplicate this feature to other pages with rule reordering functionality.
Fixing gettext calls on firewall_rules.php
Revert "Implemment gettext() calls"
This reverts commit 7502ef0a698a49d9652cd3616447eb717cba707d.A lot of mistakes
Conflicts:
usr/local/www/firewall_nat.php
Implemment gettext() calls
Implement gettext() calls
Add status/log links to Firewall rules
Ticket #525. Correct message shown for a schedule now that the behviour has changed.
correctly go to interface for edit bogons/rfc1918
Simplify logic implemented on commit 673d29c0
When delete a filter rule that is associated with a nat rule, cleanup the association
The sum of % for table size should be 100%, fixing it
fix reject rules to the same as in 1_2. return is valid on all rules
Add missing PF 'max' tracking option , and clarify message for 'max-src-nodes'
Escape ' Ticket #143
Require filter.inc and shaper.inc
Add support for 'max-src-conn' PF feature, to limit the maximum number of established connections per host
Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on
Catch up to reality -- there are now 10 fields
Merge branch 'master' of git://rcs.pfsense.org/pfsense/automatically-managing-firewall-rules-with-nat-rules into review/master
Make the icon the correct size
Add avanced item indicator which will show when hovering the mouse over the icon which advanced item has been enabled
Added support for automatically managing firewall rules with NAT rules.
Move interface groups after Floating and before other interfaces
Use * instead of Default for consistency
Do not show an * in schedule box. No schedule is applied for block private.
Massive javascript cleanup, all .js files now live in $g['www_path']/javascriptPurged unused JS
More L2TP fixes
correct description on block bogon rule
Do not hard code white color
Honour listbg font properties
Use listbg instead of hard coding red background for RFC1918 information
Catch up with file rename.
Rework most of the OpenVPN support. The interfaces have been updated tonot use the pkg system and the configuration has been migrated to anopenvpn prefix. The centralized user and certificate manager is now usedto support the openvpn configurations. Most of the files removed in this...
Rewrite the pfsense privilege system with the following goals in mind ...
1) Redefine page privileges to not use static urls2) Accurate generation of privilege definitions from source3) Merging the user and group privileges into a single set4) Allow any privilege to be added to users or groups w/ inheritance...
Rewrite portions of the user manager to ensure data is properly synced tothe system password and group databases. This is to provide better supportfor centralized user management when local account administration ispreferred.
I also took this opportunity to do some housekeeping. A lot of funtions...
NOTE: this is the other half of changes
Use different name for loop var.
Continue interface improvements
Move alias popup to function. Display Alias popup for NATs now.
Introduce OpenVPN tab
Fix typo.
With addition of queue column there are 9 columns to fill now so the message when there are no rules fills the whole area.
Do not show LAN interface when it is not present.
minor cosmetic nitpick - move "selected" icons one column to the rightafter the queues column got introduced
Finish the Floating rules toolbar.Now you can create rules with tags/direction/match by tag/choose direction/choose multiple interface/quick.
Just for note the queue assignment has been moved to the Firewall->Rules section. Now for every rule you create you can choose the queue for it.