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 74aa677088
feat: Add custom OAuth setting to allow merging users to others from distinct services (#28783)
3 years ago
..
notifications refactor: remove all (possible) run as user (#29149) 3 years ago
addOAuthService.ts feat: Add custom OAuth setting to allow merging users to others from distinct services (#28783) 3 years ago
addUserToDefaultChannels.ts
addUserToRoom.ts fix: [ENTERPRISE] Guest users can join more than maxRoomsPerGuest rooms (#26400) 3 years ago
archiveRoom.ts
attachMessage.ts
checkEmailAvailability.ts
checkUsernameAvailability.ts refactor: Remove Meteor.runAsUser part 1 (#28909) 3 years ago
cleanRoomHistory.ts refactor: create i18n package (#29097) 3 years ago
closeOmnichannelConversations.ts refactor: Move units check outside of model for finds (#29253) 3 years ago
createDirectRoom.ts chore: convert Rooms Model Raw to TypeScript (#28260) 3 years ago
createRoom.ts fix: [ENTERPRISE] Guest users can join more than maxRoomsPerGuest rooms (#26400) 3 years ago
deleteMessage.ts refactor: Remove Meteor.runAsUser part 1 (#28909) 3 years ago
deleteRoom.ts
deleteUser.ts refactor: create i18n package (#29097) 3 years ago
getAvatarSuggestionForUser.ts
getFullUserData.ts fix: do not return services 3 years ago
getRoomByNameOrIdWithOptionToJoin.ts fix: self dm is not found with `im.messages` (#29497) 3 years ago
getRoomsWithSingleOwner.ts
getStatusText.ts
getUserCreatedByApp.ts
getUserSingleOwnedRooms.ts
getUsernameSuggestion.ts
index.ts refactor: Remove Meteor.runAsUser part 1 (#28909) 3 years ago
insertMessage.ts fix: Imported messages are not displayed (#29416) 3 years ago
isTheLastMessage.ts
joinDefaultChannels.ts refactor: Remove Meteor.runAsUser part 1 (#28909) 3 years ago
loadMessageHistory.ts regression: Room crashes (#29006) 3 years ago
parseUrlsInMessage.ts
processWebhookMessage.js
relinquishRoomOwnerships.ts
removeUserFromRoom.ts
saveCustomFields.ts
saveCustomFieldsWithoutValidation.ts
saveUser.js fix: Newly added agent not following business hours (#29529) 3 years ago
saveUserIdentity.ts
sendMessage.js chore: Move some compatible changes back from meteor 3 branch (#29297) 3 years ago
setEmail.ts refactor: Remove wrapAsync (#28825) 3 years ago
setRealName.ts refactor: Remove synced cron package and use agenda instead (#28868) 3 years ago
setRoomAvatar.ts
setStatusText.ts
setUserActiveStatus.ts fix: Importer crashes when sending the "active status" e-mail notification to users (#29401) 3 years ago
setUserAvatar.ts refactor: Remove Meteor.runAsUser part 1 (#28909) 3 years ago
setUsername.ts refactor: Remove Meteor.runAsUser part 1 (#28909) 3 years ago
unarchiveRoom.ts
updateGroupDMsName.ts
updateMessage.ts
validateCustomFields.js
validateName.ts