Rocket.Chat.ReactNative/app/lib/methods
Gleidson Daniel Silva a2722f07b0
[FIX] Can't upload the same file on two rooms at the same time (#4528)
* update style to match other spaces

* fix sending the same file in different rooms and add the limit for sending the same file

* remove when error happens and cant finish the upload

* use the same variable as rocket.chat

* minor tweak upload path and removed _raw

* change from 2 to 4

Co-authored-by: Reinaldo Neto <reinaldonetof@hotmail.com>
Co-authored-by: Reinaldo Neto <47038980+reinaldonetof@users.noreply.github.com>
2022-12-05 13:31:44 -03:00
..
helpers [FIX] Remove nested room navigation (#4702) 2022-11-25 10:21:56 -03:00
subscriptions [FIX] Remove nested room navigation (#4702) 2022-11-25 10:21:56 -03:00
actions.ts Chore: Evaluate helpers and utils - Typescript (#4146) 2022-06-06 11:17:51 -03:00
audioFile.ts [FIX] Fix filenames and servers url when downloading audio files (#4553) 2022-09-23 17:21:11 -03:00
callJitsi.ts Chore: Evaluate helpers and utils - Typescript (#4146) 2022-06-06 11:17:51 -03:00
canOpenRoom.ts Chore: remove lib/rocketchat step 2 (#4035) 2022-04-28 17:37:25 -03:00
clearCache.ts Chore: remove lib/rocketchat step 2 (#4035) 2022-04-28 17:37:25 -03:00
crashReport.ts Chore: Update Storybook libs to v6 (#4439) 2022-08-19 16:53:40 -03:00
emojis.ts [IMPROVE] Redesign emoji picker (#4328) 2022-10-21 15:27:55 -03:00
enterpriseModules.ts Chore: Evaluate helpers and utils - Typescript (#4146) 2022-06-06 11:17:51 -03:00
getCustomEmojis.ts Chore: Evaluate helpers and utils - Typescript (#4146) 2022-06-06 11:17:51 -03:00
getPermalinks.ts Chore: Evaluate helpers and utils - Typescript (#4146) 2022-06-06 11:17:51 -03:00
getPermissions.ts [IMPROVE] Add delete-own-message permission (#4663) 2022-11-11 14:28:41 -03:00
getRoles.ts Chore: Evaluate helpers and utils - Typescript (#4146) 2022-06-06 11:17:51 -03:00
getRoom.ts Chore: remove lib/rocketchat step 2 (#4035) 2022-04-28 17:37:25 -03:00
getRoomInfo.ts Chore: remove lib/rocketchat step 2 (#4035) 2022-04-28 17:37:25 -03:00
getRooms.ts Chore: remove lib/rocketchat step 2 (#4035) 2022-04-28 17:37:25 -03:00
getSettings.ts Chore: Evaluate helpers and utils - Typescript (#4146) 2022-06-06 11:17:51 -03:00
getSingleMessage.ts Chore: remove lib/rocketchat step 2 (#4035) 2022-04-28 17:37:25 -03:00
getSlashCommands.ts Chore: Evaluate helpers and utils - Typescript (#4146) 2022-06-06 11:17:51 -03:00
getThreadName.ts Chore: Evaluate helpers and utils - Typescript (#4146) 2022-06-06 11:17:51 -03:00
getUsersPresence.ts Chore: Evaluate helpers and utils - Typescript (#4146) 2022-06-06 11:17:51 -03:00
index.ts [IMPROVE] Redesign emoji picker (#4328) 2022-10-21 15:27:55 -03:00
loadMessagesForRoom.ts Chore: Evaluate helpers and utils - Typescript (#4146) 2022-06-06 11:17:51 -03:00
loadMissedMessages.ts Chore: Evaluate helpers and utils - Typescript (#4146) 2022-06-06 11:17:51 -03:00
loadNextMessages.ts Chore: Evaluate helpers and utils - Typescript (#4146) 2022-06-06 11:17:51 -03:00
loadSurroundingMessages.ts Chore: Evaluate helpers and utils - Typescript (#4146) 2022-06-06 11:17:51 -03:00
loadThreadMessages.ts Chore: Evaluate helpers and utils - Typescript (#4146) 2022-06-06 11:17:51 -03:00
logout.ts [NEW] Delete my account (#4219) 2022-06-22 09:24:25 -03:00
parseSettings.ts [FIX] Can't connect to RC through Gitlab Oauth (#4421) 2022-08-12 09:35:55 -03:00
readMessages.ts Chore: Evaluate helpers and utils - Typescript (#4146) 2022-06-06 11:17:51 -03:00
roomTypeToApiType.ts Chore: remove lib/rocketchat step 2 (#4035) 2022-04-28 17:37:25 -03:00
search.ts Regression: Remove users already in local database (#4673) 2022-11-10 16:59:27 -03:00
sendFileMessage.ts [FIX] Can't upload the same file on two rooms at the same time (#4528) 2022-12-05 13:31:44 -03:00
sendMessage.ts Chore: Evaluate helpers and utils - Typescript (#4146) 2022-06-06 11:17:51 -03:00
serializeAsciiUrl.test.ts [FIX] Add support to non ascii url characters on ios devices (#4364) 2022-07-28 10:36:40 -03:00
serializeAsciiUrl.ts [FIX] Add support to non ascii url characters on ios devices (#4364) 2022-07-28 10:36:40 -03:00
setUser.ts Chore: Evaluate helpers and utils - Typescript (#4146) 2022-06-06 11:17:51 -03:00
shareExtension.ts Chore: Evaluate helpers and utils - Typescript (#4146) 2022-06-06 11:17:51 -03:00
subscribeRooms.ts Chore: Evaluate helpers and utils - Typescript (#4146) 2022-06-06 11:17:51 -03:00
triggerActions.ts Chore: remove lib/rocketchat step 2 (#4035) 2022-04-28 17:37:25 -03:00
updateMessages.ts Chore: Move constants away from rocketchat folder - Typescript (#4022) 2022-04-07 11:10:03 -03:00
useServer.ts Chore: Create useAppSelector hook (#4189) 2022-05-13 12:01:34 -03:00
userPreferences.ts Chore: Upgrade React Native to 0.68.2 (#4316) 2022-08-08 18:02:08 -03:00
userPreferencesMethods.ts Chore: Move services and methods away from rocketchat folder (#4033) 2022-04-07 13:53:07 -03:00
videoConf.ts [IMPROVE] Disable Jitsi native module on Android (#4708) 2022-12-01 14:20:22 -03:00