summaryrefslogtreecommitdiffstats
path: root/client/components/users/userAvatar.jade
Commit message (Collapse)AuthorAgeFilesLines
* - Remove avatar url fix javascript version, it breaks too easily.Lauri Ojansivu2018-08-221-1/+1
| | | | | | | | | Same can be done with Caddy. Thanks to xet7 ! Closes #1776, closes #386
* - Remove suburl from beginning of avatar file path, so that avatar imagesLauri Ojansivu2018-08-221-1/+1
| | | | | | | | | | | don't get broken when root-url changes to different sub-url. This does not change avatar urls in database, instead this fixes url on the fly after loading avatar url from database. Thanks to xet7 ! Closes #1776, closes #386
* - Revert "Fix vertical align of user avatar initials",Lauri Ojansivu2018-07-031-1/+1
| | | | | | | | so that initials are again visible. Thanks to pravdomil and xet7 ! Reverts https://github.com/wekan/wekan/pull/1714
* fix vertical align of user avatar initialspravdomil2018-06-191-1/+1
|
* Fix permissions (isBoardMember to isNotCommentOnly)nztqa2017-11-271-6/+6
|
* Initials to be translatable.Lauri Ojansivu2017-06-191-1/+1
|
* UI: Center text in the avatars (#581)Alexander Sulfrian2016-04-211-1/+1
|
* Fix avatar support on SanstormMaxime Quandalle2015-12-301-2/+2
| | | | | | | | | | The bug comes for 9154b06 which this commit partially reverts. The synchronization between the user document profile and the Sandstorm HTTP headers is still not perfect. Having a clean model may requires the `accounts-sandstorm` to expose a hook to modify the user document just after the `services.sandstorm` credentials are updated. Fixes #460
* Upgrade kenton:accounts-sandstorm package to 0.1.6Maxime Quandalle2015-10-211-2/+2
| | | | | We now delegates more user attributes sync (avatar and permissions) to this package instead of doing it ourselves.
* Support avatars and improve permissions integration on sandstormMaxime Quandalle2015-09-051-4/+5
| | | | | | | We now update the internal state of the application every time a user connects to the application, which means that if the sandstorm sharing graph has changed since the last time we saw a user, his permissions will be updated accordingly.
* Update translation source fileMaxime Quandalle2015-09-011-6/+5
|
* Increase the avatar max size and show an error if it is too bigMaxime Quandalle2015-08-281-0/+2
| | | | Fixes #190
* Allow a user to edit its profile or avatar from a member popoverMaxime Quandalle2015-06-191-6/+14
| | | | | | | Fixes the data context on the member popover in the details pane. Also change the way Popover detect if the click is initiated from a parent popover -- from reading Blaze context, to looking at the event target parents.
* Work on the card activities and commentsMaxime Quandalle2015-06-121-4/+18
| | | | | | | | | This commit also introduces a new CSSEvents object that is used to abstract vendor specifics events related to CSS transitions and animations. Fixes #183. Fixes #179.
* (Re-)implement default avatar using user initialsMaxime Quandalle2015-06-101-4/+18
| | | | | We use a embedded svg to scale the initials text to its container size. The user is free to overwrite its initials in the profile form.
* Re-factor the avatar system and support avatar uploadsMaxime Quandalle2015-06-091-9/+29
| | | | | | | | | | | | | | | 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.
* Start designing the card details paneMaxime Quandalle2015-06-051-2/+1
| | | | Implement a dynamic overflow to focus sight on the pane.
* Implement presence indicatorsMaxime Quandalle2015-05-301-0/+23