Chi Vinh Le
3658a804b0
Implement live updates for mod actions
2017-06-15 01:08:25 +07:00
riley
ec03c6b48c
merge master
2017-05-22 13:10:43 -06:00
Benjamin Goering
fb33eefe8e
trivial changes requested by review
2017-05-18 08:19:52 -07:00
Benjamin Goering
d93ad38dd1
Admins can change Edit Comment Window length in Moderation Settings
2017-05-17 15:39:19 -07:00
Wyatt Johnson
7a256bdd2b
Merge branch 'master' into 142993479-tags
2017-05-17 10:01:58 -06:00
Wyatt Johnson
ed27209de9
More edit changes
2017-05-12 10:09:25 -06:00
Wyatt Johnson
e2f6d5989a
Merge branch 'master' into 142993479-tags
2017-05-12 07:49:02 -06:00
Wyatt Johnson
ae5da93730
linting fixes
2017-05-11 17:44:51 -06:00
Wyatt Johnson
d497ad3369
initial pagination rewrite, cleanups to comment edit
2017-05-11 17:27:02 -06:00
Wyatt Johnson
0d957bcfb9
Code cleanup related to old tag services
2017-05-11 14:56:36 -06:00
Gabriela Rodríguez Berón
d815d9dc02
Merge branch 'master' into 142993479-tags
2017-05-11 08:30:51 -07:00
Kim Gardner
1314f1972a
Merge branch 'master' into edit-comment
2017-05-10 15:25:27 -04:00
Wyatt Johnson
a3a8d23797
patched bug with adding action
2017-05-10 12:18:42 -06:00
Benjamin Goering
f37a210479
Only use errors from errors.js for EditWindowHasEnded
2017-05-09 15:02:26 -07:00
Wyatt Johnson
2e1bc8d75a
Adjusted query/tag flow
2017-05-09 15:01:01 -06:00
gaba
96cd5197e3
Test was failing as I was not returning an error.
2017-05-08 16:05:40 -07:00
gaba
c4c0ee79cd
Fix tests.
2017-05-08 13:12:24 -07:00
gaba
c72cb2428e
Fixed errors on tags creation
2017-05-08 13:12:19 -07:00
gaba
d7e72bb138
Fix tests.
2017-05-08 13:12:18 -07:00
gaba
cb09c50820
Error on duplicate.
2017-05-08 13:11:48 -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
c3f3ed8a50
Comment edit is no longer extended one ach edit
2017-05-03 14:17:36 -07:00
Benjamin Goering
818c09a9b8
Edit window is now 30s instead of 5min
2017-05-03 14:06:07 -07:00
Benjamin Goering
ae3cbe990b
Edit Comment UI reflects expired edit comment window
2017-05-03 12:34:22 -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
a46773887f
Initial working editComment mutation
2017-05-02 14:27:16 -05:00
Kim Gardner
058aa3f907
Merge branch 'master' into 142993479-tags
2017-04-27 11:59:48 -04:00
gaba
c4ffe58f58
Adds privacy type to the methods to add tags.
2017-04-21 14:30:41 -07:00
Wyatt Johnson
4e060b884b
Fixed bug with status changes in the graph
2017-04-21 12:12:29 -06:00
gaba
bd72bfc6ec
Fix tests related to tags on comments.
2017-04-20 12:24:08 -07:00
gaba
1137fca3b4
Adds Tag Model that will be apply to different models.
2017-04-18 14:03:26 -07:00
Belen Curcio
536b2ed371
Liniting
2017-04-11 13:46:27 -03:00
Benjamin Goering
b0036ef778
Remove findById in error conditions of CommentsService@addTag,removeTag
2017-03-01 14:09:03 +08:00
Benjamin Goering
4b2cc72e1a
Remove unnecessary defensive code in CommentsService
2017-03-01 14:01:12 +08:00
Benjamin Goering
388c3182ea
Change add,removeTag in CommentsService to use simpler query then elemMatch
2017-03-01 13:08:36 +08:00
Benjamin Goering
d6167e10ba
Revert ALLOWED_TAGS declaration to be arr of objects, not strings
2017-02-28 23:57:35 +08:00
Benjamin Goering
4ff6bce8ec
Add ComentsService#removeTag
2017-02-28 19:59:33 +08:00
Benjamin Goering
6e338290a1
addCommentTag mutation works
2017-02-28 19:59:32 +08:00
Wyatt Johnson
a00befafcb
Initial graph tests
2017-02-17 15:48:46 -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
e2ebac7176
adds new mutations: setCommentStatus
2017-02-13 14:32:48 -03:00
Wyatt Johnson
c637be364a
Moved tag creation into mutator
2017-02-10 12:00:50 -07:00
gaba
f2341ca9d3
Adds tag label plugin.
2017-02-09 09:17:56 -08:00
gaba
075e62581e
Tags should be an array
2017-02-08 09:03:21 -08:00
gaba
fc880de9bf
Backend for the tags staff on staff users.
2017-02-07 16:31:39 -08: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