| openid4java:/ |
jump to detailed chart | hide Line History
Constraint |
Changelog
474
by zhoushuqun on
14 May 2008, 12:16:58 -0500
(33 hours ago)
Fix sample server about extension signature, ignore test CycleWithDemoUserOnVidentity as demouser.videntity.org can't be visited yet.
trunk/src/org/openid4java/server/SampleServer.java
474
trunk/test/src/org/openid4java/samples/ConsumerAndProviderTest.java
474
473
by Johnny.Bufu on
13 May 2008, 04:43:32 -0500
(65 hours ago)
Updated maintainers list.
trunk/MAINTAINERS
473
472
by Johnny.Bufu on
13 May 2008, 03:00:34 -0500
(66 hours ago)
Fixed RP identity/discovery flag in server manager; thanks to carlo.pescetelli@gmail.com for bringing this up.
trunk/src/org/openid4java/server/ServerManager.java
472
471
by zhoushuqun on
10 May 2008, 06:14:35 -0500
(5 days ago)
Modify the dependencies for openid4java-consumer-SampleConsumer: add javax.servlet:servlet-api which is required.
trunk/maven2/openid4java-consumer-SampleConsumer/pom.xml
471
470
by Johnny.Bufu on
28 April 2008, 23:23:50 -0500
(16 days ago)
Fixed namespace param in DirectError. http://code.google.com/p/openid4java/issues/detail?id=57
trunk/src/org/openid4java/message/DirectError.java
470
469
by Johnny.Bufu on
28 April 2008, 01:12:40 -0500
(17 days ago)
Fixed ns param in indirect error responses. Thanks bone.nsk for the thorough code review! http://code.google.com/p/openid4java/issues/detail?id=56
trunk/src/org/openid4java/message/IndirectError.java
469
468
by Johnny.Bufu on
27 April 2008, 16:01:17 -0500
(18 days ago)
Fixed association bug/typo, thanks bone.nsk! http://code.google.com/p/openid4java/issues/detail?id=55
trunk/src/org/openid4java/association/AssociationSessionType.java
468
467
by Johnny.Bufu on
23 April 2008, 02:21:26 -0500
(22 days ago)
Fixed double-validation of AuthRequest in ConsumerManager
trunk/src/org/openid4java/consumer/ConsumerManager.java
467
466
by Johnny.Bufu on
23 April 2008, 01:47:29 -0500
(22 days ago)
ConsumerManager now sets signature verification failure status in result
trunk/src/org/openid4java/consumer/ConsumerManager.java
466
465
by Johnny.Bufu on
06 March 2008, 12:31:51 -0600
(2 months 9 days ago)
Fixed bug in URL encoding normalization. Thanks Neill Miller for finding this!
trunk/src/org/openid4java/discovery/UrlIdentifier.java
465
464
by Johnny.Bufu on
29 February 2008, 13:08:51 -0600
(2 months 15 days ago)
Updated copyright notice for 2008.
trunk/src/org/openid4java/message/AuthImmediateFailure.java
464
trunk/src/org/openid4java/message/MessageException.java
464
trunk/src/overview.html
464
trunk/samples/infocardop/project/www/WEB-INF/jsp/openiderror.jsp
464
trunk/src/org/openid4java/association/Association.java
464
463
by Johnny.Bufu on
28 February 2008, 17:25:39 -0600
(2 months 16 days ago)
SREG parameters MUST be signed (thanks enis.soz for catching this!).
trunk/src/org/openid4java/message/sreg/SRegMessage.java
463
462
by Johnny.Bufu on
18 February 2008, 14:57:16 -0600
(2 months 26 days ago)
Fixed typo in javadoc
trunk/src/org/openid4java/consumer/ConsumerManager.java
462
461
by Johnny.Bufu on
18 February 2008, 13:10:04 -0600
(2 months 26 days ago)
Fixed consumer sample in API documentation
trunk/src/org/openid4java/consumer/package.html
461
460
by Johnny.Bufu on
18 February 2008, 12:56:12 -0600
(2 months 26 days ago)
Edited wiki page through web user interface.
wiki/SampleConsumer.wiki
460
459
by Johnny.Bufu on
18 February 2008, 12:43:01 -0600
(2 months 26 days ago)
Edited wiki page through web user interface.
wiki/SampleConsumer.wiki
459
458
by Johnny.Bufu on
18 February 2008, 12:40:11 -0600
(2 months 26 days ago)
Edited wiki page through web user interface.
wiki/QuickStart.wiki
458
457
by Johnny.Bufu on
18 February 2008, 12:36:34 -0600
(2 months 26 days ago)
Edited wiki page through web user interface.
wiki/ExtensionHowTo.wiki
457
456
by Johnny.Bufu on
06 February 2008, 15:20:06 -0600
(3 months 7 days ago)
Fixed openid.signed parameter issued by the simple-openid provider. http://code.google.com/p/openid4java/issues/detail?id=49
trunk/samples/simple-openid/src/main/webapp/provider.jsp
456
455
by Johnny.Bufu on
05 February 2008, 14:19:16 -0600
(3 months 8 days ago)
Edited wiki page through web user interface.
wiki/QuickStart.wiki
455
454
by Johnny.Bufu on
05 February 2008, 14:13:28 -0600
(3 months 8 days ago)
ConsumerManager.verifyDiscovered1() rewritten to allow stateless v1 operation.
trunk/src/org/openid4java/consumer/ConsumerManager.java
454
453
by Johnny.Bufu on
04 February 2008, 18:09:15 -0600
(3 months 9 days ago)
Added bean setter/getter for the ConsumerManager's allowStateless flag, and deprecated the old methods. http://code.google.com/p/openid4java/issues/detail?id=51
trunk/src/org/openid4java/consumer/ConsumerManager.java
453
452
by Johnny.Bufu on
04 February 2008, 17:47:14 -0600
(3 months 9 days ago)
Proper use of ax.value.alias parameters, depending of ax.count.alias being specified. Thanks Chris Meyer for the patch! http://code.google.com/p/openid4java/issues/detail?id=50
trunk/src/org/openid4java/message/ax/FetchResponse.java
452
451
by zhoushuqun on
29 January 2008, 11:05:39 -0600
(3 months 15 days ago)
Add a comment to the pom.xml in the root directory.
trunk/pom.xml
451
450
by zhoushuqun on
29 January 2008, 11:01:09 -0600
(3 months 15 days ago)
Upgrade commons-logging from 1.1 to 1.1.1. Thanks Goonie.
trunk/pom.xml
450
449
by Johnny.Bufu on
28 January 2008, 15:43:46 -0600
(3 months 16 days ago)
Added version to (most of) the dependency jar file names.
trunk/lib/extra/servlet-api-2.4.jar
449
trunk/lib/extra/svnClientAdapter.jar
449
trunk/lib/optional/spring-2.0.jar
449
trunk/lib/extra/svnant.jar
449
trunk/lib/extra/servlet-api.jar
449
448
by zhoushuqun on
28 January 2008, 10:48:36 -0600
(3 months 16 days ago)
Detailing setting for maven user.s
wiki/Installation_zh_CN.wiki
448
447
by zhoushuqun on
28 January 2008, 10:46:57 -0600
(3 months 16 days ago)
Detailing the setting for maven users.
wiki/Installation.wiki
447
446
by zhoushuqun on
27 January 2008, 20:38:19 -0600
(3 months 17 days ago)
Add 0.9.5-SNAPSHOT version for maven.
wiki/Installation.wiki
446
445
by zhoushuqun on
27 January 2008, 20:37:03 -0600
(3 months 17 days ago)
Add 0.9.5-SNAPSHOT maven repository setting.
wiki/Installation_zh_CN.wiki
445
|