summaryrefslogtreecommitdiffstats
path: root/src/usr
Commit message (Collapse)AuthorAgeFilesLines
* Update translation filesRenato Botelho2017-07-3184-5203/+6181
|
* Regenerate potRenato Botelho2017-07-311-50/+46
|
* Comment fixesSteve Beaver2017-07-281-5/+5
|
* Add renamed support widgetSteve Beaver2017-07-281-0/+113
|
* Merge pull request #3783 from PiBa-NL/20170713-dns-delete-last-additional-nameRenato Botelho2017-07-282-2/+2
|\
| * dns, allow deleting last row for "Additional Names for this Host"PiBa-NL2017-07-132-2/+2
| |
* | Eliminate Gold menu itemSteve Beaver2017-07-271-1/+1
| |
* | Rename support widget to "Netgate Services And Support"Steve Beaver2017-07-271-113/+0
| |
* | Fixed 7128Steve Beaver2017-07-261-14/+22
| |
* | Allow recheck on refresh if JSON not availableSteve Beaver2017-07-261-1/+5
| |
* | Remove unused parametersRenato Botelho2017-07-253-5/+5
| |
* | Re-introduce Captive Portal statisticsRenato Botelho2017-07-251-6/+11
| |
* | Update translation filesRenato Botelho2017-07-2484-24510/+63495
| |
* | Regenerate potRenato Botelho2017-07-241-567/+627
| |
* | Add customer support widgetSteve Beaver2017-07-201-0/+109
| |
* | Merge pull request #3771 from PiBa-NL/20170701-cron-fixRenato Botelho2017-07-131-3/+3
|\ \
| * | cron, fix job removal by index splice and write valid schedules for ramdrive ↵PiBa-NL2017-07-011-3/+3
| | | | | | | | | | | | backups
* | | Restructure how unbound zone data is written to fix processing of "redirect" ↵jim-p2017-07-131-0/+4
| | | | | | | | | | | | | | | | | | | | | zone entries. Fixes #7690 Also corrects some other misc issues for formatting of zone data. While here, add an option, not exposed in the GUI, for users to get the previous behavior of defining short names for hosts.
* | | Improve the way the auth server list is generated and account for a key ↵jim-p2017-07-101-4/+2
| |/ |/| | | | | being removed from the array when deleting. Fixes #7682
* | Fix CA reference so serial increases properly. Remove variable for feature ↵jim-p2017-07-071-2/+2
| | | | | | | | that didn't work out. Ticket #7527
* | Add another possible CSR Armor string when validating. Ticket #7383jim-p2017-07-061-1/+3
| |
* | Restructure how certificate types and SANs are handled in the cert manager ↵jim-p2017-07-061-146/+112
| | | | | | | | | | | | when making a Cert/CSR/Signing, so each section can properly use the controls without duplicating. It is now possible to add SANs and EKUs to certificates when signing using the certificate manager. Fixes #7527 and also Fixes #7677 NOTE: Attributes such as SANs and KU/EKU cannot be copied from a CSR when signing due to a deficiency in OpenSSL's x509 functions (they do not support "copy_extensions" at this time). They must be specified manually.
* | Add the ability to set certificate type and SAN attributes in a CSR. Ticket ↵jim-p2017-07-052-56/+115
| | | | | | | | | | | | #7527 TODO: They are not carried over after signing in the GUI
* | Fix missing line from openssl.cnfjim-p2017-07-051-1/+1
| |
* | Update translation filesRenato Botelho2017-07-0582-4746/+5117
| |
* | Regenerate potRenato Botelho2017-07-051-107/+111
| |
* | Add the username as the first SAN when making a user certificate from the ↵jim-p2017-07-051-0/+4
| | | | | | | | user manager creation screen. Fixes #7666
* | Fix some additional cases for CN->SAN handling, and move some code to a ↵jim-p2017-07-051-14/+5
| | | | | | | | function to avoid duplication for other pending uses. Ticket #7666
* | Remove extra spaces from User AgentRenato Botelho2017-07-051-1/+1
| |
* | Send uniqueid instead of UUID on user-agentRenato Botelho2017-07-052-11/+17
| |
* | Move uniqueid read to a function system_get_uniqueid()Renato Botelho2017-07-051-3/+3
| |
* | Revise Dark gray color code for login pageSteve Beaver2017-06-281-1/+1
| |
* | Add "Dark Gray" login page colorSteve Beaver2017-06-271-2/+2
| |
* | Update translation filesRenato Botelho2017-06-2782-1012/+1359
| |
* | Regenerate potRenato Botelho2017-06-271-5/+5
| |
* | Update diag_gmirror.phpBBcan1772017-06-251-2/+2
| | | | | | Fix typo
* | Respect GUI Login autocomplete preference settingSteve Beaver2017-06-231-0/+1
| |
* | Fix some other outdated linksjim-p2017-06-234-4/+4
| |
* | Restyle autocomplete on webkit browsers to remove the yellow background used ↵Steve Beaver2017-06-231-0/+12
| | | | | | | | by Chrome
* | Fix interface groups link.jim-p2017-06-231-1/+1
| |
* | Add support to CESA crypto accelerator in pfSense GUI.Luiz Souza2017-06-201-0/+5
| |
* | Update translation filesRenato Botelho2017-06-2082-21290/+23416
| |
* | Regenerate potRenato Botelho2017-06-201-498/+543
| |
* | Merge pull request #3756 from PiBa-NL/20170613-wolSteve Beaver2017-06-203-4/+4
|\ \
| * | wol, use 'usepost' for links that need to send the magic packetPiBa-NL2017-06-143-4/+4
| | |
* | | Merge pull request #3745 from stilez/patch-64Steve Beaver2017-06-201-27/+15
|\ \ \
| * | | Code cleanup, and add an info message under widget liststilez2017-05-281-27/+15
| |/ / | | | | | | Minor code cleanup/simplifying. Also many pages have their settings in their built-in settings panel, so the fact that the dashboard has settings elsewhere isn't obvious. Added a brief message on the widget selection panel to aid discoverability
* | | Merge pull request #3638 from doktornotor/patch-25Steve Beaver2017-06-201-2/+3
|\ \ \
| * | | status_interfaces.php - fix includesdoktornotor2017-03-101-2/+3
| | | |
* | | | Use more informative IDs in login page HTMLSteve Beaver2017-06-201-7/+7
| | | |
OpenPOWER on IntegriCloud