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
Marcelo Schmidt 70f5f79df8 Replaced old .admin is true by RocketChat.authz.hasRole(Meteor.userId(), 'admin') 10 years ago
..
addUserToRoom.coffee Fixes #597 10 years ago
archiveRoom.coffee Replaced old .admin is true by RocketChat.authz.hasRole(Meteor.userId(), 'admin') 10 years ago
canAccessRoom.coffee Return usernames of room in method canAccessRoom 11 years ago
channelsList.coffee channels list 11 years ago
createChannel.coffee Create RocketChat authorization package that handles role and permission 10 years ago
createDirectMessage.coffee Fixed not being able to re-open a direct message room after user has closed it. 10 years ago
createPrivateGroup.coffee Create RocketChat authorization package that handles role and permission 10 years ago
deleteMessage.coffee Remove empty line 10 years ago
deleteUser.coffee Create RocketChat authorization package that handles role and permission 10 years ago
eraseRoom.coffee Create RocketChat authorization package that handles role and permission 10 years ago
getAvatarSuggestion.coffee Stream typing 11 years ago
getUsernameSuggestion.coffee Add option to try to automatically generate usernames for users when login from SAML 10 years ago
hideRoom.coffee several performance improvements 11 years ago
joinRoom.coffee Replace $push by $addToSet 11 years ago
leaveRoom.coffee Fix minor bugs in irc plugin. 11 years ago
loadHistory.coffee fix null ptr in loadhistory #787 10 years ago
loadLocale.coffee Create method to load locale from private 11 years ago
loadMissedMessages.coffee Load missed messages from opened rooms when reconnect 11 years ago
logoutCleanUp.coffee Update rocketchat-irc 11 years ago
messageSearch.coffee Flex tabs for message search and user info 10 years ago
migrate.coffee Create RocketChat authorization package that handles role and permission 10 years ago
openRoom.coffee Adding extra line at EOF 10 years ago
pinMessage.coffee Added pin/unpin message 10 years ago
readMessages.coffee fixed open rooms nav 11 years ago
registerUser.coffee Fix user creation via social services 11 years ago
removeRoom.coffee
removeUserFromRoom.coffee Create RocketChat authorization package that handles role and permission 10 years ago
reportMessage.coffee Implement menu for mobile when pressing message for 2 seconds. Add option to delete message and to report abuse 11 years ago
resetAvatar.coffee Close #510; Notify all about avatar changes 10 years ago
saveRoomName.coffee Create RocketChat authorization package that handles role and permission 10 years ago
saveUserPreferences.coffee Added Toggle for auto load image, also bandwidth override to enable/disable on mobile 10 years ago
saveUserProfile.coffee using the validation version of the method 10 years ago
sendConfirmationEmail.coffee
sendForgotPasswordEmail.coffee
sendMessage.coffee Allow upsert messages with _id and use upsert in file upload 11 years ago
setAvatarFromService.coffee Close #510; Notify all about avatar changes 10 years ago
setPassword.coffee Change Password; closes issue 298 11 years ago
setUserActiveStatus.coffee Create RocketChat authorization package that handles role and permission 10 years ago
toogleFavorite.coffee code cleanup 11 years ago
unarchiveRoom.coffee Replaced old .admin is true by RocketChat.authz.hasRole(Meteor.userId(), 'admin') 10 years ago
unpinMessage.coffee Added pin/unpin message 10 years ago
updateMessage.coffee Changing edit message logic based on Message_AllowEditing_BlockEditInMinutes value 10 years ago
updateUserUtcOffset.coffee Save user timezone 11 years ago