summaryrefslogtreecommitdiffstats
path: root/client/components/users/userHeader.js
Commit message (Collapse)AuthorAgeFilesLines
* Includes possibility to block username changeThiago Fernando S. dos Santos2018-05-041-0/+3
|
* Fix lint errors related to language namesGhassen Rjab2018-02-261-4/+10
|
* Fix Igbo language at menu.Lauri Ojansivu2018-01-281-1/+1
|
* Move user-admin subsciption to headerThuan Pham Quoc2017-12-011-6/+0
|
* Fixed - Missing trailing comma comma-dangleThuan Pham Quoc2017-12-011-1/+1
|
* Fixed - bug on not able to see ADMIN PANEL if not access Board ListThuan Pham Quoc2017-12-011-4/+12
|
* Updated users methods to get user id from client on updating user data, is ↵Thuan Pham Quoc2017-11-081-5/+5
| | | | aimed to support admin update other user profile
* Add change email addressnztqa2017-08-071-2/+41
| | | | Set allow email change in admin panel
* Add Breton labelGhassen Rjab2017-06-191-1/+1
|
* Sort available languages by their translated namesGhassen Rjab2017-06-181-3/+11
|
* Admin panel:lkisme2017-02-241-0/+3
| | | | | | | 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
* fixed few overseightsMario Orlicky2016-11-251-1/+1
|
* New option to set up minimum limit to show cards count for each list in boardMario Orlicky2016-11-251-0/+11
|
* Merge pull request #19 from mario-orlicky/hide-system-messagesLauri Ojansivu2016-11-201-0/+13
|\ | | | | New change settings option and possibility to hide system messagaes
| * Fixed buildMario Orlicky2016-11-191-2/+2
| |
| * New change settings option and possibility to hide system messagaesMario Orlicky2016-11-191-0/+13
| |
* | fixed indentationMario Orlicky2016-11-181-1/+1
| |
* | Display message when user wants to choose existing username (Fixes: #16)Mario Orlicky2016-11-181-4/+11
|/
* Add notification, allow watch boards / lists / cardsLiming Xie2016-01-051-0/+20
|
* Fix some bugs introduced in aa974aaMaxime Quandalle2015-10-291-1/+1
| | | | | Yes Wekan need some tests. Yes I need to stop refactoring my code when I’m halp-sleeping in my bed at 4am.
* Upgrade Meteor to 1.2.1-rc4Maxime Quandalle2015-10-231-3/+3
| | | | | | This version includes a more complete selection of ES2015 polyfills that I started used across the code base, for instance by replacing `$.trim(str)` by `str.trim()`.
* Prefer ES5 methods over underscore utilitiesMaxime Quandalle2015-10-221-1/+1
| | | | | | | | | | | | | | Since 07cc454 (ie the switch to Meteor 1.2) we includes the `es5-shim` polyfill to support methods like `Array.prototype.forEach` in a consistent way across all supported browsers (IE8+). MDG recently released a blog post recommending the use of these native methods instead of underscore [0]. We know follow this recommendation. This commit also favor some ES6 features (argument defaults, destructing assignment) in places where we didn’t use them. [0]: http://info.meteor.com/blog/es2015-get-started
* 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