Commit Graph

173 Commits

Author SHA1 Message Date
Diego Mello d5a667b710 Merge 59f4e292a9 into 58d7e418c9 2017-11-20 15:27:37 +00:00
Diego Mello 58d7e418c9 package-lock 2017-11-20 13:13:50 -02:00
Diego Mello 59f4e292a9 getRoomRoles 2017-11-20 12:40:50 -02:00
Diego Mello 273265c035 Permissions reducer 2017-11-20 09:09:40 -02:00
Diego Mello 8fd561c37a - Permissions schema
- Permissions call
2017-11-20 08:39:42 -02:00
Rodrigo Nascimento 2682228faa
Clear CI Cache 2017-11-18 16:43:31 -02:00
Diego Mello eab74038cb Edited badge fixed 2017-11-17 13:31:24 -02:00
Diego Mello 1b0e28b983 lint fix 2017-11-17 12:50:27 -02:00
Diego Mello 7270e328eb - Pin action
- Star action fixed
2017-11-17 12:47:15 -02:00
Diego Mello 4831557723 lint react-native-easy-markdown 2017-11-17 08:02:35 -02:00
Diego Mello 95fdde14eb Star action fixed 2017-11-16 18:02:19 -02:00
Diego Mello 147e379549 Permalink, reply and quote actions 2017-11-16 17:30:10 -02:00
Diego Mello b5067d3526 Permalink action 2017-11-16 15:49:49 -02:00
Diego Mello ff97888aa9 - star action
- delete action refactored
2017-11-16 14:09:39 -02:00
Diego Mello ae88fa219c Copy action 2017-11-16 11:32:14 -02:00
Diego Mello c97daf359c Edited message badge 2017-11-16 11:19:07 -02:00
Diego Mello ff87764418 Edit action 2017-11-16 10:33:52 -02:00
Diego Mello c0407c702b Delete action 2017-11-14 15:14:56 -02:00
Diego Mello b088973382 Message component refactored 2017-11-14 13:44:23 -02:00
Diego Mello a740f79f22 fixed date proptype 2017-11-14 10:26:38 -02:00
Diego Mello 926e4df596 react-native-actionsheet installed 2017-11-14 09:54:33 -02:00
Guilherme Gazzo a4fda1820b Read room on open 2017-11-13 22:13:27 -02:00
Guilherme Gazzo 8e67e75a09
username on sendmessage 2017-11-13 20:49:52 -02:00
Guilherme Gazzo 8bd7459e12
fix topt (#75) 2017-11-13 19:51:56 -02:00
Rodrigo Nascimento d8d4bee3f5 Greenkeeper/initial (#71)
* chore(package): update dependencies

* docs(readme): add Greenkeeper badge
2017-11-13 18:55:58 -02:00
Rodrigo Nascimento 282a663b60 Change avatars to square format (#73) 2017-11-13 18:51:36 -02:00
Rodrigo Nascimento 0a00878499 Login view -> Terms of Service and Privacy Policy (#74) 2017-11-13 18:50:07 -02:00
Diego Mello c2ecdd5151
Merge pull request #67 from RocketChat/update
Init support to iPhone X
2017-11-13 14:40:00 -02:00
Rodrigo Nascimento 168d3f631e
Fix safe area view for lists 2017-11-13 14:04:13 -02:00
Rodrigo Nascimento 6c4cef143d
Merge remote-tracking branch 'origin/develop' into update
# Conflicts:
#	app/views/LoginView.js
#	app/views/RegisterView.js
2017-11-13 12:56:57 -02:00
Diego Mello 4ca9fcddb8 Add servers (#61)
* - Add server from logged session working
2017-11-13 11:53:45 -02:00
Diego Mello c7e35540f5 Verify if user has username on login (#64)
* get /me from rest api and append to user reducer

* Removed comments from login saga

* user reducer logic

* Jump to set username screen when user is logged without username

* lint fix after merge

* lint fix
2017-11-13 11:35:01 -02:00
Diego Mello a568e826e5 Terms & privacy (#63)
* terms and privacy

* Update PublicRoutes.js

* Update LoginView.js
2017-11-13 11:32:46 -02:00
Diego Mello 1ac5d07761 set token on app resume (#66) 2017-11-13 11:19:24 -02:00
Rodrigo Nascimento dc755e3398
Fix tests 2017-11-13 11:07:35 -02:00
Rodrigo Nascimento d96a098b60
Fix lint 2017-11-13 10:58:35 -02:00
Rodrigo Nascimento 50c50a790a
Init support to iPhone X 2017-11-13 10:49:19 -02:00
Rodrigo Nascimento 994a087ba4
Update dev dependencies to latests 2017-11-13 09:39:40 -02:00
Rodrigo Nascimento 1999c7b4a1
Update packages that satisfies latest 2017-11-13 09:36:03 -02:00
Diego Mello 7027656f4b Forgot my password (#62)
* Forgot password working
2017-11-10 11:42:02 -02:00
Rodrigo Nascimento 556cf0d813
Fix tests 2017-11-08 18:52:35 -02:00
Rodrigo Nascimento 60c7a9b31e
Fix tests 2017-11-08 18:46:59 -02:00
Rodrigo Nascimento 329669f18f
Fix room ordering 2017-11-08 18:23:46 -02:00
Diego Mello 6d4e6f0c6c Logout (#60)
- logout
- changed default server to open.rocket.chat

* fixed server change bug
2017-11-07 18:25:04 -02:00
Rodrigo Nascimento a2b4e39a05
Fix CircleCI order 2017-11-07 15:29:32 -02:00
Rodrigo Nascimento ed753130e1
Set CircleCI build number as app build number 2017-11-07 14:58:33 -02:00
gilmarsquinelato 125b880760 Register user (#44)
* Added feature to register a new user

* login after register working

* Removed username from register and placed on a new view

* loading indicator on username submit

* register/username logo layout issue

* - login and register background white

* - logo removed from logo and register
2017-11-07 14:28:02 -02:00
Rodrigo Nascimento 335f299d6d
Only build for testflight on develop and master branchs 2017-11-07 10:54:13 -02:00
Rodrigo Nascimento 834cd20be9 [NEW] Add CircleCI 2 (#57)
* Adds circle-ci script
2017-11-06 21:45:48 -02:00
Diego Mello e0777a969e Create room (#42)
* Added select users view

* create room working

* - Show photo on avatar

* Switched state for redux

* Navigating to created room
2017-09-25 10:15:28 -03:00