Nathan Muir
66703475f8
google - Store the set of scopes that the current token has.
2015-07-28 13:07:46 +10:00
Nathan Muir
b8852dd7cc
Meteor.loginWithX When using the redirect login style, you may now specify the URL that the user is returned to. Currently defaults to the current URL (window.location).
2015-07-28 13:07:46 +10:00
Nathan Muir
aa3059603e
Meteor.loginWithGoogle, you can now specify additional parameters to the Authentication URI via options.loginUrlParameters. Also fixes #3903 .
2015-07-28 13:07:41 +10:00
David Glasser
43b4b30205
Release PLUGINS-PREVIEW@1
...
This included removing some internal version constraints. It would be
nice if package A could say "use B@2.0.0" (when both have changed), but
when they're both in the release, we need to make a release that has a
B@2.0.0-rc in it, which doesn't match that constraint. Fortunately,
constraints aren't necessary within a release anyway.
2015-07-22 23:19:11 -07:00
Simon Fridlund
0377c8b76f
Use prompt instead of approval_prompt in Google OAuth package
...
The option “prompt” takes precedence over “forceApprovalPrompt”.
Valid options for “prompt” are “consent”, “none”, “select_account” or a
combination. i.e. “select_account+consent”.
2015-05-12 16:13:13 +02:00
Simon Kågedal Reimer
ee60211033
Add note to enter email address.
...
Unless you enter an email address, the signin will fail and an
error message will be displayed on the consent screen.
2015-04-21 14:01:59 -07:00
Simon Kågedal Reimer
3c893fb787
Update link to Google Developers Console.
2015-04-21 14:01:58 -07:00
David Glasser
4daaa76b12
METEOR@1.0.4
2015-03-17 13:06:07 -07:00
David Glasser
af0469da35
Bump other packages to -rc.0
2015-03-05 22:54:07 -08:00
Sashko Stubailo
d1fb199435
Bump version number problems caught by new command
2015-03-04 11:40:39 -08:00
Slava Kim
27f249bfed
A lot of crazy package bumps
2015-01-21 14:03:55 -08:00
Sashko Stubailo
25f3b9f337
Bump a bunch of versions
2015-01-20 22:34:25 -08:00
Sashko Stubailo
c37342d504
Bump a bunch of package versions
2015-01-20 22:34:24 -08:00
ekatek
99124d881a
increment package versions
2015-01-20 10:25:22 -08:00
ekatek
40fa95830f
increment version numbers
2015-01-13 19:30:27 -08:00
Rodrigo Estebanez
87e3c6499d
add tokenId to google response
...
Signed-off-by: Rodrigo Estebanez <restebanez@mdsol.com >
2015-01-13 16:57:24 -08:00
David Glasser
6b204ca73a
Bump package versions for 1.0.2
2014-12-19 10:31:59 -08:00
David Glasser
73b809c122
Bump versions for 1.0.2.
2014-12-11 22:44:41 -08:00
David Glasser
6ea8443f30
Update calls to addFiles, onUse, and onTest
2014-12-09 20:18:31 -08:00
David Glasser
de5f68cf70
bump all versions (due to source-map upgrade)
2014-11-25 09:06:26 -08:00
Emily Stark
cb54ae18fb
Merge branch 'master' into devel
...
Conflicts:
History.md
examples/localmarket/.meteor/release
examples/localmarket/.meteor/versions
packages/stylus/README.md
tools/compiler.js
tools/package-client.js
tools/tests/old/app-with-private/.meteor/versions
tools/tests/old/app-with-public/.meteor/versions
tools/tests/old/empty-app/.meteor/versions
2014-10-28 10:42:30 -07:00
Sashko Stubailo
ab22135543
Merge remote-tracking branch 'origin/readmes' into devel
...
Conflicts:
docs/client/full-api/packages/fastclick.html
docs/client/full-api/packages/stylus.html
docs/client/packages/stylus.html
packages/blaze/README.md
packages/spacebars-compiler/README.md
packages/stylus/README.md
2014-10-28 09:50:07 -07:00
Avital Oliver
2ca942f9cb
Correct links to www.meteor.com project pages
2014-10-28 02:54:45 -07:00
Emily Stark
b4c10d8f61
bump package versions
2014-10-28 02:49:54 -07:00
ekatek
e79f95e3ca
incrementing versions for rc.9
2014-10-24 16:39:56 -07:00
ekatek
1cbf4b32ca
Add the consent screen step to the Google Client ID creation and edit text
2014-10-24 16:33:58 -07:00
ekatek
bfff82c0b4
Add the consent screen step to the Google Client ID creation and edit text
2014-10-24 15:44:02 -07:00
Emily Stark
54989c85bf
bump package versions for rc.7
2014-10-23 16:59:11 -07:00
Avital Oliver
82f996bced
Increase height of Google login pop-up
...
Verified that now the entire email/password form is visible.
2014-10-23 16:15:56 -07:00
Avital Oliver
fddfa75421
Increase height of Google login pop-up
...
Verified that now the entire email/password form is visible.
2014-10-23 15:28:28 -07:00
Sashko Stubailo
dda0c44b52
Add a bunch of READMEs
2014-10-23 15:06:33 -07:00
Sashko Stubailo
36da5aecb4
Make all version numbers not have rc
2014-10-13 14:09:37 -07:00
Sashko Stubailo
698fbedb10
Bump all of the version numbers to rc.0
2014-10-07 17:10:48 -07:00
Sashko Stubailo
1e53f6b598
Bump all version numbers again after cherry-picking unipackage fix
2014-10-01 17:06:57 -07:00
Sashko Stubailo
0129c3f5ac
Bump all of the version numbers again, to republish with the unipackage.json fix
2014-10-01 15:43:05 -07:00
Sashko Stubailo
eecc272e4a
Bump every single package version number due to a change in compilation
2014-09-29 23:44:50 -07:00
Emily Stark
dd9a51624d
Fix login service configuration wizards.
...
These were broken by the Template.foo.bar -> Template.foo.helpers({ bar:
... }) transformation. `fields` is a property on the template object,
not a helper.
2014-09-26 18:08:09 -07:00
David Greenspan
48264ccafd
Use preferred helper style in docs,apps,packages
2014-09-25 14:56:15 -07:00
Emily Stark
833c6f5b4f
Bump package versions for 0.9.2
2014-09-15 11:36:57 -07:00
Slava Kim
fc56f795d6
Bump versions of packages for the 0.9.2-rc0
2014-09-02 14:57:33 -07:00
Emily Stark
345d49f15a
Merge branch 'cordova-hcp-oauth' into cordova-hcp
...
Conflicts:
packages/oauth/package.js
packages/standard-app-packages/package.js
2014-08-29 11:50:00 -07:00
Andrew Wilcox
2fd00e58ba
Implements the "redirect" login flow, for cases such as using a mobile
...
UIWebView which aren't able to use the preferred "popup" login flow.
See the specs for details:
https://meteor.hackpad.com/OAuth-redirect-flow-spec-PeziTcaNPDP
https://meteor.hackpad.com/OAuth-redirect-flow-part-II-vswwUKP4vXe
I extracted code to construct a URL from the `http` package into a new
`url` utility package. The new package has no public API, it simply
has the original URL construction functions that were in `http` and
makes them available to oauth.
Fixes the Meetup account login, as Meetup now requires using
"https://api.meetup.com/2/members " instead of
"https://secure.meetup.com/2/members ".
The `?close` parameter for the redirect URI is now not needed or used.
For backwards compatibility the `?close` parameter is included if the
login service configuration doesn't include the `loginStyle` field
(indicating it was created using old code).
2014-08-28 17:25:13 -07:00
Avital Oliver
864fffc9e9
Bump package versions in preparation for 0.9.1-rc0
2014-08-28 11:00:35 -07:00
ekatek
b9a714f028
ripping out internal, name and test from package.js files
2014-07-07 20:50:50 -07:00
ekatek
fb709c9563
remove versions files from core packages
2014-06-16 22:11:31 -07:00
David Glasser
c5e5305a3b
Merge branch 'devel' into packaging
...
Conflicts:
tools/bundler.js
tools/packages.js
2014-06-11 12:02:57 -07:00
Emily Stark
a3d71cae74
Add credentialSecret to Google.retrieveCredential
...
I missed this one in 0fa591bc5 .
2014-05-16 11:09:37 -07:00
ekatek
beb0e59b9d
new version files from teh new solver? Also, package.js correct with tests
2014-05-09 17:36:25 -07:00
ekatek
031890d2c5
don't store buildtime deps in the catalog
2014-05-04 16:56:58 -07:00
ekatek
23ad149a78
better versions files
2014-04-25 15:06:45 -07:00