summaryrefslogtreecommitdiffstats
path: root/models
Commit message (Collapse)AuthorAgeFilesLines
* 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 !
* 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
| |
* | Revert drag handle changes.Lauri Ojansivu2019-10-031-24/+0
|/
* Feature enhancement: Allow wekan master have more flexiblity on setting up ↵Sam X. Chen2019-09-261-2/+2
| | | | due reminder
* Add feature: Add due timeline into Calendar viewSam X. Chen2019-09-261-7/+27
|
* Merge remote-tracking branch 'upstream/master'Sam X. Chen2019-09-261-0/+24
|\
| * Merge pull request #2720 from whowillcare/masterLauri Ojansivu2019-09-253-22/+30
| |\ | | | | | | if username contains space, @ functions will fail at certain point
| * | Drag handles. In Progress.Lauri Ojansivu2019-09-171-0/+24
| | |
* | | Add feature: Add due timeline into Calendar viewSam X. Chen2019-09-262-0/+8
| |/ |/|
* | Add feature: differentiating new due time and modified due timeSam X. Chen2019-09-251-2/+2
| |
* | BUG FIX: archived cards still sent out notificationSam X. Chen2019-09-251-0/+1
| |
* | Fixing method in users.js didn't have check userIdSam X. Chen2019-09-211-0/+1
| |
* | Buxfixed: if username contains space, it will cause @ commment failed to ↵Sam X. Chen2019-09-191-20/+26
|/ | | | send out email and other
* Fixing @user in comments doesn't work if it's in a separate lineSam X. Chen2019-09-111-7/+9
|
* Merge branch 'fix-date-stamps' of https://github.com/justinr1234/wekan into ↵Lauri Ojansivu2019-09-0521-0/+62
|\ | | | | | | justinr1234-fix-date-stamps
| * Fixes #2596 incorrect date types for created & updatedJustin Reynolds2019-09-0521-0/+62
| |
* | Merge remote-tracking branch 'upstream/master'Sam X. Chen2019-08-292-7/+9
|\|
| * Fix login did not work.Lauri Ojansivu2019-08-201-25/+0
| | | | | | | | Thanks to xet7 !
| * v3.22v3.22Lauri Ojansivu2019-08-201-11/+28
| |
| * [Fix: Some users cannot switch views or ↵Lauri Ojansivu2019-08-201-3/+16
| | | | | | | | | | | | languages](https://github.com/wekan/wekan/issues/2630). Thanks to xet7 and justinr1234.
| * Merge branch 'master' of https://github.com/wekan/wekanRomulus Urakagi Tsai2019-08-161-3/+4
| |\
| * | Fix cannot show archived list bugRomulus Urakagi Tsai2019-08-161-4/+1
| | |
* | | Add Feature: enable two-way webhooks - stage twoSam X. Chen2019-08-293-8/+22
| | |
* | | Add Feature: enable two-way webhooks - stage oneSam X. Chen2019-08-172-4/+15
| |/ |/|
* | Fix formatting.Lauri Ojansivu2019-08-151-2/+2
| |