mattermost-mobile/app/client/rest
Elias Nahum d35eac8bd3
Gekidou servers (#5960)
* Servers logout and websocket state

* addNewServer uility and rename file

* add LaunchType for add new server

* added time to LaunchProps type

* Remove unnecessary props for launchToHome

* Fix local action updateLastPostAt

* Batch fetchProfilesPerChannels requests in chunks of 50

* WS handleUserAddedToChannelEvent to return early if no channelId is set

* WS handleNewPostEvent to batch update last_post_at

* add common actions to sync other servers

* Entry actions to sync other servers data

* Do not attempt to fetch notification data if payload does not contain a channelId

* Set database as default at the end of the login flow

* Handle logout when other servers remain

* Handle Server options

* Show alert when logging out from the account screen

* Add workaround to have Lottie animate the loading component

* Fix badge position in ServerIcon component

* Server screen to support adding new server

* Fix login screen to display error when credentials do not match

* add localization strings

* fix DatabaseProvider to update on server switch

* Fix home icon and server icon subscriptions and badge display

* Add dependencies to onLogout callback

* feedback

* Only updateLastPostAt if needed
2022-02-14 16:39:29 -03:00
..
apps.ts Upgrade deps (#5850) 2021-11-29 23:19:39 +02:00
base.ts Gekidou servers (#5960) 2022-02-14 16:39:29 -03:00
categories.ts Gekidou - Sidebar - Adds actions, queries, db models and rest client (#5953) 2022-02-11 18:40:44 -03:00
channels.ts [Gekidou] [MM-39717] Add Channel Browser screen (#5868) 2022-02-10 12:45:07 +01:00
constants.ts Integrate react-native-network-client (#5499) 2021-07-06 11:16:35 -04:00
emojis.ts MM-36721 - [GEKIDOU] Porting Markdown components (#5586) 2021-08-02 20:30:17 +04:00
error.ts [Gekidou] update dependencies (#5691) 2021-09-23 14:44:50 -03:00
files.ts [Gekidou] Post input (#5844) 2022-02-03 08:59:15 -03:00
general.ts Integrate react-native-network-client (#5499) 2021-07-06 11:16:35 -04:00
groups.ts Upgrade deps (#5850) 2021-11-29 23:19:39 +02:00
index.test.js [Gekidou] Fix & small refactor to the app entry logic and WS reconnection (#5937) 2022-02-09 12:49:37 -03:00
index.ts Gekidou - Sidebar - Adds actions, queries, db models and rest client (#5953) 2022-02-11 18:40:44 -03:00
integrations.ts [Gekidou] Post input (#5844) 2022-02-03 08:59:15 -03:00
posts.ts [Gekidou] Post input (#5844) 2022-02-03 08:59:15 -03:00
preferences.ts [Gekidou] Typings & PostMetadata structure (#5542) 2021-07-15 11:49:02 -04:00
teams.ts Gekidou websockets (#5671) 2021-10-19 19:16:10 +02:00
tos.ts Upgrade deps (#5850) 2021-11-29 23:19:39 +02:00
users.ts Upgrade deps (#5850) 2021-11-29 23:19:39 +02:00