Skip to content
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.

Releases: snorremd/talk-plugin-gravatar

Bug fix for storing and accessing avatar uuids in user models

21 May 13:14
ea2ea4f
Compare
Choose a tag to compare

The plugin would no longer correctly import the UserModel module from Talk. This caused the plugin to no longer be able to store or access the avatar uuids in the talk users. This is now fixed.

Working release

22 Apr 22:03
8a5e388
Compare
Choose a tag to compare

Working release tested and working at: https://snorre.io

Fixed bug where only the fallback Gravatar avatar was returned.

Bug fix to fix avatar urls

22 Apr 22:02
2d5c7ac
Compare
Choose a tag to compare
Pre-release

Fixed bug causing undefined avatar id in the avatar URLs.

Initial release of gravatar plugin for live testing

22 Apr 21:48
c40d6e7
Compare
Choose a tag to compare
Initial implementation of gravatar plugin

Adds avatar property to graphql User schema and a corresponding resolver to
create, if necessary, and return an avatar uuid.

Adds server route /avatar/:avatar to proxy avatar requests to Gravatar. It uses
redis cache to improve response times, and ETag http cache directive to enable
browser side caching.

Adds client side graphql container component and view component to render avatars.
Currently the Avatar slot is positioned so that the avatar ends up on top of the
comment rather than left of it. This could be fixed by external css stylesheet
floating the avatar slot and comment left (or something in that fashion).

Signed-off-by: Snorre Magnus Davøen <snorremd@gmail.com>