Commit Graph

4737 Commits

Author SHA1 Message Date
David Glasser
5453ca480e Update History and mailmap. release/0.6.6 release/0.6.6-rc5 2013-10-09 09:58:57 -07:00
Stephen Darnell
31669c7dd5 Switch to socket.end() 2013-10-09 09:58:08 -07:00
Nick Martin
1214eec099 test and bump version numbers for examples and docs. 2013-10-08 23:34:43 -07:00
Nick Martin
57c87a403d OCD release/0.6.6-rc4 2013-10-08 20:03:02 -07:00
Nick Martin
93c23470aa make a bunch of packages internal.
please remember to set this when making new packages.
2013-10-08 19:58:48 -07:00
David Glasser
0be428b731 Build mongo with -j4 on Mac too. release/0.6.6-rc3 2013-10-08 17:14:32 -07:00
David Glasser
c4b1e6b324 Hopefully fix ECONNRESET errors again. 2013-10-08 16:31:36 -07:00
Nick Martin
3798826ac2 Merge branch 'devel' into release-0.6.6 release/0.6.6-rc2 2013-10-08 00:43:55 -07:00
Nick Martin
9f2188b5da Not sure why, but opera is better now (including old versions). I guess one of the minimongo changes caused the ordering to be different. 2013-10-08 00:42:52 -07:00
Nick Martin
9eda3f9707 Merge branch 'long-series-rework' into devel 2013-10-08 00:41:08 -07:00
Nick Martin
28082f33e1 Fix issue where login callbacks could be called multiple times on reconnect. 2013-10-08 00:10:33 -07:00
Nick Martin
e5dd8f4f8e Better error handling if resetPassword fails. Also, handle setLoginToken(null) better. 2013-10-07 23:33:04 -07:00
Nick Martin
b09f206753 Specify userId in one other expireTokens call. Add a check to make sure we don't do it again. 2013-10-07 21:53:57 -07:00
Nick Martin
468eb6a1bf Fix typo in index name. We were not indexing password reset tokens correctly. 2013-10-07 21:53:57 -07:00
Nick Martin
9bad3afcfb Fix reset email test. NOTE: still needs work on error handling. 2013-10-07 21:53:57 -07:00
Nick Martin
f9504f215e Add test parameter so we only expire tokens for our user, not everyone. 2013-10-07 21:53:57 -07:00
Nick Martin
bc8406d8a0 add XXX note 2013-10-07 21:53:56 -07:00
Nick Martin
2deb0e9b62 break 'long series' test into smaller tests. 2013-10-07 21:53:56 -07:00
Nick Martin
6ca55ec189 Remember to call this._setLoginToken the other places we call this.setUserId
This makes me feel that this._setLoginToken is the wrong pattern even more strongly.
2013-10-07 21:53:56 -07:00
Slava Kim
799dd35319 Merge branch 'minimongo-near' into devel
Conflicts:
	History.md
	LICENSE.txt
