]> source.dussan.org Git - nextcloud-server.git/commit
Allow avatars for full numeric users
authorRoeland Jago Douma <roeland@famdouma.nl>
Wed, 29 Mar 2017 11:39:48 +0000 (13:39 +0200)
committerRoeland Jago Douma <roeland@famdouma.nl>
Wed, 29 Mar 2017 11:39:48 +0000 (13:39 +0200)
commit54c68519ce1cab9baaf86a29c7172811767d97c4
treeb27fafbc4d64197cb9f99ddf178cfca4a6ce009a
parent626d03e3d47994364500bd6cd5dd9a029b862fb7
Allow avatars for full numeric users

Fixes #4087

Because of fancy javascript if a full numeric uid was used javascript
would convert this to an int. Now we just convert everything to a string
first.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
core/js/jquery.avatar.js