Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #3796 from eyJhb/master | Renato Botelho | 2017-08-16 | 1 | -1/+2 |
|\ | |||||
| * | dyndns: changed CloudFlare to Cloudflare - correct spelling | eyJhb | 2017-08-10 | 1 | -1/+1 |
| | | |||||
| * | dyndns: added password help text for cloudflare | eyJhb | 2017-08-10 | 1 | -1/+2 |
| | | |||||
* | | Fixed #7625 | Steve Beaver | 2017-08-16 | 1 | -7/+5 |
| | | |||||
* | | Do not use reference to avoid losing data | Renato Botelho | 2017-08-16 | 1 | -2/+4 |
| | | |||||
* | | Always run additional_config_upgrade() and do it after config is written | Renato Botelho | 2017-08-16 | 1 | -8/+10 |
| | | |||||
* | | Fix indent/space | Renato Botelho | 2017-08-16 | 1 | -9/+14 |
| | | |||||
* | | Check if specific config upgrade code already ran and skip it | Renato Botelho | 2017-08-16 | 1 | -7/+20 |
| | | |||||
* | | Add a function to be called every time convert_config() runs | Renato Botelho | 2017-08-16 | 2 | -0/+14 |
| | | |||||
* | | Hide dashboard update period control. No longer needed with central refresh ↵ | Steve Beaver | 2017-08-16 | 1 | -6/+6 |
| | | | | | | | | system | ||||
* | | Convert firewall log widget to centralized refresh system | Steve Beaver | 2017-08-16 | 1 | -18/+32 |
| | | |||||
* | | Use central refresh system for dyndns widget | Steve Beaver | 2017-08-15 | 2 | -31/+33 |
| | | |||||
* | | Refresh cache every 2h when using GUI | Renato Botelho | 2017-08-15 | 1 | -1/+1 |
| | | |||||
* | | Make sure pfSense-upgrade return code is obtained instead of tail's one | Renato Botelho | 2017-08-15 | 1 | -1/+3 |
| | | |||||
* | | Unset workaround used to set cronjob on 2.3.x | Renato Botelho | 2017-08-15 | 1 | -0/+3 |
| | | |||||
* | | Converted thermal sensor widget to use central refresh system | Steve Beaver | 2017-08-15 | 3 | -36/+40 |
| | | |||||
* | | ipsec widget converted to JSON formatted refresh | Steve Beaver | 2017-08-15 | 1 | -43/+50 |
| | | |||||
* | | Put the FQDN first in /etc/hosts to make dnsmasq happy when reverse ↵ | jim-p | 2017-08-14 | 1 | -3/+4 |
| | | | | | | | | resolving hostnames. Make a special exception for localhost. Fixes #7771 | ||||
* | | Revise error page to comply with login page style | Steve Beaver | 2017-08-14 | 2 | -21/+68 |
| | | |||||
* | | Merge pull request #3800 from phil-davis/patch-1 | Steve Beaver | 2017-08-13 | 1 | -3/+3 |
|\ \ | |||||
| * | | Comment typos | Phil Davis | 2017-08-13 | 1 | -3/+3 |
|/ / | |||||
* | | Fix a couple of 'route: writing to routing socket: Invalid argument' ↵ | Luiz Souza | 2017-08-12 | 1 | -3/+5 |
| | | | | | | | | | | | | | | warnings during the boot. Use the correct variable and only add the route when the hostname is resolved (if the remote address is a hostname). route: writing to routing socket: Invalid argument | ||||
* | | Do not run the dpinger when the IPv6 address has the tentative flag even ↵ | Luiz Souza | 2017-08-11 | 1 | -2/+6 |
| | | | | | | | | after the timeout. | ||||
* | | Disable the DAD on the stf interface. This prevents the dpinger from start. | Luiz Souza | 2017-08-11 | 1 | -4/+1 |
| | | |||||
* | | Fixed #7625 | Steve Beaver | 2017-08-11 | 3 | -13/+33 |
| | | | | | | | | | | | | | | By: Separating the source and destination onChange functions Preventing the mask selector from being automatically updated if it is disabled Simplifying the auto mask JavaScript | ||||
* | | Build FRR package instead of FRR directly | jim-p | 2017-08-11 | 1 | -1/+1 |
| | | |||||
* | | Refresh metadata before an upgrade | Renato Botelho | 2017-08-11 | 1 | -1/+1 |
| | | |||||
* | | Spelling :( | Steve Beaver | 2017-08-11 | 1 | -1/+1 |
| | | |||||
* | | Improve comments | Steve Beaver | 2017-08-11 | 1 | -2/+1 |
| | | |||||
* | | Add AJAX version check | Steve Beaver | 2017-08-11 | 1 | -1/+44 |
| | | |||||
* | | Show user when pkg metadata was updated | Renato Botelho | 2017-08-11 | 1 | -4/+20 |
| | | |||||
* | | Update cache when GUI successfully update pkg metadata | Renato Botelho | 2017-08-11 | 1 | -0/+6 |
| | | |||||
* | | Change refresh link to icon | Steve Beaver | 2017-08-11 | 1 | -1/+1 |
| | | |||||
* | | Consider only last output line | Renato Botelho | 2017-08-11 | 1 | -1/+1 |
| | | |||||
* | | remove old logo from default page | Jared Dillard | 2017-08-10 | 2 | -1/+0 |
| | | |||||
* | | Speedup get_system_pkg_version() considering only installed packages | Renato Botelho | 2017-08-10 | 1 | -2/+2 |
| | | |||||
* | | Use cache file to show pfSense version information | Renato Botelho | 2017-08-10 | 2 | -4/+22 |
| | | |||||
* | | Save pkg update return code | Renato Botelho | 2017-08-10 | 1 | -4/+8 |
| | | |||||
* | | Add a protection to prevent ending up with duplicate crontab entry | Renato Botelho | 2017-08-10 | 1 | -1/+10 |
| | | |||||
* | | Revised Netgate Services and Support widget to use AJAX when refreshing the data | Steve Beaver | 2017-08-10 | 1 | -35/+85 |
| | | |||||
* | | Update translation files | Renato Botelho | 2017-08-10 | 84 | -3652/+3934 |
| | | |||||
* | | Regenerate pot | Renato Botelho | 2017-08-10 | 1 | -75/+75 |
| | | |||||
* | | Sort languages alphabetically (in English) | Renato Botelho | 2017-08-10 | 1 | -6/+6 |
| | | |||||
* | | Add Dutch to GUI, it's over 75% complete | Renato Botelho | 2017-08-10 | 1 | -0/+1 |
| | | |||||
* | | Run rc.update_pkg_metadata in background when repository changes | Renato Botelho | 2017-08-10 | 1 | -1/+3 |
| | | |||||
* | | Remove dead code using in the past to migrate from pfSense-repo-devel to a ↵ | Renato Botelho | 2017-08-10 | 1 | -9/+0 |
| | | | | | | | | single pkg called pfSense-repo | ||||
* | | Make sure pkg metadata is updated at least once daily. It will be used to ↵ | Renato Botelho | 2017-08-10 | 5 | -1/+70 |
|/ | | | | speedup GUI parts related to pkg update | ||||
* | Ensure the callback function exists before calling | Steve Beaver | 2017-08-09 | 1 | -1/+1 |
| | |||||
* | gateway, ntp, and openVPN widgets updated | Steve Beaver | 2017-08-09 | 5 | -65/+76 |
| | |||||
* | Remove ajax stuff from installed packages widget | Steve Beaver | 2017-08-09 | 1 | -33/+2 |
| |