summaryrefslogtreecommitdiffstats
path: root/client/components
Commit message (Collapse)AuthorAgeFilesLines
* Done attachments activities operatingRomulus Urakagi Tsai2020-05-081-3/+4
|
* Attachments downloadRomulus Urakagi Tsai2020-05-051-2/+2
|
* Merge branch 'master' of https://github.com/wekan/wekan into lib-changeRomulus Urakagi Tsai2020-02-1344-558/+1877
|\
| * Remove card element grouping to create compact card layout.Lauri Ojansivu2020-02-124-36/+97
| | | | | | | | | | | | | | | | Card Settings / Show on Card: Description Title and Description Text. Thanks to e-stoniauk, 2020product and xet7 ! Fixes https://github.com/wekan/wekan/pull/2922
| * Part 2: Fix Copy Card Link to Clipboard button at card title did not work.Lauri Ojansivu2020-02-102-1/+7
| | | | | | | | | | | | Thanks to 2020product and xet7 ! Related https://github.com/wekan/wekan/pull/2922
| * Fix Copy Card Link to Clipboard button at card title did not work.Lauri Ojansivu2020-02-101-1/+2
| | | | | | | | | | | | Thanks to 2020product and xet7 ! Related https://github.com/wekan/wekan/pull/2922
| * Remove hiding comments and activities.Lauri Ojansivu2020-02-103-216/+213
| |
| * Add Feature: Card Settings/Show on card/Activities.Lauri Ojansivu2020-02-074-201/+226
| | | | | | | | | | | | | | | | 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-077-23/+62
| | | | | | | | | | | | mobile smartphones webbrowsers, and hide drag handles on mobile web. Thanks to xet7 !
| * - Fix adding comments.Lauri Ojansivu2020-02-054-21/+38
| | | | | | | | | | | | | | | | | | | | - 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
| * Add Board Card Settings to Show on Card only some of it's fields.Lauri Ojansivu2020-02-052-5/+11
| | | | | | | | Default WYSIWYG comment editor not enabled, use markdown instead.
| * Merge branch 'dollybean' of https://github.com/2020product/wekan into ↵Lauri Ojansivu2020-02-056-139/+651
| |\ | | | | | | | | | 2020product-dollybean
| | * Customize of some card's functionsdollybean2020-02-048-164/+392
| |/
| * Add rule action to move cards to other boardsPeter Verraedt2020-01-232-17/+50
| | | | | | | | Fixes #1996
| * Update header.styltsia2020-01-201-0/+3
| |
| * Wider sidebar.Lauri Ojansivu2020-01-061-1/+1
| | | | | | | | | | | | Thanks to vjrj ! Closes #2218
| * Removed Custom HTML feature that does not work.Lauri Ojansivu2020-01-062-14/+0
| | | | | | | | | | | | Thanks to xet7 ! Closes #2218
| * Fix: Unable to find Archive Card/List/Swimlane in board settings.Lauri Ojansivu2020-01-061-6/+5
| | | | | | | | | | | | Thanks to neobradley and xet7 ! Closes #2872
| * Add Worker role.Lauri Ojansivu2020-01-0517-204/+308
| | | | | | | | | | | | | | | | | | | | 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-0314-88/+293
| | | | | | | | | | | | | | 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-0325-574/+244
| | | | | | | | | | | | | | 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-0329-295/+610
| | | | | | | | | | | | | | | | | | Add more Font Awesome icons. Fix browser console errors when editing user profile name etc. Thanks to xet7 ! Closes #2788
| * Remove LINKED_CARDS_ENABLED settings, because it does not work.Lauri Ojansivu2019-12-222-10/+3
| | | | | | | | Thanks to xet7 !
| * LINKED_CARDS_ENABLED settings part 3.Lauri Ojansivu2019-12-212-12/+7
| | | | | | | | | | | | In Progress, linked cards not completely disabled yet. Thanks to xet7 !
| * Visual difference for inactive user in Administration: strikethrough.Lauri Ojansivu2019-12-201-15/+44
| | | | | | | | | | | | Thanks to hever and xet7 ! Closes #2860
| * Merge pull request #2834 from Akuket/masterLauri Ojansivu2019-12-202-3/+15
| |\ | | | | | | Issue #2688
| | * Merge branch 'master' of https://github.com/wekan/wekanGuillaume2019-11-293-52/+0
| | |\
| | * | Using LINKED_CARDS_ENABLEDGuillaume2019-11-292-3/+15
| | | |
| * | | Fix comment text disappearing when clicking outside of comment text area.Lauri Ojansivu2019-12-172-25/+12
| | | | | | | | | | | | | | | | | | | | | | | | Fix lint error. Thanks to xet7 !
| * | | 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
| * | Remove 1st implementation of collapse swimlanes. I will do itLauri Ojansivu2019-11-293-52/+0
| |/ | | | | | | | | | | differently in next 2nd implementation. Thanks to xet7 !
| * Fix lint errors.Lauri Ojansivu2019-11-269-108/+65
| |
| * Fix lint errors.Lauri Ojansivu2019-11-204-62/+56
| |
| * Use database when logged in. Continued.Lauri Ojansivu2019-11-194-11/+13
| | | | | | | | Thanks to xet7 !
| * Use database when logged in. Continued.Lauri Ojansivu2019-11-192-64/+19
| | | | | | | | Thanks to xet7 !
| * When logged in, use database for setting, so that changes areLauri Ojansivu2019-11-1910-105/+249
| | | | | | | | | | | | | | 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-1812-118/+349
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 !
| * Fix prettier.Lauri Ojansivu2019-11-171-3/+3
| |
| * Fix prettier.Lauri Ojansivu2019-11-171-4/+4
| |
| * Fix prettify.Lauri Ojansivu2019-11-171-4/+4
| |
| * Swimlanes collapsed by default.Lauri Ojansivu2019-11-173-27/+80
| | | | | | | | | | | | | | | | | | TODO: - Add count. - Move list names to top, if possible. I did not get it working yet. - Try to fit collapse+swimlane name etc at same row. Related #2804
| * Remove swimlane handle at desktop non-handle mode.Lauri Ojansivu2019-11-171-2/+0
| |
| * Fix card, list and swimlane move.Lauri Ojansivu2019-11-134-30/+54
| | | | | | | | | | | | | | | | | | Allow moving cards in multiselect mode. Closes #2771, closes #2743, closes #2704, related #2081
| * 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-143-26/+27
| |
* | Uploading dialog doneRomulus Urakagi Tsai2020-01-023-10/+34
| |
* | Change upload routine, add upload popupRomulus Urakagi Tsai2019-12-243-5/+44
| |
* | Uploaded done, but uploading notRomulus Urakagi Tsai2019-11-274-14/+19
| |