Tags: AntonLS/meteor
Tags
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.
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.
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.
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.
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.
PreviousNext