diff options
author | Maxime Quandalle <maxime@quandalle.com> | 2015-06-08 11:47:06 +0200 |
---|---|---|
committer | Maxime Quandalle <maxime@quandalle.com> | 2015-06-09 15:57:45 +0200 |
commit | 46cc69153482a6138e1057ece9cec836dd95451e (patch) | |
tree | 79a22f159d20dfca8af4b50877ed40a335233763 /.meteor/versions | |
parent | 98d7278d08dabc9e1da5dcd9a9bb968ab369520e (diff) | |
download | wekan-46cc69153482a6138e1057ece9cec836dd95451e.tar.gz wekan-46cc69153482a6138e1057ece9cec836dd95451e.tar.bz2 wekan-46cc69153482a6138e1057ece9cec836dd95451e.zip |
Re-factor the avatar system and support avatar uploads
The user is now able to upload an avatar, and pick one in a list.
This functionality should eventually be abstracted in a community
package but we still need to work on a great public API. We rely on
collectionFS to manage uploaded avatars. We also removed
bengott:avatar which was trying to solve the wrong problem (namely
displaying the avatar, which is as simple as displaying an image), and
not a avatar system as it should be.
Gravatar support is coming (back) soon. We may also want to have a
list of default fun avatars the user can choose instead of uploading
its own one.
Diffstat (limited to '.meteor/versions')
-rw-r--r-- | .meteor/versions | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.meteor/versions b/.meteor/versions index 46ab71d1..5fe0a841 100644 --- a/.meteor/versions +++ b/.meteor/versions @@ -6,7 +6,6 @@ alethes:pages@1.8.4 audit-argument-checks@1.0.3 autoupdate@1.2.1 base64@1.0.3 -bengott:avatar@0.7.6 binary-heap@1.0.3 blaze@2.1.2 blaze-tools@1.0.3 @@ -52,9 +51,6 @@ iron:location@1.0.9 iron:middleware-stack@1.0.9 iron:router@1.0.9 iron:url@1.0.9 -jparker:crypto-core@0.1.0 -jparker:crypto-md5@0.1.1 -jparker:gravatar@0.3.1 jquery@1.11.3_2 json@1.0.3 kenton:accounts-sandstorm@0.1.3 @@ -107,7 +103,6 @@ softwarerero:accounts-t9n@1.0.9 spacebars@1.0.6 spacebars-compiler@1.0.6 srp@1.0.3 -stylus@1.0.7 tap:i18n@1.4.1 templating@1.1.1 tmeasday:presence@1.0.6 |