summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_crlmanager.php
Commit message (Collapse)AuthorAgeFilesLines
* Encode ca/cert/crl descr in system_crlmanager.phpjim-p2015-07-011-11/+16
|
* Code spacingPhil Davis2015-06-151-6/+5
| | | | | | | and other random stuff I noticed. I think this finishes messing with code style. The codebase should match the developer style guide closely enough that 99.9% of changes will not feel the need to also massage the formatting.
* Code style system CPhil Davis2015-05-301-100/+151
|
* Improving aesthetics.xbipin2015-01-131-1/+1
| | | | | Make title color more consistent with other pages. Improving aesthetics.
* Fix lineup of copyright linesPhil Davis2015-01-011-2/+2
| | | | | and module names and other bits of formatting and typos in header comment sections.
* Welcome 2015Renato Botelho2014-12-311-1/+1
|
* Change copyright statement to reflect realityJim Thompson2014-11-101-0/+1
|
* Merge pull request #1237 from N0YB/XHTML_Compliance_System_MenuRenato Botelho2014-07-181-8/+26
|\
| * XHTML Compliance - System MenuN0YB2014-06-161-6/+24
| | | | | | | | Enforce select option
| * XHTML Compliance - System MenuN0YB2014-06-161-2/+2
| | | | | | | | | | | | | | | | Advanced - Admin Access Tab Advanced - Firewall / NAT Tab Cert Manager - Certificate Revocation Tab User Manager - Users Tab User Manager - Groups Tab
* | Tidy up misc. XHTMLColin Fleming2014-06-231-2/+2
|/ | | | | | | | | | | | | | | | | | | "diag_dns.php" Tidy up "equals sign" "services_captiveportal.php" Add space to OPTION tag Update HTML Boolean operator Close INPUT and BR tags "services_captiveportal_hostname.php" Update ALIGN to MIDDLE "services_captiveportal_vouchers.php" Move closing TD tag outside the PHP IF statement "system_crlmanager.php" Close TR tags correctly
* Tidy up Ampersand XHTMLColin Fleming2014-05-271-1/+1
| | | | Deprecate Ampersand in Anchor tags
* Use an alphanumeric test rather than purely is_numericint because the ID is ↵jim-p2014-04-091-2/+2
| | | | generated by uniqid and is not purely numeric. Fixes #3591
* xhtml Complianceayvis2014-03-141-8/+8
| | | replaced <br>, <br/> and </br> with <br />
* Improve checks for params 'id', 'dup' and other similar ones to make sure ↵Renato Botelho2014-03-121-5/+6
| | | | they are numeric integer, also, pass them through htmlspecialchars() before print
* Allow an "empty" CRL to be exported, since this is still a valid action.jim-p2013-11-251-2/+1
|
* Remove call-time pass by reference for do_input_validation, helps ticket #2565Renato Botelho2013-09-121-1/+1
|
* Tidy up "system_crlmanager.php" XHTMLColin Fleming2013-04-091-36/+35
| | | | | | | Add CDATA section to SCRIPT tags Update HTML boolean operators Close INPUT and BR tags Move TFOOT between THEAD and TBODY, this is a "quirk" of HTML
* Update usr/local/www/system_crlmanager.phpbcyrill2013-02-101-5/+6
| | | Cleanup HTML
* Allow editing an imported CRL, and refresh OpenVPN CRLs when saving. ↵jim-p2012-10-061-6/+43
| | | | Implements #2652
* Shift OpenVPN require, it was causing CRLs to not save changes properly.jim-p2011-07-271-2/+1
|
* removes variables concatenation on gettext stringsVinicius Coque2011-07-181-2/+2
|
* CRL fixes for empty CRLs (so they don't kill OpenVPN)jim-p2011-07-131-2/+2
|
* fix missing images for CRLsChris Buechler2011-05-171-1/+1
|
* Various CRL fixes, handle empty internal CRLs better.jim-p2011-05-111-0/+1
|
* Allow importing a CRL for an external CA.jim-p2011-03-301-5/+13
|
* Show CRL download link only for imported certificates or CRLs with revoked ↵jim-p2010-11-171-0/+2
| | | | certificates.
* Some CRL fixes.jim-p2010-11-171-5/+7
|
* Fix misnamed form field on CRL import.jim-p2010-11-141-1/+1
|
* Fix XSS issuesScott Ullrich2010-11-121-1/+1
|
* Various CRL fixes.jim-p2010-11-061-45/+54
|
* Remove WIP note. This should resolve #555.jim-p2010-10-211-1/+0
|
* Add ability to select reason codes for revocation. Reformat CRL edit screen ↵jim-p2010-10-211-14/+29
| | | | a bit. Ticket #555
* Refresh OpenVPN CRL files when a CRL has a cert added/removed. Ticket #555jim-p2010-10-211-1/+4
|
* Add support for deleting a cert from a CRL (unrevoke). As of this point ↵jim-p2010-10-211-4/+12
| | | | basic CRL functionality does work: Revoke a cert and it cannot connect. Remove it from the CRL and it can. (Have to edit/save OpenVPN server instance to update/refresh CRL though). Ticket #555
* Add more CRL functionality. Needs to wait on a new build for further testing.jim-p2010-10-201-2/+128
|
* Fix some forgotten name->descr changes.jim-p2010-10-201-2/+2
|
* Rename 'name' to 'descr' for CA, Certificates, and CRLs, to gain CDATA ↵jim-p2010-10-191-11/+11
| | | | protection and standardize field names. Ticket #320.
* Another CRL delete fix.jim-p2010-09-211-1/+1
|
* Fix delete action for CRLs, and other cleanup.jim-p2010-09-211-14/+16
|
* Don't list a cert count for external CRLs since we can't tell what they are.jim-p2010-09-211-1/+1
|
* Add a work-in-progress CRL manager pagejim-p2010-09-211-0/+430
OpenPOWER on IntegriCloud