Log of /trunk/nl.nikhef.jgridstart/src/nl
Directory Listing
Revision
261 -
Directory Listing
Modified
Thu Apr 23 12:01:50 2009 UTC
(13 years, 3 months ago)
by
wvengen
fix TemplatePane constructor
Revision
260 -
Directory Listing
Modified
Thu Apr 23 09:37:40 2009 UTC
(13 years, 3 months ago)
by
wvengen
don't crash when no certificates present
Revision
249 -
Directory Listing
Modified
Wed Apr 22 14:51:32 2009 UTC
(13 years, 3 months ago)
by
wvengen
initial support for registration form handling and printing of TemplatePane
Revision
248 -
Directory Listing
Modified
Wed Apr 22 12:10:52 2009 UTC
(13 years, 3 months ago)
by
wvengen
add full subject/issuer id as property
Revision
247 -
Directory Listing
Modified
Wed Apr 22 07:46:07 2009 UTC
(13 years, 3 months ago)
by
wvengen
improve readonly/locked handling
Revision
246 -
Directory Listing
Modified
Wed Apr 22 07:41:48 2009 UTC
(13 years, 3 months ago)
by
wvengen
lock fields on which csr generation is dependent in the request wizard and always allow previous/next; add getHTMLDocument() to Template* API
Revision
245 -
Directory Listing
Modified
Tue Apr 21 15:17:20 2009 UTC
(13 years, 3 months ago)
by
wvengen
beautify validity info; implement certificate selection menu
Revision
244 -
Directory Listing
Modified
Tue Apr 21 14:21:41 2009 UTC
(13 years, 3 months ago)
by
wvengen
select certificate after import
Revision
243 -
Directory Listing
Modified
Tue Apr 21 13:54:20 2009 UTC
(13 years, 3 months ago)
by
wvengen
implement default action in TemplateWizard; fix some small bugs; implement "View certificate list"; add intro screen when no certificates present
Revision
242 -
Directory Listing
Modified
Tue Apr 21 08:32:18 2009 UTC
(13 years, 3 months ago)
by
wvengen
avoid exception when refresh() is called without a previously displayed pgae
Revision
241 -
Directory Listing
Modified
Tue Apr 21 08:28:22 2009 UTC
(13 years, 3 months ago)
by
wvengen
remove TemplateInterface; use TempateButtonPane.addAction() instead of TemplateButtonPane.addButtons(); some commenting
Revision
239 -
Directory Listing
Modified
Mon Apr 20 10:36:40 2009 UTC
(13 years, 3 months ago)
by
wvengen
remove htmlpane dependency again and use a reworked version of the previous TemplatePane (source is unstable now)
Revision
234 -
Directory Listing
Modified
Mon Apr 20 07:05:38 2009 UTC
(13 years, 3 months ago)
by
wvengen
make compilation on java 1.5 work again; make proguard work with HTMLPane
Revision
233 -
Directory Listing
Modified
Fri Apr 17 16:14:23 2009 UTC
(13 years, 3 months ago)
by
wvengen
start of using HTMLPane instead of custom TemplatePane hack; breaks ant build for now;
Revision
232 -
Directory Listing
Modified
Fri Apr 17 07:30:32 2009 UTC
(13 years, 3 months ago)
by
wvengen
don't do check-if-csr-uploaded check yet
Revision
231 -
Directory Listing
Modified
Fri Apr 17 07:27:40 2009 UTC
(13 years, 3 months ago)
by
wvengen
Remove OpenCA backend until API has stabilised
Revision
230 -
Directory Listing
Modified
Fri Apr 17 07:07:38 2009 UTC
(13 years, 3 months ago)
by
wvengen
store additional properties of CertificatePairs in userinfo.properties; refresh CertificatePair also retrieves certificate when present.
Revision
229 -
Directory Listing
Modified
Thu Apr 16 13:55:53 2009 UTC
(13 years, 3 months ago)
by
wvengen
make usage properties work
Revision
228 -
Directory Listing
Modified
Thu Apr 16 13:41:42 2009 UTC
(13 years, 3 months ago)
by
wvengen
and actually use the newly imported SwingWorker in the source
Revision
226 -
Directory Listing
Modified
Thu Apr 16 13:20:34 2009 UTC
(13 years, 3 months ago)
by
wvengen
adapt to new ConnectionUtils API; make NikhefCA work
Revision
225 -
Directory Listing
Modified
Thu Apr 16 13:17:45 2009 UTC
(13 years, 3 months ago)
by
wvengen
make PRE and POST actually work; add logging of URLs
Revision
224 -
Directory Listing
Modified
Thu Apr 16 11:46:01 2009 UTC
(13 years, 3 months ago)
by
wvengen
split off getCA() in CertificatePair
Revision
223 -
Directory Listing
Modified
Thu Apr 16 10:47:21 2009 UTC
(13 years, 3 months ago)
by
wvengen
clean up readPEM/writePEM stuff (incl. some exceptions); invalidate passwords in PasswordCache when read failed(!)
Revision
222 -
Directory Listing
Modified
Thu Apr 16 09:55:35 2009 UTC
(13 years, 3 months ago)
by
wvengen
... and make cli Main work with updated CertificateStore interface
Revision
221 -
Directory Listing
Modified
Thu Apr 16 09:54:16 2009 UTC
(13 years, 3 months ago)
by
wvengen
Make requesting a new certificate properly create the DN.
Revision
220 -
Directory Listing
Modified
Thu Apr 16 09:33:23 2009 UTC
(13 years, 3 months ago)
by
wvengen
(LocalCA) longer validity of generated test certificates and make certificates conform GFD.125
Revision
218 -
Directory Listing
Modified
Thu Apr 16 08:32:43 2009 UTC
(13 years, 3 months ago)
by
wvengen
improve previous/next handling
Revision
217 -
Directory Listing
Modified
Thu Apr 16 08:22:44 2009 UTC
(13 years, 3 months ago)
by
wvengen
add delete method
Revision
216 -
Directory Listing
Modified
Thu Apr 16 08:15:54 2009 UTC
(13 years, 3 months ago)
by
wvengen
add Close action at the end of the Wizard
Revision
215 -
Directory Listing
Modified
Wed Apr 15 13:53:02 2009 UTC
(13 years, 4 months ago)
by
wvengen
add some CA operations to CertificatePair and make ActionRequest use them as an initial step
Revision
214 -
Directory Listing
Modified
Wed Apr 15 13:50:38 2009 UTC
(13 years, 4 months ago)
by
wvengen
start with serial 1 or it won't work
Revision
213 -
Directory Listing
Modified
Wed Apr 15 13:31:50 2009 UTC
(13 years, 4 months ago)
by
wvengen
Create worker thread for ActionRequest and update GUI as welll; add pageChanged handler to TemplateWizard.
Revision
212 -
Directory Listing
Modified
Wed Apr 15 13:23:20 2009 UTC
(13 years, 4 months ago)
by
wvengen
whoops make CA public
Revision
211 -
Directory Listing
Modified
Wed Apr 15 12:43:39 2009 UTC
(13 years, 4 months ago)
by
wvengen
fix boolean state inversion on checkbox form element
Revision
210 -
Directory Listing
Modified
Wed Apr 15 11:52:04 2009 UTC
(13 years, 4 months ago)
by
wvengen
add some comments
Revision
209 -
Directory Listing
Modified
Wed Apr 15 11:12:40 2009 UTC
(13 years, 4 months ago)
by
wvengen
initial step 3; make css more logical
Revision
208 -
Directory Listing
Modified
Wed Apr 15 10:44:15 2009 UTC
(13 years, 4 months ago)
by
wvengen
remove unused imports
Revision
207 -
Directory Listing
Modified
Wed Apr 15 10:40:53 2009 UTC
(13 years, 4 months ago)
by
wvengen
beautify whitespace; add comments; don't build wizard elements when hiding dialog
Revision
206 -
Directory Listing
Modified
Wed Apr 15 10:37:31 2009 UTC
(13 years, 4 months ago)
by
wvengen
Move template components to nl.nikhef.jgridstart.gui.util; split off wizard stuff into TemplateWizard class; use external stylesheet;
Revision
205 -
Directory Listing
Modified
Wed Apr 15 08:34:29 2009 UTC
(13 years, 4 months ago)
by
wvengen
Update form elements in HTML template from properties and vice versa.
Revision
204 -
Directory Listing
Modified
Tue Apr 14 15:50:31 2009 UTC
(13 years, 4 months ago)
by
wvengen
implement previous/next buttons in ActionRequest; initial accesskey additions (doesn't work yet); start on properties-htmlform integration.
Revision
203 -
Directory Listing
Modified
Tue Apr 14 12:49:04 2009 UTC
(13 years, 4 months ago)
by
wvengen
rename ComponentTemplatePane to TemplatePane; move buttons beneath TemplatePane out of JGSFrame into TempalteButtonPane and reuse that in ActionRequest; start of implementation of multi-page ActionRequest.
Revision
201 -
Directory Listing
Modified
Tue Apr 14 08:29:39 2009 UTC
(13 years, 4 months ago)
by
wvengen
register "action:" urls for all relevant actions
Revision
200 -
Directory Listing
Modified
Tue Apr 14 08:27:30 2009 UTC
(13 years, 4 months ago)
by
wvengen
Handle "action:" links in BareBonesBrowserLaunch (a derived class, actually).
Revision
199 -
Directory Listing
Modified
Tue Apr 14 07:46:29 2009 UTC
(13 years, 4 months ago)
by
wvengen
update packagename of gui logging handlers
Revision
198 -
Directory Listing
Modified
Tue Apr 14 07:15:16 2009 UTC
(13 years, 4 months ago)
by
wvengen
remove css not supported by Java anyway; add default font-size.
Revision
197 -
Directory Listing
Modified
Thu Apr 9 14:20:13 2009 UTC
(13 years, 4 months ago)
by
wvengen
use entities instead of unicode as a tentative fix for LANG other that utf-8-compatible; remove css not supported by Java anyway.
Revision
194 -
Directory Listing
Modified
Thu Apr 9 12:07:19 2009 UTC
(13 years, 4 months ago)
by
wvengen
show actual information from certificate (except VOs); create swing template component for this and make CertificatePair work as Properties.
Revision
193 -
Directory Listing
Modified
Wed Apr 8 14:15:51 2009 UTC
(13 years, 4 months ago)
by
wvengen
Add a LocalCA for testing
Revision
191 -
Directory Listing
Modified
Wed Apr 8 13:16:17 2009 UTC
(13 years, 4 months ago)
by
wvengen
remove old caplugin
Revision
190 -
Directory Listing
Modified
Wed Apr 8 13:13:29 2009 UTC
(13 years, 4 months ago)
by
wvengen
rename caplugin to ca
Revision
189 -
Directory Listing
Modified
Wed Apr 8 13:12:04 2009 UTC
(13 years, 4 months ago)
by
wvengen
fix or cleanup some warnings
Revision
188 -
Directory Listing
Modified
Wed Apr 8 13:07:33 2009 UTC
(13 years, 4 months ago)
by
wvengen
Add CA plugins (partly imported from Grix) and ConnectionUtils
Revision
187 -
Directory Listing
Modified
Wed Apr 8 07:36:50 2009 UTC
(13 years, 4 months ago)
by
wvengen
tests: add cache.clear() test and change order
Revision
186 -
Directory Listing
Modified
Tue Apr 7 14:22:30 2009 UTC
(13 years, 4 months ago)
by
wvengen
update comments
Revision
185 -
Directory Listing
Modified
Tue Apr 7 13:55:18 2009 UTC
(13 years, 4 months ago)
by
wvengen
fallback to usercert_request.pem for CSR when usercert.pem not found to be able to read Grix's CSRs
Revision
180 -
Directory Listing
Modified
Tue Apr 7 11:51:15 2009 UTC
(13 years, 4 months ago)
by
wvengen
remove system dependencies: include junit, remove absolute pathnames, make jar without tests
Revision
179 -
Directory Listing
Added
Tue Apr 7 11:25:31 2009 UTC
(13 years, 4 months ago)
by
wvengen
import source files as well :)