Skip to content

Conversation

@rodrigok
Copy link
Member

  • Meteor.users.findOne
  • Meteor.users.find
  • Meteor.users.insert
  • Meteor.users.update
  • Meteor.users.upsert
  • Meteor.users.remove
  • Meteor.users.indexes

  • ChatSubscription.findOne
  • ChatSubscription.find
  • ChatSubscription.insert
  • ChatSubscription.update
  • ChatSubscription.upsert
  • ChatSubscription.remove
  • ChatSubscription.indexes

  • ChatRoom.findOne
  • ChatRoom.find
  • ChatRoom.insert
  • ChatRoom.update
  • ChatRoom.upsert
  • ChatRoom.remove
  • ChatRoom.indexes

  • ChatMessage.findOne
  • ChatMessage.find
  • ChatMessage.insert
  • ChatMessage.update
  • ChatMessage.upsert
  • ChatMessage.remove
  • ChatMessage.indexes

  • MapReducedStatistics.findOne
  • MapReducedStatistics.find
  • MapReducedStatistics.insert
  • MapReducedStatistics.update
  • MapReducedStatistics.upsert
  • MapReducedStatistics.remove
  • MapReducedStatistics.indexes

  • ChatReports.findOne
  • ChatReports.find
  • ChatReports.insert
  • ChatReports.update
  • ChatReports.upsert
  • ChatReports.remove
  • ChatReports.indexes

  • ChatPermissions.findOne
  • ChatPermissions.find
  • ChatPermissions.insert
  • ChatPermissions.update
  • ChatPermissions.upsert
  • ChatPermissions.remove
  • ChatPermissions.indexes

  • Settings.findOne
  • Settings.find
  • Settings.insert
  • Settings.update
  • Settings.upsert
  • Settings.remove
  • Settings.indexes

  • OEmbed.findOne
  • OEmbed.find
  • OEmbed.insert
  • OEmbed.update
  • OEmbed.upsert
  • OEmbed.remove
  • OEmbed.indexes

  • Statistics.findOne
  • Statistics.find
  • Statistics.insert
  • Statistics.update
  • Statistics.upsert
  • Statistics.remove
  • Statistics.indexes

# Conflicts: # server/lib/accounts.coffee # server/methods/deleteMessage.coffee # server/methods/deleteUser.coffee # server/methods/eraseRoom.coffee # server/methods/setUserActiveStatus.coffee # server/methods/updateMessage.coffee # server/publications/adminRooms.coffee # server/publications/fullUserData.coffee # server/publications/userChannels.coffee # server/startup/initialData.coffee
@rodrigokrodrigok changed the title Init Models (replace all Meteor.users.[find])Init Models (replace all Meteor.users.[find,update,insert,remove])Sep 16, 2015
@rodrigokrodrigok changed the title Init Models (replace all Meteor.users.[find,update,insert,remove])Init Models (replace all operations with Meteor.users at server side)Sep 16, 2015
@rodrigokrodrigok self-assigned this Sep 17, 2015
@rodrigokrodrigok added this to the v1.1 milestone Sep 17, 2015
@rodrigokrodrigok changed the title Init Models (replace all operations with Meteor.users at server side)Replace Collections by ModelsSep 22, 2015
# Conflicts: # packages/rocketchat-lib/settings/server/publication.coffee
rodrigok added a commit that referenced this pull request Sep 22, 2015
@rodrigokrodrigok merged commit 0e5e767 into masterSep 22, 2015
@rodrigokrodrigok deleted the models branch September 22, 2015 21:45
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@rodrigok@marceloschmidt