Kiwi and GitHub
37959f9398
[CORL-130] Handle non-visible comment status ( #2213 )
...
* feat: support blue color in message
* feat: Show message when comment is in review
* feat: handle non-visible comment status
* test: add feature test for handling invisible comment status
* fix: apply review
* chore: better comment :-)
* Update isVisible.ts
2019-03-05 19:15:33 +01:00
Wyatt Johnson and GitHub
a5c98cd587
[next] Comment Reply Revisions ( #2072 )
...
* feat: added revision id support for replies
* feat: use createCommentReply
2018-11-27 21:56:12 +00:00
Wyatt Johnson and GitHub
1dc400ba58
[next] Rename Asset to Story ( #2044 )
...
* feat: rename asset -> story in server
* feat: renamed asset -> story for client code and tests
* feat: renamed article -> story
2018-10-29 22:49:35 +00:00
Kiwi and Wyatt Johnson
2e6237b9d9
[next] Implement Comment History Pagination ( #2008 )
...
* refactor: profile
* feat: add pagination to comment history
* feat: add getMeSourceID helper
* feat: update profile in CreateCommentMutation
* fix: clear query response cache on mutation
* test: add integration tests for profile
* test: add unit tests
2018-10-19 17:54:40 +00:00
Wyatt Johnson and GitHub
e9c80fc02a
[next] Relay GraphQL Batching ( #1965 )
...
* feat: added graphqlBatch
* refactor: cleanup of json serial
* refactor: cleanup of json serilization
* feat: use react network layer
* fix: adjusted broken user
* fix: temporarily disable cache for profile query
* test: temporarily use precompiled modules
* fix: bug when updating comment count on an asset
* fix: compile modules to commonjs for jest
* test: add react-relay-network-layer to transform whitelist
* fix: use react-relay-network-layer/es
* types: add react-relay-network-modern typescript types
* feat: integrate custom error middleware
* review: add todo
2018-10-15 22:46:21 +00:00
Chi Vinh Le
0feb7384b2
Merge branch 'next' into next-comment-counts
2018-10-08 21:07:08 +02:00
Wyatt Johnson and GitHub
945cdfc298
fix: documentation
2018-10-04 22:34:54 +00:00
Belén Curcio
aa105061c9
Adding comment count
2018-10-04 18:31:16 -03:00
Belén Curcio
66c3a48668
It was the optimistic response
2018-09-26 17:07:38 -03:00
Chi Vinh Le
8c2d811b55
Remove unused line
2018-09-24 22:04:03 +02:00
Chi Vinh Le
acdcd16b4d
Add some comments
2018-09-24 20:16:29 +02:00
Chi Vinh Le
62a1fc5901
Implement local reply list for last threading level
2018-09-24 20:08:11 +02:00
Chi Vinh Le
cf070ddb0f
Merge branch 'next' into next-edit
2018-09-11 21:40:47 +02:00
Chi Vinh Le
a36d944e4a
Implement edit
2018-09-11 00:15:27 +02:00
Chi Vinh Le
5010e342df
Pending comment blur
2018-09-07 18:18:39 +02:00
Chi Vinh Le
845fbc1b1b
Move uuid generation to TalkContext
2018-09-07 00:34:17 +02:00
Chi Vinh Le
110becb075
Implement reply
2018-09-06 00:06:58 +02:00
Chi Vinh Le
c96112fc8c
Fix tests
2018-09-06 00:06:58 +02:00
Wyatt Johnson and GitHub
3897b06029
[next] Comment Editing ( #1795 )
...
* feat: initial impl of comment edits
* feat: added edit metadata
* review: switched out explcit null + nullable types
* fix: changed commentEdge -> edge, test comments
* [next] Tasks (#1777 )
* feat: initial support for synced tenants
* fix: cleanup
* fix: logger now respects logging level
* fix: cache now ignores updates issued from itself
* feat: print subscriber count
* feat: initial moderation + validation for new comments
* fix: added Promiseable type
* feat: initial actions impl
* feat: more moderation phases
* fix: handle settings inheritence
* fix: moved settings into new file
* fix: defaults and documentation
* fix: replace merge with object spread
* feat: added integration with akismet
* fix: support tenant cache for oidc strategy
* fix: fixed compile
* fix: import ordering
* feat: added bull for queue support
* feat: support for scraping
* fix: fixes for scraper
- Implemented simple metascraper replacement (to resolve security advisory
warning)
- Implemented simle dotize replacement (to resolve not
working version that couldn't handle date objects)
- Plugged in asset scraping to asset creation process
* fix: handles array values
* feat: added initial scraper implementation
* feat: seperate queues but share config
* fix: simplified auth data access
* feat: moved more settings into the graph
* feat: improved mailer design
* fix: fixed issue with dotize
* fix: fixed some issues with adapter
* fix: queue cleanup
* feat: added organizationName to Tenant
* feat: email rendering
* review: support es6 imports
* fix: restore old ci step
* fix: adjusted logging messages
* fix: linting
2018-09-04 18:57:41 +00:00
Chi Vinh Le
0dcff65344
Upgrade react-relay types
2018-08-30 16:43:01 +02:00
Chi Vinh Le
b83d965d6c
Better naming
2018-08-30 16:15:56 +02:00
Chi Vinh Le
7ab70b8484
Update relay-runtime types
2018-08-30 15:41:08 +02:00
Chi Vinh Le
c66c5a1ade
Implement post comment mutation
2018-08-30 10:23:03 +02:00
Kiwi and Wyatt Johnson
65c8da0f34
Merge client into next ( #1709 )
...
* Merge client
* Add linting script
* Rename serve to start:development
* Move error harmonization and handling to network layer
* Show Comment Stream
* Added initial test
2018-06-27 22:06:30 +00:00