Commit Graph
8775 Commits
Author SHA1 Message Date
Wyatt Johnson 4c5b85a2ae Fixed session bug 2017-01-05 19:02:06 -07:00
David Jay e510f99754 Adding style to suspension modal. 2017-01-05 20:51:40 -05:00
Wyatt Johnson 4eb7c72ae2 Merge branch 'master' into email-confirm 2017-01-05 18:45:06 -07:00
Wyatt Johnson cabe546ecf Added email send on new user if enabled for confirming 2017-01-05 17:19:38 -07:00
Wyatt Johnson be72ebf2a1 Added tests + model implementation. 2017-01-05 17:01:41 -07:00
Riley Davis 368b431893 pre-validate usernames on the fe 2017-01-05 15:26:42 -07:00
David Jay a468fe4c28 Adding language and e-mail input to suspend user modal. 2017-01-05 16:51:37 -05:00
gaba d9ea5977cd Unique displayName for the User. 2017-01-05 18:24:05 -03:00
David Jay 890ab810f3 Activating SuspendUserModal and updating language for clarity. 2017-01-05 14:50:21 -05:00
Riley Davis 7e7e8891b4 display errors when trying to sign up with a bad username 2017-01-05 12:47:39 -07:00
gaba ac6fba2286 Clean user state on logout. Allow flagging only if not banned. 2017-01-05 15:34:27 -03:00
David Jay 9ba0176b3c Seperating username and bio flags 2017-01-04 16:11:31 -05:00
David Jay 7a239c02ab Limiting to user actions. 2017-01-04 15:56:52 -05:00
David Jay 216b21251d Styling UserActions Component. 2017-01-04 15:33:41 -05:00
gaba ab825512b9 Adding missing translation. Not sure how to translate streams. 2017-01-04 16:46:19 -03:00
David Jay c1e3580ef7 Resolving error in moderation list. 2017-01-04 14:46:06 -05:00
David Jay 0a064c0e11 Merge branch 'master' of github.com:coralproject/talk into moderate-bio 2017-01-04 14:33:27 -05:00
Riley DavisandGitHub ce46b4dbe0 Merge pull request #212 from coralproject/add-csurf-and-cookie
Moves the packages to dependencies.
2017-01-04 13:32:37 -06:00
gaba 864b08135a Moves the packages to dependencies. 2017-01-04 16:24:17 -03:00
David Jay 3fa0460f34 Sending actions to ModerationList. 2017-01-04 14:20:00 -05:00
Gabriela Rodríguez BerónandGitHub 7d5be04be3 Merge pull request #210 from coralproject/init-settings
fetch settings on mod queue load
2017-01-04 15:52:32 -03:00
David Jay f792aeccd2 Adding user display. 2017-01-04 13:39:10 -05:00
Riley Davis 12f6bb1ffe fetch settings on mod queue load 2017-01-04 11:14:23 -07:00
Gabriela Rodríguez BerónandGitHub 57f9fd8474 Merge pull request #204 from coralproject/csrf
CSRF
2017-01-04 14:32:12 -03:00
Wyatt Johnson 298e1e8d73 Updates to user cli + e2e + tests
- Updates to before + beforeEach for mongooose
- Removed reference to dotenv from cli in e2e, should use
  NODE_ENV=test instead.
- Changed test port from 30?? to 3000 to be consistent with what
  nightwatch was expecting
2017-01-04 10:16:51 -07:00
gaba 5f7d48a7f9 This was not needed. 2017-01-04 13:17:16 -03:00
gaba 3718efce1e Adds cookie parser 2017-01-04 12:47:19 -03:00
gaba ccb9fe3165 Adds DELETE and PUT. 2017-01-04 12:40:25 -03:00
gaba 7b9dbb5afd Review changes. 2017-01-04 12:24:01 -03:00
Gabriela Rodríguez BerónandGitHub 2755cc61e4 Merge branch 'master' into csrf 2017-01-04 10:56:37 -03:00
Wyatt Johnson a7680ae5d9 Initial pass at email confirmation 2017-01-03 17:35:58 -07:00
David Jay b517adab56 Moving commentList to ModerationList 2017-01-03 16:57:53 -05:00
gaba 0fd6f4b44e Working on the tests & sending CSRF 2017-01-03 18:01:21 -03:00
David Jay 5c5a7f5ba5 Switching to central call for mod queue to support current reducer structure. 2017-01-03 15:13:09 -05:00
David Jay dd7bdb8a26 Adding actions for fetching user moderation queue. 2017-01-03 15:05:45 -05:00
David Jay 800382132d Merge branch 'master' of github.com:coralproject/talk into moderate-bio 2017-01-03 14:29:05 -05:00
gaba e2a032d4a5 Merge branch 'master' into csrf 2017-01-03 16:25:05 -03:00
Riley DavisandGitHub 7363fcc5dc Merge pull request #205 from coralproject/bug_203
Fixes Bug #203
2017-01-03 12:47:49 -06:00
Riley DavisandGitHub d4dc381aca Merge branch 'master' into bug_203 2017-01-03 12:29:48 -06:00
Gabriela Rodríguez BerónandGitHub 6e54ba7f4c Merge pull request #209 from coralproject/admin-not-loading
make the admin screen load
2017-01-03 15:29:17 -03:00
gaba 950340d5e7 Fix lint. 2017-01-03 15:18:39 -03:00
Gabriela Rodríguez BerónandGitHub 43846651dd Merge branch 'master' into bug_203 2017-01-03 14:33:57 -03:00
Riley Davis a1def6f950 missing state for the wordlist. 2017-01-03 10:33:25 -07:00
Gabriela Rodríguez BerónandGitHub b7380978f5 Merge pull request #206 from coralproject/open-source-docs
Open source docs
2017-01-03 12:47:06 -03:00
David ErwinandGitHub 5e4564c7ea Merge branch 'master' into open-source-docs 2017-01-03 10:29:41 -05:00
Gabriela Rodríguez BerónandGitHub f5374dc914 Merge pull request #207 from coralproject/fix-test
Fix test on Suspected words
2017-01-03 11:45:30 -03:00
Wyatt JohnsonandGitHub 0dde122e9b Merge branch 'master' into fix-test 2017-01-03 07:41:44 -07:00
Gabriela Rodríguez BerónandGitHub fd2b01d5ed Merge pull request #208 from coralproject/fix/dialog-unmount
Check if dialog is present before removing listeners
2017-01-03 11:40:31 -03:00
Dan Zajdband 759e74a88d coral-admin: Fixed check for component unmount removing a listener when there is no object 2017-01-03 10:46:55 -03:00
gaba 5c6df6d481 Fix tests when flagging because suspect word. 2017-01-03 09:37:02 -03:00