Chi Vinh Le
632c4b263e
Merge branch 'next' into next-edit
2018-09-12 20:25:44 +02:00
Kiwi
8b09b52be8
[next] Start a clean session when user logs in / out ( #1853 )
...
* Clear user session after login / logout
* Filename cases
* Improve type checking
* Apply suggestions
2018-09-12 16:04:54 +00:00
Wyatt Johnson
a794fe8cd7
fix: remove assetID from EditCommentInput
2018-09-11 16:35:00 -06:00
Chi Vinh Le
f5e0c6163d
Return null cursor when creating comment
2018-09-06 00:14:47 +02:00
Wyatt Johnson
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
Wyatt Johnson
59cf728681
[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
2018-09-04 18:47:20 +00:00
Chi Vinh Le
0135cb9cc3
Add todo
2018-08-31 17:40:38 +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
Chi Vinh Le
d8b5b00adc
Fix fragments and queries
2018-08-24 14:11:09 +02:00
Wyatt Johnson
0b3aead1d2
[next] Perspective API Integration ( #1797 )
...
* feat: initial toxic comments impl
* feat: improved logging
* feat: tenant cache adapter
* feat: move more types into graphql
2018-08-14 14:37:00 +00:00
Chi Vinh Le
fe7b734b2c
Add UserBox
2018-08-08 01:04:25 +02:00
Chi Vinh Le
09cc76a973
Merge branch 'next' into permalink
2018-08-03 16:05:43 +02:00
Chi Vinh Le
41d4c67728
Merge branch 'next' into permalink
2018-08-03 15:59:48 +02:00
Wyatt Johnson
4606626ec4
[next] Settings/Tenant ( #1758 )
...
* 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
* fix: support tenant cache for oidc strategy
* fix: replace some constructor initializers with property initializers
* fix: audit
* [next] Comments and Moderation (#1759 )
* 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: fixed compile
* fix: import ordering
* fix: merge issue causing build to fail
2018-08-02 20:09:55 +00:00
Kiwi
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
c221f827b4
fix: resolved schema error
2018-08-01 15:52:56 -06:00
Belén Curcio
e519503129
Progress:
2018-07-25 14:06:25 -03:00
Belén Curcio
40ab723cf1
Server retrieve by single comment
2018-07-25 12:15:03 -03:00
Wyatt Johnson
0a0f7ce216
fix: marked username as nullable
2018-07-20 16:26:35 -06:00
Wyatt Johnson
bdd4bfc272
feat: initial passport user auth impl
2018-07-20 14:30:07 -06:00
Belén Curcio
b9a8fdb77b
feat: added support for --only flag
...
Merge pull request #1731 from coralproject/next-watcher-flags
Watcher --only
Use JSDocs comments (#1727 )
Merge branch 'next' into prevent-compile-loop-relay
Merge pull request #1726 from coralproject/prevent-compile-loop-relay
[next] Adapt relay watch config
[next] Remove nodemon (#1725 )
* Remove old nodemon configs
* Remove nodemon
[next] Jest implementation for React Components (#1733 )
* Make jest testing work with custom path and css modules
* Add first test
* feat: added unit tests to ci
* fix: updated package-lock.json
* Update cssTransform.js
* Update cssTransform.js
* Fix test in ci
Adapt files.exclude (#1736 )
Permalink ui
Adding Copy to clipboard functionality
WIP
clean request
wip
progress
progress
work in progress
wip
ui functionality
Translations :/
wip
Merge branch 'permalink' of github.com:coralproject/talk into permalink
* 'permalink' of github.com:coralproject/talk: (42 commits)
[next] Support server side jest testing (#1747 )
Update snapshots
Add comments
Remove precss
Move react-responsive to dev deps
Remove comment
Mobile first approach
Support standard css variables, dynamically set spacing-unit
Add docs
Fully implement Flex and MatchMedia
Responsive Components <3
fix: linting
fix: adjusted pageInfo
Remove obsoloe snapshot
Move jsdom to dev deps
Mark comments as always returning a value
Add comment
Fix unit tests
Translate, concept for translation and id strings
Add aria props
...
Adding Attachment and Popover Component
merge conflicts
progress
Any
Working
Support for refs
Ready
Merge branch 'permalink' of github.com:coralproject/talk into permalink
* 'permalink' of github.com:coralproject/talk: (101 commits)
Ready
Support for refs
Working
Any
progress
merge conflicts
Make timeagoFormatter optional
More colors
Colors
Short circuit endless respawn
fix: new mongo parser
Remove jest from watcher config, as it doesnt run well inside
Add jest set
Apply suggestions
Move react-timeago to dev
Upgrade docz
Cleanup docz scripts
Support watcher sets
[next] Support server side jest testing (#1747 )
Make filter only a pure function
...
2018-07-16 18:36:21 -03:00
Wyatt Johnson
b07073b882
review: tests
2018-07-16 13:14:38 -06:00
Wyatt Johnson
01dab3213a
Merge branch 'next' into next-passport
2018-07-16 11:49:31 -06:00
Chi Vinh Le
6467348296
Merge branch 'next' into timestamp
2018-07-12 16:29:23 -03:00
Wyatt Johnson
871206740f
fix: cleanups for asset
2018-07-11 16:35:20 -06:00
Wyatt Johnson
35ba69c8ed
fix: allow url to not be provided
2018-07-11 16:30:57 -06:00
Wyatt Johnson
c90f6cbe53
Merge branch 'next' into next-passport
2018-07-11 15:42:52 -06:00
Wyatt Johnson
bfede26ddd
fix: adjusted pageInfo
2018-07-11 14:24:51 -06:00
Chi Vinh Le
ec1eff2b9d
Mark comments as always returning a value
2018-07-10 19:14:42 -03:00
Wyatt Johnson
6efe36ceaa
feat: signup enhancements; more extensions to schema
2018-07-10 15:54:52 -06:00
Wyatt Johnson
c0da4e97aa
feat: asset url query
2018-07-10 13:11:36 -06:00
Belén Curcio
805492931b
Implement Timestamp
...
Merge branch 'next' into timestamp
Fix test and translations
Merge branch 'timestamp' of github.com:coralproject/talk into timestamp
* 'timestamp' of github.com:coralproject/talk:
Fix test and translations
Implement Timestamp
2018-07-10 13:34:27 -03:00
Chi Vinh Le
84dd673c2e
Add integration tests!
2018-07-06 21:19:49 -03:00
Wyatt Johnson
15478fe54f
fix: linting
2018-07-05 16:03:34 -06:00
Wyatt Johnson
87ce65755c
feat: initial local passport strategy
2018-07-05 15:58:19 -06:00
Wyatt Johnson
3e90877012
feat: added @auth directive
2018-07-04 14:44:26 -06:00
Chi Vinh Le
796d24db3d
Use pagination container
2018-07-02 19:13:13 -03:00
Wyatt Johnson
1236946312
initial oidc support
2018-06-29 16:11:32 -06:00
Wyatt Johnson
986c92598d
feature: added generated graph types
2018-06-28 17:06:45 -06:00
Kiwi
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
Wyatt Johnson
bcf5658c36
fix: type adjustments
2018-06-27 11:39:26 -06:00
Wyatt Johnson
b51e1c9867
fix: added support for strictNullChecks
2018-06-26 14:46:58 -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
1917a17929
refactored design
2018-06-18 15:50:42 -06:00
Wyatt Johnson
7177988059
added mock tenant api
2018-06-16 17:59:21 -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