Commit Graph

10602 Commits

Author SHA1 Message Date
Jim P
2ef6bfbb7c Merge pull request #491 from ExolonDX/branch_03
Tidy up "traffic shaper limiter" XHTML
2013-03-22 08:09:30 -07:00
Jim P
86632dbce2 Merge pull request #490 from ExolonDX/branch_02
Tidy up "traffic shaper queue" XHTML
2013-03-22 08:08:47 -07:00
Colin Fleming
2174be2212 Tidy up "traffic shaper limiter" XHTML
Close INPUT, BR, IMG and P tags
Add "alt" to IMG tags
Deprecate ampersand in ANCHOR tags
Add CDATA section to scripts
Move "tree.css" and "tree.js" to the HEAD statement and manually close
the HEAD statement
Spelling mistatke
Updated PHP shorthand tag
2013-03-22 14:42:57 +00:00
Colin Fleming
f6b8150102 Tidy up "traffic shaper queue" XHTML
Deprecate the ampersand in the ANCHOR tag
Close BR and P tags
Move "tree.css" and "tree.js" to the HEAD statement and manually close
the HEAD statement
Spelling mistake.
2013-03-22 14:35:47 +00:00
Colin Fleming
df5c0bc036 Tidy up "traffic shaper" XHTML
Close INPUT, BR and P tags
Update PHP Shorthand tag
Spelling mistake
Move "tree.css" and "tree.js" to the HEAD statement and close the HEAD
statement manually
Deprecate the ampersand in the ANCHOR tag
2013-03-22 14:29:54 +00:00
jim-p
b2f73235f9 Fix wording/formatting of promisc option 2013-03-21 12:20:38 -04:00
Ermal
6d76984a6a No need for nocsrf here too 2013-03-21 14:48:27 +00:00
Ermal Luçi
0e0f9b9bd4 Merge pull request #486 from 01101001c/master
Thermal Sensors Widget (for pfSense v2.1-BETA1 and up).
2013-03-21 07:47:45 -07:00
Ermal
cfa0c33672 No need to set it for the system information widget 2013-03-21 14:45:22 +00:00
Ermal
8760cbbcb7 No need to set nocsrf from my testing 2013-03-21 14:43:24 +00:00
Ermal Luçi
4c15d00660 Merge pull request #488 from phil-davis/master
DynDNS status widget async update
2013-03-21 01:21:49 -07:00
Phil Davis
b23e1a7034 DynDNS status widget add 5 minute refresh
It was easy to add the code to refresh the status every 5 minutes. I think 5 minutes is a reasonable refresh time for dynamic DNS.
2013-03-21 08:36:40 +05:45
jim-p
a1776dcfab Rearrange this manual outbound NAT rule generation loop -- fixes unnecessary duplication of Localhost and VPN rules. 2013-03-20 16:07:15 -04:00
jim-p
33cc1e8677 Add the user/time tracking to Port forwards and outbound NAT also. 2013-03-20 15:58:13 -04:00
jim-p
ba1d9714c5 Track user/time a firewall rule was created and last updated, and show this information at the bottom of the page when viewing the firewall rule. Have various places in the system that create rules add a proper entry to indicate their origin. 2013-03-20 13:26:16 -04:00
Phil Davis
c1dcb7abe7 DynDNS status widget async update
The Dynamic DNS status widget performs remote operations to the www to check the cached dynamic DNS IP against the actual current public-facing IP. When an external link is slow, or particularly when the cable is plugged in (it seems up) but actually the internet is down, it takes a long time for a response from http://checkip.dyndns.com/ to time out. The dashboard page hangs in a half-drawn state (up to drawing the DynDNS status table) for up to 30 seconds.
This change puts the code that does these external operations into some ajax/Java script that runs after the dashboard has drawn up. Code concept unashamedly stolen from the system information widget.
2013-03-20 20:04:33 +05:45
Ermal
a9518178f9 Remove functions that are not used now with once mode of rtsold 2013-03-19 20:19:03 +00:00
Renato Botelho
def432e6cc Make sure file has content before call route delete 2013-03-19 15:52:27 -03:00
Renato Botelho
46e27ea790 Respect 'States' option from Advanced/Misc
- Respect this option and do not clean states when it's configured
- Create /etc/rc.kill_states to be easier to check $config

