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

Original comment by hren...@gmail.com on 19 Apr 2010 at 1:38

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

It is still temporary implementation.

Original comment by hren...@gmail.com on 15 Jun 2010 at 1:39

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

It is still temporary implementation.

Original comment by hren...@gmail.com on 15 Jun 2010 at 1:51

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

save access token to DB

Original comment by atskim...@gmail.com on 16 Jun 2010 at 12:41

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

save access token per gadget url instead of widget id.

Original comment by atskim...@gmail.com on 16 Jun 2010 at 2:27

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

It is still temporary implementation.
Configurations of ModulePrefs/OAuth/Service is included gadget-html.vm. 

Original comment by hren...@gmail.com on 16 Jun 2010 at 3:25

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

It is still temporary implementation.
use requestTokenURL in Gadget XML.

Original comment by hren...@gmail.com on 16 Jun 2010 at 5:22

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

add gadget_url_key column to is_oauth_tokens table.
get gadget_url and hostPrefix from request parameters.

Original comment by atskim...@gmail.com on 16 Jun 2010 at 6:41

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

save consumer key and consumer secret in DB.

Original comment by atskim...@gmail.com on 16 Jun 2010 at 10:49

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

Add administration page of OAuth consumer settings.

Configurations of ModulePrefs/OAuth/Service is included gadget-html.vm. 

Original comment by hren...@gmail.com on 23 Jun 2010 at 8:09

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

It is still temporary implementation.
Add the administration screen for registering container's certification.
Configurations of ModulePrefs/OAuth/Service is included gadget-html.vm. 

Original comment by hren...@gmail.com on 24 Jun 2010 at 4:29

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

Delete privateKey property of model OAuthConsumer.
Fixed the tab style of OAuth administration screen.

Original comment by hren...@gmail.com on 24 Jun 2010 at 5:55

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

It is still temporary implementation.
Add the administration screen to register oauth consumer settings of upload 
gadget.

Original comment by hren...@gmail.com on 24 Jun 2010 at 9:21

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

implement SIGNED makeRequest

Original comment by atskim...@gmail.com on 24 Jun 2010 at 10:48

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

It is still temporary implementation.
Fixed style.
Add the administration screen to register oauth consumer settings of upload 
gadget.

Original comment by hren...@gmail.com on 24 Jun 2010 at 11:12

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

fixed SIGNED makeRequest

Original comment by atskim...@gmail.com on 25 Jun 2010 at 12:35

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

It is still temporary implementation.
Add column is_upload to is_oauth_consumers table.

Original comment by hren...@gmail.com on 25 Jun 2010 at 1:22

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

change to primary key

Original comment by atskim...@gmail.com on 25 Jun 2010 at 1:30

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

It is still temporary implementation.
Add signature_method column to is_oauth_consumer again.

Original comment by hren...@gmail.com on 25 Jun 2010 at 1:39

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

It is still temporary implementation.
Add "not null" and "default" definition to is_upload column definition of 
is_oauth_consumers table.

Original comment by hren...@gmail.com on 25 Jun 2010 at 2:04

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

It is still temporary implementation.
Fixed some bugs of oauth administration screen.

Original comment by hren...@gmail.com on 25 Jun 2010 at 2:05

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

add xoauth_signature_publickey, xoauth_public_key
can get public key from 
http://hostname/infoscoop/opensocial/certificates/public.cer

Original comment by atskim...@gmail.com on 25 Jun 2010 at 2:05

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

It is still temporary implementation.
Fixed i18n resources. Remove end spaces of line.

Original comment by hren...@gmail.com on 25 Jun 2010 at 6:17

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

add certificate note

Original comment by atskim...@gmail.com on 25 Jun 2010 at 6:20

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

It is still temporary implementation.
Support RSA-SHA1 signature.

Original comment by hren...@gmail.com on 25 Jun 2010 at 7:52

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

It is still temporary implementation.
Fixed exception processes.

Original comment by hren...@gmail.com on 25 Jun 2010 at 10:22

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

Implemented oauthError property.
Support RSA-SHA1 signature.

Original comment by hren...@gmail.com on 25 Jun 2010 at 10:31

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

add create table statements for Oracle and DB2
compress.sql for Oracle offers little benefit, so remove compress.sql

Original comment by atskim...@gmail.com on 25 Jun 2010 at 10:34

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

modify migration tool for OAuth

Original comment by atskim...@gmail.com on 25 Jun 2010 at 10:45

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

It is still temporary implementation.
Set consumer key to null.

Original comment by hren...@gmail.com on 25 Jun 2010 at 10:45

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

It is still temporary implementation.
Delete oauth token when oauth request is failed.

Original comment by hren...@gmail.com on 25 Jun 2010 at 11:30

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

It is still temporary implementation.
Change data type of certificate column of is_oauth_certificate table to text.

Original comment by hren...@gmail.com on 28 Jun 2010 at 6:58

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

It is still temporary implementation.
Fixed that a signature method is not selected correctly.

Original comment by hren...@gmail.com on 28 Jun 2010 at 7:00

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

It is still temporary implementation.
Fixed that column uid is not found with oracle.

Original comment by hren...@gmail.com on 28 Jun 2010 at 11:50

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

Fixed that table name must be upper case.

Original comment by hren...@gmail.com on 29 Jun 2010 at 6:42

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

Fixes the bug that gadget don't work correctly with duplicated service name

Original comment by atskim...@gmail.com on 5 Jul 2010 at 8:29

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

suport oauthpopup feature

Original comment by atskim...@gmail.com on 8 Jul 2010 at 7:50

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

Bug fix. 1 record is increased when modifing an existing record.

Original comment by atskim...@gmail.com on 8 Jul 2010 at 9:49

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

fixes a bug that don't work if a name of Gadget xml file contains uppercase 
characters.

Original comment by atskim...@gmail.com on 9 Jul 2010 at 5:18

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

add artificial key to is_oauth_consumers table

Original comment by atskim...@gmail.com on 12 Jul 2010 at 7:48

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

can select OAuth Settings in role settings

Original comment by atskim...@gmail.com on 12 Jul 2010 at 9:17

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

add migration script of is_adminroles table for oauth

Original comment by atskim...@gmail.com on 12 Jul 2010 at 9:54

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

delete oauth token when all gadget is deleted.

Original comment by atskim...@gmail.com on 12 Jul 2010 at 11:55

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

don't save oauth_token in HttpSession. 

Original comment by atskim...@gmail.com on 13 Jul 2010 at 2:44

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

Fixes not to output stack trace before redirecting to authorize url

Original comment by atskim...@gmail.com on 13 Jul 2010 at 8:44

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

Fixed that an OAuth request of the gadget added from widget management screen 
does not work.

Original comment by hren...@gmail.com on 13 Jul 2010 at 10:31

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

Fixed that When there is not a consumer key, a NullPointer exception occurs.

Original comment by hren...@gmail.com on 13 Jul 2010 at 10:31

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

show error page when an error has occured in OauthCallbackServlet

Original comment by atskim...@gmail.com on 13 Jul 2010 at 12:29

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

show error page when an error has occured in OauthCallbackServlet
forget to copy error.jsp when building

Original comment by atskim...@gmail.com on 14 Jul 2010 at 1:42

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

Add validation check to saving oauth consumer setting.

Original comment by hren...@gmail.com on 14 Jul 2010 at 5:50