Commit Graph

3138 Commits

Author SHA1 Message Date
Nick Martin
686996fb81 Tweak text in login button for meteor-developer to fit in current width. 2014-02-23 20:51:10 -08:00
Emily Stark
cde758c7ef Tweak "Configure Meteor developer account login" button text 2014-02-21 15:26:52 -08:00
Emily Stark
1528f1c922 Shorten some package descriptions 2014-02-21 11:49:36 -08:00
Emily Stark
e04d3f36d2 Make accounts-meteor-developer documented, not meteor-developer 2014-02-21 11:39:37 -08:00
Emily Stark
4d682e3a1c Remove unneeded cookies package 2014-02-20 15:32:42 -08:00
Emily Stark
9aa4e53984 Run compress connect handler before raw connect handlers. 2014-02-20 11:47:53 -08:00
Emily Stark
36b7cd776d Add WebApp.rawConnectHandlers that run before other meteor handlers 2014-02-20 11:04:53 -08:00
Emily Stark
e4c02a5e3a Revert "Run user-supplied connect handlers earlier. They see the path before the prefix has been stripped and they take precedence over static assets."
This reverts commit c3c86a1b30.
2014-02-20 10:49:20 -08:00
Slava Kim
dc4eb4c496 Prevent less sourcemaps generation hanging w/o compiling less twice 2014-02-20 00:03:15 -08:00
Emily Stark
f19331fc44 Merge branch 'meteor-accounts-ux-pass' into release-0.7.1 2014-02-20 00:00:16 -08:00
Slava Kim
3caa824b32 Don't hang if less produces no source-map
Add a test for that
2014-02-19 22:03:14 -08:00
Emily Stark
2ef965f34e Merge remote-tracking branch 'origin/release-0.7.1' into meteor-accounts-ux-pass
Conflicts:
	History.md
	tools/help.txt
	tools/tests/login.js
	tools/tests/registration.js
2014-02-19 15:28:48 -08:00
David Glasser
15602cbe16 Keep tests passing with --disable-oplog 2014-02-18 22:18:11 -08:00
David Glasser
0c62b815e7 jquery-waypoints: Use original coffeescript source 2014-02-18 15:47:54 -08:00
David Glasser
a719db8290 Update jquery-waypoints to 2.0.4 2014-02-18 15:47:48 -08:00
David Glasser
5308ee7fbb Upgrade jQuery to 0.11.0 2014-02-18 15:47:42 -08:00
David Glasser
b8250ecf66 More comments about our sort inconsistency
(overzealously reverted)
2014-02-17 23:12:45 -08:00
Slava Kim
79b03cd8b4 Revert "Merge branch 'oplog-localcollection' into devel"
This reverts commit 297b97659b, reversing
changes made to 204959b509.
2014-02-17 23:12:45 -08:00
Slava Kim
b983537592 Revert "Do less deep copies"
This reverts commit cb2f2adb1b.
2014-02-17 23:12:45 -08:00
David Glasser
64ce168306 Allow setting nested field named _id
Disallow any mod on (top-level) _id, not just $sets that change the _id.

Fixes #1794.
2014-02-17 20:02:47 -08:00
David Glasser
fb9592a93d Allow setting nested field named _id
Disallow any mod on (top-level) _id, not just $sets that change the _id.

