Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: AntonLS/meteor

Tags

release/0.8.1.1

Toggle release/0.8.1.1's commit message
Update banner and notices

release/0.8.1.1-rc6

Toggle release/0.8.1.1-rc6's commit message
Update banner and notices

release/0.8.1.1-rc5

Toggle release/0.8.1.1-rc5's commit message
Treat Buffers as Arrays when rewriting MongoDB atoms.

mongodb 1.4.0-rc9 has a `binId` field of type Buffer on ObjectIDs, which
caused Meteor to crash when retrieving a document that was made up of
just an EJSON user-defined type. (Which should not necessarily be
supported, but `replaceNames` should probably treat Buffers as Arrays
regardless.)

Fixes meteor#2095.

release/0.8.1.1-rc4

Toggle release/0.8.1.1-rc4's commit message
Follow-up to 4777e64: fix client-specified _id

This was a regression in 0.8.1 which caused client-specified `_id` to
always be ignored for collections with at least one allow/deny rule.

Fixes meteor#2097. Fixes meteor#2099.

release/0.8.1.1-rc2

Toggle release/0.8.1.1-rc2's commit message
Allow undefined values in Collection.find options check.

At some point we might want to just make `Match.Optional` accept
explicit undefined values in objects, but that will take a little more
thought.

release/0.8.1.1-rc1

Toggle release/0.8.1.1-rc1's commit message
Fix test for meteor#2093

release/0.8.1

Toggle release/0.8.1's commit message
Generate a fresh secret at end of OAuth, and require that secret on l…

…ogin.

Ensures that only the user who completed the OAuth flow can log in over DDP.

release/0.8.1-rc3

Toggle release/0.8.1-rc3's commit message
Generate a fresh secret at end of OAuth, and require that secret on l…

…ogin.

Ensures that only the user who completed the OAuth flow can log in over DDP.

release/0.7.2.2

Toggle release/0.7.2.2's commit message
Update notices and History

release/0.7.2.2-rc1

Toggle release/0.7.2.2-rc1's commit message
Update notices and History