Commit Graph

980 Commits

Author SHA1 Message Date
okbel 691bfa4e30 Passing Dialog content 2018-04-30 16:53:05 -03:00
okbel 58108f257f Addin g withUpdateEmailAddress 2018-04-30 16:28:08 -03:00
okbel 35e8c005f3 WIP: Steps 2018-04-30 16:20:09 -03:00
okbel 1574dabd69 Merge branch 'gdpr-email' of github.com:coralproject/talk into gdpr-email
* 'gdpr-email' of github.com:coralproject/talk:
  fixed typo
  nightwatchjs.org doesn't support HTTPS
  added viewing and sorting spanish translations
  Added email.password_reset.subject translation
2018-04-30 16:04:44 -03:00
okbel be86b70b24 WIP: Steps 2018-04-30 16:01:35 -03:00
Belén Curcio 05a6399638 Merge branch 'master' into gdpr-email 2018-04-30 15:44:46 -03:00
okbel 8df9a1e66e wip 2018-04-30 13:47:15 -03:00
Kim Gardner 4130ad5217 Merge branch 'master' into viewing-sorting-translations-es 2018-04-30 12:43:48 -04:00
okbel e67d68267c Adding Change Email 2018-04-29 22:00:42 -03:00
okbel 9419b67fff Merge branch 'gdpr-username' of github.com:coralproject/talk into gdpr-email
* 'gdpr-username' of github.com:coralproject/talk: (36 commits)
  performing mutation
  Spanish translations
  More translations
  No empty username, no same username
  Decrease font-size and padding in Flag Comment popup a bit.
  Translations
  Adding translations
  Adding translations
  InputField refactor
  wip more validations
  Full functionality, needs translation
  Adding Dialog, styles and more
  Use email vs e-mail
  Small fix
  Adding withChangeUsername to plugin hocs, wip and more
  Introducing profileHeader slot
  Adding a notification after saving
  Fix lint
  Add missing ctx arg for CLI users create
  final refactor, done.
  ...
2018-04-29 20:29:54 -03:00
Jero 885f186e39 added viewing and sorting spanish translations 2018-04-26 19:19:06 -03:00
okbel a7e09352ef performing mutation 2018-04-26 18:09:27 -03:00
okbel 0a0bbbb3ce Spanish translations 2018-04-26 17:55:44 -03:00
okbel ad5c51c486 More translations 2018-04-26 17:53:02 -03:00
okbel ab02b1b6ca No empty username, no same username 2018-04-26 17:00:08 -03:00
okbel ba7de6bf81 Translations 2018-04-26 11:25:40 -03:00
okbel 6495c0a16b Adding translations 2018-04-26 11:19:25 -03:00
okbel 2db9489646 Adding translations 2018-04-26 11:15:35 -03:00
okbel 8f6691f7a4 InputField refactor 2018-04-26 11:15:18 -03:00
okbel cbdd1921ec Merge branch 'gdpr-username' of github.com:coralproject/talk into gdpr-username
* 'gdpr-username' of github.com:coralproject/talk:
  Use email vs e-mail
  Small fix
2018-04-25 13:36:14 -03:00
okbel aefac2056e wip more validations 2018-04-25 13:36:00 -03:00
Kim Gardner 2fa81111ba Merge branch 'master' into gdpr-username 2018-04-25 12:34:15 -04:00
okbel a79d71da7d Full functionality, needs translation 2018-04-25 12:53:03 -03:00
okbel 754b5c5fbb Adding Dialog, styles and more 2018-04-25 12:20:51 -03:00
Kim Gardner 2bc6687957 Use email vs e-mail 2018-04-25 11:09:54 -04:00
okbel 89114ecd13 Adding withChangeUsername to plugin hocs, wip and more 2018-04-24 14:13:24 -03:00
okbel f910d7023c Merge branch 'master' of github.com:coralproject/talk into gdpr-password
* 'master' of github.com:coralproject/talk:
  Fix typo
  added direct download mutation
  adjusted download to include all comments
2018-04-24 13:43:24 -03:00
okbel 37919a11ab Adding a notification after saving 2018-04-24 13:39:13 -03:00
okbel eaf0df9573 final refactor, done. 2018-04-24 00:45:51 -03:00
okbel 5e3fc2b22a Adding translations, en, es, more 2018-04-24 00:20:10 -03:00
okbel 1d2be0cef0 Validation finished 2018-04-23 23:56:54 -03:00
okbel 493c4689c2 as InputField 2018-04-23 23:34:16 -03:00
okbel 76ede5c541 fix for large icons, reorder of styles 2018-04-23 15:32:21 -03:00
okbel 9bb3a9f7cb changes 2018-04-23 15:22:50 -03:00
Kim Gardner c936a6ff2c Fix typo 2018-04-23 10:59:23 -04:00
okbel 21f942a219 validations 2018-04-23 11:43:40 -03:00
okbel b5dd63aec1 Adding withChangePassword to mutations and plugins API, styles 2018-04-23 10:32:56 -03:00
okbel bc71366fd5 Frontend for Change Password 2018-04-20 18:23:46 -03:00
Wyatt Johnson c27c60346e fixed client building 2018-04-20 13:27:03 -06:00
Wyatt Johnson 10d27357f4 reorganized 2018-04-20 13:17:57 -06:00
Wyatt Johnson 7d644115d1 cleanups 2018-04-20 13:11:35 -06:00
Wyatt Johnson 3129a6615f added direct download mutation 2018-04-20 09:37:20 -06:00
Wyatt Johnson 2e013c33ac GDPR Email Support
- Email and password can be used to create a new local profile
- Email can be changed with accounts that already have a local profile
2018-04-19 17:19:14 -06:00
Wyatt Johnson 67405937ed adjusted download to include all comments 2018-04-19 10:48:48 -06:00
Wyatt Johnson 84360bfddf Merge branch 'master' into gdpr-password 2018-04-18 10:28:17 -06:00
Wyatt Johnson dcf10643a0 Merge branch 'master' into gdpr-download 2018-04-17 13:09:17 -06:00
Belén Curcio d17c704f38 Merge branch 'master' into server-jest 2018-04-17 13:01:19 -03:00
Wyatt Johnson f23f962adb Updated error styling 2018-04-16 10:47:09 -06:00
Wyatt Johnson 12bb886032 itterated on copy 2018-04-13 18:24:46 -06:00
Wyatt Johnson 392d7177f6 Merge branch 'master' into gdpr-download 2018-04-12 15:17:12 -06:00