summaryrefslogtreecommitdiffstats
path: root/client/components/cards
Commit message (Collapse)AuthorAgeFilesLines
...
* Wrap minicard text labels to multiple rows.Lauri Ojansivu2019-08-191-0/+1
| | | | Thanks to xet7 !
* 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.
* Add Feature: Richer Editor insert picture as attachment instead of b64 stringSam X. Chen2019-08-101-21/+6
|
* Add Features: allowing wekan master to set where the attachments stored on ↵Sam X. Chen2019-08-081-0/+3
| | | | server instead of mongodb
* Bug fix: bug#2589 #2575, Add Features: allowing user to insert/paste link, ↵Sam X. Chen2019-08-071-54/+4
| | | | image, video
* Hide minicard label text: per user checkbox setting at sidebar.Lauri Ojansivu2019-08-072-3/+17
| | | | | | | Thanks to xet7 ! Closes #1466, closes #2561
* Merge remote-tracking branch 'upstream/master'Sam X. Chen2019-07-253-13/+33
|\
| * Added label text to labels on minicard.Lauri Ojansivu2019-07-241-1/+3
| | | | | | | | | | | | | | | | Thanks to xet7 ! Closes #2561, closes #2296, closes #1466
| * Prevent isCommentOnly user adding attachments, editing list names, moving lists,Lauri Ojansivu2019-07-242-12/+30
| | | | | | | | | | | | | | | | | | | | and seeing board settings menu. Show non-editable Custom Fields to isCommentOnly user. Thanks to xet7 ! Closes wekan/wekan-snap#97, closes #2416, closes #2255
* | Add Feature: Comments can be richer (can support some safe HTML tags)Sam X. Chen2019-07-221-1/+1
|/
* Add Feature: allow to shrink attached/pasted image if server has ↵Sam X. Chen2019-07-151-12/+113
| | | | correponding settings
* RELAX THEME: Use only in this theme the aggressive [red color and big bold ↵Lauri Ojansivu2019-07-121-5/+0
| | | | | | | | | serif font style number](https://github.com/wekan/wekan/commit/bbc68309af0029f2bc4194db4c7e79689f888ea4#commitcomment-34216371) and [card details text emphasis](https://github.com/wekan/wekan/commit/48ebc5f11745b125ce01d08d60e2d8e3a9419a5f#commitcomment-34268095). Thanks to hever and xet7.
* [Remove from minicard comment icon and number of commentsLauri Ojansivu2019-07-081-8/+1
| | | | | | | the aggressive red color and big bold serif font style number](https://github.com/wekan/wekan/commit/bbc68309af0029f2bc4194db4c7e79689f888ea4#commitcomment-34216371). Thanks to hever and xet7 !
* Add Wekan v2.95-v2.97 master branch features and fixes to meteor-1.8 branch.Lauri Ojansivu2019-07-013-3/+18
| | | | Thanks to xet7 !
* Prettier & eslint project style updateJustin Reynolds2019-06-289-416/+538
|
* Fix Attachment Outgoing Webhook missing list and swimlane name.Lauri Ojansivu2019-06-261-0/+2
| | | | | | | Thanks to xet7 ! Related #1969, Closes #2170
* 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
|
* - [View markdown on List names, Custom Fields (Text and Dropdown), Label names,Lauri Ojansivu2019-05-114-8/+18
| | | | | | | | All Boards view Board names and Board descriptions](https://github.com/wekan/wekan/issues/2334). Thanks to shaygover and xet7 ! Related #2334
* Fixed RTL issue #884Guy Zylberberg2019-05-083-7/+7
|
* - Remove from card menu, because they also exist at card:Lauri Ojansivu2019-04-241-7/+7
| | | | | | | | | members, labels, attachments, dates received/start/due/end. Thanks to sfahrenholz, jrsupplee and xet7 ! Closes #2242, related https://community.vanila.io/?t=517527b6-3d84-4e9d-b2ec-6f560a9cfdf7
* Issue: Center (or reduce left margin) in card view on mobile browser #2188hupptechnologies2019-04-051-1/+2
| | | | Resolved #2188
* - 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-082-28/+21
|
* 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
|
* Merge branch 'devel' into edgeLauri Ojansivu2019-02-271-11/+7
|\
| * Add the following new Sandstorm features and fixes:Lauri Ojansivu2019-02-271-11/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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.
* | Allow swimlane creation from templateAndrés Manelli2019-02-242-6/+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-242-0/+6
|/
* 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-242-5/+0
|
* IFTTT: card colors: add an actual white entryBenjamin Tissoires2019-01-243-3/+11
| | | | | | | | | 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.
* set card colors: properly set the title of the popupsBenjamin Tissoires2019-01-241-4/+1
|
* card colors: force overwrite of text colorBenjamin Tissoires2019-01-241-11/+11
| | | | | This allows to show checks on the color with the correct color instead of plain white.
* - 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-222-38/+41
| | | | When triggered from the hamburger
* color: add option in hamburger to change the card colorBenjamin Tissoires2019-01-222-1/+46
| | | | | | Currently only dropdown, no palette Fixes: #428
* Add the ability to change the card backgroundBenjamin Tissoires2019-01-226-2/+168
| | | | Currently the only way to set it is via the REST API
* Issue: Hard to use Wekan on mobile because of UI/UX issues #953hupptechnologies2019-01-011-2/+2
| | | | Resolved #953
* Issue : UI feature suggestion: drag handles and long press #1772hupptechnologies2018-12-202-0/+15
| | | | Resolved #1772
* Fix lineter issuehupptechnologies2018-12-081-3/+1
|
* Issue : Clicking the scrollbar closes the card on Chrome #1404hupptechnologies2018-12-082-2/+10
| | | | Resolved #1404
* autoamted local changehupptechnologies2018-11-272-1/+3
|
* - Fix: Message box for deleting subtask unreachable.Lauri Ojansivu2018-11-231-0/+1
| | | | | | Thanks to hupptechnologies ! Closes #1800
* custom fields upgradeNunes Nelson2018-11-051-2/+3
|
* - Hide Linked Card and Linked Board on Sandstorm, because they are onlyLauri Ojansivu2018-11-031-7/+11
| | | | | | | useful when having multiple boards, and at Sandstorm there is only one board per grain. Thanks to ocdtrekkie and xet7. Closes #1982
* - Fix Card URL https://github.com/wekan/wekan/pull/1932/filesLauri Ojansivu2018-10-031-1/+19
| | | | Thanks to schulz !