summaryrefslogtreecommitdiffstats
path: root/client/components/users/userHeader.jade
Commit message (Collapse)AuthorAgeFilesLines
* add: support compact mode for mobile web, auto adapt to small screen/windowLiming Xie2015-12-171-3/+2
|
* Update translation source fileMaxime Quandalle2015-09-011-7/+7
|
* profile name changed fullname and comma hotfix.Yasar icli2015-07-181-2/+2
|
* Allow a user to edit its profile or avatar from a member popoverMaxime Quandalle2015-06-191-1/+1
| | | | | | | 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.
* Re-factor the avatar system and support avatar uploadsMaxime Quandalle2015-06-091-3/+1
| | | | | | | | | | | | | | | 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.
* Click on the page to escape the last actionMaxime Quandalle2015-06-071-3/+3
| | | | | | This is a generalization of what we had for closing a popup by clicking outside of it. It now works for inlinedForms and detailsPane as well.
* Work on the user account systemMaxime Quandalle2015-06-031-7/+28
| | | | | | | | Allow a user to modifies its name, username, initials, and password. Fixes username handling on sandstorm. Fixes #149.
* Implement presence indicatorsMaxime Quandalle2015-05-301-0/+27