summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Check if specific config upgrade code already ran and skip itRenato Botelho2017-08-161-7/+20
| | | |
* | | | Add a function to be called every time convert_config() runsRenato Botelho2017-08-162-0/+14
| | | |
* | | | Hide dashboard update period control. No longer needed with central refresh ↵Steve Beaver2017-08-161-6/+6
| | | | | | | | | | | | | | | | system
* | | | Convert firewall log widget to centralized refresh systemSteve Beaver2017-08-161-18/+32
| | | |
* | | | Use central refresh system for dyndns widgetSteve Beaver2017-08-152-31/+33
| | | |
* | | | Refresh cache every 2h when using GUIRenato Botelho2017-08-151-1/+1
| | | |
* | | | Make sure pfSense-upgrade return code is obtained instead of tail's oneRenato Botelho2017-08-151-1/+3
| | | |
* | | | Unset workaround used to set cronjob on 2.3.xRenato Botelho2017-08-151-0/+3
| | | |
* | | | Converted thermal sensor widget to use central refresh systemSteve Beaver2017-08-153-36/+40
| | | |
* | | | ipsec widget converted to JSON formatted refreshSteve Beaver2017-08-151-43/+50
| | | |
* | | | Put the FQDN first in /etc/hosts to make dnsmasq happy when reverse ↵jim-p2017-08-141-3/+4
| | | | | | | | | | | | | | | | resolving hostnames. Make a special exception for localhost. Fixes #7771
* | | | Revise error page to comply with login page styleSteve Beaver2017-08-142-21/+68
| | | |
* | | | Comment typosPhil Davis2017-08-131-3/+3
| | | |
* | | | Fix a couple of 'route: writing to routing socket: Invalid argument' ↵Luiz Souza2017-08-121-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 Souza2017-08-111-2/+6
| | | | | | | | | | | | | | | | after the timeout.
* | | | Disable the DAD on the stf interface. This prevents the dpinger from start.Luiz Souza2017-08-111-4/+1
| | | |
* | | | Fixed #7625Steve Beaver2017-08-113-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
* | | | Refresh metadata before an upgradeRenato Botelho2017-08-111-1/+1
| | | |
* | | | Spelling :(Steve Beaver2017-08-111-1/+1
| | | |
* | | | Improve commentsSteve Beaver2017-08-111-2/+1
| | | |
* | | | Add AJAX version checkSteve Beaver2017-08-111-1/+44
| | | |
* | | | Show user when pkg metadata was updatedRenato Botelho2017-08-111-4/+20
| | | |
* | | | Update cache when GUI successfully update pkg metadataRenato Botelho2017-08-111-0/+6
| | | |
* | | | Change refresh link to iconSteve Beaver2017-08-111-1/+1
| | | |
* | | | Consider only last output lineRenato Botelho2017-08-111-1/+1
| | | |
* | | | remove old logo from default pageJared Dillard2017-08-102-1/+0
| | | |
* | | | Speedup get_system_pkg_version() considering only installed packagesRenato Botelho2017-08-101-2/+2
| | | |
* | | | Use cache file to show pfSense version informationRenato Botelho2017-08-102-4/+22
| | | |
* | | | Save pkg update return codeRenato Botelho2017-08-101-4/+8
| | | |
* | | | Add a protection to prevent ending up with duplicate crontab entryRenato Botelho2017-08-101-1/+10
| | | |
* | | | Revised Netgate Services and Support widget to use AJAX when refreshing the dataSteve Beaver2017-08-101-35/+85
| |_|/ |/| |
* | | Update translation filesRenato Botelho2017-08-1084-3652/+3934
| | |
* | | Regenerate potRenato Botelho2017-08-101-75/+75
| | |
* | | Sort languages alphabetically (in English)Renato Botelho2017-08-101-6/+6
| | |
* | | Add Dutch to GUI, it's over 75% completeRenato Botelho2017-08-101-0/+1
| | |
* | | Run rc.update_pkg_metadata in background when repository changesRenato Botelho2017-08-101-1/+3
| | |
* | | Remove dead code using in the past to migrate from pfSense-repo-devel to a ↵Renato Botelho2017-08-101-9/+0
| | | | | | | | | | | | single pkg called pfSense-repo
* | | Make sure pkg metadata is updated at least once daily. It will be used to ↵Renato Botelho2017-08-105-1/+70
|/ / | | | | | | speedup GUI parts related to pkg update
* | Ensure the callback function exists before callingSteve Beaver2017-08-091-1/+1
| |
* | gateway, ntp, and openVPN widgets updatedSteve Beaver2017-08-095-65/+76
| |
* | Remove ajax stuff from installed packages widgetSteve Beaver2017-08-091-33/+2
| |
* | dd system information widget to central refresh systemSteve Beaver2017-08-095-43/+70
| | | | | | | | Add ability for a widget to specify how often it wants to be updated
* | Revise upgrade script to insert support widget at the top of column 2Steve Beaver2017-08-092-2/+28
| | | | | | | | Add old support widget to obsolete files list
* | Update translation filesRenato Botelho2017-08-0984-6429/+7259
| |
* | Regenerate potRenato Botelho2017-08-091-122/+121
| |
* | Repair broken AJAX response (POST vs GET)Steve Beaver2017-08-081-3/+4
| |
* | interface_statistics widget added to central refresh systemSteve Beaver2017-08-082-6/+29
| |
* | Add ipsec widget to new centralized refresh systemSteve Beaver2017-08-084-30/+28
| |
* | Experimental centralized widget refresh systemSteve Beaver2017-08-082-21/+80
| | | | | | | | Used by the interfaces.widget.php widget only for now
* | make css compatible with newer nvd3 versionJared Dillard2017-08-072-3/+3
| |
OpenPOWER on IntegriCloud