2013-10-07 16:55:10 -07:00
Slava Kim
24b3ca13e1 Another test for minimongo $near inside $and clause
It throws no matter how deep is $near.
2013-10-07 16:50:27 -07:00
Slava Kim
d1518f4f17 Package wrapper for geojson-utils package to keep original code unchanged. 2013-10-07 16:07:45 -07:00
David Glasser
b414cd15bb Fix README instructions about running docs app. 2013-10-07 15:12:44 -07:00
Slava Kim
7c9122ef09 Make geojson-utils a strong dependency of minimongo. 2013-10-07 14:30:54 -07:00
David Glasser
bda5113fa5 meteor run: Handle errors in the websocket proxy by closing socket instead of
throwing
2013-10-07 14:18:29 -07:00
Geoff Schmidt
77d50e4f3d parties example: force selection to an actually-existing party.
This handles the case where the selected party is
deleted by another user, and also the case where
the server rejects the party creation request.
release/0.6.6-rc1
2013-10-04 18:21:18 -07:00
Geoff Schmidt
c2b2deb0d6 parties example: force selection to an actually-existing party.
This handles the case where the selected party is
deleted by another user, and also the case where
the server rejects the party creation request.
2013-10-04 18:19:57 -07:00
Nick Martin
82994d06e4 more history tweaks 2013-10-04 17:55:08 -07:00
David Glasser
c604a8dd80 Rename warehouse S3 bucket to be SSL-compatible. 2013-10-04 15:49:27 -07:00
David Glasser
35fc8bf5f5 Rename warehouse S3 bucket to be SSL-compatible. 2013-10-04 15:47:55 -07:00
David Glasser
a4d96c68b2 Add issue number to History. 2013-10-04 14:19:45 -07:00
Nick Martin
234ae59840 Bump version in history file. release/0.6.6-rc0 2013-10-04 13:25:19 -07:00
David Glasser
52e59350db Minor refactorings to restrictCreationByEmailDomain:
- test all emails if there is more than one (instead of relying on
  accounts-password to only set one)
- simplify boolean logic
- typo fix
2013-10-04 12:47:16 -07:00
David Glasser
38ed624909 Don't do Google domain redirect if restrictCreationByEmailDomain is function. 2013-10-04 12:46:17 -07:00
David Glasser
6fcff6d85d Warn if Accounts.config is only called on the client. 2013-10-04 12:41:45 -07:00
David Glasser
95d8bde496 History.md change for implicit-global-variable rewrite.
While I tested that the change (6a836cc) has no effect on the packages shipped
with Meteor, it's worth mentioning in History.md in case it affects other
packages.
2013-10-04 09:52:00 -07:00
David Glasser
94c7833c82 Delete unused JSAnalyze.findGlobalDottedRefs.
Because it is currently unused and was the only direct use of the 'estraverse'
module, it seems better to minimize the number of dependencies shipped with
Meteor. Admittedly, estraverse is still a dependency of escope, but if we
upgrade escope to a version that has a more specific version requirement for
estraverse that conflicts with our Npm.depends, we'll be shipping two copies for
no reason.
2013-10-04 09:46:48 -07:00
David Glasser
6a836cca94 Use escope's native implicit global variable search code instead of our own.
That code was buggy when we first wrote linker; we reported the bugs and the
maintainer fixed it. Yay!
2013-10-04 09:31:58 -07:00
David Glasser
7864aa77a1 Update LICENSE.txt. 2013-10-03 19:46:10 -07:00
David Glasser
248139c2bc Merge branch '066-more-upgrades' into devel 2013-10-03 17:42:50 -07:00
David Glasser
14e93abce3 Use a fork of Uglify again. 2013-10-03 17:06:55 -07:00
David Glasser
8062d65730 Update for new 'keypress' API. 2013-10-03 16:59:44 -07:00
David Glasser
741ad1d1d6 one more dev bundle version bump (for byline->eachline) 2013-10-03 15:52:20 -07:00
David Glasser
ee220b1da7 fix cli-test 2013-10-03 15:52:20 -07:00
David Glasser
6528f9eef7 Avoid calling _.each on numbers (Underscore 1.5.2 doesn't like it).
Simplify NaN detection.
2013-10-03 15:52:20 -07:00
David Glasser
0f0542efb1 Replace byline npm module with eachline.
Node 0.10-compatible versions of byline (eg 3.1.2) drop empty lines.
2013-10-03 15:52:20 -07:00
David Glasser
ceb37b48c6 Shrinkwrap update. 2013-10-03 15:52:19 -07:00
David Glasser
000c5f3a9b Whoops, forgot to increment the dev bundle version number. 2013-10-03 15:52:19 -07:00
David Glasser
85a42e908c remove outdated comment 2013-10-03 15:52:19 -07:00
David Glasser
60d5566763 http-proxy is called http-proxy again. 2013-10-03 15:52:19 -07:00