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
Diego Sampaio 6a4977011c
regression: validate the subscription status on unban (#40237)
3 weeks ago
..
notifications refactor: Remove unused `description` from attachments render (#40067) 4 weeks ago
saveUser chore: prevent undefined-to-null conversion for name in subscriptions/rooms/users (#39724) 2 months ago
acceptRoomInvite.ts chore(ui-client): Move some views (#37757) 5 months ago
addUserToDefaultChannels.ts chore(eslint): Allow `await` in loops (#39178) 2 months ago
addUserToRoom.ts fix: delete all users subscriptions on re-join after being banned (#40061) 1 month ago
archiveRoom.ts chore(ui-client): Move some views (#37757) 5 months ago
attachMessage.ts refactor: Moves `getUserDisplayName` outside from meteor app (#35031) 1 year ago
banUserFromRoom.ts feat: Ban user (#39321) 2 months ago
checkEmailAvailability.ts
checkUsernameAvailability.ts chore: update eslint plugins (#33879) 2 years ago
cleanRoomHistory.ts feat(enterprise): Implement cold storage archiving for read receipts (#38623) 3 weeks ago
closeLivechatRoom.ts refactor: Break big `livechatTyped` into smaller files (#35324) 1 year ago
closeOmnichannelConversations.ts chore(ui-client): Move some views (#37757) 5 months ago
createDirectRoom.ts chore(eslint): Allow `await` in loops (#39178) 2 months ago
createRoom.ts chore(eslint): Allow `await` in loops (#39178) 2 months ago
deleteMessage.ts feat(enterprise): Implement cold storage archiving for read receipts (#38623) 3 weeks ago
deleteRoom.ts chore(ui-client): Move some views (#37757) 5 months ago
deleteUser.ts feat(enterprise): Implement cold storage archiving for read receipts (#38623) 3 weeks ago
disableCustomScripts.ts
executeUnbanUserFromRoom.ts regression: validate the subscription status on unban (#40237) 3 weeks ago
extractMentionsFromMessageAST.ts chore: Use extraction from AST to infer mentions (#38845) 3 months ago
extractUrlsFromMessageAST.spec.ts chore: normalize urls extraction for messages (#38795) 3 months ago
extractUrlsFromMessageAST.ts chore: normalize urls extraction for messages (#38795) 3 months ago
getAvatarSuggestionForUser.ts chore(eslint): Allow `await` in loops (#39178) 2 months ago
getDefaultChannels.ts
getFullUserData.ts feat: email filtering in `users.info` and `users.list` endpoints (#39989) 4 weeks ago
getModifiedHttpHeaders.ts fix: Unable to change password when 2FA is enabled (#37745) 5 months ago
getRoomByNameOrIdWithOptionToJoin.ts fix: Forwarding messages to channels with join code (#39541) 2 months ago
getRoomsWithSingleOwner.ts chore: optimize getRoomsWithSingleOwner to stop cursor iteration after assigning new owner (#37292) 6 months ago
getStatusText.ts
getUserCreatedByApp.ts
getUserSingleOwnedRooms.ts
getUsernameSuggestion.ts chore(eslint): Allow `await` in loops (#39178) 2 months ago
insertMessage.ts chore: normalize urls extraction for messages (#38795) 3 months ago
isTheLastMessage.ts
joinDefaultChannels.ts refactor: Remove global references to `Meteor` (#39316) 2 months ago
loadMessageHistory.ts
parseUrlsInMessage.ts chore: normalize urls extraction for messages (#38795) 3 months ago
processWebhookMessage.ts chore(eslint): Allow `await` in loops (#39178) 2 months ago
relinquishRoomOwnerships.ts feat(enterprise): Implement cold storage archiving for read receipts (#38623) 3 weeks ago
removeUserFromRoom.ts test(federation): validate empty room state (#37824) 5 months ago
saveCustomFields.ts chore: Use transaction for saveUser function (#35203) 1 year ago
saveCustomFieldsWithoutValidation.ts fix: users.update API call erases other customFields (#36578) 9 months ago
saveUserIdentity.ts chore: remove rate limiter for functions (#38354) 3 months ago
sendMessage.ts fix: blank notifications when a voice call ends (#39741) 1 month ago
setEmail.ts chore: remove rate limiter for functions (#38354) 3 months ago
setRealName.ts chore: remove rate limiter for functions (#38354) 3 months ago
setRoomAvatar.ts chore: update eslint plugins (#33879) 2 years ago
setStatusText.ts chore: replace ids with objects as parameters (#38367) 3 months ago
setUserActiveStatus.ts fix: read receipts not turning blue when all active users have read (#39246) 3 weeks ago
setUserAvatar.ts feat(federation): add avatar change support (#37458) 2 months ago
setUsername.ts chore: Adapt logs to object format (final!) (#38289) 4 months ago
syncRolePrioritiesForRoomIfRequired.ts feat: display leader role group in rooms' members list (#35208) 1 year ago
unarchiveRoom.ts fix: read receipts not turning blue when all active users have read (#39246) 3 weeks ago
unarchiveUserSubscriptions.ts fix: read receipts not turning blue when all active users have read (#39246) 3 weeks ago
updateGroupDMsName.ts chore: User model to TS (#35056) 1 year ago
updateMessage.ts chore: normalize urls extraction for messages (#38795) 3 months ago
validateCustomFields.js
validateName.ts
validateNameChars.ts
validateUsername.ts