Merge branch 'develop' into mixpanel

Conflicts:
	config.json.example
This commit is contained in:
Sabe Jones
2015-05-31 15:40:21 -05:00
252 changed files with 1545 additions and 807 deletions
+2
View File
@@ -148,6 +148,8 @@ var UserSchema = new Schema({
recaptureEmailsPhase: {type: Number, 'default': 0},
// Needed to track the tip to send inside the email
weeklyRecapEmailsPhase: {type: Number, 'default': 0},
// Used to track when the next weekly recap should be sent
lastWeeklyRecap: {type: Date, 'default': Date.now},
communityGuidelinesAccepted: {type: Boolean, 'default': false},
cronCount: {type:Number, 'default':0}
},