Wyatt Johnson
01ed9880f4
comment count optim, prep for sortBy
2017-08-21 15:26:04 -06:00
Wyatt Johnson
b3e15de9f3
extended verify tool with reply count fixing
2017-08-21 10:40:18 -06:00
Wyatt Johnson
b2e871f4a6
added event for edit to manage reply count
2017-08-19 10:49:50 -06:00
Wyatt Johnson
165d07cae9
improved event layout, added db indicies
2017-08-17 11:56:58 -06:00
Wyatt Johnson
b126cc3cb3
initial impl of cached action counts using ee
2017-08-16 15:47:56 -06:00
Belen Curcio
63a35cbceb
Merge issues
2017-06-07 16:38:36 -03:00
Chi Vinh Le
6b0cdae183
Subscribe to comments
2017-06-05 20:51:08 +07:00
riley
ec03c6b48c
merge master
2017-05-22 13:10:43 -06: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
aeaf809a0f
Made queries more generic related to tags
2017-05-11 14:42:06 -06: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
cb09c50820
Error on duplicate.
2017-05-08 13:11:48 -07:00
Benjamin Goering
a46773887f
Initial working editComment mutation
2017-05-02 14:27:16 -05:00
gaba
1137fca3b4
Adds Tag Model that will be apply to different models.
2017-04-18 14:03:26 -07:00
Wyatt Johnson
735aa6fbd3
Added new Metadata Service and models
2017-04-07 16:40:30 -06:00
Wyatt Johnson
a00befafcb
Initial graph tests
2017-02-17 15:48:46 -07:00
Wyatt Johnson
57d4f9d757
Changed new comment's status from null to NONE.
2017-02-15 13:21:15 -07:00
gaba
10937cf717
Tag.name as string. Debuging comment.tag in Embed stream.
2017-02-09 15:28:09 -08: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
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
05c055c3d2
Merge branch 'master' into preserve-comment-view-state
2017-01-13 15:20:49 -07:00
Wyatt Johnson
c90230c115
Adjusted stream to preserve comment view state
2017-01-12 17:55:08 -07:00
Riley Davis
ad0f530fd3
don't return unpublished comments in My Comments section. add tests
2017-01-12 17:07:35 -07:00
Riley Davis
3285a5ec29
add status to Comment. /comments/pending and /comments/rejected ONLY return the respective comments
2017-01-12 12:16:13 -07:00
David Jay
09e3889793
Updating action type from to for consistency.
2017-01-11 15:42:56 -05:00
David Jay
be3d506459
Moving action metadata to nested object.
2016-12-19 20:10:42 -05:00
riley
2be60b3208
Merged master into my-comments
2016-12-13 14:33:17 -07:00
Wyatt Johnson
61128e9c06
Updated docs, services, tests.
2016-12-13 11:29:48 -07:00
Riley Davis
a5b2a4ebc0
merge master
2016-12-12 11:35:25 -07:00
David Jay
ecbdc5d0b4
Making itemType consistent on backend.
2016-12-09 16:43:04 -05:00
David Jay
bf01543a88
Merge branch 'master' of github.com:coralproject/talk into flag-username
2016-12-09 13:26:48 -05:00
Wyatt Johnson
3d35183e67
Add payload filtering and status_history updates
2016-12-08 15:56:52 -05:00
David Jay
7f24153b4e
Revert "Removing extra commas and collapsing actions into an object in the backend."
...
This reverts commit 9d28577e9b .
2016-12-08 15:47:47 -05:00
David Jay
9d28577e9b
Removing extra commas and collapsing actions into an object in the backend.
2016-12-08 15:27:49 -05:00
David Jay
713cc0cda1
Posting actions to comment and user endpoints.
2016-12-07 19:01:02 -05:00
Wyatt Johnson
40fd5984a9
Added "assigned_by" to status changes
2016-12-05 13:49:12 -05:00
Wyatt Johnson
2f7f0249b2
Added status changing + history
...
- Status's for comments is now an array of objects
2016-12-05 11:28:27 -05:00
Wyatt Johnson
d34cbc7870
Moved the action insert into the action model.
2016-11-28 10:19:33 -07:00
Wyatt Johnson
9d8968f1ce
Corrected action upserting functionality
2016-11-28 10:14:13 -07:00
Riley Davis
28520bfd4a
add get comments by user endpoint. refactor getStream to be functional programming
2016-11-23 17:14:51 -07:00
Wyatt Johnson
7893d425ef
Updated tests
2016-11-21 12:42:42 -07:00
Wyatt Johnson
7cc311bd81
Added wordlist, cleaned comments api
2016-11-21 11:18:52 -07:00
David Jay
fbf27a9d75
Resolving 500 error when deleting an action.
2016-11-15 14:24:38 -05:00