Rocket.Chat.ReactNative/app/definitions
Reinaldo Neto 7934141d31
fix: Cannot read property 'protocol' of undefined (#5377)
* add the buildUrlImage mirroring the web and added unit tests

* add the comments

* rename the file buildImageURL

* minor tweak iurl definition

* remove the old logic of tmp.image and user only the buildImageUrl

* add the url polyfill to work properly on react native

* minor tweak unit test

* refactor isValidUrl

* fix the e2e tests
2023-12-13 12:50:03 -03:00
..
redux feat: Supported Versions (#5185) 2023-10-19 10:38:57 -03:00
rest feat: add `readThreads` params to `subscriptions.read` (#5184) 2023-09-05 09:20:06 -03:00
ERoomType.ts Chore: Migrate redux module room to typescript (#3636) 2022-02-18 10:46:19 -03:00
IAssetsFavicon512.ts Chore: Evaluate WorkspaceView - TypeScript (#4077) 2022-05-02 22:27:33 -03:00
IAttachment.ts fix: fix bugs related to auto-translate and add tests (#5144) 2023-08-14 17:22:46 -03:00
ICannedResponse.ts Chore: Evaluate CannedResponsesListView - TypeScript (#4149) 2022-05-02 21:30:20 -03:00
ICertificate.ts Chore: Migrate logout to Typescript (#3688) 2022-02-09 17:37:08 -03:00
ICredentials.ts Chore: Evaluate AuthenticationWebView - TypeScript (#4158) 2022-05-11 13:59:57 -03:00
ICustomEmojiDescriptor.ts Chore: Add REST API definitions from server (#3721) 2022-02-14 13:20:29 -03:00
IDDPMessage.ts Chore: Migrate subscriptions/rooms to TS (#3748) 2022-03-03 21:23:11 -03:00
IDataSelect.ts Chore: Evaluate SelectListView - TypeScript (#4119) 2022-05-02 09:40:19 -03:00
IEmoji.ts [IMPROVE] Redesign emoji picker (#4328) 2022-10-21 15:27:55 -03:00
IInvite.ts Chore: Add REST API definitions from server (#3721) 2022-02-14 13:20:29 -03:00
ILivechatAgent.ts Chore: Add REST API definitions from server (#3721) 2022-02-14 13:20:29 -03:00
ILivechatDepartment.ts Chore: Evaluate CannedResponsesListView - TypeScript (#4149) 2022-05-02 21:30:20 -03:00
ILivechatDepartmentAgents.ts Chore: Add REST API definitions from server (#3721) 2022-02-14 13:20:29 -03:00
ILivechatEditView.ts Chore: update `theme` type (#4025) 2022-04-12 12:27:05 -04:00
ILivechatMonitor.ts Chore: Add REST API definitions from server (#3721) 2022-02-14 13:20:29 -03:00
ILivechatTag.ts Chore: Add REST API definitions from server (#3721) 2022-02-14 13:20:29 -03:00
ILivechatVisitor.ts chore: migrate RoomInfoView to hooks (#5074) 2023-09-26 11:33:53 -03:00
ILoggedUser.ts feat: add bio and nickname to profile view (#5060) 2023-08-01 14:34:05 -03:00
IMention.ts Chore: Migrate ThreadMessagesView to Typescript (#3538) 2022-01-12 10:53:06 -03:00
IMessage.ts fix: fix bugs related to auto-translate and add tests (#5144) 2023-08-14 17:22:46 -03:00
INotification.ts feat (iOS): mobile ringer (#5327) 2023-11-28 17:13:45 -03:00
IPermission.ts Chore: Migrate getPermissions to Typescript (#3720) 2022-02-17 10:06:31 -03:00
IPreferences.ts Chore: Move constants away from rocketchat folder - Typescript (#4022) 2022-04-07 11:10:03 -03:00
IProfile.ts feat: add bio and nickname to profile view (#5060) 2023-08-01 14:34:05 -03:00
IReaction.ts [IMPROVE] Add `All` tab in Reactions List (#4409) 2022-09-29 16:42:04 -03:00
IRocketChatRecord.ts Chore: Create IServerRoom and IServerSubscription (#3782) 2022-03-08 13:25:27 -03:00
IRole.ts Chore: Migrate REST API - getRoomRoles to Typescript and fix getRoomMembers (#3868) 2022-03-14 21:11:34 -03:00
IRoom.ts feat: capability to enable/disable writing in rooms read only (#5298) 2023-11-17 15:48:32 -03:00
ISearch.ts Chore: Evaluate CreateDiscussionView - TypeScript (#4133) 2022-05-02 19:48:29 -03:00
IServedBy.ts Chore: Create IServerRoom and IServerSubscription (#3782) 2022-03-08 13:25:27 -03:00
IServer.ts feat: Cache supported versions timestamp to fetch from cloud once every 12h (#5292) 2023-10-23 16:35:18 -03:00
IServerHistory.ts Chore: Migrate Database to Typescript (#3580) 2022-02-01 10:39:09 -03:00
ISetting.ts Chore: Add REST API definitions from server (#3721) 2022-02-14 13:20:29 -03:00
ISettings.ts Chore: Migrate method getSettings to typescript (#3703) 2022-02-18 11:49:47 -03:00
ISlashCommand.ts Chore: Migrate REST API - getCommandPreview and executeCommandPreview to Typescript (#3897) 2022-03-15 11:41:23 -03:00
ISpotlight.ts Chore: Create IServerRoom and IServerSubscription (#3782) 2022-03-08 13:25:27 -03:00
ISubscription.ts feat: capability to enable/disable writing in rooms read only (#5298) 2023-11-17 15:48:32 -03:00
ITeam.ts Chore: Create IServerRoom and IServerSubscription (#3782) 2022-03-08 13:25:27 -03:00
ITheme.ts Chore: Migrate Utils Folder to Typescript (#3544) 2022-01-12 09:54:04 -03:00
IThread.ts feat: quotes on E2EE Messages (#4880) 2023-03-23 19:47:05 -03:00
IThreadMessage.ts feat: quotes on E2EE Messages (#4880) 2023-03-23 19:47:05 -03:00
ITotp.ts [FIX] Change password not working on some cases (#4312) 2022-06-23 16:59:57 -03:00
IUpload.ts [FIX] Quote message and reply with image (#4715) 2023-01-05 15:23:11 -03:00
IUrl.ts fix: Cannot read property 'protocol' of undefined (#5377) 2023-12-13 12:50:03 -03:00
IUser.ts Chore: Hooks app/views/UserNotificationPreferenceView (#4502) 2022-09-22 18:31:23 -03:00
IVideoConference.ts feat: Add caller and ringer to video conf calls (#5046) 2023-07-03 21:03:39 -03:00
TChangeAvatarViewContext.ts feat: Change Avatar View (#4746) 2023-04-10 11:59:00 -03:00
TUserStatus.ts feat: Refactor Status to make it handle user presence requests (#5148) 2023-08-29 16:15:26 -03:00
index.ts regression: Rollback to React Native 0.69.8 (#5162) 2023-08-18 14:48:33 -03:00
navigationTypes.ts regression: Rollback to React Native 0.69.8 (#5162) 2023-08-18 14:48:33 -03:00
utils.ts [NEW] Video conf message block (#4619) 2022-11-24 08:37:08 -03:00