summaryrefslogtreecommitdiffstats
path: root/client/components/users/userHeader.js
Commit message (Collapse)AuthorAgeFilesLines
* Correct zh-TW language name (the right way)Will2020-04-071-0/+2
|
* Add more Font Awesome icons. This was originally addedLauri Ojansivu2020-01-031-3/+21
| | | | | | | at Wekan v3.58, removed at Wekan v3.60, and now added back at Wekan v3.61. Thanks to xet7 !
* Revert to Wekan v3.57 version of client and models directories,Lauri Ojansivu2020-01-031-21/+3
| | | | | | | removing Worker role temporarily, because Worker role changes broke saving card. Thanks to xet7 !
* Add Worker role.Lauri Ojansivu2020-01-031-3/+21
| | | | | | | | | Add more Font Awesome icons. Fix browser console errors when editing user profile name etc. Thanks to xet7 ! Closes #2788
* Fix comment text disappearing when clicking outside of comment text area.Lauri Ojansivu2019-12-171-22/+12
| | | | | | Fix lint error. Thanks to xet7 !
* Fix lint errors.Lauri Ojansivu2019-11-261-10/+3
|
* When logged in, use database for setting, so that changes areLauri Ojansivu2019-11-191-19/+67
| | | | | | | immediate. Only on public board use cookies. Comment out Collapse CSS that is not in use. Thanks to xet7 !
* New feature: Now there is popup selection of Lists/Swimlanes/Calendar/Roles.Lauri Ojansivu2019-11-181-4/+26
| | | | | | | | | | | | | | | | | | | | New feature, not set visible yet, because switching to it does not work properly yet: Collapsible Swimlanes #2804 Fix: Public board now loads correctly. When you select one of Lists/Swimlanes/Calendar view and reload webbrowser page, it can change view. Closes #2311 Fix: List sorting commented out. Closes #2800 Fix: Errors hasHiddenMinicardText, hasShowDragHandles, showSort, hasSortBy, profile, FirefoxAndroid/IE11/Vivaldi/Chromium browsers not working by using cookies instead of database. More details at https://github.com/wekan/wekan/issues/2643#issuecomment-554907955 Note: Cookie changes are not always immediate, if there is no effect, you may need to reload webbrowser page. Closes #2643 . Thanks to xet7 !
* Add Features: allowing lists to be sorted by modifiedAt when not in ↵Lauri Ojansivu2019-10-291-0/+6
| | | | | | | | | | | | draggable mode. Bug Fix #2093: the broken should be prior to file attachment feature introduced, and tested export board is working. Thanks to whowillcare ! ( xet7 merged this pull request manually from https://github.com/wekan/wekan/pull/2756 ) Closes #2093
* Revert drag handle changes.Lauri Ojansivu2019-10-031-6/+0
|
* Drag handles. In Progress.Lauri Ojansivu2019-09-171-0/+6
|
* Add admin setting to prevent users to self deleting their accountguillaume2019-07-301-0/+3
|
* add popup to confirm deleting one accountguillaume2019-07-301-3/+3
|
* Prettier & eslint project style updateJustin Reynolds2019-06-281-36/+48
|
* - Fix translation name in Wekan menu: oc to Occitan.Lauri Ojansivu2019-05-111-0/+2
| | | | Thanks to xet7 !
* Delete user featureguillaume2019-04-261-0/+5
|
* Fix lint errorsAndrés Manelli2019-02-241-2/+2
|
* Save template swimlanes in profile. Fix swimlane view for templates board. ↵Andrés Manelli2019-02-241-2/+2
| | | | Avoid deleting template containers
* Add first draft of data model and user interface. No actions.Andrés Manelli2019-02-241-0/+9
|
* improve notificationsguillaume2018-10-111-20/+0
|
* 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