 Wyatt JohnsonandGitHub
|
e7745a85aa
|
[CORL-416] Disable Live Updates (#2391)
* feat: initial implementation
* fix: docs
|
2019-07-05 23:10:19 +00:00 |
|
 Wyatt JohnsonandGitHub
|
51b142035e
|
[CORL-183] Invite Users (#2349)
* feat: initial UI impl
* feat: attach react devtools hook in development
* feat: working mutations
* feat: polished the invite modal with mutation
Co-authored-by: Vinh <vinh@wikiwi.io>
* feat: added check
* feat: improve the invite server impl
* feat: admin invite interface improvements
* fix: update tests
* feat: moved invite UI to admin
* fix: include email enabled as condition for invite
* feat: added admin tests
* feat: added tests for invite complete flow
* fix: review
|
2019-06-28 22:51:42 +00:00 |
|
 Cristian DeanandWyatt Johnson
|
7beab6419e
|
[next] Add redis_options config (#2323)
* [next] Add redis_options config
* fix: updated docs, camelcased arg, used native merge
* fix: improved CI issues
|
2019-05-27 19:07:56 +00:00 |
|
 KiwiandGitHub
|
6da97c57d7
|
[CORL-314] Rename to Coral (#2318)
* chore: rename talk to coral
* fix: lint and unit tests
* fix: snapshot
|
2019-05-22 21:32:24 +02:00 |
|
 KiwiandGitHub
|
898bc0de06
|
feat: allow explicitly disabling client routes (#2311)
|
2019-05-15 01:27:34 +02:00 |
|
 Wyatt JohnsonandKiwi
|
d4b8e5ef70
|
[CORL-281] Metrics (#2298)
* feat: iunitial metrics implementation
* fix: graphql endpoint was throwing errors.
* feat: add metrics env variables to readme
|
2019-05-10 00:26:24 +02:00 |
|
 Wyatt JohnsonandGitHub
|
a91de05af9
|
fix: modified uri parsing for mongodb (#2282)
|
2019-04-25 15:16:36 +00:00 |
|
 Wyatt JohnsonandGitHub
|
e0627925fb
|
[next] Heroku Support (#2240)
* feat: added env-rewrite support
* feat: added heroku support via app.json
* fix: fixed readme linting error
* fix: fixed error in app.json
* fix: improved environment variables exposed by app.json
|
2019-03-22 20:29:02 +00:00 |
|
 Wyatt JohnsonandGitHub
|
9fa5900acc
|
[next] Error and Logging Improvements (#2152)
* feat: added locale support for Tenant
* feat: added secret scrubbing to logs
* chore: cleanup logger
* chore: logger improvements
* feat: re-introduce scoped pretty logger
* feat: added initial error support
* refactor: replace trace-error.TraceError with talk.InternalError
* fix: fixed error logging
* refactor: replaced Error with VError
* fix: repaired issue with error management on api
* fix: patched bug with not found handler
* feat: added translations
* feat: added location path to invalid entries
* refactor: refactored error handling on graph
* fix: moved indexing operations to master node
* refactor: added throw for when the message isn't found in testing
* fix: removed duplicate log
* fix: fixed naming on environment variable
|
2019-02-06 23:42:17 +00:00 |
|
 Wyatt JohnsonandGitHub
|
9b0e6ed53b
|
[next] MongoDB Indexes (#2142)
* feat: added mongo indexing support
* fix: fixed typescript issue
* chore: better types
* fix: revert debug stuff
* fix: addressed ts error
* feat: added config option to disable auto-indexing
* chore: reordered imports
* refactor: cleaned up some filepaths
|
2019-02-06 17:53:34 +00:00 |
|
 KiwiandGitHub
|
065cb4b03a
|
[next] Auth Popup v2 (#2101)
* feat: Implement new Sign In view
* feat: Move forgot + resetPassword to new design
* feat: Implement sign up with new design
* fix: narrow gutter
* test: add unit tests
* test: integration tests
* feat: support show / hide password
* feat: support oauth2 flow
* feat: add views for user completion
* feat: implement oauth2 sign up
* test: fix snapshots
* fix: lint
* fix: get more complete mutation response
* fix: removed array of OIDC integrations
* fix: renamed resolver function
* fix: adapt oidc client implementation
* fix: targetFilter should be stream on signup
* fix: removed unneeded message
* fix: moved password into local profile
* fix: made username optional, removed valid null value
* fix: linting
* fix: respect targetFilter
* feat: support user registration mutations
- Added `setUsername`
- Added `setEmail`
- Added `setPassword`
- Added `permit` to `@auth`
- Added `email` to `User`
* fix: fixed issue with query
* feat: added user password update
* feat: complete sign in mutation
* fix: adapt some rebasing gitches
* test: improve tests
* test: unittest for setting auth token
* fix: failing tests
* test: move most tests from enzyme to react-test-renderer
* fix: remove schema warnings in tests
* test: improve window mock
* test: test different social login configurations
* test: test social logins for sign up
* fix: use htmlFor instead of for
* test: more feature tests
* feat: always go through account completion
* test: feature test account completion
* feat: addtional account completion test
* Update start.ts
* chore: refactor auth token retrieval logic
|
2018-12-20 22:32:04 +01:00 |
|
 Wyatt JohnsonandGitHub
|
326a10dc5d
|
[next] Concurrency (#2136)
* feat: added concurrency options
* fix: Default CONCURRENCY to 2 for development
|
2018-12-20 17:01:10 +00:00 |
|
 KiwiandWyatt Johnson
|
1fc49f8e50
|
[next] Moderate (#2118)
* fix: load .env before building / watching
* feat: Implement AppBar, Brand, and SubBar
* feat: add card ui component
* feat: add modqueue components
* feat: implement modqueue
* feat: add translations
* test: add unit tests
* feat: single comment view
* test: feature / integration tests for modqueue
* test: fix remaining tests
* feature: support TextMatchOptions
* fix: remove body count marker
* fix: remove accidently added package
* feat: testHelper toJSON
* chore: cleanup + comments
* chore: better types
* test: fix test
* chore: refactor decision history test
* chore: tiny fix
* fix: adjust to recent server changes
* fix: marking suspect and banned words
* feat: added moderation queue edge to accept/reject comment payloads
- Simplified moderationQueue returns
- Simplified resolvers
* feat: update counts
* feat: added id's to moderation queue and settings
* fix+test: test count changes, apply fix
* chore: adapt to server change, and remove custom mutation handlers
* fix: use common utils
* fix: purify fix, babel fix
* fix: workaround css treeshake issue and upgrade css plugins
* fix: fixed snapshot
* fix: support empty word lists
* feat: separate client config
|
2018-12-18 18:00:39 +00:00 |
|
 KiwiandWyatt Johnson
|
6d7056d831
|
[next] Add support for embed (#1762)
* Move talk-server/config to talk-common/config
* Refactor build into /src/core/build and use common config
* Add embed webpack config
* Start implementing embed
* Implement embed
* Add pym types
* Add event emitter to Talk Context
* Add MatchMedia test for passing values from the context
* Add support for click far away
* Integrate pym click events to registerClickFarAway
* Add tests
* Resolve merge issues
* Apply PR review
|
2018-08-02 15:29:18 +00:00 |
|
Wyatt Johnson
|
a2a0cebb06
|
feat: initial token issuing support
|
2018-07-17 16:57:36 -06:00 |
|
Wyatt Johnson
|
6f6bedb07a
|
feat: production updates
|
2018-07-16 13:26:41 -06:00 |
|
Wyatt Johnson
|
34ddd2ea0b
|
fix: new mongo parser
|
2018-07-13 16:33:00 -06:00 |
|
Wyatt Johnson
|
fa57c72842
|
linting + initial mutation
- added tslint
- mutation support
|
2018-06-25 14:32:01 -06:00 |
|
Wyatt Johnson
|
6f80a2458c
|
linting
|
2018-06-21 10:44:36 -06:00 |
|
Wyatt Johnson
|
a3e3d93607
|
initial subscription support
|
2018-06-20 15:56:15 -06:00 |
|
Wyatt Johnson
|
4318e1ddbe
|
added tenant + graph support
|
2018-06-16 17:21:04 -06:00 |
|
Wyatt Johnson
|
02e1236792
|
initial commit
|
2018-06-16 17:20:51 -06:00 |
|