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
f27ddf2e22
chore: migrate getFileUrlFromMessage to ts ( #3734 )
2022-02-21 15:19:40 -03:00
Alex Junior
6f27126f5e
Chore: Migrate methods/loadNextMessages to typescript ( #3719 )
...
* feat: update loadNextMessages to ts
* minor tweak
* chore: minor tweaks after merge with developer
2022-02-21 15:04:17 -03:00
Reinaldo Neto
afb91b49db
[FIX] Differ to Last Session Authenticated ( #3667 )
...
* [FIX] Differ to Last Session Authenticated
* Added timesync
* [FIX] Differ to Last Session Authenticated
* Added timesync
* timesync tweaks
* refactor diffLastLocalSession and saveLastLocalAuthentication
* did a race
* Update comment in app/utils/localAuthentication.ts
Co-authored-by: Diego Mello <diegolmello@gmail.com>
* refactor getServerTimeSync and when use this route
* tweak
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2022-02-21 13:38: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
Alex Junior
113cfb043e
Chore: Migrate methods/getRoles to Typescript ( #3741 )
...
* chore: migrate getRoles to ts
* chore: removing unused const
* chore: minor tweak
* Type batch
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2022-02-21 11:26:10 -03:00
Gleidson Daniel Silva
bdd1ce4abf
Chore: Migrate loadMissedMessages to typescript ( #3704 )
...
* chore: migrate loadMissedMessages to typescript
* remove loaderItem
* remove this from functions
2022-02-21 10:59:44 -03:00
Gerzon Z
5e39cc0ba5
Chore: Migrate getUsersPresence to TS ( #3717 )
...
* migrate getUsersPresence to ts
* use sdk and remove this context from getUsersPresence
2022-02-18 22:31:38 -04: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
1cfa45eeec
Chore: Migrate methods/getRoomInfo to TS ( #3695 )
...
* migrate getRoomInfo to TS
* update room type
* update types
* Fix lint error
2022-02-18 22:09:05 -04:00
Gerzon Z
4e24b7cd82
[FIX] getRooms request using param with wrong name ( #3761 )
2022-02-18 17:49:46 -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
eb38761a37
Chore: Migrate methods/callJitsi to typescript ( #3660 )
...
* chore: migrate callJitsi to typescript
* change fixed string to type
* wip
* wip
* back to old times :)
* back to typescript
2022-02-17 15:45:21 -03:00
Reinaldo Neto
9ec598407d
[FIX] Add search and fix pagination for omnichannels departments ( #3621 )
...
* [FIX] Search and pagination for omnichannels departments
* pagination complete
* minor tweak
* renamed a param and workaround for a ux bug
* fix style of flatlist and search as header scrollable
* stick the header
* Merge branch 'fix.forward-department-list' of https://github.com/RocketChat/Rocket.Chat.ReactNative into fix.forward-department-list
* refactor pagination
* fix value type
* refactor render search
* refactor layout
* make ts happy
2022-02-17 11:57:30 -03:00
Diego Mello
a58b27e4f1
Chore: Migrate getPermissions to Typescript ( #3720 )
...
* Migrating...
* Fix IPermission
* Playing with types
* Remove `as const`
* Fix lint
* Fix test
* Apply sdk
* Fix lint and autocomplete
2022-02-17 10:06:31 -03:00
Gerzon Z
86cc8a7d16
Chore: Migrate buildMessage to TS ( #3732 )
...
* migrate buildMessage to TS
* Fix lint
* minor tweak
* minor tweaks
2022-02-16 20:07:24 -04:00
Gerzon Z
88172f0aa9
Chore: Migrate database/services and database/utils to TS ( #3708 )
...
* migrate database services and utils to ts
* Migrate tests
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2022-02-16 18:19:04 -04:00
Gerzon Z
352a718631
Chore: Migrate lib/encryption folder to TypeScript ( #3639 )
...
* Initial commit
* add types/bytebuffer, add type definitions to params and update interfaces
* add more types and type assertions
* update types
* change bang operator by type assertion and update class variables definitions
* add types for deferred class
* minor tweaks on types definitions
* add ts-ignore
* Update encryption.ts
* update deferred and encryption
* update encryption.ts
* Update room.ts
* update toDecrypt type
* initialize sessionKeyExportedString
* remove return types
2022-02-16 17:14:28 -04:00
Reinaldo Neto
9b369e548e
Chore: Migrate methods/helpers/parseQuery to Typescript ( #3742 )
...
* Chore: Migrate methods/helpers/parseQuery to Typescript
* tweak in example
2022-02-16 12:20:55 -03:00
Gleidson Daniel Silva
941a21dac6
Chore: Migrate helpers/parseUrls to Typescript ( #3735 )
2022-02-16 12:17:25 -03:00
Diego Mello
f51ec9ef0c
Chore: Migrate updateMessages to Typescript ( #3715 )
2022-02-16 12:02:17 -03:00
Gerzon Z
ed716396d0
Chore: Migrate methods/getRooms to TS ( #3702 )
...
* migrate getRooms to TS
* add sdk and set any types
* Moved the new variable around and added ts-ignore to follow the pattern from /services/restApi.ts
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2022-02-16 11:48:15 -03:00
Gerzon Z
7634297439
Chore: Migrate methods/getSingleMessage to TS ( #3700 )
...
* migrate getSingleMessage to TS
* minor tweak
2022-02-16 11:42:32 -03:00
Diego Mello
1ffa592201
Chore: dehydrate small server requests away from rocketchat.js ( #3740 )
2022-02-15 15:50:55 -03:00
Diego Mello
c7f4e5531c
[IMPROVE] Add support for ephemeral messages inside threads ( #3687 )
2022-02-15 15:46:17 -03:00
Diego Mello
765c5c50f8
Chore: Move some methods to SDK ( #3736 )
2022-02-14 16:23:13 -03:00
Gleidson Daniel Silva
7866ec3f33
Chore: Add REST API definitions from server ( #3721 )
...
* create first definitions
* chore: implements get and post types
* fix lint
* add ts-ignore
* add teams.removeRoom method
* Remove unused endpoints
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2022-02-14 13:20:29 -03:00
Diego Mello
88d33b42c2
[FIX] Remove deprecated database methods and other database operations ( #3686 )
...
* Fix PK error on subscriptions/room
* Instead of checking for pending update, wrap the call on a try catch and return null in case of error
* Generate delete operations before create/update to prevent errors
* Apply same logic on encryption
* Fix database operations on getRoles
* Fix a few database issues found on Bugsnag on ThreadMessagesView
* Run prettier :(
2022-02-10 17:16:10 -03:00
Gerzon Z
a01d281032
Chore: Migrate lib/rocketchat.js to TS - structure PoC ( #3661 )
...
Co-authored-by: Diego Mello <diegolmello@gmail.com>
Co-authored-by: Gleidson Daniel Silva <gleidson10daniel@hotmail.com>
2022-02-10 09:10:42 -03:00
Gleidson Daniel Silva
977cfd2863
[FIX] Inject Redux store to prevent/remove require cycles ( #3691 )
...
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2022-02-09 18:16:20 -03:00
Diego Mello
ab9d568528
[NEW] Stream to get individual presence updates ( #3606 )
...
Co-authored-by: Gerzon Z <gerzonzcanario@gmail.com>
2022-02-09 17:44:53 -03:00
Diego Mello
7d23385555
Chore: Migrate logout to Typescript ( #3688 )
2022-02-09 17:37:08 -03:00
Diego Mello
5997c7ae6b
[IMPROVE] Keep biometry option from last session ( #3668 )
...
Co-authored-by: GleidsonDaniel <gleidson10daniel@hotmail.com>
Co-authored-by: Reinaldo Neto <reinaldonetof@hotmail.com>
2022-02-08 13:44:34 -03:00
Danish Ahmed Mirza
38be5ce54f
[FIX] Unnecessary login dispatch on adding new server ( #3693 )
2022-02-08 09:07:10 -03:00
Gerzon Z
6839a6e548
Chore: Migrate readMessages to TS ( #3669 )
...
* Migrate readMessages to TS
* Update IRocketChat interface
2022-02-07 14:54:19 -04:00
Gerzon Z
2d1b093666
Chore: Migrate lib/utils to TypeScript ( #3637 )
...
* Migrate utils to TypeScript
* Add @types/semver
* Refactor compareServerVersion(currentVersion, oldVersion, func) to compareServerVersion(current, func, oldVersion)
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2022-02-07 14:44:04 -04:00
Gerzon Z
9caff40a2e
Merge branch 'develop' into new.add-discusions-roomactionsview
2022-02-01 09:49:39 -04:00
Reinaldo Neto
f88bdfb97c
Chore: Migrate Database to Typescript ( #3580 )
...
Co-authored-by: Gleidson Daniel Silva <gleidson10daniel@hotmail.com>
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2022-02-01 10:39:09 -03:00
Gerzon Z
e010d804d5
Merge branch 'develop' into new.add-discusions-roomactionsview
2022-01-17 10:12:19 -04:00
Reinaldo Neto
905e12380a
[FIX] teams.removeMembers mobile usage ( #3557 )
2022-01-11 11:44:53 -03:00
Gleidson Daniel Silva
791ef4d423
Chore: Migrate lib user preferences to Typescript ( #3578 )
2022-01-11 11:23:43 -03:00
Reinaldo Neto
b75e192e20
[IMPROVE] Remove Omnichannel visitor's navigation history ( #3534 )
...
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2021-12-13 13:29:48 -03:00
Reinaldo Neto
4e15c25ef5
[FIX] Files screen stopped listing content on server 4.2 ( #3541 )
...
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2021-12-13 13:27:43 -03:00
Reinaldo Neto
a1cee02fb0
[NEW] Permission for uploading files ( #3505 )
...
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2021-12-13 13:27:01 -03:00
Diego Mello
404c7cff07
[IMPROVE] Connection stability ( #3531 )
2021-12-07 17:05:30 -03:00
Gerzon Z
691bf1ef17
Chore: Migrate react-navigation to TypeScript ( #3480 )
...
Co-authored-by: AlexAlexandre <alexalexandrejr@gmail.com>
2021-12-03 16:27:57 -03:00
Gerzon Z
2b7f589847
Merge branch 'develop' into new.add-discusions-roomactionsview
2021-11-23 12:02:43 -04:00