It helps ticket #2887
2013-03-19 15:36:53 -03:00
Renato Botelho
9cc119c259 Remove redundant call 2013-03-19 15:36:53 -03:00
Renato Botelho
2c27096c9c Improve ppp-linkdown:
- Improve readability giving name to parameter variables
- Add path for all command calls
2013-03-19 15:36:53 -03:00
Renato Botelho
6d5460e650 Fix default route deletion 2013-03-19 15:36:53 -03:00
Renato Botelho
94b49d82f6 Fix indent 2013-03-19 15:36:53 -03:00
Ermal
6d0473b4af Bring down even rtsold process 2013-03-19 16:28:36 +00:00
01101001c
4fc5400000 Thermal Sensors Widget (for pfSense v2.1-BETA1 and up).
Original post: http://forum.pfsense.org/index.php/topic,59193.0.html
2013-03-18 17:08:01 -07:00
N0YB
fe74228f2a Diag DNS Lookup Dialog Output
Display DNS lookup results in a dialog box rather than browsing away from the current page (Dashboard Firewall Widget or Status: System logs: Firewall) to the diag DNS page.
Especially useful when filtering so that filter does not have to be reposted to return to the current page.
2013-03-16 17:19:46 -07:00
Jim P
ba6b2811a1 Merge pull request #484 from N0YB/System_Firewall_Logs_Filtering
Just a Couple Minor Tweaks
2013-03-16 14:09:51 -07:00
N0YB
c3b8ad61e7 Just a Couple Minor Tweaks 2013-03-16 14:07:00 -07:00
Renato Botelho
e074fb75a9 Use killbypid instead of a killall that never works 2013-03-16 13:09:16 -03:00
Renato Botelho
6d529efd81 Fix indent and whitespaces 2013-03-16 10:32:20 -03:00
Renato Botelho
2abfec49c6 Initialize array to silence warnings on foreach 2013-03-16 08:56:58 -03:00
Renato Botelho
fba196c34b Avoid deleting the RA Subnet when IP is invalid, also simplify it a bit 2013-03-16 08:34:50 -03:00
Renato Botelho
e1968b0ddc Fix indent and whitespaces 2013-03-16 08:26:08 -03:00
N0YB
74c6d36f09 System Firewall Log Filtering by Fields
Previous filter form retained for raw logs view.
2013-03-15 02:17:33 -07:00
jim-p
672e373ed4 Clarify what "Allow IPv6" does and does not control. Ticket #2874 2013-03-13 09:28:57 -04:00
Chris Buechler
5077b1e453 fixup text 2013-03-13 04:55:19 -05:00
jim-p
efc0e29abc Move tmp/var init to just after mount of /cf so that the sizing works properly on NanoBSD. Fix input validation for sizes. Add note about needing a reboot to apply the settings. 2013-03-12 13:59:40 -04:00
Renato Botelho
a1f735b31c Do not route do default gw when rule gw is down
- Add a new advanced misc option to change the behaviour
- When it is set and rule has its own gateway, that is down, just
  disable the rule instead of routing it to default gw

Fixes #2858
2013-03-12 11:37:31 -03:00
Renato Botelho
4f537e9396 Fix indent and whitespaces 2013-03-12 11:04:40 -03:00
jim-p
e92e83d4e2 Add the ability for full installs to optionally use RAM disks for /tmp and /var, and to allow selecting a size for /tmp and /var RAM disks on both Full installs and NanoBSD.
I think I caught most of the edge cases for transitioning into and out of RAM disk mode, and preserving data across reboots as is done on NanoBSD (RRD, DHCP leases, pkg/pbi info).
2013-03-11 22:16:18 -04:00
jim-p
94ca4e0d47 Be more careful when performing a ping to use the correct ping type if an IP address is entered. 2013-03-11 10:44:42 -04:00
Chris Buechler
d5280de64d update github repo location 2013-03-10 20:44:39 -05:00
jim-p
8436f2e314 Fix spelling. 2013-03-09 15:53:09 -05:00
Phil Davis
bb9aaf95cf Services Status Widget remove leftover > 2013-03-09 16:05:17 +05:45
Chris Buechler
70fee79c52 fix text. Fixes #2863 2013-03-08 18:44:57 -06:00
Jim P
6e0fc523c1 Merge pull request #479 from ExolonDX/master
Use HTMLENTITIES to deprecate the ampersand in page title URI
2013-03-08 11:13:05 -08:00
Colin Fleming
a1560c1bb4 Use HTMLENTITIES to deprecate the ampersand 2013-03-08 18:50:18 +00:00
Ermal
a58a9ece9c Be consistent on the check 2013-03-08 13:30:55 +00:00
Ermal
b783eaf2de Prevent mtu bigger than 9000 2013-03-08 13:20:12 +00:00
Jim P
ca3301b4c8 Merge pull request #470 from ExolonDX/branch_01
Tidy up System:General Setup XHTML
2013-03-07 17:33:02 -08:00