Commit Graph

7658 Commits

Author SHA1 Message Date
Ben Newman
887cf9670b Bump package versions for the official 1.3.4 release. 2016-06-22 16:56:05 -04:00
Ben Newman
36354b1cc0 Bump package versions for 1.3.4-rc.2 release. 2016-06-22 15:26:37 -04:00
Ben Newman
9a5907b911 Merge branch 'devel' into release-1.3.4 2016-06-22 13:22:44 -04:00
Zoltan Olah
5d5cfca5b0 Merge pull request #7256 from workflow/1-3-3-1-facebook-auth-type-checking-error-in-facebook-package-1-2-7-B-#7255
Adds truthiness check b4 accessing property in facebook package. Fixes #7255
2016-06-22 08:41:34 +10:00
Ben Newman
9d17aa44c6 Bump package versions for 1.3.4-rc.1 release. 2016-06-21 13:45:12 -04:00
Tomas Brambora
95ba1ed841 Reload: detect href ending with #.
Fixes #7239.
2016-06-21 11:05:32 -04:00
Tomas Brambora
51c4565aa9 Implemented @banjamn suggestions. 2016-06-21 08:51:58 +10:00
Ben Newman
d270b2ab97 Bump package versions for 1.3.4-rc.0 release. 2016-06-20 18:00:15 -04:00
Ben Newman
b7fd3b0737 Upgrade http request npm dependency to 2.72.0. 2016-06-20 18:00:14 -04:00
Ben Newman
e025d3054a Upgrade meteor-babel and reify to latest versions.
The bulk of this diff is due to flattening npm-shrinkwrap.json files
because we're now using npm@3 instead of npm@2.
2016-06-20 16:26:17 -04:00
Tomas Brambora
b8cf2b67bf Reload: detect href ending with #.
Fixes #7239 .
2016-06-20 19:29:32 +10:00
Workflow
654939e092 Adds truthness check b4 accessing property in facebook package. Fixes #7255 2016-06-19 22:30:36 +08:00
Ben Newman
9897092a7c Merge pull request #7237 from meteor/release-1.3.3.1
Release 1.3.3.1
2016-06-17 22:49:08 +00:00
Ben Newman
9c0f4e6d6a Bump package versions for the official 1.3.3.1 release. 2016-06-17 15:29:20 -04:00
Ben Newman
f9879fb18c Use npm-node-aes-gcm@0.1.5_1 in oauth-encryption. 2016-06-17 14:43:05 -04:00
Ben Newman
ac18ec3d2b Try bumping the npm-node-aes-gcm version again to publish on Windows.
Part of: #7217
2016-06-17 14:43:05 -04:00
Ben Newman
632b650f0f Bump package versions for 1.3.3.1-rc.2 release. 2016-06-17 13:12:11 -04:00
Ben Newman
a1dbca5908 Eliminate implicit CoffeeScript dependency on modules.
Follow-up to #6691.
Fixes #7226.
2016-06-17 12:40:01 -04:00
Ben Newman
2ea478de7d Bump package versions for 1.3.3.1-rc.1 release. 2016-06-16 20:33:07 -04:00
Ben Newman
225d2d7b65 Roll node-aes-gcm back to a version compatible with Node 0.10. 2016-06-16 20:30:35 -04:00
Ben Newman
5c6f45efd1 Try bumping the npm-node-aes-gcm version again to publish on Windows.
Part of: #7217
2016-06-16 18:51:25 -04:00
Ben Newman
487e965daa Upgrade reify to 0.3.3 to avoid accidentally enforcing strict mode. 2016-06-16 18:29:59 -04:00
Ben Newman
c12edb9276 Bump package versions for 1.3.3.1-rc.0 release. 2016-06-16 17:18:31 -04:00
Ben Newman
a10e1db152 Upgrade npm deps: meteor-babel, reify, babel-runtime, pathwatcher.
Fixes #7221.
2016-06-16 16:59:57 -04:00
Ben Newman
d93456011d Use npm-node-aes-gcm@0.1.7_4 in oauth-encryption. 2016-06-16 16:59:57 -04:00
Ben Newman
c525e61d1c Upgrade npm dependency of npm-node-aes-gcm package to v0.1.7. 2016-06-16 16:59:57 -04:00
Hongbo Miao
4056ff255c Change method to name 2016-06-14 22:46:42 -04:00
Tom Coleman
2823f9380b Merge branch 'sort-clause' into devel 2016-06-15 09:03:09 +10:00
Alon Amster
6923a87d1c Define different sort spec for local collections
LocalCollection (MiniMongo) accepts a sort function, while native
MongoDB does not.

