summaryrefslogtreecommitdiffstats
path: root/src/usr
Commit message (Collapse)AuthorAgeFilesLines
* Fix the extra "of" in the help text.Robbert Rijkse2017-05-101-1/+1
|
* Make the changes suggested by jim-p and changed the way the disable function ↵Robbert Rijkse2017-05-091-3/+2
| | | | work to ensure the manually added host entries or DHCP reservations still work.
* Unbound: Added ability to disable automatically added host entriesRobbert Rijkse2017-05-061-0/+18
|
* Subst Unique/Device in System INfo WidgetSteve Beaver2017-05-031-1/+1
|
* Merge pull request #3718 from phil-davis/pacakge-typoRenato Botelho2017-05-033-7/+7
|\
| * Typos in pkg management code commentsPhil Davis2017-05-023-7/+7
| |
* | Merge pull request #3714 from phil-davis/patch-10Renato Botelho2017-05-031-13/+18
|\ \
| * | Let he user know if all selected interfaces are downPhil Davis2017-04-291-3/+7
| | | | | | | | | | | | in the interface statistics widget. At the moment, if all the selected interfaces are down, the widget will just display no columns. That will make users wonder what happened.
| * | Fix interface down in interface statistics widgetPhil Davis2017-04-291-11/+12
| |/ | | | | | | If an interface is down, the widget would write the interface description in a column heading but then omit the stats items. So later columns (to the right) would have the headings and stats items out of line. This also fixes the performance problem that get_interface_info($ifdescr) was being called for every row of stats data for every interface. i.e. it was called 7 times for each interface when 1 time is enough.
* | Merge pull request #3712 from phil-davis/patch-7Renato Botelho2017-05-031-1/+0
|\ \
| * | Remove bonus end td tag in interface statistics widgetPhil Davis2017-04-291-1/+0
| |/
* | Switch the cert info to an infoblock now that #7505 is fixed. Issue #7505jim-p2017-05-021-9/+1
| |
* | Per sbeaver, disable an IE workaround, which fixes #7504jim-p2017-05-021-4/+4
| |
* | Show SAN, KU, and EKU info in the certificate list. Implements #7505jim-p2017-05-021-2/+36
| | | | | | | | While here, also fix "server" cert detection to key off of the EKU For "TLS Web Server Authentication" since nsCertType has been deprecated.
* | 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
* 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-261-3/+13
| | | | 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 #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
* | 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-211-1/+2
|\
| * Update services_dyndns_edit.phpxygrec2017-02-161-1/+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-203-20/+14
|\ \ \
| * | | certificate manager, show 'in use' also for CA and CRL where certificates ↵PiBa-NL2017-04-173-20/+14
| | | | | | | | | | | | | | | | are in use by packages.
* | | | Merge pull request #3700 from phil-davis/ifgwaddRenato Botelho2017-04-203-573/+111
|\ \ \ \
| * | | | 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-181-15/+0
| | | | |
| * | | | Merge branch 'master' into ifgwaddPhil Davis2017-04-1877-3256/+4175
| |\ \ \ \
| * | | | | Validate gateway and interface togetherPhil Davis2017-04-181-97/+65
| | | | | |
| * | | | | 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-171-127/+1
| | | | | |
| * | | | | Refactor gateway parameter validationPhil Davis2017-04-172-305/+4
| | |/ / / | |/| | |
* | | | | Merge pull request #3629 from doktornotor/patch-18Renato Botelho2017-04-2017-7/+19
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' into patch-18doktornotor2017-03-24127-69458/+81766
| |\ \ \ \ \
| * | | | | | Add missing includedoktornotor2017-03-081-0/+1
| | | | | | |
| * | | | | | Add missing includedoktornotor2017-03-081-0/+1
| | | | | | |
| * | | | | | Add missing includedoktornotor2017-03-081-0/+1
| | | | | | |
OpenPOWER on IntegriCloud