Re: Shindig 2.5.0-beta2 RC3 - Third Time Is A Charm

2012-06-20 Thread Ryan J Baxter
+1 from me I hate to ask people to test the release again, but it should be quick and easy. I would like to publish the release tomorrow if we can get enough +1s by the end of the day. -Ryan From: Ryan Baxter To: dev@shindig.apache.org, Date: 06/18/2012 09:53 PM Subject:S

Re: Adding additional APIs to Shindig

2012-06-20 Thread Ryan J Baxter
Doug I don't think we have any flows for OAuth 2 implemented in Shindig that would support server to server calls, at least as far as I know. Adam please correct me if I am wrong. Maybe you could using 2 legged OAuth 1.0a... -Ryan From: daviesd To: , Date: 06/20/2012 12:57 PM Sub

Re: Why is the gadgets.util.getUrlParameters "var parameters" has already set when first called?

2012-06-20 Thread Ryan J Baxter
I find this is a common problem when working in Shindig :) -Ryan From: Henry Saputra To: dev@shindig.apache.org, Date: 06/20/2012 07:58 PM Subject:Re: Why is the gadgets.util.getUrlParameters "var parameters" has already set when first called? Never mind, I think I am los

Re: Review Request: Code Review for JIRA 1793, expose OAuth2 client invalidation on OAuth2Store

2012-06-20 Thread Ryan Baxter
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/5419/#review8436 --- Ship it! Committed revision 1352375. - Ryan Baxter On June 19, 201

Re: Why is the gadgets.util.getUrlParameters "var parameters" has already set when first called?

2012-06-20 Thread Henry Saputra
Never mind, I think I am losing my mind =P False alarm =) - Henry On Wed, Jun 20, 2012 at 11:14 AM, Henry Saputra wrote: > Hi Guys, > > Been trying to figure out why gadgets.util.getUrlParameters call > always return empty object. Looks like the global var used to cache it > being set already.

Re: Review Request: OAuthResponseParms logger does not resolve msgKey into appropriate message

2012-06-20 Thread Ryan Baxter
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/1960/#review8434 --- Seems like this is fixed right? The JIRA is closedcould we close

Re: Review Request: Pass token on listMethods to enable allowUnauthenticated=false

2012-06-20 Thread Ryan Baxter
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/5422/#review8425 --- Ship it! Committed revision 1352277 - Ryan Baxter On June 20, 2012

Why is the gadgets.util.getUrlParameters "var parameters" has already set when first called?

2012-06-20 Thread Henry Saputra
Hi Guys, Been trying to figure out why gadgets.util.getUrlParameters call always return empty object. Looks like the global var used to cache it being set already. So the check gadgets.util.getUrlParameters = function(opt_url) { var no_opt_url = typeof opt_url === 'undefined'; if (parame

Re: Adding additional APIs to Shindig

2012-06-20 Thread daviesd
Just to clarify where my thinking was headed. I need to provide an oauth client management api for a sandbox ui to use. This ui is not in the same webapp/host as shindig. In fact it's a completely separate environment that supports uploading of a gadget, collecting oauth client credentials, bindi

Re: Review Request: Pass token on listMethods to enable allowUnauthenticated=false

2012-06-20 Thread Stanton Sievers
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/5422/#review8420 --- Ship it! Ship It! - Stanton Sievers On June 20, 2012, 12:32 p.m.,

Re: Review Request: Pass token on listMethods to enable allowUnauthenticated=false

2012-06-20 Thread Dan Dumont
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/5422/#review8419 --- Ship it! Ship It! - Dan Dumont On June 20, 2012, 12:32 p.m., Brian

Re: Review Request: Pass token on listMethods to enable allowUnauthenticated=false

2012-06-20 Thread Dan Dumont
> On June 19, 2012, 5:49 p.m., Dan Dumont wrote: > > http://svn.apache.org/repos/asf/shindig/trunk/java/gadgets/src/main/java/org/apache/shindig/gadgets/render/DefaultServiceFetcher.java, > > line 169 > > > > > > Actua

Re: Review Request: Pass token on listMethods to enable allowUnauthenticated=false

2012-06-20 Thread Brian Lillie
> On June 19, 2012, 5:49 p.m., Dan Dumont wrote: > > http://svn.apache.org/repos/asf/shindig/trunk/java/gadgets/src/main/java/org/apache/shindig/gadgets/render/DefaultServiceFetcher.java, > > line 169 > > > > > > Actua

Re: Review Request: Pass token on listMethods to enable allowUnauthenticated=false

2012-06-20 Thread Brian Lillie
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/5422/ --- (Updated June 20, 2012, 12:32 p.m.) Review request for shindig, Ryan Baxter and