Kiwi and Wyatt Johnson
097294909b
[next] Embed: Defer login/logout until ready ( #2123 )
...
* feat: Embed defer login/-out until ready
* fix: make remove work with lazy render
* fix: typo
* fix: another typo
* fix: test
* chore: replace query-string for querystringify
* fix: types
* chore: small refactor
* feat: added webpack analzyer
* chore: rename compile -> generate
* fix: fix scripts and improve bundle size
* fix: lodash webpack plugin
2018-12-15 00:07:09 +00:00
Wyatt Johnson and Kiwi
6f538d3235
[next] DOM Purification ( #2115 )
...
* feat: added purify + linkify + better link detection
* fix: linting + tests
* chore: refactor RequireProperty Type
2018-12-13 00:14:29 +01:00
Wyatt Johnson and Kiwi
e134b4de04
[next] Flag Improvements ( #2114 )
...
* fix: applied fix for reaction mutation
* fix: removed comment length flag
* feat: added additionalDetails field to flags
* feat: added other flag type
2018-12-12 22:49:51 +01:00
Wyatt Johnson and Kiwi
4584c3d4fb
[next] Moderation Queues ( #2098 )
...
* fix: edit comment fix for reactions
* feat: Comment Queue Counts
- Removed "remove flag"
- Rearranged moderation services
- Rearranged comment counts on stories
- Added moderation queue counts to stories
- Added comments edge
- Improved Cursor/Connection types
- Improved count updators for stories
* feat: added shared comment counts and queues
- Added new AugmentedRedis type
- Added more log calls
- Update counts in shared counter as well
- Return a Query level Moderation Queue
* fix: fixed test
2018-12-07 00:37:33 +01:00
Kiwi and GitHub
5b62082693
[next] Decision History ( #2103 )
...
* feat: decision history components
* feat: implement decision history container
* test: add unit tests
* test: integration test
* test: fix remaining snapshots
* test: add more concepts from react-testing-library
* fix: wrap long username into the next line
* fix: fallback to word-break: break-all;
2018-11-30 20:51:45 +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
Kiwi and Wyatt Johnson
3fcb9a179a
[next] Support external config ( #2088 )
...
* fix: correctly determine expired token
* feat: support external config
* fix: lint
* fix: npm audit fix
2018-11-27 18:54:55 +00:00
Kiwi and GitHub
50cb46a053
[next] Delay showing loading spinner ( #2090 )
...
* feat: delay showing loading spinner
* fix: snapshots
* fix: lint
* fix: make delay duration shorter
2018-11-21 23:14:15 +01:00
Wyatt Johnson and Kiwi
21e1a5cbef
[next] Comment Moderation Actions ( #2068 )
...
* fix: renamed snake case to camel case
* fix: changed case for mutators
* fix: renamed all snake case to camel case for db
* feat: added support for comment revisions + split comment actions
* fix: updated tests
* feat: implemented CommentModerationAction
* fix: fixed case issues
* feat: enabled WeakMap for wordList processsing
* chore: npm audit
2018-11-21 17:42:47 +01:00
Kiwi and GitHub
13147c4ba4
[next] UserBox with respect to auth settings ( #2079 )
...
* feat: adapt userbox according to settings in embed stream
* fix: lint and test
* feat: respect allowRegistration
2018-11-20 17:56:02 +01:00
Kiwi and GitHub
6fa0c7f538
[next] Support login and logout for TalkStreamEmbed ( #2081 )
...
* feat: Support login and logout for TalkStreamEmbed
* fix: better test names
* fix: remove obsolete line
2018-11-20 17:48:57 +01:00
Kiwi and GitHub
ecdb4e1307
[next] Broadcast mutation events ( #2083 )
...
* feat: Implement mutation events
* fix: correct testcase name
2018-11-20 15:44:07 +01:00
Kiwi and Wyatt Johnson
05350d651f
[next] Admin Configure ( #2076 )
...
* feat: Add RadioButton and CheckBox
* feat: configure facebook and google auth
* feat: configure sso, localAuth and displayName + some tests
* test: add integration tests for configure auth
* test: more integration tests
* feat: add oidc support
* test: add oidc integration test
* feat: generate sso key initially
* fix: import fetchQuery from correct package
* fix: admin url
* fix: set timezone to utc when testing
* refactor: improve route config
* fix: remove obsolete line
* fix: clientMutationId increment
* fix: oidc only create when enabled
* fix: copy
* test: update snapshots
* feat: fixed graphql logging extension
* Update src/locales/en-US/admin.ftl
Co-Authored-By: cvle <vinh@wikiwi.io >
* Apply suggestions from code review
Co-Authored-By: cvle <vinh@wikiwi.io >
* test: update snapshots
* fix: change Local Auth to Email Authentication
* fix: copy updates
2018-11-19 22:47:32 +00:00
Wyatt Johnson and GitHub
ca12b73b55
[next] Story Mutations ( #2055 )
...
* feat: added mutations for removing + scraping stories
- added mutation for removing stories
- added mutation for scraping stories
- renamed all delete* to remove* to avoid reserved keyword collision
* fix: linting
* feat: implemented createStory
* feat: added support for createStory
* feat: improved Story deletion
- Deletes comments on the deleted Story
- Deletes actions of comments that were deleted via new
`root_item_id` parameter for Comment Action's
- Added logging around critical components of the remove
process
* feat: implemented mergeStory
- Added new merge function for root actions
- Added new merge function for story comments
- Added new merge function for comment status counts
- Added new remove stories function
* fix: fixed story creation method
* fix: added action count merging
* fix: removed outdated file
* fix: removed queue that got duplicated via rebase
* fix: prevent error when action counts are empty
2018-11-02 23:18:12 +00:00
Wyatt Johnson and Kiwi
b3cfe32631
[next] Story Improvements ( #2054 )
...
* feat: improved logs
* feat: improved scraper
- added scraper debug graph call
* feat: improved story closing
* fix: fixed tests
2018-11-01 21:34:48 +01:00
Kiwi and Wyatt Johnson
bc5db7b599
[next] Admin auth + design ( #2056 )
...
* feat: extract jwt information
* feat: login status dependent auto redirect
* feat: Sign Out button
* feat: add a 404 page
* feat: improve loading state and use auth token info
* feat: redirect to previous destination
* feat: implement new design
* fix: change asset to story
* feat: add translations
* feat: more compact design
* test: add unit tests
* chore: refactor NavigationLink
* test: add integration tests
* chore: refactor replaceHistoryLocation
* fix: typo
* fix: property name typo
2018-10-31 23:11:32 +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
38fba52839
[next] Show reply information ( #2020 )
...
* feat: Implement replyTo
* feat: use full size buttons on small screens
* feat: show full size buttons in edit form on small screens
2018-10-26 17:56:35 +00:00
Kiwi and GitHub
cd2ccf8792
Merge branch 'next' into next-ui-select
2018-10-19 20:42:56 +02:00
Chi Vinh Le
d3f6762458
test: adapt snapshot
2018-10-19 20:33:35 +02:00
Kiwi and GitHub
f5324f65bb
Merge branch 'next' into next-ui-select
2018-10-19 20:22:53 +02:00
Chi Vinh Le
a3aca825e3
feat: upgrade react and enzyme
2018-10-19 20:19:27 +02:00
Wyatt Johnson and GitHub
917fffc292
Merge branch 'next' into next-inReplyTo
2018-10-19 17:54:57 +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
Kiwi and Wyatt Johnson
bc4d746291
fix: use asset url ( #2005 )
2018-10-19 17:32:12 +00:00
Chi Vinh Le
1176080aee
feat: Implement InReplyTo
2018-10-19 17:31:21 +02:00
Chi Vinh Le
ea5d907ff5
fix: remove 80% max-width
2018-10-17 17:26:30 +02:00
Chi Vinh Le
b74e8f3390
fix: only break words when necessary
2018-10-17 17:09:53 +02:00
Chi Vinh Le
dcc4b4a892
fix: styles closer to design
2018-10-17 17:07:54 +02:00
Wyatt Johnson and GitHub
3a9bcaa8b0
Merge branch 'next' into profile-mobile
2018-10-16 18:23:28 +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
Belén Curcio and Wyatt Johnson
ba15cbf23c
[next] Pluralization for the comment count ( #1983 )
...
* Pluralization comment count
* Adding updated snapshots
* fix: snapshots
2018-10-12 17:28:59 +00:00
Kiwi and Wyatt Johnson
cf2be96a13
[next] Permalink View ( #1987 )
...
* feat: Implement converation thread
* Update unit tests
* test: adapt integration tests
* test: refactor denormalization helpers
* test: Include multiple parents in permalink View
* test: add integration test for loading previous parent comments
* feat: use dashed & solid time line
* feat: use new conversation thread design
* feat: add header from new design
* test: update snapshots
* fix: better scrolling behavior
* feat: add user box
* fix: add translations
* fix: typo
* fix: plural translation
* fix: paddings
* feat: better styling for level 0 comments
* fix: gutter size
* fix: update iframe url with new comment id
* test: add unit tests
2018-10-12 16:41:58 +00:00
Wyatt Johnson and GitHub
8184c3932e
[next] Install ( #1957 )
...
* Wip
* Adding Wizard and initial step <3
* Wip
* Adding more steps to the Install Wizard
* Mantaining state across steps
* Adding Steps
* Step Component
* wip
* feat: improved logging
* feat: added tenant install route
* Progress
* Refactor
* Adding rest install mutation
* Wip
* Done
* Addding snapshots
* URL validators
* Adding validation for url, and final step
* Header component and main variants
* fix: resolved router
* fix: corrected spec for prop
* fix: updated test snapshot
* Translations
* Translations
* Adding extra validation
* prefixing events with On - onSaveData
* prefixing events with On - onSaveData
* Adding translations, and colors from the palette
* Centering steps
* Ready
* feat: added production redirects
* fix: fixes during production
* fix: removed dead code
* Placeholder translations
* removing submit from cancel
* Adding a description for the URL field
* typo
* Refactor and renaming
* Using white as var
* Refactor and renaming
* feat: use new palette colors
* fix: extracted styles
* Adding await to avoid race condition with setState :)
* lint
* feat: added urls
* fix: wizard leaking styles
* fix: simplify icon style
* fix: adjust global body css to remove padding to allow seamless integration
* fix: types and small refactors
* fix: correctly filter wizard children
* refactor: simplify step containers
* fix: better typecheck
* test: remove obsolete snapshots
* fix: don't export FormProps
2018-10-11 22:13:02 +00:00
Belén Curcio
343784dcb1
Profile Mobile version
2018-10-10 10:39:33 -03:00
Belén Curcio and Wyatt Johnson
0d588f2f28
[next] Login prompt for not signed in users trying to react to comments. ( #1979 )
...
* Fixing the commentCount for 0 comments
* Show signIn when logged-off user reacts to a comment
* Snapshots updated
* removing graphiql
* Reaction: Icon - Label - Count
2018-10-09 16:33:13 +00:00
Belén Curcio
49ec2bf18e
Merge branch 'next-comment-counts' of github.com:coralproject/talk into next-comment-counts
...
* 'next-comment-counts' of github.com:coralproject/talk: (53 commits)
fix: Readd and fix App unittest
fix: undesired margin
Correct optimitic updates
fix: correct typings
fix: linting
Optimistic Responses updated
Adding optimisticresponse for deleteCommentReaction
Changes
test: use baseComment and baseAsset in fixtures
fix: lint
test: simplify tests
fix: pass settings to deeper ReplyListContainer
fix: remove debug
fix: test updates
feat: replaced respect with reaction and added some options!
Adding spected
More snapshots
It was the optimistic response
Adding actionCounts to the fixtures
Updated snapshots
...
2018-10-08 16:44:24 -03:00
Belén Curcio
ae63e9a975
tiny refactor
2018-10-08 16:43:54 -03:00
Chi Vinh Le
0feb7384b2
Merge branch 'next' into next-comment-counts
2018-10-08 21:07:08 +02:00
Chi Vinh Le
b69313a01e
fix: Readd and fix App unittest
2018-10-08 20:53:02 +02:00
Belén Curcio
ec539c2dae
Tests updated
2018-10-08 15:01:34 -03:00
Belén Curcio
51b7f5470e
Refactor
2018-10-08 14:58:10 -03:00
Chi Vinh Le
11fb12a22a
fix: undesired margin
2018-10-08 16:24:18 +02:00
Belén Curcio
7e7a5856c2
Revert "Revert "Using fragment and updated fixtures""
...
This reverts commit 333e1a6dac .
2018-10-08 08:41:40 -03:00
Belén Curcio
333e1a6dac
Revert "Using fragment and updated fixtures"
...
This reverts commit 8dae12b5ab .
2018-10-05 10:05:28 -03:00
Belén Curcio
8dae12b5ab
Using fragment and updated fixtures
2018-10-05 09:54:47 -03:00
Belén Curcio
7c7f7f2a19
Merge branch 'next-comment-counts' of github.com:coralproject/talk into next-comment-counts
...
* 'next-comment-counts' of github.com:coralproject/talk:
fix: documentation
2018-10-04 20:27:25 -03:00
Belén Curcio
bd7903fc53
Snapshots updated
2018-10-04 20:27:03 -03:00
Wyatt Johnson and GitHub
945cdfc298
fix: documentation
2018-10-04 22:34:54 +00:00
Belén Curcio
d3fb04225c
Snapshots updated
2018-10-04 18:35:24 -03:00