summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Update translation filesRenato Botelho2017-08-2886-7762/+11594
|
* Regenerate potRenato Botelho2017-08-281-9/+3
|
* Partially addresses #7805Steve Beaver2017-08-281-2/+2
| | | | Bios date and version check date formats now match other timestamps on the dashboard
* Fixed #7811Steve Beaver2017-08-241-2/+2
|
* Bump config revision, fix comment. Ticket #7809jim-p2017-08-242-2/+2
|
* Setup upgrade code for wireless interfaces to the new format needed for 2.4, ↵jim-p2017-08-242-5/+35
| | | | and switch rc.bootup so the config upgrade happens before a mismatch test, otherwise we can't fix this type of situation. Fixes #7809
* Fixed #7804 Replace Math.trunc with Math.floor to make IE happySteve Beaver2017-08-241-1/+1
|
* Merge pull request #3804 from plumbeo/fix-details-popupRenato Botelho2017-08-231-2/+2
|\
| * Captive portal: fix idle times in details popupplumbeo2017-08-231-2/+2
| | | | | | | | Explicitly cast $idle_time to integer.
* | Merge pull request #3798 from IknowJoseph/patch-2Renato Botelho2017-08-231-1/+1
|\ \
| * | Update system_update_settings.phpJoseph Reeves2017-08-101-1/+1
| | | | | | | | | Tidied the Dashboard update settings text
* | | Correct typo. Fixes #7802jim-p2017-08-231-1/+1
| |/ |/|
* | Update translation filesRenato Botelho2017-08-2286-4775/+6692
| |
* | Regenerate potRenato Botelho2017-08-221-85/+95
| |
* | When saving a GIF interface, do not allow the user to enter a subnet ↵jim-p2017-08-221-4/+4
| | | | | | | | directly in the address box. The subnet is determined by the "GIF tunnel subnet" drop-down. Fixes #7789
* | fixed #7795Steve Beaver2017-08-221-5/+5
| | | | | | | | By changing var name to no longer conflict with ipsec widget
* | 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
| | | |
OpenPOWER on IntegriCloud