summaryrefslogtreecommitdiffstats
path: root/usr/local/www/javascript
Commit message (Collapse)AuthorAgeFilesLines
* Add the ability to select a mode for LB pool members, load balance (default) ↵jim-p2010-08-101-0/+38
| | | | or manual failover. If manual failover is selected, only allow one server to be chosen as active.
* Use more prototype conventions, fix some, and correct logic for moving rows.jim-p2010-08-051-25/+9
|
* Use prototype selectors here, and ensure we use only the log rows. Should ↵jim-p2010-08-041-2/+4
| | | | fix the rare occasion where a rapid dynamic log update would overwrite the header row.
* Fix javascript error and apn id so not duplicate id in html.gnhb2010-06-051-4/+4
|
* Simplify GUI even more, especially for PPP connections.gnhb2010-06-041-17/+12
|
* Rework GUI to hide advanced options and display via button.gnhb2010-06-031-14/+41
| | | | requested by Ermal.
* Listing service providersVinicius Coque2010-06-021-21/+82
| | | | | - Added dropdown list to select provider - Added javascrit methods to handle Ajax requests
* Clean up javascript even more, so unnecessary loops don't get executed.gnhb2010-05-291-29/+26
|
* Really fix javascript . . .gnhb2010-05-281-2/+11
|
* Fixed problems in javascript and added L2TP support to GUI.gnhb2010-05-281-17/+22
|
* Fix javascript error.gnhb2010-05-281-1/+4
|
* Clean up code in interfaces_ppps_edit.php and in javascript.gnhb2010-05-281-3/+1
|
* Fix many things related to PPP connections.gnhb2010-05-261-12/+45
| | | | | | Fixed tab array numbering in interfaces_* files. Enabled multilink over PPtP connections. Fixed handling of bandwidth, mtu, mru settings. Removed unnecessary curly brackets from single line if conditionals, and more . . .
* Fix HTML tags in interfaces.php and delete extra javascript function in ↵gnhb2010-05-201-1/+0
| | | | ppps_edit.js
* Merge branch 'master' of http://gitweb.pfsense.org/pfsense/mainline into mlpppgnhb2010-05-121-4/+19
|\ | | | | | | | | Conflicts: etc/inc/upgrade_config.inc
| * Fix source input validation, saving, and the "View the NAT rule" link on ↵Erik Fonnesbeck2010-05-111-4/+4
| | | | | | | | linked filter rules. Ticket #586
| * Implement tcp flags and sloppy state on the GUI.Ermal2010-05-051-0/+15
| |
| * Automatically select destination as $Interface address when Interface is ↵Renato Botelho2010-04-271-2/+4
| | | | | | | | changed just for new rules, or, if previous rule has already the combination interface + interface address selected
| * Merge remote branch 'mainline/master'Renato Botelho2010-04-272-0/+4
| |\
| * | Consider VIPs on Destination Address and below few fixesRenato Botelho2010-04-201-1/+1
| | | | | | | | | | | | | | | - Rename change_dst to dst_change to follow standards - Fix indent
| * | changed destination type according to the selected interfaceCarlos Eduardo Ramos2010-04-201-0/+4
| | |
| * | Hidding Redirect Target Port when using GRE and ESPVinicius Coque2010-04-201-1/+5
| | |
| * | Disable redirect port field when a port different of (other) is selectedCarlos Eduardo Ramos2010-04-201-0/+10
| | |
| * | Block source edit on associated firewall rulesVinicius Coque2010-04-191-24/+25
| | |
| * | Merge remote branch 'mainline/master'Renato Botelho2010-04-191-12/+0
| |\ \ | | | | | | | | | | | | | | | | Conflicts: etc/inc/filter.inc
| * | | Adding new fields to improved NAT port forwardVinicius Coque2010-04-081-44/+116
| | | |
* | | | Bandwidth, MTU, MRU settings working.gnhb2010-05-121-10/+8
| | | |
* | | | Fix up final bits of PPPoE Periodic reset and disable setting of bandwidths ↵gnhb2010-05-111-25/+22
| | | | | | | | | | | | | | | | for mlppp links for now.
* | | | Working on PPPoE periodic reset. Writing out pppoe_restart_XXX file still ↵gnhb2010-05-081-0/+13
| | | | | | | | | | | | | | | | needs work.
* | | | Use "PPPs" as the new Tab name in Interfaces -> Assign. Rename files and ↵gnhb2010-05-041-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | update affected files. Also, add upgrade_config function 062_to_063.
* | | | Code to save data on a per port(bandwidth, mtu, mru, etc.) basis is working.gnhb2010-05-021-25/+14
| | | |
* | | | Merge branch 'master' of http://gitweb.pfsense.org/pfsense/mainline into mlpppgnhb2010-05-024-65/+162
|\ \ \ \
| * | | | Improve NAT Port ForwardingRenato Botelho2010-04-292-65/+158
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New features available are: * Now you can disable a rule * You can define "no rdr" rules * Source type, address and port, with an option "not" for exceptions * Destination type, address and port, with an option "not" for exceptions Implemented by: Carlos Eduardo Ramos <carlos.ramos@bluepex.com> Renato Botelho <renato.botelho@bluepex.com> Vinicius Coque <vinicius.coque@bluepex.com> Reviewed by: cmb and efonne Sponsored by: BluePex Security Solutions
| * | | Add binding support for row helper drop downsScott Ullrich2010-04-272-0/+4
| | |/ | |/|
* | | Working on javascript for bandwidth, mtu, mru inputs on mlppp gui.gnhb2010-05-021-4/+35
| | |
* | | Fix up javascript and add id # to interfaces_mlppp page.gnhb2010-05-011-1/+0
| | |
* | | Pull javascript out of mlppp_edit page into a separate file.gnhb2010-04-301-0/+86
|/ /
* | remove commented out bit that causes annoying pop ups in IE. Ticket #299Chris Buechler2010-04-181-12/+0
|/
* Fix sortable to handle sorting of IP address columns properly. Resolves #469jim-p2010-04-031-0/+21
|
* Fix rowhelper size usage.Ermal Luçi2010-03-081-3/+5
|
* fix alert scroller in ChromeChris Buechler2010-01-071-4/+6
| | | | Ticket #237
* fix conflict between domTT and prototype that was breaking javascript in a ↵Chris Buechler2010-01-053-20/+21
| | | | | | | number of areas. Problem described here. http://groups.google.com/group/dom-tooltip/browse_thread/thread/3f0ecf76e0755ffc?pli=1 Ticket #276 among others
* Adding latest dom_TT. Fixes #202 Thanks to RobisCoolScott Ullrich2009-12-233-23/+225
|
* Updating to 1.8.3Scott Ullrich2009-12-239-1065/+1623
|
* Add patch from lietu (Janne Enberg). Ticket #136pierrepomes2009-12-121-20/+26
| | | | | | | | | | | | | | | | | | | | | 1) Multiple NAT rules can be assigned the same filter rule -> Fixed, added assigned-nat-rule-id to filter rules to keep track of the assignment 2) when removing the link (i.e. switching to "pass" or "none", the linked rule isn't deleted (should it be? probably yes) -> Fixed, when a NAT rule's association is removed, the filter rule is deleted. Added a "create new associated filter rule" option to the dropdown if there is none selected. 3) The destination IP and port of linked rules can be edited in firewall_rules_edit.php and shouldn't be. Source should be editable but not destination, since that should strictly be tied to the NAT rule. -> Fixed, you cannot edit the destination for the filter rules that are linked to NAT rules, this has been disabled both by JavaScript and PHP. 4) If you edit the source in a linked firewall rule, it gets overwritten when you edit the NAT rule. The NAT rule should never touch the firewall rule source after the rule exists. -> Fixed, previously the old rule was deleted and a new one created, now it only updates the old rule and doesn't touch the source. Also added crosslinking from the NAT rule to the filter rule and back, so you can jump to edit the filter rule from the NAT rule and vice-versa.
* Make all autocompletes in there case insensitive.Ermal Luçi2009-12-044-8/+8
|
* Fixup Source OS boxsullrich2009-12-031-2/+1
|
* Minor formatting + hide Source OS behind Advanced boxsullrich2009-12-031-0/+6
|
* Hide layer7 and in/out behind advanced buttonsullrich2009-12-031-0/+13
|
* Make xmlrpc sync, schedule, gateway, in/out, ackqueue and layer7 all ↵sullrich2009-12-031-0/+26
| | | | advanced type buttons simplifying the firewall rule edit form for 99% of the cases
OpenPOWER on IntegriCloud