summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_certmanager.php
Commit message (Collapse)AuthorAgeFilesLines
* Always use require_oncePhil Davis2016-06-271-1/+1
| | | | | | | | | The usage of require() and require_once() throughout the system is inconsistent, and "bugs" come up now and then when the order of "requires" is a bit different and some require() happens after the include file is already included/required. It seems to me that there is no harm at all in always using require_once().
* Merge pull request #2841 from ↵Stephen Beaver2016-04-051-6/+7
| | | | | | NOYB/System_-_Miscellaneous_-_Remove_Personalizations (cherry picked from commit 3061702cce23fcc5259f7d6d119a6fe05de84149)
* Revert "Merge pull request #2728 from phil-davis/form_button"Renato Botelho2016-03-151-3/+3
| | | | | This reverts commit a32bed49516f3df3d104a5026a5b2c74451f348f, reversing changes made to 9ec9978267a5d1985d6da8ba35d52b7174239d2f.
* Resolve conflicts with masterPhil Davis2016-03-111-305/+263
|\
| * Indent system_certmanager.phpNewEraCracker2016-03-111-286/+286
| |
| * The 'csr' code block is duplicated. This commit removes itNewEraCracker2016-03-111-44/+2
| |
* | Internationalize Form_Button textPhil Davis2016-03-111-3/+3
|/ | | | | | The text of a Form_Button is not translated internally. Some Form_Button calls already had the button text enclosed in gettext(), this does it for the remaining ones.
* Fix some Save button quirks. Ticket #5965jim-p2016-03-101-1/+1
|
* More icon and button consistency fixes. Ticket #5965jim-p2016-03-101-4/+9
|
* Icon consistency in Repeatable blocks. Ticket #5965jim-p2016-03-091-4/+8
|
* Update system_certmanager.phpderelict-pf2016-03-011-2/+2
| | | Something felt off about the certificate icons. Particularly the fa-key + P12. I think this is better.
* Do not offer the "CA" type when creating a certificate. CAs should only be ↵jim-p2016-02-241-1/+0
| | | | made on the CAs tab. Fixes #5924
* Merge pull request #2637 from k-paulius/patch-6Stephen Beaver2016-02-141-2/+5
|\
| * Indicate in the breadcrumb if we are editing list item.k-paulius2016-02-141-2/+5
| |
* | Review alert wording. End sentence with period, remove redundant 'Warning', ↵k-paulius2016-02-141-1/+1
|/ | | | 'Error', etc. prefixes, since alerts are now color coded. Remove <b> tags.
* Convert section titles to title casek-paulius2016-02-101-2/+2
|
* Internationalization of various system*.phpPhil Davis2016-02-031-13/+13
|
* system_certmanager action button titlesPhil Davis2016-01-281-1/+1
|
* Completed #5787Stephen Beaver2016-01-251-1/+29
|
* Fixed #5789Stephen Beaver2016-01-211-4/+4
|
* Fixed #5566Stephen Beaver2016-01-131-72/+77
|
* Convert remaining short_open_tag occurances. See PR #2378NewEraCracker2016-01-111-1/+1
|
* Fixed #5633Stephen Beaver2016-01-051-2/+2
|
* Merge pull request #2258 from phil-davis/r015Stephen Beaver2015-12-171-42/+40
|\
| * Code style System CertificatesPhil Davis2015-12-171-42/+40
| |
* | system_certmanager csr_dn_country keyname errorPhil Davis2015-12-171-1/+1
|/ | | Someone was recently reporting a problem with certificate signing requests. Maybe this will help.
* Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever ↵Renato Botelho2015-12-151-3/+0
| | | | was the reason they were added, it was never finished and it's not being used
* Standardize Certificate Manager breadcrumbsPhil Davis2015-12-071-1/+1
|
* Add descriptive name field to CSR completion formStephen Beaver2015-12-041-0/+7
|
* Fix updating of CSR by correcting button nameStephen Beaver2015-12-031-2/+4
| | | | Cosmetic fixes to ldapacpicker to make it usable in 2.3
* Some more adjustments to CSR handling for ticket #5561jim-p2015-12-021-7/+26
| | | | | | * Change the order of the actions for CSR so edit is first * Change the edit icon to a pencil to be more obvious * Change the export action for a CSR to export the request data
* Don't display start/end times or export icons for CSRsStephen Beaver2015-12-021-0/+4
|
* Fixed #5561 (mostly)Stephen Beaver2015-12-021-114/+153
|
* Fixed #5557Stephen Beaver2015-11-301-3/+3
|
* Type up SCRIPT tagsColin Fleming2015-11-291-1/+1
|
* Added use of class autoloading (GUI stuff only)Doug Wollison2015-11-231-1/+0
| | | | | Any GUI script that loads the guiconfig.inc file will have access to the autoloader.
* Copyright updates Batch 2 of 3Stephen Beaver2015-11-061-1/+0
|
* Convert system_certmanager.php to font awesome iconsStephen Beaver2015-11-051-16/+6
| | | | Automatically add confirmation dialog to all fa-trash icons
* Moved action-buttons in-line styling to pfSense.cssStephen Beaver2015-11-051-1/+1
|
* replace and find for icon-embed-btnheper2015-11-051-1/+1
|
* Updated button stylesStephen Beaver2015-11-041-4/+7
|
* Javascript refine to hide Delete row button if there is only one rowStephen Beaver2015-10-271-0/+3
|
* fix placeholder copy/pasted from CA screen, back to what it was in 2_2Chris Buechler2015-10-071-1/+1
|
* Completes #5159Stephen Beaver2015-10-021-162/+0
| | | | All duplicated JS removed to included file
* Ticket #5204 a clean up pass of the jquery sectionsJared Dillard2015-09-241-2/+4
|
* Added the possibility to use wildcard hostnames in certificate manager SAN ↵Daniel Seebald2015-09-171-6/+6
| | | | fields
* Corrected typo (delet)Stephen Beaver2015-09-041-1/+1
|
* Fixed #5098Stephen Beaver2015-09-041-4/+11
| | | | Page re-written to use jQuery row add/delete
* Test version to check certificate generationStephen Beaver2015-09-041-20/+210
|
* Fixed #5094Stephen Beaver2015-09-041-2/+2
| | | | Reformatted as requested
OpenPOWER on IntegriCloud