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/methods
Guilherme Gazzo 5db4e1ffe5
chore: replace meteor.call -> sdk.call (#29318)
3 years ago
..
addOAuthService.ts refactor: Remove bindenv from settings & centralize settings creation (#28951) 3 years ago
addUserToRoom.ts refactor: remove run as user from slashcommands 2/N (#29093) 3 years ago
addUsersToRoom.ts refactor: create i18n package (#29097) 3 years ago
archiveRoom.ts refactor: `Rooms` model 4/4 (#28742) 3 years ago
blockUser.ts refactor: `Rooms` model 4/4 (#28742) 3 years ago
checkRegistrationSecretURL.ts refactor: Types of Meteor methods (4/N) (#28452) 3 years ago
checkUsernameAvailability.ts chore: deprecation api (#29347) 3 years ago
cleanRoomHistory.ts refactor: Types of Meteor methods (9/N) (#28528) 3 years ago
createChannel.ts fix: Imported messages are not displayed (#29416) 3 years ago
createPrivateGroup.ts fix: Imported messages are not displayed (#29416) 3 years ago
createToken.ts refactor: hasPermission to async - first part (#28533) 3 years ago
deleteMessage.ts chore: deprecation api (#29347) 3 years ago
deleteUserOwnAccount.ts chore: Move some compatible changes back from meteor 3 branch (#29297) 3 years ago
executeSlashCommandPreview.ts refactor: Types of Meteor methods (7/N) (#28482) 3 years ago
filterBadWords.ts Chore: move definitions to packages (#25085) 4 years ago
getChannelHistory.ts refactor: remove Users from fibers 12 (#28767) 3 years ago
getMessages.ts refactor: canAccessRoomId to async (#28540) 3 years ago
getRoomJoinCode.ts refactor: Rooms Model 5/N (#28619) 3 years ago
getRoomRoles.ts refactor: `Rooms` model 4/4 (#28742) 3 years ago
getSingleMessage.ts refactor(models): Use Messages Raw model (10/10) (#28695) 3 years ago
getSlashCommandPreviews.ts refactor: Remove promise.await from apps (#28612) 3 years ago
getUserRoles.ts chore: replace meteor.call -> sdk.call (#29318) 3 years ago
getUsernameSuggestion.ts refactor: Remove Users from fibers 6 (#28689) 3 years ago
insertOrUpdateUser.ts refactor: Remove Users from fibers use inside 2FA feature (#28641) 3 years ago
joinDefaultChannels.ts refactor: Meteor.user to Meteor.userAsync 1 (#28629) 3 years ago
joinRoom.ts refactor: remove all (possible) run as user (#29149) 3 years ago
leaveRoom.ts refactor: remove run as user from slashcommands (final) (#29111) 3 years ago
refreshOAuthService.ts refactor: `Service Configuration` async on server (#28813) 3 years ago
removeOAuthService.ts refactor: hasPermission to async - first part (#28533) 3 years ago
restartServer.ts refactor: Remove Meteor timers (#28892) 3 years ago
saveCustomFields.ts refactor: Subscriptions model - 5 (#28550) 3 years ago
saveSetting.ts chore: replace meteor.call -> sdk.call (#29318) 3 years ago
saveSettings.ts fix: Invalid JSON in Custom Translations setting crashes the UI (#28600) 3 years ago
sendMessage.ts refactor: create i18n package (#29097) 3 years ago
sendSMTPTestEmail.ts refactor: Remove more promise awaits (#28796) 3 years ago
setAdminStatus.ts refactor: remove Users from fibers 15 (#28789) 3 years ago
setEmail.ts refactor: remove Users from fibers 14 (#28780) 3 years ago
setRealName.ts refactor: remove Users from fibers 14 (#28780) 3 years ago
setUsername.ts refactor: Remove Meteor.runAsUser part 1 (#28909) 3 years ago
unarchiveRoom.ts refactor: `Rooms` model 4/4 (#28742) 3 years ago
unblockUser.ts refactor: `Subscriptions` - 3 (#28538) 3 years ago
updateMessage.ts refactor: remove Users from fibers 15 (#28789) 3 years ago