Belén Curcio
bb7007214d
Adding button
2018-09-13 09:32:05 -03:00
Belén Curcio and GitHub
55b65e6d6a
Merge branch 'next' into ui-tab
2018-09-12 15:15:25 -03:00
Belen Curcio
e6f8b7623b
Adding docs and changes
2018-09-12 15:10:14 -03:00
Kiwi and Wyatt Johnson
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
Belén Curcio
4d7edd24b4
Merge branch 'ui-tab' of github.com:coralproject/talk into ui-tab
...
* 'ui-tab' of github.com:coralproject/talk:
Adapt snapshot
Fix types
Pending comment blur
2018-09-12 09:22:14 -03:00
Belén Curcio and GitHub
1f3523c7f3
Merge branch 'next' into ui-tab
2018-09-12 09:21:57 -03:00
Belén Curcio
d04b9d818c
Test added
2018-09-12 09:20:50 -03:00
Belén Curcio
cc67f2f572
Changes
2018-09-12 09:00:38 -03:00
Belén Curcio
19b1a7882c
Changes
2018-09-12 08:53:22 -03:00
Belén Curcio
b608e8a521
Adding descriptions
2018-09-10 13:22:57 -03:00
Belén Curcio
a8b24187cb
change
2018-09-10 12:55:31 -03:00
Belén Curcio
49bfb6bcbf
Merge branch 'next' of github.com:coralproject/talk into ui-tab
...
* 'next' of github.com:coralproject/talk: (26 commits)
Adapt snapshots
Disable RTE when submitting
Wrap long words
Disable submit button when empty
Fix test
Fix types and tests
Remove outdated workarounds
Remove accidently commited files
Move uuid generation to TalkContext
Full PromisifiedStorage + Simplifications
Update package-lock
Return null cursor when creating comment
Change commentEdge to edge
Update snapshots
Fix types
Reply opens auth popup when not logged in
Better tests
Stream should work outside of iframe for debugging
Add test
Focus RTE when opening reply
...
2018-09-10 12:40:29 -03:00
Belén Curcio
3b01af66b3
Two working examples, primary and secondary
2018-09-10 12:36:13 -03:00
Belén Curcio
e9ab3d1d7f
Working tab example
2018-09-10 12:27:00 -03:00
Belén Curcio
cb3a6b0533
Adding TabContent, TabPane
2018-09-10 11:35:56 -03:00
Belén Curcio
96515eac0c
Added Color palette
2018-09-10 11:24:17 -03:00
Belén Curcio
71c5c7c64f
Basic Tab usage
2018-09-10 11:13:13 -03:00
Chi Vinh Le
89312e3d98
Adapt snapshot
2018-09-07 21:42:11 +02:00
Chi Vinh Le
7644f93e7c
Fix types
2018-09-07 18:24:08 +02:00
Chi Vinh Le
5010e342df
Pending comment blur
2018-09-07 18:18:39 +02:00
Chi Vinh Le
88e44b2baf
Adapt snapshots
2018-09-07 17:32:15 +02:00
Chi Vinh Le
a7e4af46d2
Disable RTE when submitting
2018-09-07 17:29:38 +02:00
Chi Vinh Le
8b938616c9
Wrap long words
2018-09-07 17:00:28 +02:00
Chi Vinh Le
a33a1c47ab
Disable submit button when empty
2018-09-07 16:29:46 +02:00
Chi Vinh Le
fb1b9c51ee
Fix test
2018-09-07 00:59:59 +02:00
Chi Vinh Le
df664bdb73
Fix types and tests
2018-09-07 00:51:57 +02:00
Chi Vinh Le
845fbc1b1b
Move uuid generation to TalkContext
2018-09-07 00:34:17 +02:00
Chi Vinh Le
e132087682
Full PromisifiedStorage + Simplifications
2018-09-06 23:53:29 +02:00
Chi Vinh Le
3a1b043eb7
Merge branch 'next' into next-reply
2018-09-06 21:38:20 +02:00
Kiwi and Wyatt Johnson
53e548d77a
[next] Save Comment Draft + Pym Storage ( #1843 )
...
* Implement pym storage
* Save comment draft + test
* Apply suggestions
* Use class for PymStorage implementation
* Add some comments
2018-09-06 17:07:17 +00:00
Chi Vinh Le
f5e0c6163d
Return null cursor when creating comment
2018-09-06 00:14:47 +02:00
Chi Vinh Le
4d860ab71d
Change commentEdge to edge
2018-09-06 00:09:38 +02:00
Chi Vinh Le
942bcba5a1
Update snapshots
2018-09-06 00:07:14 +02:00
Chi Vinh Le
2bf9b5f2c1
Fix types
2018-09-06 00:07:14 +02:00
Chi Vinh Le
46ff3dea89
Reply opens auth popup when not logged in
2018-09-06 00:07:14 +02:00
Chi Vinh Le
90a875f40e
Better tests
2018-09-06 00:07:14 +02:00
Chi Vinh Le
441cc9d57b
Stream should work outside of iframe for debugging
2018-09-06 00:06:58 +02:00
Chi Vinh Le
28c8252b63
Add test
2018-09-06 00:06:58 +02:00
Chi Vinh Le
444c86cb3c
Focus RTE when opening reply
2018-09-06 00:06:58 +02:00
Chi Vinh Le
110becb075
Implement reply
2018-09-06 00:06:58 +02:00
Chi Vinh Le
ee30003390
Indent comment only
2018-09-06 00:06:58 +02:00
Chi Vinh Le
c96112fc8c
Fix tests
2018-09-06 00:06:58 +02:00
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 Johnson and GitHub
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 and GitHub
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
Wyatt Johnson and GitHub
76d198f2a6
[next] Production Usage ( #1808 )
...
* feat: docker + compression support + headers
* fixed bug with dependancies
2018-09-04 18:36:17 +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