[seam-commits] [seam/social] : SEAMSOCIAL-29 first try on the implementation of t...
GitHub
noreply at github.com
Thu Jan 12 08:21:34 EST 2012
Branch: refs/heads/develop
Home: https://github.com/seam/social
Commit: eb4e6374e9a0fdb502941d4960425d8672817735
https://github.com/seam/social/commit/eb4e6374e9a0fdb502941d4960425d8672817735
Author: Marek Schmidt <maschmid at redhat.com>
Date: 2012-01-12 (Thu, 12 Jan 2012)
Changed paths:
M api/pom.xml
A api/src/main/java/org/jboss/seam/social/oauth/OAuthAuthenticator.java
A api/src/main/java/org/jboss/seam/social/oauth/OAuthUser.java
M impl/pom.xml
A impl/src/main/java/org/jboss/seam/social/oauth/OAuthAuthenticatorImpl.java
Log Message:
-----------
SEAMSOCIAL-29 first try on the implementation of the OAuthAuthenticator
Commit: 5ade0160c5fd405b61d9ebc02e38f34112f50d34
https://github.com/seam/social/commit/5ade0160c5fd405b61d9ebc02e38f34112f50d34
Author: Marek Schmidt <maschmid at redhat.com>
Date: 2012-01-12 (Thu, 12 Jan 2012)
Changed paths:
A examples/security/pom.xml
A examples/security/src/main/assembly/assembly.xml
A examples/security/src/main/resources/META-INF/seam-beans.xml
A examples/security/src/main/webapp/META-INF/MANIFEST.MF
A examples/security/src/main/webapp/META-INF/context.xml
A examples/security/src/main/webapp/WEB-INF/beans.xml
A examples/security/src/main/webapp/WEB-INF/faces-config.xml
A examples/security/src/main/webapp/WEB-INF/jboss-web.xml
A examples/security/src/main/webapp/WEB-INF/templates/default.xhtml
A examples/security/src/main/webapp/WEB-INF/web.xml
A examples/security/src/main/webapp/callback.xhtml
A examples/security/src/main/webapp/home.xhtml
A examples/security/src/main/webapp/index.jsp
A examples/security/src/main/webapp/resources/css/screen.css
A examples/security/src/main/webapp/resources/gfx/banner.png
A examples/security/src/main/webapp/resources/gfx/weld.png
M pom.xml
Log Message:
-----------
"Social Security" example
cleanup
Commit: 9f959c1ca23ab5da52f944c88aac99911f9d9a6f
https://github.com/seam/social/commit/9f959c1ca23ab5da52f944c88aac99911f9d9a6f
Author: Antoine Sabot-Durand <antoine at sabot-durand.net>
Date: 2012-01-12 (Thu, 12 Jan 2012)
Changed paths:
M api/pom.xml
A api/src/main/java/org/jboss/seam/social/oauth/OAuthAuthenticator.java
A api/src/main/java/org/jboss/seam/social/oauth/OAuthUser.java
A examples/security/pom.xml
A examples/security/src/main/assembly/assembly.xml
A examples/security/src/main/resources/META-INF/seam-beans.xml
A examples/security/src/main/webapp/META-INF/MANIFEST.MF
A examples/security/src/main/webapp/META-INF/context.xml
A examples/security/src/main/webapp/WEB-INF/beans.xml
A examples/security/src/main/webapp/WEB-INF/faces-config.xml
A examples/security/src/main/webapp/WEB-INF/jboss-web.xml
A examples/security/src/main/webapp/WEB-INF/templates/default.xhtml
A examples/security/src/main/webapp/WEB-INF/web.xml
A examples/security/src/main/webapp/callback.xhtml
A examples/security/src/main/webapp/home.xhtml
A examples/security/src/main/webapp/index.jsp
A examples/security/src/main/webapp/resources/css/screen.css
A examples/security/src/main/webapp/resources/gfx/banner.png
A examples/security/src/main/webapp/resources/gfx/weld.png
M impl/pom.xml
A impl/src/main/java/org/jboss/seam/social/oauth/OAuthAuthenticatorImpl.java
M pom.xml
Log Message:
-----------
Merge pull request #16 from maschmid/SEAMSOCIAL-29
SEAMSOCIAL-29 OAuthAuthenticator for Seam Security
Compare: https://github.com/seam/social/compare/49f7bdb...9f959c1
More information about the seam-commits
mailing list