summaryrefslogtreecommitdiffstats
path: root/client/components/users/userHeader.jade
Commit message (Collapse)AuthorAgeFilesLines
* improve notificationsguillaume2018-10-111-18/+0
|
* Includes possibility to block username changeThiago Fernando S. dos Santos2018-05-041-1/+4
|
* Fix #1570, now zero means hide cards countAndrés Manelli2018-04-161-1/+1
|
* Optimize for mobile web, show single list per page with navigate barnztqa2017-11-291-4/+5
|
* Add change email addressnztqa2017-08-071-0/+8
| | | | Set allow email change in admin panel
* Add admin panel route for subfoldernztqa2017-06-261-1/+1
|
* Admin panel:lkisme2017-02-241-0/+2
| | | | | | | Only invited user can register in strict mode, Set mail server in admin panel, Switch strict mode in admin panel, Invite people to system in admin panel
* New option to set up minimum limit to show cards count for each list in boardMario Orlicky2016-11-251-0/+5
|
* Merge pull request #19 from mario-orlicky/hide-system-messagesLauri Ojansivu2016-11-201-4/+13
|\ | | | | New change settings option and possibility to hide system messagaes
| * New change settings option and possibility to hide system messagaesMario Orlicky2016-11-191-4/+13
| |
* | Display message when user wants to choose existing username (Fixes: #16)Mario Orlicky2016-11-181-0/+2
|/
* Bugfix, and optimize icon for notificationfloatinghotpot2016-01-081-1/+1
|
* Add notification, allow watch boards / lists / cardsLiming Xie2016-01-051-0/+18
|
* 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