Wyatt Johnson
3129a6615f
added direct download mutation
2018-04-20 09:37:20 -06:00
Wyatt Johnson
67405937ed
adjusted download to include all comments
2018-04-19 10:48:48 -06:00
Wyatt Johnson
dcf10643a0
Merge branch 'master' into gdpr-download
2018-04-17 13:09:17 -06:00
Belén Curcio
d17c704f38
Merge branch 'master' into server-jest
2018-04-17 13:01:19 -03:00
Wyatt Johnson
f23f962adb
Updated error styling
2018-04-16 10:47:09 -06:00
Wyatt Johnson
12bb886032
itterated on copy
2018-04-13 18:24:46 -06:00
Wyatt Johnson
392d7177f6
Merge branch 'master' into gdpr-download
2018-04-12 15:17:12 -06:00
Wyatt Johnson
9598e6d426
Merge branch 'master' into ignored-users-reply
2018-04-12 10:54:00 -06:00
Wyatt Johnson
8042083f6c
Merge branch 'master' into autocomplete-off
2018-04-12 10:46:04 -06:00
Belén Curcio
8232ae3e76
Merge branch 'master' into ignored-users-reply
2018-04-12 13:45:32 -03:00
okbel
0206804bf4
autocapitalize off for the username field
2018-04-12 12:18:22 -03:00
Wyatt Johnson
86385e0d86
Jest for server
...
- Introduced the Jest testing framework into our server side code so
plugins can now have tests that run
2018-04-11 19:02:38 -06:00
Wyatt Johnson
412fd34cc1
Merge branch 'master' into gdpr-download
2018-04-11 13:46:46 -06:00
Wyatt Johnson
2e74f79b79
Ignored User Reply Notifications
2018-04-10 17:33:56 -06:00
Wyatt Johnson
f1b8d71cba
Refactored Errors
2018-04-10 16:51:07 -06:00
Wyatt Johnson
8a7d4c4fcc
readme update
2018-04-09 16:14:25 -06:00
Wyatt Johnson
adb7e97a91
Merge branch 'master' into gdpr-download
2018-04-09 16:09:53 -06:00
Wyatt Johnson
43e3cb8f10
cleanup of plugin code
2018-04-09 16:07:05 -06:00
Wyatt Johnson
333ef98378
Added new plugin
2018-04-09 15:58:31 -06:00
okbel
3fcad35492
autocomplete off
2018-04-09 16:27:02 -03:00
Wyatt Johnson
ee163af833
Merge branch 'master' into slot-bug
2018-04-05 11:19:59 -06:00
okbel
edbe49618a
Adding size, and proptypes
2018-04-03 20:17:31 -03:00
Kim Gardner
232ed4f4ef
Merge branch 'master' into restore-links
2018-04-02 13:42:32 -04:00
okbel
24c1abaa06
Removing plugin
2018-03-30 16:05:25 -03:00
Chi Vinh Le
fe75d9543c
Restore Links
2018-03-30 20:12:10 +02:00
okbel
9cc089b3b2
renaming slot :D
2018-03-30 10:37:42 -03:00
okbel
ae674a4e62
Merge branch 'terms-and-conditions' of github.com:coralproject/talk into terms-and-conditions
...
* 'terms-and-conditions' of github.com:coralproject/talk: (136 commits)
Remaining rename
Give descriptive key for slot elements and use it instead of talkPluginName
Add back missing tutorial
removed unused plugin from directory
expanded fix to staff replies
Fix notification responsiveness
Profile my comments responsive fixes
Notification fixes
Remove italic styling from blockquote
Better disabled detection
Disable hover on touch devices
docs update
Let browser insert text
Support nested feature instance
Rename buttons to feature
Add classNames for styling
Shortcut support
Fix append new line after node..
Better selection behavior
Remove all unwanted style attr
...
2018-03-30 10:36:33 -03:00
okbel
ec117a67aa
renaming
2018-03-30 10:35:49 -03:00
Chi Vinh Le
f32c9fa6b1
Remaining rename
2018-03-29 22:51:40 +02:00
Chi Vinh Le
761e372016
Give descriptive key for slot elements and use it instead of talkPluginName
2018-03-29 22:47:27 +02:00
okbel
8d147c9e7b
Styling
2018-03-29 13:27:35 -03:00
Belén Curcio
4a4c502fdd
Merge branch 'master' into terms-and-conditions
2018-03-29 11:20:01 -03:00
okbel
bfea8b00e1
adding it back
2018-03-29 11:18:29 -03:00
okbel
ff9a212cfb
with hasBlockers
2018-03-29 11:10:22 -03:00
okbel
0b3b252fc3
changes
2018-03-29 10:56:18 -03:00
Wyatt Johnson
02326cd3a7
Merge branch 'master' into responsive-fixes
2018-03-26 16:45:42 -06:00
Wyatt Johnson
05b29f2f06
Merge branch 'master' into docs
2018-03-26 16:29:27 -06:00
Wyatt Johnson
a128c7cb76
Merge branch 'master' into responsive-fixes
2018-03-26 16:27:13 -06:00
Wyatt Johnson
cf61ca0485
Merge branch 'master' into docs
2018-03-26 16:26:57 -06:00
Wyatt Johnson
7c9fd2acb3
Merge branch 'master' into notification-fixes
2018-03-26 16:14:22 -06:00
Wyatt Johnson
34e3266a6f
expanded fix to staff replies
2018-03-26 16:06:40 -06:00
Chi Vinh Le
bc11eaa9c8
Fix notification responsiveness
2018-03-26 23:11:14 +02:00
Wyatt Johnson
cd412056ad
Notification fixes
...
- When a comment reply is not visible, it will not trigger a
notification email.
- When a comment is approved/accepted, we'll check to see if the comment
was visible before, if not, we'll delegate to the new reply notification
handler to possibly send a notification email.
2018-03-26 15:01:55 -06:00
Chi Vinh Le
0865c4d5ad
Remove italic styling from blockquote
2018-03-26 22:56:26 +02:00
Chi Vinh Le
dca9b19240
Better disabled detection
2018-03-26 22:44:24 +02:00
Chi Vinh Le
5b9d24a029
Disable hover on touch devices
2018-03-26 22:35:21 +02:00
Jeff Nelson
b646320b92
Merge branch 'master' into docs
2018-03-26 15:31:16 -04:00
Wyatt Johnson
e86cfaaa5b
docs update
2018-03-26 12:52:04 -06:00
okbel
f8fbedd727
Styling and translations
2018-03-26 12:06:38 -03:00
okbel
2cf047a393
Adding checkbox, working on the translations
2018-03-26 11:36:10 -03:00