summaryrefslogtreecommitdiff
path: root/test/letter-avatars.js (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use libravatar as drop-in replacement for gravatarSheogorath2019-03-171-2/+2
| | | | | | | | | | | | | | Since libravatar got a default fallback to Gravatar and in generell allows federated image hosting for avatars this shouldn't break any existing implementations. The federation functionality is not added yet. This would require to use the libravatar library. Details: https://wiki.libravatar.org/api/ Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* Fix names with spaces in letter-avatarsSheogorath2019-03-031-2/+41
| | | | | | | | Seems like there is a possible problem when a name containing a space is passed to this function. using urlencode on the name should fix possible problems here. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* Add linting for testsSheogorath2019-01-211-7/+9
| | | | | | | | | | The tests are currently not linted. This causes a different coding style than the rest of the sources. This patch adds the `./test` directory to the eslint testing and fixes linting for existing tests. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* Add a test for gravatar urlsDaan Sprenkels2018-12-221-0/+11
Signed-off-by: Daan Sprenkels <hello@dsprenkels.com>