summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* save uniqueid during bootRenato Botelho2017-05-021-0/+1
|
* Read default language from globals.inc instead of hardcoding (it was already ↵jim-p2017-05-021-1/+1
| | | | defined there)
* Set default anguage in General Setup to en_USPhil Davis2017-04-291-0/+5
| | | | Since https://github.com/pfsense/pfsense/commit/fdcde31b4a910c4e058513c1e3f68a62e722da6b added German to the top of the get_locale_list() array, if you start with a default system and go to System->General Setup (make some changes to other fields if you like) and press Save, you end up in German because that is what gets selected in the dropdown when the config does not yet have a language in it. The code assumed that the language of the default system is the language at the top of the list, which is no longer true.
* SpellingSteve Beaver2017-04-281-1/+1
|
* space/tabSteve Beaver2017-04-281-1/+1
|
* Add Netgate ID display to system info widgetSteve Beaver2017-04-281-0/+7
|
* Checks for DHCP Relay being enabled/disabled should be skipped when editting ↵Renato Botelho2017-04-271-11/+23
| | | | an additional pool
* Fix comparisons for CDATA tags in configPhil Davis2017-04-271-3/+3
| | | | | | | | | | | | | | | Some length numbers here do not match the strings they are comparing with. That looks very odd. Note that: ``` substr($ent, 0, 5) == "text" ``` will return true when $ent is "text". So actually this "works". But it returns false if $ent is "text1" "texta" etc. So it depends what the intention was. If it was intended to match just "text" then I could be just: ``` $ent == "text" ``` If it was intended to match "text" "text1" "texta" etc, then it needs to be fixed like I suggest here.
* Encode hostname and other output for DHCP lease status. Fixes #7497jim-p2017-04-261-20/+20
|
* Always add the CN as the first SAN when creating a certificate in the GUI or ↵jim-p2017-04-262-4/+16
| | | | an automatic GUI self-signed certificate. Per RFC 2818, relying on the CN to determine the hostname is deprecated, SANs are required. Chrome 58 started enforcing this requirement. Fixes #7496
* Merge pull request #3659 from PiBa-NL/plugin_optimize_20170321Renato Botelho2017-04-252-9/+12
|\
| * pkg_call_plugins put includefile and supported plugins in the normal ↵PiBa-NL2017-03-292-9/+12
| | | | | | | | config.xml so there is no need to parse the package xml for them. this improves performance significantly for several pages like such as 'ipsec overview' and 'openvpn server edit page' which use certificates and gatewaygroups which acquire some information from plugins.
* | Merge pull request #3704 from sergiocarlosmorales/add-expiration-to-ndp-pageRenato Botelho2017-04-251-7/+18
|\ \
| * | Add expiration field to NDP listingSergio Carlos Morales Angeles2017-04-231-7/+18
| | |
* | | Merge pull request #3705 from phil-davis/interface-static-checkRenato Botelho2017-04-251-2/+2
|\ \ \
| * | | Fix #7493 only check interface IP if staticPhil Davis2017-04-251-2/+2
| | | |
* | | | Avoid invalid arg error when saving WoL widgetPhil Davis2017-04-251-2/+4
|/ / / | | | | | | when there are no WoL entries
* | | Add German (Germany) to GUI after it reached 75%Renato Botelho2017-04-241-0/+1
| | |
* | | Update translation filesRenato Botelho2017-04-2478-98301/+136381
| | |
* | | Regenerate potRenato Botelho2017-04-241-2460/+2485
|/ /
* | Merge pull request #3549 from xygrec/patch-dyndns-hoverRenato Botelho2017-04-213-3/+64
|\ \
| * | Update services.incxygrec2017-04-201-2/+2
| | |
| * | Update services_dyndns_edit.phpxygrec2017-02-161-1/+2
| | |
| * | Update dyndns.classxygrec2017-02-161-0/+60
| | |
| * | Update services.incxygrec2017-02-161-2/+2
| | |
* | | Merge pull request #3607 from PiBa-NL/trafficgraphs-smooth-20170304Renato Botelho2017-04-211-10/+17
|\ \ \
| * | | trafficgraphs, divide bandwidth by time when statistics where gathered to ↵PiBa-NL2017-03-041-10/+17
| | | | | | | | | | | | | | | | smooth out bumps in the graphs
* | | | Merge pull request #3699 from PiBa-NL/20170417-certificatemanager-ca-crl-inuseRenato Botelho2017-04-204-20/+35
|\ \ \ \
| * | | | certificate manager, show 'in use' also for CA and CRL where certificates ↵PiBa-NL2017-04-174-20/+35
| | | | | | | | | | | | | | | | | | | | are in use by packages.
* | | | | Merge pull request #3700 from phil-davis/ifgwaddRenato Botelho2017-04-204-575/+584
|\ \ \ \ \
| * | | | | Simplify indexing of gateways arrayPhil Davis2017-04-201-5/+1
| | | | | |
| * | | | | Add new IPv6 gateway to correct selectboxPhil Davis2017-04-181-1/+1
| | | | | |
| * | | | | Reload new gateway params after input errorsPhil Davis2017-04-181-19/+31
| | | | | |
| * | | | | Remove obsolete isAjax array key handlingPhil Davis2017-04-182-16/+1
| | | | | |
| * | | | | Merge branch 'master' into ifgwaddPhil Davis2017-04-1877-3256/+4175
| |\ \ \ \ \
| * | | | | | Validate gateway and interface togetherPhil Davis2017-04-182-108/+85
| | | | | | |
| * | | | | | Refactor IPv4 gateway add so field names are consistent with the IPv6 codePhil Davis2017-04-171-36/+36
| | | | | | |
| * | | | | | Fix IPv6 gateway addPhil Davis2017-04-171-1/+1
| | | | | | |
| * | | | | | Refactor gateway savePhil Davis2017-04-172-129/+147
| | | | | | |
| * | | | | | Refactor gateway parameter validationPhil Davis2017-04-173-307/+328
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #3629 from doktornotor/patch-18Renato Botelho2017-04-2020-44/+58
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into patch-18doktornotor2017-03-24139-69520/+82141
| |\ \ \ \ \ \
| * | | | | | | Add a deprecation noticedoktornotor2017-03-081-0/+5
| | | | | | | |
| * | | | | | | Add missing includedoktornotor2017-03-081-0/+1
| | | | | | | |
| * | | | | | | Add missing includedoktornotor2017-03-081-0/+1
| | | | | | | |
| * | | | | | | Add missing includedoktornotor2017-03-081-0/+1
| | | | | | | |
| * | | | | | | Add missing includedoktornotor2017-03-081-0/+1
| | | | | | | |
| * | | | | | | Add missing includedoktornotor2017-03-081-0/+1
| | | | | | | |
| * | | | | | | Add missing includedoktornotor2017-03-081-0/+1
| | | | | | | |
| * | | | | | | Add missing includedoktornotor2017-03-081-0/+1
| | | | | | | |
OpenPOWER on IntegriCloud