summaryrefslogtreecommitdiffstats
path: root/client/components/cards
Commit message (Collapse)AuthorAgeFilesLines
...
| * Add Feature: Card Settings/Show on card/Activities.Lauri Ojansivu2020-02-071-8/+9
| | | | | | | | | | | | | | | | Fix: When in Card Settings hiding Comments, only adding new comment is hidden, not old comments. Thanks to xet7 ! Closes #2925
| * Try to disable dragging Swimlanes/Lists/Cards/Checklists/Subtasks on small ↵Lauri Ojansivu2020-02-073-2/+11
| | | | | | | | | | | | mobile smartphones webbrowsers, and hide drag handles on mobile web. Thanks to xet7 !
| * - Fix adding comments.Lauri Ojansivu2020-02-051-14/+11
| | | | | | | | | | | | | | | | | | | | - Added some working layout changes from https://github.com/wekan/wekan/pull/2920. - Fixed Card Settings not working at Sandstorm. Thanks to 2020product xet7 ! Closes #2918, closes https://github.com/wekan/wekan/pull/2920
| * Merge branch 'dollybean' of https://github.com/2020product/wekan into ↵Lauri Ojansivu2020-02-053-139/+262
| |\ | | | | | | | | | 2020product-dollybean
| | * Customize of some card's functionsdollybean2020-02-042-114/+216
| |/
| * Add Worker role.Lauri Ojansivu2020-01-056-114/+152
| | | | | | | | | | | | | | | | | | | | 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-033-27/+98
| | | | | | | | | | | | | | 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-038-259/+118
| | | | | | | | | | | | | | 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-039-129/+271
| | | | | | | | | | | | | | | | | | 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 !
| * Fix: Don't add a blank space for empty custom fields on minicards.Lauri Ojansivu2019-12-121-6/+7
| | | | | | | | | | | | Thanks to roobre and xet7 ! Closes #2850
| * Fix lint errors.Lauri Ojansivu2019-11-261-6/+2
| |
| * When logged in, use database for setting, so that changes areLauri Ojansivu2019-11-191-10/+20
| | | | | | | | | | | | | | 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-3/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 !
| * Close card button now visible on mobile.Lauri Ojansivu2019-11-082-4/+21
| | | | | | | | Closes #2261
* | Change to relative path and /var/attachments to storeRomulus Urakagi Tsai2020-01-142-3/+3
| |
* | Uploading dialog doneRomulus Urakagi Tsai2020-01-023-10/+34
| |
* | Change upload routine, add upload popupRomulus Urakagi Tsai2019-12-242-5/+43
| |
* | Uploaded done, but uploading notRomulus Urakagi Tsai2019-11-274-14/+19
| |
* | Attachment upload from card done, need to fix download linkRomulus Urakagi Tsai2019-11-201-5/+18
| |
* | Trying to upload an attachment with Meteor-FilesRomulus Urakagi Tsai2019-11-181-8/+16
|/
* Assignee field like Jira #2452 , in progress.Lauri Ojansivu2019-11-072-3/+17
| | | | | | Now assignee is visible also at minicard. Thanks to xet7 !
* Assignee field like Jira #2452 , in progress.Lauri Ojansivu2019-11-072-2/+11
| | | | | | | 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 !
* Assignee field like Jira #2452 , in progress.Lauri Ojansivu2019-11-051-1/+1
| | | | | | In add assignee popup, avatars are now visible. 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-042-46/+1
|
* Fix prettierLauri Ojansivu2019-11-041-3/+3
|
* cardDate: endDate coloring changeBenjamin Andresen2019-11-041-3/+3
| | | | | | | | if no due-date timestamp is set => Gray if end-date timestamp is younger than due-date timestamp => Green if end-date timestamp is older than due-date timestamp => Red resolves #2741
* cardDate: fix ReceivedDate startAt coloringBenjamin Andresen2019-11-041-1/+1
|
* 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-023-2/+262
| | | | | | | | | | | | 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-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 !