summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* If the user chose to have DDNS Hostnames forced, respect that in the backend ↵jim-p2017-08-211-0/+4
| | | | code for static map IPv6 hosts. Fixes #7324
* widget comment fixSteve Beaver2017-08-211-2/+2
|
* Fixed #7728Steve Beaver2017-08-211-12/+19
| | | | Revised enabled/disabled diplay to match other firewall pages
* Add French to GUIRenato Botelho2017-08-211-0/+1
|
* Update translation filesRenato Botelho2017-08-2186-3835/+5030
|
* Regenerate potRenato Botelho2017-08-211-57/+65
|
* Fixed #7787Steve Beaver2017-08-201-3/+10
| | | | | Always make an IPSec mobiles table, even if none have been configured. Prevents JS null value error message on console
* Fix JSON format for mobile IPSec data per Kill Bill (Thanks!)Steve Beaver2017-08-192-3/+1
|
* Bump to 2.4.1-DEVELOPMENTRenato Botelho2017-08-182-2/+2
|
* Remove dashboard update period stuffSteve Beaver2017-08-171-1/+0
|
* No longer experimental so comment removedSteve Beaver2017-08-179-9/+9
|
* Add Polish to GUI, it's over 75% completeRenato Botelho2017-08-171-0/+1
|
* Update translation filesRenato Botelho2017-08-1786-26497/+66306
|
* Regenerate potRenato Botelho2017-08-171-432/+442
|
* Widget comment editSteve Beaver2017-08-171-3/+2
|
* Re-write CPU usage calculation to avoid sleep in AJAX callSteve Beaver2017-08-172-42/+47
|
* Speedup package related calls to get_pkg_info() since now we have a script ↵Renato Botelho2017-08-162-3/+2
| | | | that update metadata periodically
* Merge pull request #3795 from PiBa-NL/20170808-hfsc-no-prioRenato Botelho2017-08-161-21/+24
|\
| * shaper, hfsc cannot use priority, as such don't show the field in the webgui.PiBa-NL2017-08-081-21/+24
| | | | | | | | | | Also for the other shapers 0 is a valid priority While fairq causes a error loading rules with a priority above 7 so prevent that.
* | Merge pull request #3799 from marjohn56/Unbound-start-delayRenato Botelho2017-08-163-0/+22
|\ \
| * | Some systems - only one that I am aware of, complain that unbound is ↵marjohn562017-08-113-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | starting before dchp6 has completed leading to problems, this occurs only on boot. Further examination did indeed show that the problem is caused by unbound starting before the dhcp6c - RTSOLD - rc.newwanipv6 have completed, making sure that these have all run before unbound is allowed to start corrects the problem. In order to fix this I have added a file creation of a file in tmp in rc.newwanipv6, this is the final function when the system is booting and ONLY when the system is booting. In interfaces.inc I have added an unlink_if_exists () of this file, this is a "just in case" catch, should the file have been left behind due to some unforeseen event. The real work is done in services.inc, a section of code has been added that can cause up-to a ten second delay before allowing unbound to start. This is achieved by waiting for the file created by rc.newwanipv6 to exist, once it does exist then the file is deleted, the sleep loop breaks and unbound is allowed to start. If the file does not exist after 10 seconds then the sleep loop exits and unbound can start. Checks are made for the fact that WAN is using Ipv6 and dhcp6,
* | | Merge pull request #3796 from eyJhb/masterRenato Botelho2017-08-161-1/+2
|\ \ \
| * | | dyndns: changed CloudFlare to Cloudflare - correct spellingeyJhb2017-08-101-1/+1
| | | |
| * | | dyndns: added password help text for cloudflareeyJhb2017-08-101-1/+2
| |/ /
* | | Fixed #7625Steve Beaver2017-08-161-7/+5
| | |
* | | Do not use reference to avoid losing dataRenato Botelho2017-08-161-2/+4
| | |
* | | Always run additional_config_upgrade() and do it after config is writtenRenato Botelho2017-08-161-8/+10
| | |
* | | Fix indent/spaceRenato Botelho2017-08-161-9/+14
| | |
* | | 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
| | |
OpenPOWER on IntegriCloud