summaryrefslogtreecommitdiffstats
path: root/client/components/users/userHeader.jade
Commit message (Collapse)AuthorAgeFilesLines
* Use only one 'Apply' button for applying the user settingsMarc Hartmayer2020-04-231-5/+3
|
* Implement option to change the first day of week in user settingsMarc Hartmayer2020-04-221-0/+11
| | | | Implements #2535.
* Hide duplicate "Hide system messages" at Change Settings/Member Settings, ↵Lauri Ojansivu2020-03-251-6/+6
| | | | | | | | because it's also on card slider. Thanks to notohiro and xet7 ! Closes #2837
* Add Worker role.Lauri Ojansivu2020-01-051-14/+17
| | | | | | | | | | This was originally added at Wekan v3.58, reverted at Wekan v3.60 because of bugs, and now after fixes added back. Thanks to xet7 ! Closes #2788
* Add more Font Awesome icons. This was originally addedLauri Ojansivu2020-01-031-9/+35
| | | | | | | 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-47/+18
| | | | | | | removing Worker role temporarily, because Worker role changes broke saving card. Thanks to xet7 !
* Add Worker role.Lauri Ojansivu2020-01-031-18/+47
| | | | | | | | | Add more Font Awesome icons. Fix browser console errors when editing user profile name etc. Thanks to xet7 ! Closes #2788
* Add Features: allowing lists to be sorted by modifiedAt when not in ↵Lauri Ojansivu2019-10-291-0/+5
| | | | | | | | | | | | 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-5/+0
|
* Drag handles. In Progress.Lauri Ojansivu2019-09-171-0/+5
|
* Add admin setting to prevent users to self deleting their accountguillaume2019-07-301-2/+3
|
* add popup to confirm deleting one accountguillaume2019-07-301-0/+5
|
* Delete user featureguillaume2019-04-261-1/+4
|
* Merge branch 'devel' into edgeLauri Ojansivu2019-02-271-9/+12
|\
| * Add the following new Sandstorm features and fixes:Lauri Ojansivu2019-02-271-9/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - All Boards page [so it's possible to go back from subtask board](https://github.com/wekan/wekan/issues/2082) - Board favorites - New Sandstorm board first user is Admin and [has IFTTT Rules](https://github.com/wekan/wekan/issues/2125) and Standalone Wekan Admin Panel. Probably some Admin Panel features do not work yet. Please keep backup of your grains before testig Admin Panel. - Linked Cards and Linked Boards. - Some not needed options like Logout etc have been hidden from top bar right menu. - [Import board now works. "Board not found" is not problem anymore](https://github.com/wekan/wekan/issues/1430), because you can go to All Boards page to change to imported board. and removes the following features: - Remove Welcome Board from Standalone Wekan, [to fix Welcome board not translated](https://github.com/wekan/wekan/issues/1601). Sandstorm Wekan does not have Welcome Board. Thanks to xet7 ! Closes #2125, closes #2082, closes #1430, closes #1601, related #2205, related #2070, related #1695, related #1192.
* | Add first draft of data model and user interface. No actions.Andrés Manelli2019-02-241-0/+3
|/
* 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