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/server/models/raw
Rodrigo Nascimento e05e581a46
chore: Improve performance of getActiveLocalUserCount (#29681)
3 years ago
..
Analytics.ts ci(lint): Broken ESLint (#29599) 3 years ago
AppLogsModel.ts refactor: Models feature parity (#28456) 3 years ago
Apps.ts refactor: Models feature parity (#28456) 3 years ago
AppsPersistence.ts refactor: Models feature parity (#28456) 3 years ago
AppsTokens.ts refactor: Don't use meteor collections on migrations (#28563) 3 years ago
Avatars.ts refactor: Move fileupload implementation to async (#28769) 3 years ago
Banners.ts Chore: ESLint warnings (#26504) 3 years ago
BannersDismiss.ts refactor: Bump TypeScript version (#28697) 3 years ago
BaseRaw.ts refactor: Remove imports based on isomorphic logic - 3 (#29071) 3 years ago
BaseUploadModel.ts refactor: Move fileupload implementation to async (#28769) 3 years ago
CredentialTokens.ts Chore: Update Meteor 2.7.3 (#25991) 4 years ago
CronHistoryModel.ts refactor: Remove synced cron package and use agenda instead (#28868) 3 years ago
CustomSounds.ts refactor: Types of Meteor methods (2/N) (#28424) 3 years ago
CustomUserStatus.ts refactor: Types of Meteor methods (9/N) (#28528) 3 years ago
EmailInbox.ts Chore: Update Meteor 2.7.3 (#25991) 4 years ago
EmailMessageHistory.ts Chore: Update Meteor 2.7.3 (#25991) 4 years ago
EmojiCustom.ts refactor: Types of Meteor methods (10/10) (#28541) 3 years ago
ExportOperations.ts Chore: Update Meteor 2.7.3 (#25991) 4 years ago
FederationEvents.ts refactor: Remove `FederationRoomEvents` model (#28488) 3 years ago
FederationKeys.ts Chore: Update Meteor 2.7.3 (#25991) 4 years ago
FederationRoomEvents.ts refactor: Remove `FederationRoomEvents` model (#28488) 3 years ago
FederationServers.ts Chore: Update Meteor 2.7.3 (#25991) 4 years ago
ImportData.ts refactor: Remove `ImportData` meteor model (#28458) 3 years ago
Imports.ts refactor: Models feature parity (#28456) 3 years ago
InstanceStatus.ts [NEW] Warn admins about running multiple instances of the monolith (#26667) 3 years ago
IntegrationHistory.ts Chore: Update Meteor 2.7.3 (#25991) 4 years ago
Integrations.ts Chore: Update Meteor 2.7.3 (#25991) 4 years ago
Invites.ts Chore: Update Meteor 2.7.3 (#25991) 4 years ago
LivechatAgentActivity.ts refactor: Remove promise.await 8/N - Dashboard (#28652) 3 years ago
LivechatBusinessHours.ts refactor: Bump TypeScript version (#28697) 3 years ago
LivechatCustomField.ts fix: hidden custom fields being validated on some cases (#29556) 3 years ago
LivechatDepartment.ts fix: Omnichannel Tags available to be used in the wrong department (#29169) 3 years ago
LivechatDepartmentAgents.ts fix: Dept w/o any BH do not adhere to the default BH rules. (#29549) 3 years ago
LivechatInquiry.ts fix: Omnichannel queue not running for all queues (#29290) 3 years ago
LivechatRooms.ts regression: Livechat UiKit button not working (#29652) 3 years ago
LivechatTrigger.ts Chore: Upgrade `mongodb` typings (#27424) 3 years ago
LivechatVisitors.ts fix: check for $addToSet to be not empty before passing update params (#29378) 3 years ago
LoginServiceConfiguration.ts Chore: ESLint warnings (#26504) 3 years ago
MatrixBridgedRoom.ts feat: Add support to search for public rooms through the Matrix Network (#28330) 3 years ago
MatrixBridgedUser.ts feat: Add support to search for public rooms through the Matrix Network (#28330) 3 years ago
MessageReads.ts [BREAK] Move read-receipts to EE and threads check marks improvements (#27074) 3 years ago
Messages.ts fix: Added check if count is truthy on `cleanRoomHistory` (#28081) 3 years ago
Migrations.ts refactor: convert migration model to raw (#28945) 3 years ago
ModerationReports.ts fix: name search not working in moderation console (#29209) 3 years ago
NotificationQueue.ts Chore: Update Meteor 2.7.3 (#25991) 4 years ago
Nps.ts Chore: Update Meteor 2.7.3 (#25991) 4 years ago
NpsVote.ts Chore: Upgrade ESLint (#26132) 3 years ago
OAuthAccessTokens.ts refactor(oauth-server): Import code, convert to TS and update dependency (#28882) 3 years ago
OAuthApps.ts refactor(oauth-server): Import code, convert to TS and update dependency (#28882) 3 years ago
OAuthAuthCodes.ts refactor(oauth-server): Import code, convert to TS and update dependency (#28882) 3 years ago
OAuthRefreshTokens.ts refactor(oauth-server): Import code, convert to TS and update dependency (#28882) 3 years ago
OEmbedCache.ts Chore: Update Meteor 2.7.3 (#25991) 4 years ago
PbxEvents.ts Chore: Update Meteor 2.7.3 (#25991) 4 years ago
Permissions.ts Chore: Update Meteor 2.7.3 (#25991) 4 years ago
PushToken.ts [FIX] Clear push token on save user password (#26466) 3 years ago
RawImports.ts refactor: `Imports` model removal (#28459) 3 years ago
Reports.ts Chore: Update Meteor 2.7.3 (#25991) 4 years ago
Roles.ts refactor: Bump TypeScript version (#28697) 3 years ago
Rooms.ts fix: "Discussions" filter is prioritized in admin "Rooms" page (#28426) 3 years ago
ServerEvents.ts Chore: Update Meteor 2.7.3 (#25991) 4 years ago
Sessions.ts Chore: Upgrade `mongodb` typings (#27424) 3 years ago
Settings.ts Chore: Remove settings Fibers usage (#26465) 3 years ago
SmarshHistory.ts Chore: Update Meteor 2.7.3 (#25991) 4 years ago
Statistics.ts Chore: Remove trash collection from models when not used (#26628) 3 years ago
Subscriptions.ts fix: [ENTERPRISE] Guest users can join more than maxRoomsPerGuest rooms (#26400) 3 years ago
Team.ts refactor: Bump TypeScript version (#28697) 3 years ago
TeamMember.ts refactor: Bump TypeScript version (#28697) 3 years ago
Trash.ts refactor: Convert trash to raw (#28939) 3 years ago
Uploads.ts refactor: Move fileupload implementation to async (#28769) 3 years ago
UserDataFiles.ts refactor: Move fileupload implementation to async (#28769) 3 years ago
Users.js chore: Improve performance of getActiveLocalUserCount (#29681) 3 years ago
UsersSessions.ts Chore: Move presence to package (#25541) 3 years ago
VideoConference.ts ci(lint): Broken ESLint (#29599) 3 years ago
VoipRoom.ts [NEW] [EE] PDF Chat transcript for Omnichannel conversations (#27572) 3 years ago
WebdavAccounts.ts Chore: Update Meteor 2.7.3 (#25991) 4 years ago
setUpdatedAt.ts refactor: Remove imports based on isomorphic logic - 3 (#29071) 3 years ago