summaryrefslogtreecommitdiffstats
path: root/client/components/cards
Commit message (Collapse)AuthorAgeFilesLines
* Assignee field like Jira #2452 , in progress.Lauri Ojansivu2019-10-313-0/+25
| | | | | | Assignee can not be removed yet, it removes member, wrong link in popup. Thanks to xet7 !
* Merge pull request #2763 from liske/changes/sensible-card-timesLauri Ojansivu2019-10-291-4/+4
|\ | | | | Enhancement: set card times more sensible using the 'Today' button in…
| * Lintian fixes.Thomas Liske2019-10-281-3/+3
| |
| * Enhancement: set card times more sensible using the 'Today' button in datepickerThomas Liske2019-10-241-4/+4
| |
* | Add Features: allowing lists to be sorted by modifiedAt when not in ↵Lauri Ojansivu2019-10-293-5/+14
|/ | | | | | | | | | | | 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
* Fix prettier.Lauri Ojansivu2019-10-091-1/+1
|
* Update attachments.jsbenji2019-10-091-0/+2
| | | | added else condition to check if MAX_IMAGE_PIXEL is not set, so that it is possible to upload attachments using drag-and-drop or Ctrl+V without setting the environmental-variable. If this change is not allowed, please document in the wiki, that this is necessary for a fully-running wekan-instance
* More black minicard badges.Lauri Ojansivu2019-10-051-1/+1
| | | | | | Thanks to sfahrenholz and xet7 ! Closes #2745
* Revert drag handle changes.Lauri Ojansivu2019-10-036-96/+6
|
* Drag handles. In progress.Lauri Ojansivu2019-10-036-18/+69
|
* Drag handles continue. In progress.Lauri Ojansivu2019-10-014-8/+40
| | | | Thanks to xet7 !
* Drag handles. In Progress.Lauri Ojansivu2019-09-173-3/+11
|
* Revert drag handle changes.Lauri Ojansivu2019-09-142-3/+3
| | | | | | Thanks to Keelan ! Related #2704
* Mobile and Desktop drag handles part 1.Lauri Ojansivu2019-09-132-3/+3
| | | | | | Thanks to xet7 ! Related #2081
* Merge pull request #2690 from justinr1234/fix-drag-select-on-card-detailsLauri Ojansivu2019-09-071-1/+21
|\ | | | | Fix #2451 unable to drag select text without closing card details
| * Fix #2451 unable to drag select text without closing card detailsJustin Reynolds2019-09-061-1/+21
| |
* | Limit card width to fixed size.Lauri Ojansivu2019-08-234-5/+16
|/ | | | Thanks to xet7 !
* 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.