The communications platform that puts data protection first.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Rocket.Chat/server/methods
George Secrieru 9a014c7512 Fixing embedded urls on updated messages. 10 years ago
..
addUserToRoom.coffee Use username instead of name to maintain coherence with rest of system 10 years ago
archiveRoom.coffee Merge remote-tracking branch 'origin/master' into models 10 years ago
canAccessRoom.coffee Replace all ChatRoom.findOne 10 years ago
channelsList.coffee Replace all ChatRooms.find 10 years ago
createChannel.coffee Replace all ChatRoom.insert 10 years ago
createDirectMessage.coffee Improving validation for Direct Message creation 10 years ago
createPrivateGroup.coffee Replace all ChatRoom.insert 10 years ago
deleteMessage.coffee Replace all ChatMessage.update 10 years ago
deleteUser.coffee Replace all ChatMessage.remove 10 years ago
eraseRoom.coffee Replace all ChatMessage.remove 10 years ago
getAvatarSuggestion.coffee Fixed #611. Avatar should only show suggestions for enabled services. 10 years ago
getRoomIdByNameOrId.coffee Add new server method getRoomIdByNameOrId 10 years ago
getTotalChannels.coffee Caching results for channel autocomplete. 10 years ago
getUsernameSuggestion.coffee Fix getting user name suggestion from oauth that do not provide a name for the logged in user 10 years ago
hideRoom.coffee Replace all ChatSubscriptions.find and update 10 years ago
joinRoom.coffee joinRoom returns if room is already added. Also throws helpful error if room doesn't exist. 10 years ago
leaveRoom.coffee Replace part of ChatMessage.insert 10 years ago
loadHistory.coffee Merge branch 'master' into star-messages 10 years ago
loadLocale.coffee Create method to load locale from private 11 years ago
loadMissedMessages.coffee Replace all ChatMessage.find 10 years ago
logoutCleanUp.coffee Update rocketchat-irc 11 years ago
messageSearch.coffee Replace all ChatMessage.find 10 years ago
migrate.coffee Create RocketChat authorization package that handles role and permission 10 years ago
openRoom.coffee Replace all ChatSubscriptions.find and update 10 years ago
pinMessage.coffee Replace all ChatMessage.update 10 years ago
readMessages.coffee Replace all ChatSubscriptions.find and update 10 years ago
registerUser.coffee Replace all Meteor.users.update 10 years ago
removeUserFromRoom.coffee Replace part of ChatMessage.insert 10 years ago
reportMessage.coffee Replace all ChatReports 10 years ago
resetAvatar.coffee Add server side rate-limiter only; add on method declaration 10 years ago
saveRoomName.coffee Replace part of ChatMessage.insert 10 years ago
saveUserPreferences.coffee make all new customizations configurable 10 years ago
saveUserProfile.coffee Require old password on password change 10 years ago
sendConfirmationEmail.coffee Replace all Meteor.users.findOne 10 years ago
sendForgotPasswordEmail.coffee Replace all Meteor.users.findOne 10 years ago
sendMessage.coffee Add server side rate-limiter only; add on method declaration 10 years ago
setAvatarFromService.coffee Add server side rate-limiter only; add on method declaration 10 years ago
setUserActiveStatus.coffee Merge branch 'master' into models 10 years ago
toogleFavorite.coffee Fix #887. Meteor method did not pass boolean to Subscription model. 10 years ago
unarchiveRoom.coffee Merge remote-tracking branch 'origin/master' into models 10 years ago
unpinMessage.coffee Replace all ChatMessage.update 10 years ago
updateMessage.coffee Fixing embedded urls on updated messages. 10 years ago
updateUserUtcOffset.coffee Replace all Meteor.users.update 10 years ago