summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Collapse)AuthorAgeFilesLines
* No need to set nocsrf from my testingErmal2013-03-211-4/+1
|
* Merge pull request #488 from phil-davis/masterErmal Luçi2013-03-211-18/+59
|\ | | | | DynDNS status widget async update
| * DynDNS status widget add 5 minute refreshPhil Davis2013-03-211-1/+4
| | | | | | 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.
| * DynDNS status widget async updatePhil Davis2013-03-201-18/+56
| | | | | | | | 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.
* | Rearrange this manual outbound NAT rule generation loop -- fixes unnecessary ↵jim-p2013-03-201-93/+93
| | | | | | | | duplication of Localhost and VPN rules.
* | Add the user/time tracking to Port forwards and outbound NAT also.jim-p2013-03-203-1/+87
| |
* | Track user/time a firewall rule was created and last updated, and show this ↵jim-p2013-03-207-6/+76
|/ | | | 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.
* Remove functions that are not used now with once mode of rtsoldErmal2013-03-191-3/+0
|
* Make sure file has content before call route deleteRenato Botelho2013-03-191-2/+4
|
* Respect 'States' option from Advanced/MiscRenato Botelho2013-03-191-10/+2
| | | | | | | - 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
* Remove redundant callRenato Botelho2013-03-191-1/+0
|
* Improve ppp-linkdown:Renato Botelho2013-03-191-23/+24
| | | | | - Improve readability giving name to parameter variables - Add path for all command calls
* Fix default route deletionRenato Botelho2013-03-191-1/+1
|
* Fix indentRenato Botelho2013-03-191-2/+2
|
* Bring down even rtsold processErmal2013-03-191-0/+3
|
* Diag DNS Lookup Dialog OutputN0YB2013-03-163-2/+27
| | | | | 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.
* Merge pull request #484 from N0YB/System_Firewall_Logs_FilteringJim P2013-03-161-5/+2
|\ | | | | Just a Couple Minor Tweaks
| * Just a Couple Minor TweaksN0YB2013-03-161-5/+2
| |
* | Use killbypid instead of a killall that never worksRenato Botelho2013-03-161-1/+1
| |
* | Fix indent and whitespacesRenato Botelho2013-03-161-16/+16
| |
* | Initialize array to silence warnings on foreachRenato Botelho2013-03-161-0/+1
| |
* | Avoid deleting the RA Subnet when IP is invalid, also simplify it a bitRenato Botelho2013-03-161-18/+13
| |
* | Fix indent and whitespacesRenato Botelho2013-03-161-10/+10
|/
* System Firewall Log Filtering by FieldsN0YB2013-03-151-38/+167
| | | | Previous filter form retained for raw logs view.
* Clarify what "Allow IPv6" does and does not control. Ticket #2874jim-p2013-03-131-1/+2
|
* fixup textChris Buechler2013-03-131-2/+2
|
* Move tmp/var init to just after mount of /cf so that the sizing works ↵jim-p2013-03-121-5/+5
| | | | properly on NanoBSD. Fix input validation for sizes. Add note about needing a reboot to apply the settings.
* Do not route do default gw when rule gw is downRenato Botelho2013-03-121-0/+16
| | | | | | | | - 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
* Fix indent and whitespacesRenato Botelho2013-03-121-62/+62
|
* Add the ability for full installs to optionally use RAM disks for /tmp and ↵jim-p2013-03-112-42/+105
| | | | | | /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).
* Be more careful when performing a ping to use the correct ping type if an IP ↵jim-p2013-03-111-2/+2
| | | | address is entered.
* update github repo locationChris Buechler2013-03-102-2/+2
|
* Fix spelling.jim-p2013-03-091-1/+1
|
* Services Status Widget remove leftover >Phil Davis2013-03-091-1/+1
|
* fix text. Fixes #2863Chris Buechler2013-03-081-2/+2
|
* Merge pull request #479 from ExolonDX/masterJim P2013-03-081-1/+1
|\ | | | | Use HTMLENTITIES to deprecate the ampersand in page title URI
| * Use HTMLENTITIES to deprecate the ampersandColin Fleming2013-03-081-1/+1
| |
* | Be consistent on the checkErmal2013-03-081-2/+1
| |
* | Prevent mtu bigger than 9000Ermal2013-03-081-1/+1
| |
* | Merge pull request #470 from ExolonDX/branch_01Jim P2013-03-071-22/+20
|\ \ | | | | | | Tidy up System:General Setup XHTML
| * | Tidy up System:General Setup XHTMLColin Fleming2013-03-071-22/+20
| |/ | | | | | | | | Close INPUT tags Tidy up HTML boolean operators
* | Merge pull request #471 from ExolonDX/branch_02Jim P2013-03-071-37/+37
|\ \ | | | | | | Tidy up System:Advanced:Admin XHTML
| * | Tidy up System:Advanced:Admin XHTMLColin Fleming2013-03-071-37/+37
| |/ | | | | | | | | | | | | Added proper CDATA sections to scripts Updated HTML boolean operators Close BR tagas Close INPUT tags
* | Merge pull request #472 from ExolonDX/branch_03Jim P2013-03-071-38/+38
|\ \ | | | | | | Tidy up System:Advanced:FirewallNat XHTML
| * | Tidy up System:Advanced:FirewallNat XHTMLColin Fleming2013-03-071-38/+38
| |/ | | | | | | | | Close BR tags Updated HTML boolean operators
* | Merge pull request #473 from ExolonDX/branch_04Jim P2013-03-071-24/+24
|\ \ | | | | | | Tidy up System:Advanced:Network XHTML
| * | Tidy up System:Advanced:Network XHTMLColin Fleming2013-03-071-24/+24
| |/ | | | | | | | | | | Close BR tags Update CDATA sections in script tags Update HTML boolean operators
* | Merge pull request #474 from ExolonDX/branch_06Jim P2013-03-071-13/+13
|\ \ | | | | | | Tidy up System:Advanced:Tunables XHTML
| * | Tidy up System:Advanced:Tunables XHTMLColin Fleming2013-03-071-13/+13
| |/ | | | | | | | | Deprecate ampersand Close INPUT tags
* | Merge pull request #475 from ExolonDX/branch_07Jim P2013-03-071-15/+16
|\ \ | | | | | | Tidy up System:Advanced:Notifications XHTML
OpenPOWER on IntegriCloud