Rocket.Chat.ReactNative/app/reducers
Diego Mello 5d8ad1df82 [NEW] Room info and Room info edit (#254)
* - Block user
- Load room members async
- fixed reactive change of room's read only flag

* Snippet messages

* - Room files
- Dismiss Video component on back button press
- Improvements on Image component

* Improvement on Video component

* Leave room

* Missing message types

* lint

* - Room info (read only)
- Missing message types

* Room info scroll

* - Tap on room header opens room info
- Layout tweaks

* - Room info edit
- iOS Toast fixed

* - Style not implemented actions as disabled

* Edit room permission

* - Save all room settings in a single call
- Implemented roomType and readOnly

* - Allow reacting when room is read only

* Message type added: room_changed_privacy

* Erase room

* Created TextInput and SwitchContainer components for reuse and readability

* - hasPermission method

* - Archive/Unarchive room
- Set Join Code

* Twitter keyboard type on iOS

* Archived room

* reactWhenReadOnly permission on message

* Active users refactored

* User roles

* - Subscribe to roles (in order to get role description info: e.g. 'core-team' to 'Rocket.Chat Team')
- Save roles to realm (for offline access)
- Save roles to redux (and get data from realm on app init)

* Lint

* code style
2018-03-29 17:55:37 +00:00
..
activeUsers.js Header redesign (#133) 2017-12-08 17:13:21 -02:00
app.js [NEW] Reload room on return from background (#117) 2017-12-01 13:06:56 -02:00
connect.js [WIP] remove meteor lib (#146) 2017-12-20 17:20:06 -02:00
createChannel.js Create room (#42) 2017-09-25 10:15:28 -03:00
customEmojis.js Emoji picker (#185) 2018-01-16 16:48:05 -02:00
index.js [NEW] Room info and Room info edit (#254) 2018-03-29 17:55:37 +00:00
initialState.js Load settings to redux and allow login via LDAP and CROWD 2017-08-13 20:02:46 -03:00
login.js [NEW] OAuth (#241) 2018-02-23 17:29:05 -03:00
mentionedMessages.js [NEW] Room actions: Mentioned messages and Room Members (#242) 2018-03-02 15:11:34 +00:00
messages.js Reactions (#214) 2018-01-30 17:48:26 -02:00
navigator.js Fix lint 2017-11-13 10:58:35 -02:00
permissions.js [WIP] Abstract database calls (#157) 2017-12-27 13:22:06 -02:00
pinnedMessages.js [NEW] Room actions: Mentioned messages and Room Members (#242) 2018-03-02 15:11:34 +00:00
reducers.js [WIP] Abstract database calls (#157) 2017-12-27 13:22:06 -02:00
roles.js [NEW] Room info and Room info edit (#254) 2018-03-29 17:55:37 +00:00
room.js Improvements on emoji picker / message box (#227) 2018-02-08 12:08:50 -02:00
roomFiles.js [NEW] Room actions: block user, snippet messages, room files and leave room (#250) 2018-03-23 16:49:51 +00:00
rooms.js Header redesign (#133) 2017-12-08 17:13:21 -02:00
rootReducer.js get message saga 2017-08-17 03:28:41 -03:00
server.js Test improve render (#159) 2018-01-09 15:12:55 -02:00
snippetedMessages.js [NEW] Room actions: block user, snippet messages, room files and leave room (#250) 2018-03-23 16:49:51 +00:00
starredMessages.js [NEW] Room actions: Mentioned messages and Room Members (#242) 2018-03-02 15:11:34 +00:00