summaryrefslogtreecommitdiffstats
path: root/client/components/cards
Commit message (Collapse)AuthorAgeFilesLines
* - Fix Card URL https://github.com/wekan/wekan/pull/1932/filesLauri Ojansivu2018-10-031-1/+19
| | | | Thanks to schulz !
* - Add permission "No comments". It is like normal user, but does not show ↵Lauri Ojansivu2018-09-042-22/+26
| | | | | | comments and activities. Thanks to xet7 !
* Only allow ifCanModify users to add dates (received, start, end, and due).rjevnikar2018-08-281-4/+8
|
* - Move labels back to original place at minicard.Lauri Ojansivu2018-08-231-5/+4
| | | | | | Thanks to hever and xet7 ! Closes #1842
* - Move color labels on minicard to bottom of minicard.Lauri Ojansivu2018-08-201-4/+5
| | | | | | Thanks to xet7 ! Closes #1842
* Fix hiddenSystemMessagesAndrés Manelli2018-08-151-1/+6
|
* Fix removed setters and gettersAndrés Manelli2018-08-151-10/+10
|
* Fix lint errorsAndrés Manelli2018-08-111-3/+3
|
* Fix rebase errorsAndrés Manelli2018-08-113-25/+5
|
* Fix lint warningAndrés Manelli2018-08-111-1/+1
|
* Refactor imported -> linked in componentsAndrés Manelli2018-08-117-28/+27
|
* Add imported card locationAndrés Manelli2018-08-112-0/+10
|
* Indicate board or card through icons. Indicate if archivedAndrés Manelli2018-08-114-4/+27
|
* Remove imported cards and boards colorsAndrés Manelli2018-08-111-27/+0
|
* Add title bindingAndrés Manelli2018-08-112-4/+4
|
* Add two way binding of activities, comments, and attachmentsAndrés Manelli2018-08-111-2/+7
|
* Add two way binding of checklistsAndrés Manelli2018-08-113-5/+4
|
* Add two way binding of card/board timesAndrés Manelli2018-08-115-51/+68
|
* Allow description and member two way bindingAndrés Manelli2018-08-103-9/+8
|
* Link descriptionAndrés Manelli2018-08-104-17/+9
|
* Import card-as-card, board-as-card. Add styling. Missing details and linksAndrés Manelli2018-08-103-1/+51
|
* Fix typo.Lauri Ojansivu2018-08-021-1/+1
|
* Fix flagging of dates (i.e. due date only flagged when before end date)RJevnikar2018-07-313-37/+41
|
* bug fix: #1780Jonas Olsson2018-07-171-1/+2
| | | | Cards that are longer than the screen height can now scroll on the y-axis in order to be able to see the whole card.
* Fix missing utility function.Haocen Xu2018-07-061-1/+1
|
* Hotfix more sortable elementsHaocen Xu2018-07-062-3/+7
|
* Hotfix for mobile deviceHaocen Xu2018-07-061-1/+6
|
* Fix missing space in jade file.Lauri Ojansivu2018-07-051-1/+1
| | | | Thanks to xet7 !
* Merge branch 'nested-tasks' of https://github.com/TNick/wekan into ↵Lauri Ojansivu2018-07-059-56/+654
|\ | | | | | | TNick-nested-tasks
| * Merge branch 'devel' into nested-tasksNicu Tofan2018-06-282-23/+38
| |\
| * | Added ability to change card's parent.Nicu Tofan2018-06-262-27/+137
| | |
| * | Links for parents in card details.Nicu Tofan2018-06-262-2/+19
| | |
| * | Fix minicard parents displayNicu Tofan2018-06-262-14/+20
| | |
| * | Show parent in card (no links, yet)Nicu Tofan2018-06-263-1/+29
| | |
| * | Board level settings for subtasksNicu Tofan2018-06-262-2/+4
| | |
| * | implement getDefaultSwimline for boardsNicu Tofan2018-06-261-1/+1
| | |
| * | typo in renaming itemDetail to checklistItemDetailNicu Tofan2018-06-262-4/+4
| | |
| * | Can now navigate to subtaskNicu Tofan2018-06-263-0/+15
| | |
| * | Get rid of old implementation for substacksNicu Tofan2018-06-261-7/+7
| | |
| * | Archive subtask instead of permanent deleteNicu Tofan2018-06-261-1/+1
| | |
| * | Can add cards as subtasksNicu Tofan2018-06-261-4/+22
| | |
| * | Change order using drag-n-drop for subtasksNicu Tofan2018-06-264-44/+82
| | |
| * | Remove leftovers from checklist conversionNicu Tofan2018-06-261-52/+1
| | |
| * | Initial implementation for subtasksNicu Tofan2018-06-267-27/+442
| | |
* | | - Fix lint warning: EditCardDate is assigned a value but never used ↵Lauri Ojansivu2018-07-031-1/+1
| | | | | | | | | | | | | | | | | | no-unused-vars Thanks to xet7 !
* | | - More margin-bottom after minicard.Lauri Ojansivu2018-06-301-1/+1
| | | | | | | | | | | | Thanks to pravdomil and xet7 !
* | | - Revert previous More margin-bottom after minicard.Lauri Ojansivu2018-06-301-1/+1
| | | | | | | | | | | | Thanks to pravdomil and xet7 !
* | | Merge branch 'patch-7' of https://github.com/pravdomil/wekan into ↵Lauri Ojansivu2018-06-301-1/+1
|\ \ \ | |_|/ |/| | | | | pravdomil-patch-7
| * | revert 6a58729pravdomil2018-06-261-1/+1
| | |
* | | Prevent errors due to missing date fieldsNicu Tofan2018-06-271-21/+36
|/ /