summaryrefslogtreecommitdiffstats
path: root/models
Commit message (Collapse)AuthorAgeFilesLines
* Done attachments activities operatingRomulus Urakagi Tsai2020-05-082-181/+66
|
* Merge branch 'master' of https://github.com/wekan/wekan into lib-changeRomulus Urakagi Tsai2020-02-139-26/+342
|\
| * Remove card element grouping to create compact card layout.Lauri Ojansivu2020-02-121-0/+24
| | | | | | | | | | | | | | | | 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
| * Add Feature: Card Settings/Show on card/Activities.Lauri Ojansivu2020-02-071-0/+12
| | | | | | | | | | | | | | | | Fix: When in Card Settings hiding Comments, only adding new comment is hidden, not old comments. Thanks to xet7 ! Closes #2925
| * Fix Bug enable/disable Comments in Card Settings.Lauri Ojansivu2020-02-071-2/+6
| | | | | | | | | | | | Thanks to warnt, mdurokov and xet7 ! Closes #2923
| * Remove duplicate function.Lauri Ojansivu2020-02-051-4/+0
| |
| * Merge branch 'dollybean' of https://github.com/2020product/wekan into ↵Lauri Ojansivu2020-02-051-0/+210
| |\ | | | | | | | | | 2020product-dollybean
| | * Customize of some card's functionsdollybean2020-02-041-0/+117
| |/
| * fixed board export with attchmentizadpoor2020-01-231-6/+12
| |
| * Try to fix Node 12 Buffer() deprecation errors.Lauri Ojansivu2020-01-182-2/+2
| | | | | | | | Thanks to xet7 !
| * Change Buffer to Buffer.alloc on Node v12. Try to fix Snap.Lauri Ojansivu2020-01-112-2/+2
| |
| * Removed Custom HTML feature that does not work.Lauri Ojansivu2020-01-061-8/+0
| | | | | | | | | | | | Thanks to xet7 ! Closes #2218
| * Add Worker role.Lauri Ojansivu2020-01-052-1/+38
| | | | | | | | | | | | | | | | | | | | 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-031-0/+12
| | | | | | | | | | | | | | 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-033-50/+1
| | | | | | | | | | | | | | removing Worker role temporarily, because Worker role changes broke saving card. Thanks to xet7 !
| * Add Worker role.Lauri Ojansivu2020-01-035-3/+52
| | | | | | | | | | | | | | | | | | Add more Font Awesome icons. Fix browser console errors when editing user profile name etc. Thanks to xet7 ! Closes #2788
| * LINKED_CARDS_ENABLED settings part 3.Lauri Ojansivu2019-12-211-4/+0
| | | | | | | | | | | | In Progress, linked cards not completely disabled yet. Thanks to xet7 !
| * Merge pull request #2834 from Akuket/masterLauri Ojansivu2019-12-201-0/+4
| |\ | | | | | | Issue #2688
| | * Add LINKED_CARDS_ENABLED env varAkuket2019-11-281-0/+4
| | |
| * | Allow checklist creation for board membersRobert Lebedeu2019-12-171-2/+9
| | | | | | | | | | | | - Only for members with checklist add permission
| * | Allow card creation for board membersRobert Lebedeu2019-12-171-1/+8
| |/ | | | | | | - Only for members with card add permission
| * When logged in, use database for setting, so that changes areLauri Ojansivu2019-11-191-18/+53
| | | | | | | | | | | | | | 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-183-57/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 !
| * Revert list sorting change of Wekan v3.51 because it reversedLauri Ojansivu2019-11-141-2/+2
| | | | | | | | | | | | alphabetical sorting of lists. Thanks to Dalisay and xet7 !
| * Change sorting to work on desktop drag handle page instead,Lauri Ojansivu2019-11-141-2/+2
| | | | | | | | | | | | where it seems to work better. Thanks to xet7 !
| * Assignee field like Jira #2452 , Done.Lauri Ojansivu2019-11-071-3/+4
| | | | | | | | | | | | Update REST API docs, there can only be one assignee in array. Thanks to xet7 !
* | Start writing migrationRomulus Urakagi Tsai2020-02-131-97/+3
| |
* | Fix sandstorm storage pathRomulus Urakagi Tsai2020-01-141-0/+4
| |
* | Change to relative path and /var/attachments to storeRomulus Urakagi Tsai2020-01-141-0/+2
| |
* | Uploaded done, but uploading notRomulus Urakagi Tsai2019-11-272-3/+6
| |
* | Attachment upload from card done, need to fix download linkRomulus Urakagi Tsai2019-11-205-11/+16
| |
* | Trying to upload an attachment with Meteor-FilesRomulus Urakagi Tsai2019-11-181-8/+39
|/
* Try to fix prettify.Lauri Ojansivu2019-11-071-0/+2
|
* Assignee field like Jira #2452 , in progress.Lauri Ojansivu2019-11-061-5/+8
| | | | | | Prevent more than one assignee. Thanks to xet7 !
* REST API: fix deletion of a single board card (closes wekan#2624)Thomas Liske2019-11-041-3/+3
|
* Assignee field like Jira #2452 , in progress.Lauri Ojansivu2019-11-021-1/+1
| | | | | | | | | | | | 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-311-0/+161
| | | | | | Assignee can not be removed yet, it removes member, wrong link in popup. Thanks to xet7 !
* Merge branch 'master' of https://github.com/whowillcare/wekan into ↵Lauri Ojansivu2019-10-302-5/+6
|\ | | | | | | whowillcare-master
| * Fix: List last modify time will be affected by cards dueAt, endAtSam X. Chen2019-10-301-3/+2
| |
| * Change the radom to random typo in export.jsSam X. Chen2019-10-292-4/+6
| |
| * Add Feature: allow user to search Lists in BoardSam X. Chen2019-10-191-0/+4
| |
| * Add Feature: allow user to sort Lists in Board by his own preference, ↵Sam X. Chen2019-10-185-9/+91
| | | | | | | | boardadmin can star list
| * Bug Fix:2093, need to clean up the temporary fileSam X. Chen2019-10-111-2/+7
| |
| * Buf Fix #2093: the broken should be prior to file attachment feature introducedSam X. Chen2019-10-111-0/+10
| |
| * Add Features: allowing lists to be sorted by modifiedAt when not in ↵Sam X. Chen2019-10-103-0/+47
| | | | | | | | draggable mode
* | Change list sorting to be visible only at DesktopDragHandle mode.Lauri Ojansivu2019-10-301-2/+2
| |
* | Fix typo on exporting subtasks.Lauri Ojansivu2019-10-291-1/+1
| | | | | | | | | | | | Thanks to xiorcala ! Closes #2770
* | Add Features: allowing lists to be sorted by modifiedAt when not in ↵Lauri Ojansivu2019-10-296-9/+174
| | | | | | | | | | | | | | | | | | | | | | | | 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
* | REST API: fix handling of members property on card creationThomas Liske2019-10-091-1/+8
| |
* | REST API: fix creation of Checklists (closes wekan/wekan#2746)Thomas Liske2019-10-061-2/+11
| |