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/apps/meteor/app/lib/server/functions
Matheus Barbosa Silva fa82159492
fix: Agents can't leave omnichannel rooms that have already been closed (#32707)
2 years ago
..
notifications regression: Email notification for end-to-end encrypted message (#32694) 2 years ago
addUserToDefaultChannels.ts chore: remove getDefaultSubscriptionPref from Subscription Model (#32199) 2 years ago
addUserToRoom.ts feat(E2EE): Async E2EE keys exchange (#32197) 2 years ago
archiveRoom.ts refactor: Rooms out of DB Watcher (#32305) 2 years ago
attachMessage.ts
checkEmailAvailability.ts
checkUsernameAvailability.ts
cleanRoomHistory.ts fix: sidebar last message E2EE (#32431) 2 years ago
closeLivechatRoom.ts fix: Agents can't leave omnichannel rooms that have already been closed (#32707) 2 years ago
closeOmnichannelConversations.ts
createDirectRoom.ts refactor: Rooms out of DB Watcher (#32305) 2 years ago
createRoom.ts refactor: Rooms out of DB Watcher (#32305) 2 years ago
deleteMessage.ts fix: sidebar last message E2EE (#32431) 2 years ago
deleteRoom.ts refactor: Rooms out of DB Watcher (#32305) 2 years ago
deleteUser.ts refactor: users out of db watcher (#32567) 2 years ago
getAvatarSuggestionForUser.ts chore: Fix some check/lint warnings (#32048) 2 years ago
getDefaultChannels.ts fix: New users are not automatically inserted in auto-join rooms inside default teams (#31720) 2 years ago
getFullUserData.ts
getRoomByNameOrIdWithOptionToJoin.ts
getRoomsWithSingleOwner.ts
getStatusText.ts
getUserCreatedByApp.ts
getUserSingleOwnedRooms.ts
getUsernameSuggestion.ts
insertMessage.ts
isTheLastMessage.ts
joinDefaultChannels.ts
loadMessageHistory.ts fix: prevent broadcasting of system messages when hide setting is enabled (#32522) 2 years ago
parseUrlsInMessage.ts chore: convert jumpToMessage callback to class (#31101) 2 years ago
processWebhookMessage.ts feat(messages): Allow Custom Fields in Messages (#32224) 2 years ago
relinquishRoomOwnerships.ts
removeUserFromRoom.ts feat: replicate IPreRoomUserLeave and IPostRoomUserLeave event in meteor method and add removedBy to IRoomUserLeaveContext (#32724) 2 years ago
saveCustomFields.ts
saveCustomFieldsWithoutValidation.ts
saveUser.js refactor: users out of db watcher (#32567) 2 years ago
saveUserIdentity.ts refactor: Rooms out of DB Watcher (#32305) 2 years ago
sendMessage.ts refactor: Rooms out of DB Watcher (#32305) 2 years ago
setEmail.ts
setRealName.ts
setRoomAvatar.ts
setStatusText.ts
setUserActiveStatus.ts refactor: users out of db watcher (#32567) 2 years ago
setUserAvatar.ts
setUsername.ts refactor: users out of db watcher (#32567) 2 years ago
unarchiveRoom.ts refactor: Rooms out of DB Watcher (#32305) 2 years ago
updateGroupDMsName.ts
updateMessage.ts fix: Message update being broadcasted without updated values (#32472) 2 years ago
validateCustomFields.js
validateName.ts