jim-p
004b1e6998
Cleanup code and fix dynamic firewall log reverse view, fixes #1031
2010-11-23 17:01:46 -05:00
Erik Fonnesbeck
5d27a3dc14
Add a function type to the field types allowed, to allow more field types without directly adding all of them to row helper.
2010-11-09 03:02:54 -07:00
jim-p
6a71611f9b
Remove unnecessary variable and fix loop test. Corrects AJAX update of last gateway status table cell (it was never updated before)
2010-10-07 09:30:24 -04:00
Erik Fonnesbeck
44374c0aff
Hide redirect and filter rule association fields when "no rdr" is checked. Ticket #570
2010-09-29 00:05:04 -06:00
Erik Fonnesbeck
3e74107e59
Unhide the source port options on firewall rules when they are not at the defaults.
2010-09-28 23:29:17 -06:00
Erik Fonnesbeck
70a9056f34
Revert "Shows source ports when they are already defined" - this only made it so they were never hidden.
...
This reverts commit d886ebd6d4 .
2010-09-28 22:31:28 -06:00
Erik Fonnesbeck
96160768af
Simplify the logic here so that it only uses this conditional expression once.
2010-09-28 22:15:46 -06:00
Erik Fonnesbeck
727b04dfb7
Revert "Remove unnecessary JS variable" - it had a purpose.
...
This reverts commit ec325889dc .
2010-09-28 22:02:36 -06:00
Erik Fonnesbeck
331a89ca5b
Fix the delete button and a couple other small errors. Ticket #891
2010-09-14 01:59:45 -06:00
Ermal
0e642c78b4
Make possible to run multiple instances of pppoe server. Not yet switched to mpd4.
2010-09-02 17:27:14 +00:00
Scott Ullrich
6426fb80e1
Move to javascript/
2010-08-30 18:15:06 -04:00
jim-p
15c5b5d637
Fix ajax updating of fields when the CPU graph widget is not in use.
2010-08-17 13:00:15 -04:00
Renato Botelho
0ac1dafd6f
Merge remote branch 'mainline/master' into js
2010-08-13 14:43:25 -03:00
Chris Buechler
f1ca6b86de
should be #777 not *777
2010-08-13 12:58:47 -04:00
Vinicius Coque
d886ebd6d4
Shows source ports when they are already defined
2010-08-13 13:49:16 -03:00
gnhb
2f848ab7ae
Merge branch 'master' of rcs.pfsense.org:pfsense/mainline
2010-08-13 21:33:56 +07:00
gnhb
6a30f701e2
Expose MRRU settings in the GUI for PPPoE (MLPPP).
2010-08-13 21:32:06 +07:00
Vinicius Coque
ec325889dc
Remove unnecessary JS variable
2010-08-13 10:30:58 -03:00
Vinicius Coque
7967131684
Fix the js that hides advanced button on firewall rules
2010-08-13 10:20:21 -03:00
jim-p
e0c27075f3
Add the ability to select a mode for LB pool members, load balance (default) or manual failover. If manual failover is selected, only allow one server to be chosen as active.
2010-08-10 16:21:32 -04:00
jim-p
c63ee151da
Use more prototype conventions, fix some, and correct logic for moving rows.
2010-08-05 13:43:59 -04:00
jim-p
bca8429627
Use prototype selectors here, and ensure we use only the log rows. Should fix the rare occasion where a rapid dynamic log update would overwrite the header row.
2010-08-04 14:44:38 -04:00
gnhb
cac14686eb
Fix javascript error and apn id so not duplicate id in html.
2010-06-05 20:57:11 +07:00
gnhb
7db2ef5fd8
Simplify GUI even more, especially for PPP connections.
2010-06-04 07:20:41 +07:00
gnhb
c5232cbbb9
Rework GUI to hide advanced options and display via button.
...
requested by Ermal.
2010-06-03 23:07:44 +07:00
Vinicius Coque
460b635f14
Listing service providers
...
- Added dropdown list to select provider
- Added javascrit methods to handle Ajax requests
2010-06-02 10:22:35 -03:00
gnhb
6c538d04e2
Clean up javascript even more, so unnecessary loops don't get executed.
2010-05-29 18:36:13 +07:00
gnhb
d6366dd7be
Really fix javascript . . .
2010-05-28 22:46:59 +07:00
gnhb
114990f43a
Fixed problems in javascript and added L2TP support to GUI.
2010-05-28 22:05:40 +07:00
gnhb
ebef8175be
Fix javascript error.
2010-05-28 08:15:57 +07:00
gnhb
8d657558c2
Clean up code in interfaces_ppps_edit.php and in javascript.
2010-05-28 08:00:06 +07:00
gnhb
0661b194d9
Fix many things related to PPP connections.
...
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 . . .
2010-05-26 21:07:00 +07:00
gnhb
9978e156d5
Fix HTML tags in interfaces.php and delete extra javascript function in ppps_edit.js
2010-05-20 08:22:25 +07:00
gnhb
37df6d7b15
Merge branch 'master' of http://gitweb.pfsense.org/pfsense/mainline into mlppp
...
Conflicts:
etc/inc/upgrade_config.inc
2010-05-12 19:27:12 +07:00
gnhb
00b702ccd2
Bandwidth, MTU, MRU settings working.
2010-05-12 10:53:07 +07:00
Erik Fonnesbeck
1122a892f2
Fix source input validation, saving, and the "View the NAT rule" link on linked filter rules. Ticket #586
2010-05-11 20:09:52 -06:00
gnhb
0810c115f4
Fix up final bits of PPPoE Periodic reset and disable setting of bandwidths for mlppp links for now.
2010-05-11 15:41:01 +07:00
gnhb
a986f97f90
Working on PPPoE periodic reset. Writing out pppoe_restart_XXX file still needs work.
2010-05-08 11:12:52 +07:00
Ermal
b8ed2a11a0
Implement tcp flags and sloppy state on the GUI.
2010-05-05 19:26:34 +00:00
gnhb
42809b4a03
Use "PPPs" as the new Tab name in Interfaces -> Assign. Rename files and update affected files.
...
Also, add upgrade_config function 062_to_063.
2010-05-04 15:35:29 +07:00
gnhb
de77ffdb1e
Code to save data on a per port(bandwidth, mtu, mru, etc.) basis is working.
2010-05-02 16:39:08 +07:00
gnhb
44d57a2bf2
Merge branch 'master' of http://gitweb.pfsense.org/pfsense/mainline into mlppp
2010-05-02 15:08:05 +07:00
gnhb
c979706408
Working on javascript for bandwidth, mtu, mru inputs on mlppp gui.
2010-05-02 15:00:53 +07:00
gnhb
9291bf4476
Fix up javascript and add id # to interfaces_mlppp page.
2010-05-01 11:38:14 +07:00
gnhb
2595abeb56
Pull javascript out of mlppp_edit page into a separate file.
2010-04-30 16:21:42 +07:00
Renato Botelho
59ecde4930
Improve NAT Port Forwarding
...
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
2010-04-29 08:27:50 -03:00
Renato Botelho
2648fa63b8
Automatically select destination as $Interface address when Interface is changed just for new rules, or, if previous rule has already the combination interface + interface address selected
2010-04-27 09:03:23 -03:00
Renato Botelho
be28a8c001
Merge remote branch 'mainline/master'
2010-04-27 08:41:15 -03:00
Scott Ullrich
db3829e199
Add binding support for row helper drop downs
2010-04-27 00:38:18 -04:00
Renato Botelho
a3e7bd0b25
Consider VIPs on Destination Address and below few fixes
...
- Rename change_dst to dst_change to follow standards
- Fix indent
2010-04-20 13:00:26 -03:00