Commit Graph
164 Commits
Author SHA1 Message Date
Chi Vinh Le 31bc5fa913 WIP 2018-09-06 00:06:28 +02:00
Chi Vinh Le eb74162eef Merge branch 'next' into pym-storage 2018-09-05 23:27:59 +02:00
Wyatt JohnsonandGitHub 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 aa2b70fd8c Save comment draft + test 2018-09-03 12:16:01 +02:00
Chi Vinh Le ccf91480da Implement pym storage 2018-09-03 09:28:09 +02:00
Chi Vinh Le a4002b262b Keep time! 2018-08-31 18:34:00 +02:00
Chi Vinh Le 51e6d5b29e Test optimistic response 2018-08-31 18:14:25 +02:00
Chi Vinh Le 4c1f2e72cb Use createSinonStub 2018-08-31 17:24:42 +02:00
Chi Vinh Le 25e8cb517b Add integration test 2018-08-31 17:15:40 +02:00
Chi Vinh Le 428c35a931 Hide forward ref and fix tests 2018-08-31 16:11:25 +02:00
Chi Vinh Le 792ceed2ad No more patched packages! 2018-08-31 02:28:53 +02:00
Chi Vinh Le 942ce366b8 Finish porting to relay-1.7 including types 2018-08-30 23:49:38 +02: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 0497718764 WIP 2018-08-30 10:23:13 +02:00
Chi Vinh Le c66c5a1ade Implement post comment mutation 2018-08-30 10:23:03 +02:00
Chi Vinh Le a99fe3c0ff Integrate actual translations into integration tests 2018-08-29 22:55:13 +02:00
Chi Vinh Le 13c196983f Implement RTE and HTMLContent 2018-08-29 16:03:04 +02:00
Chi Vinh Le 99e34979d1 Add test 2018-08-27 21:58:28 +02:00
Chi Vinh Le dcb3c23f56 Test, Colorize TextFields, disable on submit 2018-08-27 21:36:36 +02:00
Chi Vinh Le 334c8933c9 Update snapshots 2018-08-27 21:02:43 +02:00
Chi Vinh Le 5381b75a49 Update snapshots 2018-08-27 20:50:46 +02:00
Chi Vinh Le d1d993d0b7 Updated fluent 2018-08-27 14:33:31 +02:00
Chi Vinh Le 9cef7044c7 Design improvements 2018-08-27 14:11:15 +02:00
Chi Vinh Le 3dc3e1435a Use HorizontalGutter component, simplify Flex 2018-08-24 19:11:56 +02:00
Chi Vinh Le d8b5b00adc Fix fragments and queries 2018-08-24 14:11:09 +02:00
Chi Vinh Le 65a212b531 Fix UserBox 2018-08-24 11:17:09 +02:00
Chi Vinh Le 89749926c6 Auto adapt height of popup 2018-08-22 19:29:25 +02:00
Belén Curcio 21cad87ffd Updated snapshots 2018-08-22 10:11:37 -03:00
Belén Curcio 7b5a87207b removing input from user signOff 2018-08-22 09:48:06 -03:00
Belén Curcio bace76decc changes 2018-08-21 22:47:39 -03:00
Belén Curcio ec5cdb5681 Merge branch 'auth-views' of github.com:coralproject/talk into auth-views
* 'auth-views' of github.com:coralproject/talk: (27 commits)
  feat: added token blacklisting
  Compile schema when watching client (#1809)
  TSLint imports ordered
  Missing console.log
  Adding variable to the scope and contemplating undefined from the BE
  Tests updated
  Updated tests and latest changes
  User signedIn enters the stream
  Adding test for FormField, InputDescription and Spinner
  Updated docs
  Adding Spinner Component to UI and some corrections to the docs
  Working validation from the server using CallOuts
  Working validation from the server using CallOuts
  Handling error messages
  Working type submit for forms - Button Component
  Hitting the delete route and deleting the token
  SignOff Mutation
  Progress
  Working signin and comment
  Able to Sign In
  ...
2018-08-21 22:18:48 -03:00
Belen Curcio 348ce99828 TSLint imports ordered 2018-08-17 12:17:22 -03:00
Belen Curcio 1c135a9ccb Adding variable to the scope and contemplating undefined from the BE 2018-08-17 12:02:07 -03:00
Belen Curcio fb2af720ed Tests updated 2018-08-17 11:45:57 -03:00
Belen Curcio 310f250212 Updated tests and latest changes 2018-08-17 11:40:31 -03:00
Belen Curcio 071cf1ce1d User signedIn enters the stream 2018-08-17 10:49:50 -03:00
Belen Curcio e704c6d968 SignOff Mutation 2018-08-16 12:02:09 -03:00
Belen Curcio 551ce1521c Progress 2018-08-15 13:12:19 -03:00
Belen Curcio 8e9ac0748e Working signin and comment 2018-08-15 12:05:38 -03:00
Belen Curcio 7c5ff1bcb1 Able to Sign In 2018-08-14 13:11:35 -03:00
Belen Curcio 6648dfe492 Adding InputDescription Component 2018-08-13 12:59:53 -03:00
Belen Curcio 4688f170e4 updated snapshots 2018-08-13 12:13:00 -03:00
Belen Curcio f19ada431d Merge branch 'auth-views' of github.com:coralproject/talk into auth-views 2018-08-13 11:58:22 -03:00
Belén Curcio 4c86d842dd Validations for all forms: SIGN UP, SIGN IN, FORGOT PASSWORD, RESET PASSWORD 2018-08-13 00:20:15 -03:00
Belén Curcio ab4ca7f24c Adding PoweredBy and more 2018-08-12 22:52:03 -03:00
Belén Curcio 9e39a093fd Adding UserBoxAuthenticated and using correct properties for the Flex Component 2018-08-12 22:12:23 -03:00
Belén Curcio b30404699b Merge branch 'rest-next' of github.com:coralproject/talk into auth-views
* 'rest-next' of github.com:coralproject/talk:
  Support rest and implement SignIn and SignUp Rest + Mutations
  Add rest endpoints
  Add rest client
  Use setAuthToken mutation
  Add post message listeners
  Add complex value test
  Add PostMessage Service
  Fix linter
  Support authentication
2018-08-12 21:54:35 -03:00
Belén Curcio de5c37ebcf Stream Styling 2018-08-12 19:22:50 -03:00