Added a couple of tests to cover the various cases.
2016-06-15 09:00:35 +10:00
Zoltan Olah
e6da0087d6 Merge pull request #7043 from MichaelJCole/fix-issue-7042
Allow smtps:// in MAIL_URL to enable secureConnection
2016-06-15 08:51:54 +10:00
Alon Amster
5e5282f778 Allow a function to be passed in the 'sort' clause
MiniMongo's LocalCollection allows a function to be used for sorting
query results when using `find()`, but it is rejected by the
`Mongo.find()` argument check.
2016-06-15 08:39:47 +10:00
Christian Klaussner
af6dcad337 Add documentation for Random functions 2016-06-14 19:40:37 +02:00
Ben Newman
5f266f2fa3 Merge pull request #7203 from ocdtrekkie/update-google-api-instructions-2
Update Google client ID instructions again.
2016-06-14 08:51:49 -04:00
Ben Newman
db9e5001fe Explain .babelrc files in the babel-compiler README.md. 2016-06-13 17:19:25 -04:00
Jacob Weisz
50bf9dad3d Update Google client ID instructions again
Google changed them. Again. I also decided "Click" is a better verb than
"Press", so I changed that as well.
2016-06-11 01:39:03 -05:00
Ben Newman
dce2b20ddb Merge pull request #7033 from meteor/release-1.3.3
Release 1.3.3
2016-06-10 18:18:28 -04:00
Ben Newman
025299f286 Bump package versions for the official 1.3.3 release. 2016-06-10 16:29:23 -04:00
Ben Newman
7c8f53aa8f Do not compile "bare" files with Babel.
Addresses this comment:
https://github.com/meteor/meteor/pull/7033#issuecomment-225126778
2016-06-10 14:33:42 -04:00
Ben Newman
ae9f29c81f Bump package versions for 1.3.3-rc.5 release. 2016-06-09 12:17:37 -04:00
Ben Newman
e2c550dda9 Use npm-bcrypt@0.8.6_1 in accounts-password. 2016-06-09 11:45:37 -04:00
Ben Newman
02b81ac705 Bump npm-bcrypt version to 0.8.6_1. 2016-06-09 11:45:22 -04:00
Ben Newman
edbe9fb50b Upgrade bcrypt to 0.8.6. 2016-06-09 10:47:50 -04:00
Peter Mooney
61a0cd0c5c Add client/server onLogout tests 2016-06-08 09:21:48 +10:00
Peter Mooney
4eff26c6bb Invoke onLogout hook on server 2016-06-08 09:21:48 +10:00
Peter Mooney
555e1d4415 Add logout hooks to accounts-base 2016-06-08 09:21:41 +10:00
Ben Newman
aebab5eee7 Merge pull request #6743 from abernix/check-match-maybe-circular-objects
Fix for `check` max-recursion when called on circular references.
2016-06-07 19:12:48 -04:00
Ben Newman
735cf8e891 Merge pull request #7114 from zol/awwx-simplify-connected-msg-code
Simplify DDP connected message code.
2016-06-07 18:42:55 -04:00
Ben Newman
50e4b8cf72 Bump package versions for 1.3.3-rc.4 release. 2016-06-07 15:11:25 -04:00
Ben Newman
c4c8f826c3 Hold off on making coffeescript api.imply('modules').
If you're using 'coffeescript' but not 'ecmascript' or 'modules', you
should be able to keep doing that, and you can always `meteor add modules`
at any time. There's no need for the CoffeeScript plugin to force that
decision on you, and doing so would pose at least some risk for current
pure-CoffeeScript users trying to update to Meteor 1.3.3.
2016-06-07 14:52:29 -04:00
Ben Newman
0539b440d7 Bump package versions for 1.3.3-rc.3 release.
There were some problems publishing 1.3.3-rc.2, so I decided to skip that
RC number.
2016-06-07 14:20:52 -04:00