Wyatt Johnson and GitHub
7aa9a6b4f7
feat: upgraded apollo-server-express, logging extension ( #2058 )
2018-11-01 22:05:04 +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
Wyatt Johnson and Chi Vinh Le
c81d612c70
feat: moved some useful tools to common
2018-11-01 18:15:42 +01:00
Wyatt Johnson
f0753214e1
review: upgraded merged upstream @types/mongodb
2018-10-31 18:00:30 -06:00
Wyatt Johnson
f39da1f76b
review: fixed function name
2018-10-31 17:57:21 -06:00
Wyatt Johnson
092e707785
Merge branch 'next' into next-auth
2018-10-29 17:39:06 -06:00
Wyatt Johnson
93b91a0573
feat: added google support
2018-10-29 17:36:15 -06: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
Wyatt Johnson
58e51b299d
feat: created oauth2 abstract class
2018-10-29 15:13:10 -06:00
Wyatt Johnson
c47032f257
feat: support facebook auth
2018-10-29 14:31:47 -06:00
Wyatt Johnson
2571f048ad
feat: support development url's
2018-10-29 14:31:35 -06:00
Wyatt Johnson
33ecbaecda
fix: linting
2018-10-26 12:17:24 -06:00
Wyatt Johnson
3c613754f0
feat: added allowRegistration option
2018-10-25 12:57:20 -06:00
Wyatt Johnson
d1e6d297f3
fix: fixed linting
2018-10-25 12:03:28 -06:00
Wyatt Johnson
6dab5836c3
review: adapted graph responses for OIDC mutations
2018-10-25 11:51:28 -06:00
Wyatt Johnson
ffd0f90965
fix: documentation + moved discover into query
2018-10-25 11:29:10 -06:00
Wyatt Johnson
eadf7bde43
feat: added memoization to the regexp generation
2018-10-25 10:55:22 -06:00
Wyatt Johnson
e7131e1567
fix: adjusted to include the openID
2018-10-25 10:31:43 -06:00
Wyatt Johnson
977161db0a
fix: linting
2018-10-25 08:58:58 -06:00
Wyatt Johnson
45cbac7972
feat: added OIDC management mutations
2018-10-24 16:54:07 -06:00
Wyatt Johnson
0bb64f1d97
feat: added OIDC discovery
2018-10-23 15:27:23 -06:00
Wyatt Johnson
3b6f3c9ea8
fix: rename wordlist to wordList
2018-10-22 15:52:17 -06:00
Wyatt Johnson
fa72d5deda
feat: support new auth methods for Tenants
...
- New Time scalar type is implemented on the Server
- Single Sign-On keys can now be generated
- Single Sign-On keys can be regenerated
- Single Sign-On keys now store the date they were generated on.
- Initial implementation of `AuthenticationTargetFilter`'s
2018-10-19 16:05:58 -06:00
Wyatt Johnson and GitHub
9608198d86
[next] Content Security Policy ( #1972 )
...
* feat: initial csp support
* fix: strip non-frame directives
* review: added tests, fixed some edge cases
2018-10-19 17:06:40 +00:00
Wyatt Johnson and GitHub
9f37c3b3da
Merge branch 'next' into next-static-uri
2018-10-15 22:47:04 +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
Wyatt Johnson
3633fd7afb
feat: added static uri support
2018-10-15 14:56:43 -06:00
Wyatt Johnson
5362a26976
fix: fix graphiql
2018-10-12 15:04:45 -06:00
Wyatt Johnson and GitHub
cda72ba249
[next] Docker + Revision Metadata ( #1991 )
...
* feat: added version metadata, release to Docker
* fix: fixed mistake with export
* fix: adjusted circle cache beheviour
* fix: removed node_modules from workspace
* fix: added version prefix to cache keys
* review: patched invalid job name
* fix: hardcode cache version prefix :(
* fix: improved cache keys
2018-10-12 19:13:55 +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
Wyatt Johnson and GitHub
44e6d4b26a
[next] GraphiQL Fixes ( #1967 )
...
* fix: fixed playground middleware
* fix: replaced express middleware with custom html based middleware
2018-10-10 16:25:26 +00:00
Chi Vinh Le
bd1d677b63
Merge branch 'next' into next-respect
2018-10-04 19:15:00 +02:00
Kiwi and GitHub
13b039099f
Merge branch 'next' into next-profile
2018-10-03 02:15:41 +02:00
Wyatt Johnson
74fc0fab61
feat: cleanup of router
2018-10-02 15:13:01 -06:00
Wyatt Johnson
733ea936d6
feat: simplified view
2018-10-02 14:58:27 -06:00
Wyatt Johnson
41575303a1
feat: added Asset edge on the Comment
2018-10-01 12:20:17 -06:00
Belén Curcio and GitHub
98f90e125d
Merge branch 'next' into next-profile
2018-10-01 14:34:31 -03:00
Belén Curcio
073036e24f
Merge branch 'next' of github.com:coralproject/talk into admin
...
* 'next' of github.com:coralproject/talk:
feat: initial comment count support (#1903 )
2018-09-27 11:45:37 -03:00
Belén Curcio
929fa8ca31
Adding found
2018-09-27 10:37:09 -03:00
Wyatt Johnson
5acd19790a
feat: replaced respect with reaction and added some options!
2018-09-26 16:06:35 -06:00
Wyatt Johnson
fa240376b5
Merge branch 'next' into next-respect
2018-09-26 13:29:45 -06:00
Wyatt Johnson and GitHub
20170333ed
feat: initial comment count support ( #1903 )
2018-09-26 19:23:54 +00:00
Belén Curcio
6dea28ba74
Merge branch 'next' of github.com:coralproject/talk into next-respect
...
* 'next' of github.com:coralproject/talk:
[next] SSO Refactor (#1912 )
2018-09-26 15:11:27 -03:00
Wyatt Johnson and GitHub
4b4b68b885
Merge branch 'next' into admin
2018-09-26 16:27:22 +00:00
Wyatt Johnson and GitHub
35787c15af
Merge branch 'next' into next-profile
2018-09-26 16:27:10 +00:00
Wyatt Johnson and GitHub
b916914faa
[next] SSO Refactor ( #1912 )
...
* feat: support dual sso/jwt auth
* feat: move verifier logic to seperate strategy
* fix: adjusted tests and removed aud claim
* fix: cleanup
2018-09-26 16:26:44 +00:00
Belén Curcio and GitHub
1e8a8d306c
Merge branch 'next' into admin
2018-09-26 13:15:41 -03:00
Wyatt Johnson
411f5bc302
Merge branch 'next' into next-respect
2018-09-26 10:15:37 -06:00
Belén Curcio
bbf98d0b67
First iteration of admin
2018-09-25 15:09:43 -03:00