Gleidson Daniel Silva
256bf0eaee
Chore: Migrate REST API - deleteRoom to Typescript ( #3834 )
2022-03-07 09:33:58 -03:00
Gleidson Daniel Silva
892e919768
Chore: Migrate REST API - leaveRoom to Typescript ( #3833 )
...
* chore: add rest api type
* remove any
2022-03-07 09:20:12 -03:00
Alex Junior
a9f074d20a
chore: add rest api return ( #3826 )
2022-03-05 00:40:41 -03:00
Alex Junior
f69ef6e59b
chore: add rest api return ( #3829 )
2022-03-05 00:28:36 -03:00
Alex Junior
70c15343e8
chore: add rest api return ( #3825 )
2022-03-05 00:17:24 -03:00
Alex Junior
4989e6cb5c
chore: add rest api return ( #3824 )
2022-03-05 00:08:26 -03:00
Alex Junior
0444e9b846
Chore: Migrate REST API - updateJitsiTimeout to Typescript ( #3822 )
...
* chore: add rest api return
* chore: add rest api return
2022-03-04 23:29:12 -03:00
Gleidson Daniel Silva
cbb1d0f3cf
Chore: Migrate REST API - forgotPassword to Typescript ( #3818 )
2022-03-04 11:18:06 -03:00
Gleidson Daniel Silva
9265dc345d
Chore: Migrate REST API - updateGroupKey to Typescript ( #3817 )
2022-03-04 11:08:36 -03:00
Gleidson Daniel Silva
4bd9dc0e09
Chore: Migrate REST API - removeTeamRoom to Typescript ( #3819 )
2022-03-04 11:00:17 -03:00
Gleidson Daniel Silva
2e95a3c9a7
Chore: Migrate REST API - e2eSetRoomKeyID to Typescript ( #3816 )
2022-03-04 10:51:39 -03:00
Gleidson Daniel Silva
a7ecc1e427
Chore: Migrate REST API - toggleRead to Typescript ( #3820 )
2022-03-04 10:38:05 -03:00
Alex Junior
c6824e7fcf
Chore: Migrate REST API - merge v1/user in v1/users ( #3827 )
2022-03-04 10:18:07 -03:00
Alex Junior
3a7ec74e5a
Chore: Migrate subscriptions/room to TS ( #3752 )
...
* chore: initial commit
* chore: fix readMessages
* chore: removing some `any`
* chore: removing some `any`
* chore: removing some `any`
* chore: fix erros after merge develop inside this branch
* chore: minor tweak
* chore: applying changes requested
* minor tweak
Co-authored-by: Gleidson Daniel Silva <gleidson10daniel@hotmail.com>
2022-03-03 21:49:20 -03:00
Alex Junior
765e526bbf
Chore: Migrate subscriptions/rooms to TS ( #3748 )
...
* chore: migrate subscriptions rooms to ts
* chore: adding a TODO to remember this problem
* chore: removing unnecessary todos
* chore: minor tweak after develop updates
* chore: migrate message service to ts
* chore: minor tweaks
* chore: minor tweak
* chore: minor tweak after merge develop into this branch
* chore: minor tweak after merge with dev
* minor tweak
2022-03-03 21:23:11 -03:00
Reinaldo Neto
cbfa7bf43a
Chore: Migrate RoomInfoView to Typescript ( #3778 )
...
* Chore: Migrate RoomInfoView to Typescript
* tweak in avatar
* tweak with SubscriptionType
* minor tweak package
* Chore: Migrate RoomInfoView to Typescript
* tweak in avatar
* tweak with SubscriptionType
* minor tweak package
* react.reactelement | null
* minor tweak
* minor tweak livechatvisitor
* remove console.log
* Tweaks
2022-03-03 18:46:53 -03:00
Reinaldo Neto
b06be5a2ac
Chore: Migrate methods/loadSurroundingMessages to Typescript ( #3733 )
...
* Chore: Migrate methods/loadSurroundingMessages to Typescript
* tweaks
* tweak
* tweak
* tweaks to make ts happy
* instead as IMessage is optional u
* enum to MessageTypeLoad
* minor tweaks
2022-03-03 17:25:03 -03:00
Gerzon Z
399cdac452
Chore: Migrate REST API - teamListRoomsOfUser to TS ( #3805 )
...
* migrate REST API `teams.listRoomsOfUser` to TypeScript
* update: `rooms` type on `teams.listRoomsOfUser`
* update: if-conditionals on `RoomActionsView`
2022-03-03 00:58:14 -04:00
Alex Junior
214cf52cf9
Chore: Server API types - teams.updateRoom ( #3774 )
...
* chore: type the API call `teams.updateRoom`
* chore: creating the interface `IServerTeamUpdateRoom`
* chore: minor tweak after merge
2022-03-02 23:22:59 -03:00
Alex Junior
7de686b0e8
Chore: Server API types - user.setPreferences ( #3781 )
...
* chore: implementing type for test api - user.setPreferences
* chore: minor tweak
2022-03-02 22:53:44 -03:00
Gerzon Z
4ba7f16b71
Chore: Migrate REST API - deleteMessage to TS ( #3802 )
...
* Migrate REST API `chats.delete` to TypeScript
2022-03-02 17:45:05 -04:00
Gerzon Z
e8a80d391b
Chore: Migrate REST API - convertTeamToChannel to TS ( #3800 )
...
* Migrate REST API `teams.convertToChannel` to TypeScript
2022-03-02 17:29:30 -04:00
Reinaldo Neto
af3a6c5da1
Chore: Migrate REST API - toggleArchiveRoom to Typescript ( #3791 )
...
* Chore: Migrate REST API - toggleArchiveRoom to Typescript
* minor tweak
* removed success param
* minor tweak
2022-03-02 18:19:07 -03:00
Gerzon Z
718ae48e83
Chore: Migrate REST API - removeTeamMember to TS ( #3799 )
...
* Migrate REST API `teams.removeMember` to TypeScript
2022-03-02 16:39:04 -04:00
Gerzon Z
270f6e0fef
Chore: Migrate REST API - addRoomsToTeam to TS ( #3797 )
...
* Migrate REST API `teams.addRooms` to TypeScript
2022-03-02 16:28:58 -04:00
Gerzon Z
1da4f01dcb
Chore: Migrate REST API - createTeam to TS ( #3788 )
...
* Migrate `teams.create` REST API to TypeScript
2022-03-02 16:17:42 -04:00
Gerzon Z
529c9f0b00
Chore: Migrate REST API - register to TS ( #3796 )
...
* Migrate `user.register` to TypeScript
2022-03-02 16:08:56 -04:00
Reinaldo Neto
d506de9f23
Chore: Migrate REST API - e2eGetUsersOfRoomWithoutKey to Typescript ( #3793 )
...
* Chore: Migrate REST API - e2eGetUsersOfRoomWithoutKey to Typescript
* Update app/definitions/rest/v1/e2e.ts
Co-authored-by: Gleidson Daniel Silva <gleidson10daniel@hotmail.com>
Co-authored-by: Gleidson Daniel Silva <gleidson10daniel@hotmail.com>
2022-03-02 16:53:41 -03:00
Reinaldo Neto
79f585a361
Chore: Migrate REST API - createChannel to Typescript ( #3786 )
...
* Chore: Migrate REST API - createChannel to Typescript
* removed success
* iserverroomitem
2022-03-02 16:40:27 -03:00
Reinaldo Neto
cb8d4be7eb
Chore: Migrate REST API - getDepartmentInfo to Typescript ( #3795 )
2022-03-02 16:00:51 -03:00
Gerzon Z
c5023eaeea
Chore: Migrate REST API - convertChannelToTeam to TS ( #3792 )
...
* migrate channels.convertToTeam and groups.convertToTeam to ts
Co-authored-by: Gleidson Daniel Silva <gleidson10daniel@hotmail.com>
2022-03-02 13:44:42 -04:00
Gerzon Z
71b184d38a
Chore: Migrate REST API - markAsUnread to TS ( #3801 )
...
* Migrate `subscriptions.unread` to typescript
2022-03-02 13:06:30 -04:00
Diego Mello
6626510f50
Chore: Migrate RoomActionsView to Typescript ( #3750 )
2022-03-02 11:49:43 -03:00
Diego Mello
6b3730ce43
Chore: Migrate RoomView to Typescript ( #3754 )
2022-03-02 11:18:01 -03:00
Gleidson Daniel Silva
4172d563b7
Chore: Server API types POC - loadMessagesForRoom ( #3765 )
...
* create interface and implements base types
* fix some types
* Update app/lib/methods/updateMessages.ts
Co-authored-by: Diego Mello <diegolmello@gmail.com>
* fix date type
* apply types changes
* fix type
* fix date value
* fix types
* typescript things...
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2022-02-25 18:32:03 -03:00
Alex Junior
91de74ed9f
Chore: Migrate views/RoomListView to typescript ( #3758 )
...
* chore: migrating RoomListView to ts
* chore: migrating RoomListView to ts
* chore: implementing types for RoomListView
* chore: change ChatsStackParamList for fix RoomListView errors
* chore: minor tweak
* chore: minor tweak
* chore: fix setTimeout type
* chore: applying changes requested
* chore: minor tweak
2022-02-25 15:59:39 -03:00
Gleidson Daniel Silva
88131e3bfb
Chore: Migrate RoomMembersView to Typescript ( #3769 )
...
* chore: migrate RoomMembersView to ts
* fix goRoom item interface
2022-02-25 13:43:42 -03:00
Gleidson Daniel Silva
00d9ed1972
Chore: create definitions for e2e.setUserPublicAndPrivateKeys api call ( #3775 )
2022-02-24 18:59:57 -03:00
Gleidson Daniel Silva
b5d964095e
Chore: Migrate method canOpenRoom to Typescript ( #3650 )
...
* chore: migrate canOpenRoom to ts
* chore: update rocketchat types
* change types to Isubscription types
2022-02-22 17:00:33 -03:00
Alex Junior
cbfca132c5
Chore: Migrate methods/getThreadName to typescript ( #3707 )
...
* chore: change getThreadName to typescript
* chore: change types after merge develop into current
* chore: minor tweak
2022-02-22 13:01:35 -03:00
Gerzon Z
c5cc192dc9
Chore: Migrate methods/enterpriseModules to TS ( #3706 )
...
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2022-02-22 09:07:54 -03:00
Gerzon Z
e58bdb8fe7
Chore: Migrate sendMessage to TS ( #3712 )
...
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2022-02-22 09:04:01 -03:00
Gleidson Daniel Silva
753dec9e27
Chore: Migrate to Typescript mergeSubscriptionRooms and findSubscriptionsRooms ( #3747 )
...
* fix fromJSONValue type
* migrate findSubscription and mergeSubscription to typescript
* chore: fix subscription param returning null
2022-02-21 16:41:49 -03:00
Alex Junior
17c63c717b
Chore: Migrate methods/sendFileMessage to typescript ( #3683 )
...
* chore: start the migration
* chore: update sendFileMessage to ts
* chore: removing an `any` from uploadQueue
* chore: minor tweak
* chore: minor tweak
* chore: minor tweaks after merge with developer
* chore: minor tweak after merge develop into current
2022-02-21 13:06:57 -03:00
Alex Junior
a3a4b66810
Chore: Migrate methods/loadMessagesForRoom to Typescript ( #3701 )
...
* chore: change loadMessagesForRoom to typescript
* minor tweak
* chore: minor tweaks after merge with developer
* chore: minor tweaks after merge with developer
* chore: minor tweak
* chore: minor tweaks
* Fix return
Co-authored-by: Diego Mello <diegolmello@gmail.com>
Co-authored-by: Gleidson Daniel Silva <gleidson10daniel@hotmail.com>
2022-02-21 11:40:57 -03:00
Gerzon Z
8237b3e673
Chore: Migrate getSlashCommands to TS ( #3711 )
...
* migrate getSlashCommands to TS
* use sdk and update getSlashCommands
* minor tweak
* Remove implicit anys
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2022-02-18 22:19:33 -04:00
Gerzon Z
8bb248890c
Chore: Migrate getCustomEmojis to TS ( #3724 )
...
* update customEmoji interface and getCustomEmoji
* add sdk
* updated emojiCustom rest definition
* minor refactor
* update params object
2022-02-18 12:20:16 -04:00
Gleidson Daniel Silva
370798f100
Chore: Migrate method getSettings to typescript ( #3703 )
...
* chore: migrate getSettings to typescript and and some types
* chore: remove this and add current to code
* chore: add current
2022-02-18 11:49:47 -03:00
Gleidson Daniel Silva
219462ba3d
Chore: Migrate redux module login to typescript ( #3647 )
...
* chore: migrate redux module login to typescript
chore: update redux module login tests
* update workers
* wip
* fix type
* remove partial
* add more status
* migrate the rest of the stuff to typescript
* fix tests and types
* fix types and tests
2022-02-18 10:53:36 -03:00
Gleidson Daniel Silva
d73886bd60
Chore: Migrate redux module room to typescript ( #3636 )
...
* chore: migrate redux module room to typescript and remove dispatch on dependencies
* chore: add tests to redux module room
* chore: create ERoomType and use on implemention
* chore: update enum name
* fix test id
2022-02-18 10:46:19 -03:00