summaryrefslogtreecommitdiffstats
path: root/client/components/cards/cardDetails.js
Commit message (Collapse)AuthorAgeFilesLines
* Revert part 2, related https://github.com/wekan/wekan/pull/3048Lauri Ojansivu2020-04-271-1/+4
|
* Revert In Progress additional vote features. Translations are not removed.Lauri Ojansivu2020-04-271-7/+16
| | | | | | Thanks to xet7 ! Related https://github.com/wekan/wekan/pull/3048
* Additional vote featuresNico2020-04-261-16/+7
|
* Don't interpret dragging an element as a clickMarc Hartmayer2020-04-251-7/+1
| | | | Remove `enableClickOnTouch` as this behavior is not intuitive.
* Make it compatible with newer and older versions of jQuery sortableMarc Hartmayer2020-04-251-2/+2
| | | | While at it, fix comments and prettify it.
* Newer versions of jQuery sortable use `uiSortable` keyMarc Hartmayer2020-04-231-10/+5
| | | | | Newer versions of jQuery sortable use `uiSortable` as key to store the data. Let's adapt the code. While at it, refactor the code.
* Fix lint errors in lint error fix.Lauri Ojansivu2020-04-221-9/+8
| | | | Thanks to xet7 !
* Multiple lint issue fixesMarc Hartmayer2020-04-211-3/+3
| | | | Found by using the command `meteor npm run lint:eslint:fix`.
* Add sortDefault helper for sorting boardsboeserwolf2020-04-191-3/+3
|
* Make linked card clickableboeserwolf2020-04-191-0/+3
|
* Public voteNico2020-04-101-6/+19
|
* Add setting default NOTIFICATION_TRAY_AFTER_READ_DAYS_BEFORE_REMOVE=2Lauri Ojansivu2020-04-081-26/+23
| | | | | | to all Wekan platforms https://github.com/wekan/wekan/pull/2998 Thanks to xet7 !
* Voteing featureNico2020-04-071-5/+72
|
* Try to disable dragging Swimlanes/Lists/Cards/Checklists/Subtasks on small ↵Lauri Ojansivu2020-02-071-0/+6
| | | | | | mobile smartphones webbrowsers, and hide drag handles on mobile web. Thanks to xet7 !
* Merge branch 'dollybean' of https://github.com/2020product/wekan into ↵Lauri Ojansivu2020-02-051-0/+87
|\ | | | | | | 2020product-dollybean
| * Customize of some card's functionsdollybean2020-02-041-0/+87
|/
* Add Worker role.Lauri Ojansivu2020-01-051-1/+2
| | | | | | | | | | 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
* Revert to Wekan v3.57 version of client and models directories,Lauri Ojansivu2020-01-031-38/+1
| | | | | | | removing Worker role temporarily, because Worker role changes broke saving card. Thanks to xet7 !
* Fix not being able to edit received date.Lauri Ojansivu2020-01-031-6/+1
| | | | Thanks to xet7 !
* Add Worker role.Lauri Ojansivu2020-01-031-2/+44
| | | | | | | | | Add more Font Awesome icons. Fix browser console errors when editing user profile name etc. Thanks to xet7 ! Closes #2788
* Fix: Allow to set empty card title, AssignedBy and RequestedBy.Lauri Ojansivu2019-12-131-0/+6
| | | | Thanks to xet7 !
* Assignee field like Jira #2452 , in progress.Lauri Ojansivu2019-11-071-0/+8
| | | | | | | When there is one selected assignee on card, don't show + button for adding more assignees, because there can only be one assignee. Thanks to xet7 !
* Fix prettier.Lauri Ojansivu2019-11-051-4/+4
|
* fixed #2780jymcheong2019-11-051-11/+15
| | | | https://github.com/wekan/wekan/issues/2780
* Assignee field like Jira #2452 , in progress.Lauri Ojansivu2019-11-021-0/+13
| | | | | | | | | | Added features: - When selecting new assignee (+) icon, list shows names who to add. TODO: - When selecting new assignee (+) icon, list does not yet show avatars who to add. Thanks to xet7 !
* Assignee field like Jira #2452 , in progress.Lauri Ojansivu2019-11-021-0/+104
| | | | | | | | | | | | Added features: - Assignee can now be added and removed. - Avatar icon is at card and assignee details TODO: - When selecting new assignee (+) icon, list does not yet show avatars and names who to add. There is empty avatar without name. Thanks to xet7 !
* Assignee field like Jira #2452 , in progress.Lauri Ojansivu2019-10-311-0/+3
| | | | | | Assignee can not be removed yet, it removes member, wrong link in popup. Thanks to xet7 !
* Drag handles. In progress.Lauri Ojansivu2019-10-031-2/+1
|
* Drag handles continue. In progress.Lauri Ojansivu2019-10-011-1/+2
| | | | Thanks to xet7 !
* Fix #2451 unable to drag select text without closing card detailsJustin Reynolds2019-09-061-1/+21
|
* Add setting CARD_OPENED_WEBHOOK_ENABLED=false as default.Lauri Ojansivu2019-08-151-27/+29
| | | | | | | Thanks to xet7 ! Related https://github.com/wekan/wekan/commit/843478ac40b7718f1096a75295522487f0ca6dbe , related #2518
* Webhook cardDetails onRenderedjymcheong2019-08-141-0/+29
| | | | Send webhook when cardDetails is rendered.
* Prettier & eslint project style updateJustin Reynolds2019-06-281-168/+221
|
* Inferface: Can move cardToTop/Bottom. Fixes #2289Christoph Jahn2019-06-211-2/+2
|
* Fixed #2338 -> Slow opening of big boards with too many archived itemswekan2019-05-131-3/+3
|
* - Fix card copy & move between boards with customFieldsAndrés Manelli2019-03-161-3/+5
| | | | | | - Fix card copy & move between boards with labels with same name - Fix activities for labels when copying and moving card - Fix activities for customFields when copying and moving card
* Avoid set self as parent card, for realAndrés Manelli2019-03-081-23/+16
|
* Avoid setting same card as parentCard.Andrés Manelli2019-03-061-1/+9
| | | | Avoid listing templates board in copy/move/more menus
* Fix card copyAndrés Manelli2019-02-281-4/+4
|
* Allow swimlane creation from templateAndrés Manelli2019-02-241-3/+0
| | | | Mix lists with same name to avoid duplicates
* Prepare to create card from templateAndrés Manelli2019-02-241-53/+5
|
* Add first draft of data model and user interface. No actions.Andrés Manelli2019-02-241-0/+3
|
* automatic scroll: fix vertical automatic scrolling when opening a cardBenjamin Tissoires2019-01-281-5/+4
| | | | | | | We actually want the vertical scrolling to be fixed when opening the card details. I am not sure where the `100` value comes from, but this makes the scrolling happy on the swimlane view and on the lists view.
* card colors: remove unused variablesBenjamin Tissoires2019-01-241-1/+0
|
* IFTTT: card colors: add an actual white entryBenjamin Tissoires2019-01-241-0/+3
| | | | | | | | | To unset the color through the IFTTT, we need a white entry. However, we do not want to show the white enry in the hamburger `Set Color` entry. We can also give the `white` capability to the API, it won't hurt and be more straightforward.
* - Translate and add colors to IFTTT Rules dropdown.Lauri Ojansivu2019-01-221-1/+1
| | | | Thanks to xet7 !
* Set the card color with the color pickerBenjamin Tissoires2019-01-221-10/+34
| | | | When triggered from the hamburger
* color: add option in hamburger to change the card colorBenjamin Tissoires2019-01-221-0/+13
| | | | | | Currently only dropdown, no palette Fixes: #428
* Add the ability to change the card backgroundBenjamin Tissoires2019-01-221-0/+1
| | | | Currently the only way to set it is via the REST API
* Fix lineter issuehupptechnologies2018-12-081-3/+1
|