summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_crlmanager.php
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #3699 from PiBa-NL/20170417-certificatemanager-ca-crl-inuseRenato Botelho2017-04-201-1/+7
|\
| * certificate manager, show 'in use' also for CA and CRL where certificates ↵PiBa-NL2017-04-171-1/+7
| | | | | | | | are in use by packages.
* | Add missing includedoktornotor2017-03-081-0/+1
|/
* Revisions to GET/POST conversion limiting POSTs to save, apply, and delete ↵Steve Beaver2017-02-131-13/+13
| | | | functions
* GET/POST conversion system_crlmanger.php bisSteve Beaver2017-02-101-2/+2
|
* GET/POST conversion system_crlmanger.phpSteve Beaver2017-02-101-47/+41
|
* Code with multiple %s in usr/local/wwwPhil Davis2017-02-011-2/+2
|
* Required fields for System pagesPhil Davis2017-01-301-6/+6
|
* Tidy up "<script>" tagsColin Fleming2017-01-131-1/+1
| | | | | | Tidy up <script> tags by adding TYPE attribute (https://doc.pfsense.org/index.php/Developer_Style_Guide#HTML_Specific_Rules)
* Breadcrumb linksPhil Davis2017-01-101-0/+2
|
* Make appropriate success or danger boxes in system_crlmanagerPhil Davis2017-01-041-1/+6
| | | | When there is a problem, the messages should be in a "danger" box. Note: It is a bit difficult to actual get the danger messages to appear in the UI, because the relevant "delete" buttons are not shown in the UI when delete is not valid. But it can be tested by starting to edit a CRL that is in use, then change the "edit=" to "del=" in the URL bar and send it.
* Do not show certificates in drop-down list that are already contained in ↵skrude612016-09-201-1/+1
| | | | this CRL.
* Move copyright from ESF to NetgateRenato Botelho2016-09-061-1/+1
|
* Code style and commentsPhil Davis2016-08-161-1/+1
| | | | No functional change - just making style consistent
* Move to Apache License 2.0Renato Botelho2016-07-151-41/+9
|
* Review license / copyright on all files (final round)Renato Botelho2016-07-151-41/+39
|
* Remove input_errors2Ajax calls, was never implemented. Ticket #3027Chris Buechler2016-07-101-6/+0
|
* webgui tables, doubleclick event to perform 'edit' action, part 2PiBa-NL2016-07-041-1/+1
|
* Update system_crlmanager.phpBBcan1772016-07-011-1/+1
| | | | Use of undefined constant min - assumed 'min' Use of undefined constant max - assumed 'max'
* 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().
* Revert "Merge pull request #2728 from phil-davis/form_button"Renato Botelho2016-03-151-1/+1
| | | | | This reverts commit a32bed49516f3df3d104a5026a5b2c74451f348f, reversing changes made to 9ec9978267a5d1985d6da8ba35d52b7174239d2f.
* Internationalize Form_Button textPhil Davis2016-03-111-1/+1
| | | | | | 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.
* More icon/button inconsistencies. Ticket #5965jim-p2016-03-101-2/+4
|
* Change "internal" representation of CA on CA and CRL list to an icon, and ↵jim-p2016-03-081-2/+2
| | | | the inuse indicator on CRLs to an icon. Ticket #5965
* Correct some icon usage inconsistencies. Fixes #5965jim-p2016-03-081-14/+8
|
* Add Actions column heading for CRL ManagerPhil Davis2016-03-081-1/+1
| | | To be consistent with everywhere else that has a heading for the Actions column.
* 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-6/+6
|/ | | | 'Error', etc. prefixes, since alerts are now color coded. Remove <b> tags.
* Synchronize page title with tab titlek-paulius2016-02-121-1/+1
|
* Convert section titles to title casek-paulius2016-02-101-2/+2
|
* Internationalization of various system*.phpPhil Davis2016-02-031-5/+5
|
* Fix minor typos and correct code standardsNewEraCracker2016-01-061-1/+1
|
* system_crlmanager dodgy else statementPhil Davis2015-12-171-41/+44
| | | The "else" that was at line 550 should enclose the whole block of code below it. The "if" handles the case "No Certificates Found for this CA." and all the code below the else should only happen when there are certificates found.
* Code style System CertificatesPhil Davis2015-12-171-25/+41
|
* 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
|
* Added use of class autoloading (GUI stuff only)Doug Wollison2015-11-231-2/+0
| | | | | Any GUI script that loads the guiconfig.inc file will have access to the autoloader.
* Ticket #5471 partial convert to font-awesome fontsJared Dillard2015-11-171-1/+1
|
* Copyright and license cleanupRenato Botelho2015-11-091-2/+0
| | | | | | - Remove personal copyright from people who assigned it to employer (ESF) - Remove $Id$ - Remove extra spaces
* Completed #5333Stephen Beaver2015-10-221-1/+0
|
* fix #5059Jared Dillard2015-09-021-1/+1
|
* Merge pull request #1853 from PiBa-NL/bootstrap_fix1jim-p2015-09-021-1/+1
|\
| * bootstrap, use require_once for classes/Form.class.phpPiBa-NL2015-08-311-1/+1
| |
* | fix textChris Buechler2015-09-011-2/+2
| |
* | remove stray quoteChris Buechler2015-09-011-1/+1
|/
* "Serial" field min now set to '0' to avoid validation error.Stephen Beaver2015-08-271-119/+146
|
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-388/+367
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+722
OpenPOWER on IntegriCloud