mikedeboer / jsDAV

jsDAV allows you to easily add WebDAV support to a NodeJS application. jsDAV is meant to cover the entire standard, and attempts to allow integration using an easy to understand API.
http://www.mikedeboer.nl
MIT License
681 stars 159 forks source link

updated mongodb driver to work with mongodb >= 3.0 #139

Closed joernroeder closed 8 years ago

joernroeder commented 8 years ago

mongos authentication changed and I was unable to connect to my instance. updgrading fixed the issue. https://mongodb.github.io/node-mongodb-native/2.0/whats-new/upgrading/

mikedeboer commented 8 years ago

Makes sense to me :smile: Thanks! And apologies for the delay.