Fixes #1794.
2014-02-17 20:01:53 -08:00
David Glasser
10cdd65f2c More comments about our sort inconsistency
(overzealously reverted)
2014-02-17 18:49:52 -08:00
Slava Kim
4541f72279 Revert "Merge branch 'oplog-localcollection' into devel"
This reverts commit 297b97659b, reversing
changes made to 204959b509.
2014-02-17 16:10:10 -08:00
Slava Kim
fb20ee822a Revert "Do less deep copies"
This reverts commit cb2f2adb1b.
2014-02-17 16:10:10 -08:00
Tim Haines
3d5feb0535 Allow _sockjsOptions to be provided on DDP.connect
This is an unsupported API that may later be removed. Fixes #1762.
2014-02-17 15:49:45 -08:00
Tim Haines
6b122ab51b Allow _sockjsOptions to be provided on DDP.connect
This is an unsupported API that may later be removed. Fixes #1762.
2014-02-17 15:49:34 -08:00
David Glasser
e6f6fce4a2 Clone DDP data as it goes into the merge box
Fixes #1750.
2014-02-17 15:18:08 -08:00
David Glasser
764b41adf4 Clone DDP data as it goes into the merge box
Fixes #1750.
2014-02-17 15:17:07 -08:00
David Glasser
3eb4a1339d Update back-compat comment 2014-02-16 23:09:37 -08:00
David Glasser
75fbb90e8a Remove localstorage -> jquery dependency
We no longer use jquery for browser detection here.
2014-02-14 17:14:11 -08:00
Emily Stark
c9ad8e9ec9 Adjust login button text 2014-02-13 20:25:45 -08:00
Emily Stark
1a3116fe8d Make options optional for Accounts.loginWithMeteorDeveloperAccount 2014-02-13 20:25:45 -08:00
Emily Stark
9d8f95d82b Adjust developer account OAuth popup size 2014-02-13 20:25:45 -08:00
Emily Stark
db7e387390 Rename to Meteor.loginWithMeteorDeveloperAccount 2014-02-13 19:09:23 -08:00
Emily Stark
9a7d857465 Merge remote-tracking branch 'origin/devel' into sso
Conflicts:
	History.md
	packages/coffeescript/package.js
2014-02-12 17:58:56 -08:00
Emily Stark
6e27602fc7 Merge branch 'oauth_verifier_fix' of https://github.com/paulswartz/meteor into paulswartz-oauth_verifier_fix 2014-02-12 17:24:34 -08:00
Mitar
57c863076a Added more CSS classes to Accounts UI unstyled.
Otherwise it is not possible to set (collapsible) margins on those divs.
2014-02-12 17:01:17 -08:00
David Glasser
181c68bae8 Allow named local collections in published arrays
Fixes #1820
2014-02-12 16:41:52 -08:00
Maxime Quandalle
57779c7cbe Upgrade CoffeeScript from 1.6.3 to 1.7.1
Assumptions about vars in `compile-coffeescript.js` remains valid.
2014-02-12 15:47:06 -08:00
Marc-Andre Lafortune
de294ddb19 EJSON: Provide default implementation of equals for custom types 2014-02-12 15:26:50 -08:00
Marc-Andre Lafortune
0be15bdf3f EJSON: Provide default implementation of clone for custom types 2014-02-12 15:26:50 -08:00
Marc-Andre Lafortune
f8886744a1 EJSON: Fix asymmetry in equals 2014-02-12 15:26:50 -08:00
Marc-Andre Lafortune
18ea49a8c2 EJSON: Add tests for custom types 2014-02-12 15:26:50 -08:00
David Greenspan
dae257b04f Kill malfunctioning shim for localStorage in IE 7
jQuery removed $.browser, so this code threw an exception any time localStorage wasn't available.

Moreover, IE 8 supports localStorage (as far as I'm aware), and we don't care about having something fancy just for IE 7.
2014-02-12 14:07:39 -08:00
David Glasser
1eaf4a5501 Upgrade source-map used by coffeescript too 2014-02-11 17:56:28 -08:00
Emily Stark
1f8fa55c69 Change capitalization of Meteor developer accounts 2014-02-11 11:20:21 -08:00
Paul Swartz
d5b466efba include oauth_verifier as a header, not a parameter
Per [RFC 5849](http://tools.ietf.org/html/rfc5849), the POST request for
the access token should not include a body, but instead include the
verifier as part of the "Authorization: OAuth" header.  The current code
is broken for authentication against servers which verify the body of
the POST request (in particular, Fitbit has recently switched to this
verification).
2014-02-09 16:26:42 -05:00
David Glasser
153d84cb9f Drop optimist from the dev bundle
The tool no longer uses it.  Simplify webapp_server to do a dumb check
for a flag instead of using optimist.

ctl-helper still uses optimist; ideally it should use our parser from
main.js instead.

Also, remove a debugging "|| true" that was causing "LISTENING" to be
output even without --keepalive.

I am not actually planning to rebuild the dev bundle just to drop
optimist.
2014-02-07 18:26:29 -08:00
David Glasser
93836e7ef3 Merge branch 'devel' into sso
Conflicts:
	tools/bundler.js
2014-02-07 11:59:21 -08:00
Emily Stark
3aec2ab85f Send access token in Authorization header instead of query string 2014-02-06 11:22:57 -08:00