summaryrefslogtreecommitdiffstats
path: root/client/components/users/userHeader.js
Commit message (Collapse)AuthorAgeFilesLines
* Fix some dead linksMaxime Quandalle2015-09-061-1/+1
| | | | | | | | | | This commit fixes the download link in the activity feed on the sidebar and the mention link on card description and comments (replaced by a popup). `eslint .` now passes without any error or warning. Fixes #286
* Enforce a consistent ES6 coding styleMaxime Quandalle2015-09-031-22/+21
| | | | | | | | | Replace the old (and broken) jshint + jscsrc by eslint and configure it to support some of the ES6 features. The command `eslint` currently has one error which is a bug that was discovered by its static analysis and should be fixed (usage of a dead object).
* Upgrade dependenciesMaxime Quandalle2015-08-221-19/+0
| | | | | | This includes a security fix in mquandalle:bower, and a new package for useraccounts iron-router templates which forced us to move some configuration function calls.
* Work on the user account systemMaxime Quandalle2015-06-031-14/+59
| | | | | | | | 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/+39