mattermost-mobile/app/actions/views
Miguel Alatzar 7afa9aed01
[MM-23698] [MM-19559] Remove redux-offline and updated redux-persist (#4120)
* Remove redux-offline and configure redux-persist

* Fix typo

* Fix configure store

* Upgrade to redux-persist 6.0.0

* Add migration from redux-persist v4 to v6

* Replace AsyncStorage with MMKVStorage to boost storage speed

* Mock RNFastStorage

* Fix reactions test

* Fix clearing the store on logout

* Remove the need for LOGOUT_SUCCESS

* No need to pass persistConfig to middlewares()

* Remove unused imports

* Export connection

Accidentally removed this export.

* Add batch action name

Co-Authored-By: Elias Nahum <nahumhbl@gmail.com>

* Add batch action name

Co-Authored-By: Elias Nahum <nahumhbl@gmail.com>

* Add batch action name

Co-Authored-By: Elias Nahum <nahumhbl@gmail.com>

* Add batch action name

Co-Authored-By: Elias Nahum <nahumhbl@gmail.com>

* Fix delete post

* Fix leave channel

Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
2020-04-08 13:44:54 -07:00
..
announcement.js add eslint-plugin-header, and --fix all (#1726) 2018-06-19 19:14:50 -04:00
channel.js [MM-22671] [MM-22935] Fetch posts for unread channels on loadChannelsForTeam (#4078) 2020-03-31 18:41:11 -03:00
channel.test.js [MM-22671] [MM-22935] Fetch posts for unread channels on loadChannelsForTeam (#4078) 2020-03-31 18:41:11 -03:00
channel_add_members.js [MM-23520] Port mattermost-redux (#4088) 2020-03-31 11:09:26 -07:00
channel_members.js [MM-23520] Port mattermost-redux (#4088) 2020-03-31 11:09:26 -07:00
client_upgrade.js add eslint-plugin-header, and --fix all (#1726) 2018-06-19 19:14:50 -04:00
command.js [MM-23520] Port mattermost-redux (#4088) 2020-03-31 11:09:26 -07:00
create_channel.js [MM-23520] Port mattermost-redux (#4088) 2020-03-31 11:09:26 -07:00
create_channel.test.js Generate random channel URL name from display names that don't clean into a usable name (#2679) 2019-03-28 13:34:56 -07:00
edit_profile.js [MM-23520] Port mattermost-redux (#4088) 2020-03-31 11:09:26 -07:00
emoji.js [MM-23520] Port mattermost-redux (#4088) 2020-03-31 11:09:26 -07:00
file_upload.js [MM-23520] Port mattermost-redux (#4088) 2020-03-31 11:09:26 -07:00
login.js [MM-23520] Port mattermost-redux (#4088) 2020-03-31 11:09:26 -07:00
login.test.js [MM-23698] [MM-19559] Remove redux-offline and updated redux-persist (#4120) 2020-04-08 13:44:54 -07:00
more_dms.js [MM-23520] Port mattermost-redux (#4088) 2020-03-31 11:09:26 -07:00
post.js Don't pre-fetch posts for unread archived channels (#4113) 2020-04-02 18:40:18 -03:00
post.test.js Don't pre-fetch posts for unread archived channels (#4113) 2020-04-02 18:40:18 -03:00
root.js [MM-23698] [MM-19559] Remove redux-offline and updated redux-persist (#4120) 2020-04-08 13:44:54 -07:00
root.test.js Deep linking based on channel url; Fix merge conflicts (#2542) 2019-02-14 13:29:57 -05:00
search.js Add custom rule to prevent passing getState into dispatch (#4010) 2020-03-06 17:07:20 -05:00
select_server.js [MM-23520] Port mattermost-redux (#4088) 2020-03-31 11:09:26 -07:00
select_server.test.js [MM-23520] Port mattermost-redux (#4088) 2020-03-31 11:09:26 -07:00
select_team.js [MM-23520] Port mattermost-redux (#4088) 2020-03-31 11:09:26 -07:00
thread.js Port WebSocket from mm-redux and batch actions (#4060) 2020-03-26 21:23:50 -03:00
thread.test.js Port WebSocket from mm-redux and batch actions (#4060) 2020-03-26 21:23:50 -03:00
typing.js Port WebSocket from mm-redux and batch actions (#4060) 2020-03-26 21:23:50 -03:00
user.js [MM-23698] [MM-19559] Remove redux-offline and updated redux-persist (#4120) 2020-04-08 13:44:54 -07:00
user.test.js [MM-23520] Port mattermost-redux (#4088) 2020-03-31 11:09:26 -07:00