Wyatt Johnson
50db2d1dda
Initial merge of trust functionality
2017-05-15 15:28:57 -06:00
Wyatt Johnson
a5c9a8e4b0
cleaned up graph, standardised mutation
2017-05-12 14:04:09 -06:00
Wyatt Johnson
ffd96f57e9
Comment too short fixes
2017-05-12 11:16:52 -06:00
Wyatt Johnson
ed27209de9
More edit changes
2017-05-12 10:09:25 -06:00
Wyatt Johnson
ae5da93730
linting fixes
2017-05-11 17:44:51 -06:00
Wyatt Johnson
547ba126be
cleanup to mutators
2017-05-11 17:31:22 -06:00
Wyatt Johnson
d497ad3369
initial pagination rewrite, cleanups to comment edit
2017-05-11 17:27:02 -06:00
Benjamin Goering
f37a210479
Only use errors from errors.js for EditWindowHasEnded
2017-05-09 15:02:26 -07:00
Benjamin Goering
096025b72a
Add asset_id to editComment mutation to allow mongo query happy path to be atomic
2017-05-08 09:57:52 -07:00
Benjamin Goering
b97fa228b1
merge with master after huge coral-embed-stream refactor
2017-05-03 19:19:03 -07:00
Benjamin Goering
0ba973fb44
editComment returns status of comment after edit. UI shows appropriate notifications if PREMOD or REJECTED
2017-05-03 18:05:06 -07:00
Benjamin Goering
b9a3466e2e
Edit UI sends editComment mutation, handles errors
2017-05-02 22:07:23 -05:00
Benjamin Goering
aa18a433f8
Can't edit comment outside of edit window
2017-05-02 16:47:00 -05:00
Benjamin Goering
756b5f8b45
editComment only allows editing real comments authored by the requesting user
2017-05-02 16:09:09 -05:00
Benjamin Goering
a46773887f
Initial working editComment mutation
2017-05-02 14:27:16 -05:00
Belén Curcio
7d56404e84
Merge branch 'master' into subscriptions
2017-04-24 18:09:34 -03:00
Wyatt Johnson
4e060b884b
Fixed bug with status changes in the graph
2017-04-21 12:12:29 -06:00
Wyatt Johnson
e1c8e75405
Merge branch 'master' into subscriptions
2017-04-18 15:43:25 -06:00
Belen Curcio
7424fc9774
Create comments with Tags
2017-04-12 19:42:39 -03:00
Wyatt Johnson
0e0c3f19aa
Fixed tests
2017-03-23 11:11:57 -06:00
Wyatt Johnson
63ef49d595
Initial subscription impl
2017-03-23 11:09:14 -06:00
Wyatt Johnson
93221de563
Added support for total comment count
2017-03-09 17:07:07 -07:00
David Jay
3280ed9ae5
Merge branch 'master' into premod-links
2017-03-03 16:17:40 -05:00
David Jay
be8332da66
Switching link action from flag to premod.
2017-03-03 16:12:53 -05:00
David Jay
2e5d453ea7
Updating link search and adding settings in admin panel.
2017-03-03 15:44:03 -05:00
David Jay
cb88f0a9b7
Flagging links when settings are set appropriately.
2017-03-03 14:32:57 -05:00
Wyatt Johnson
ec09f1ca44
Merge branch 'master' into 138617379_best_comments
2017-03-01 16:47:03 -07:00
Wyatt Johnson
fb96d432ee
Moved action creation upstream
2017-03-01 13:51:32 -07:00
Benjamin Goering
5e0d01a649
lift findById out of add,removeCommentTag mutators and into root_mutation.js defs
2017-03-01 14:15:31 +08:00
Benjamin Goering
30ee80b12c
basic working removeCommentTag mutation
2017-02-28 19:59:33 +08:00
Benjamin Goering
6e338290a1
addCommentTag mutation works
2017-02-28 19:59:32 +08:00
Wyatt Johnson
80706d2fdf
fixed issue related to action create on suspect word match
2017-02-22 10:33:47 -07:00
Wyatt Johnson
a00befafcb
Initial graph tests
2017-02-17 15:48:46 -07:00
Wyatt Johnson
3be8ae39c4
Removed old TODO's
2017-02-15 17:53:13 -07:00
Wyatt Johnson
fa152bda3f
Added count clearning for status changes
2017-02-15 17:48:40 -07:00
Wyatt Johnson
57d4f9d757
Changed new comment's status from null to NONE.
2017-02-15 13:21:15 -07:00
Belen Curcio
594b87208a
GraphQL Review and Responses
2017-02-13 16:00:55 -03:00
Belen Curcio
e2ebac7176
adds new mutations: setCommentStatus
2017-02-13 14:32:48 -03:00
gaba
e2e40ca2b3
Merge branch 'master' into story-137818425-tag-staff
2017-02-10 13:42:50 -08:00
Wyatt Johnson
c637be364a
Moved tag creation into mutator
2017-02-10 12:00:50 -07:00
Wyatt Johnson
2c2541e7be
Added fix for not logged in user
2017-02-10 11:00:12 -07:00
Wyatt Johnson
2e6c7f7b09
First pass at pagination
2017-01-27 12:05:19 -07:00
Wyatt Johnson
26b7d48f1f
Comment ordering fixed, banned users can't do anything
2017-01-24 17:06:40 -07:00
Wyatt Johnson
5e9f8eb624
Fixed statuses
2017-01-24 12:43:22 -07:00
Wyatt Johnson
a7e9c0c776
Const, service, and model updates
...
- Updated enum values to be uppercase
- Updated services to expose service models
- Updated models to only export the mongoose model
- Moved all mongoose static methods over to new services
- Updated tests to refelct new setup
BREAKING
- Status that were uppercased (caps) have caused issues with the
admin pages
2017-01-24 12:10:32 -07:00
Wyatt Johnson
0ec2c11cf7
modularized mutators, loaders
2017-01-20 16:49:19 -07:00