google-code-export / infoscoop

Automatically exported from code.google.com/p/infoscoop
Other
2 stars 0 forks source link

Support OAuth gadget function. #91

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Implement OAuth Proxy.
Add function that Gadget OAuth tag in gadget config xml file and
gadgets.io.RequestParameters.OAUTH_* properties is available.

Original issue reported on code.google.com by hren...@gmail.com on 23 Mar 2010 at 2:00

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r436.

Add a role for OAuth to "root" role.

Original comment by hren...@gmail.com on 15 Jul 2010 at 3:48

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r437.

Fixed validation error messages.

Original comment by hren...@gmail.com on 15 Jul 2010 at 3:49

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r438.

Fixes the bug that an oauth error has occured when refreshing gadget.
This bug occured by the following reason.
When first request, a service provider returns request token. But infoScoop 
save this in the same column of access token.
infoScoop send access token if access token exists in DB.
When second request, infoScoop send request token as access token by mistake. 
Because request token is saved in the same column of access token.
So I add column request token in is_oauth_tokens table.

Original comment by atskim...@gmail.com on 15 Jul 2010 at 7:07

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r439.

Add drop sequence sentence to oracleinit.sql

Original comment by hren...@gmail.com on 15 Jul 2010 at 9:46

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r440.

fixes a wrong SQL statement of creating "IS_OAUTH_CONSUMERS" table.

Original comment by atskim...@gmail.com on 15 Jul 2010 at 11:37

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r441.

insert initial data in IS_OAUTH_CERTIFICATE table

Original comment by atskim...@gmail.com on 16 Jul 2010 at 12:21

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r443.

Just to be safe, remove oauth token if an error occures in CallbackServlet.

Original comment by atskim...@gmail.com on 16 Jul 2010 at 1:55

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r445.

Fixes that an error occures when POST body is the following cases.
- status=test&in_reply_to_status_id=
- status=status%3Dtest%26in_reply_to_status_id%3D&in_reply_to_status_id=

Original comment by atskim...@gmail.com on 16 Jul 2010 at 3:40

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r447.

Add validation function for consumer key of container certificate.

Original comment by hren...@gmail.com on 16 Jul 2010 at 11:26