summaryrefslogtreecommitdiffstats
path: root/models
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
| |
* | On board, BoardAdmin and normal user can now invite new user directlyLauri Ojansivu2019-08-151-3/+4
|/ | | | | | | | | | | with email address, without using Admin Panel or registering at /sign-up. Closes #2060 Revert permission change. Related https://github.com/wekan/wekan/commit/9f6d615ee5bbdb7552e6bdcae75a76a7f74fef7a#commitcomment-34636513 Opens #2590 Thanks to xet7 !
* Revert In-Progress Assignee field, moving it to feature branch.Lauri Ojansivu2019-08-131-162/+0
| | | | | | Thanks to xet7 ! Fixes #2612
* Assignee field. In Progress.Lauri Ojansivu2019-08-131-0/+162
| | | | | | Thanks to xet7 ! Related #2452
* Merge pull request #2611 from whowillcare/masterLauri Ojansivu2019-08-131-2/+6
|\ | | | | Addfeature: Enable HTML email content for richer comment
| * Addfeature: Enable HTML email content for richer commentSam X. Chen2019-08-121-2/+6
| |
* | Updated insert action for CustomFields APIJames Byrne2019-08-121-1/+2
|/
* Merge remote-tracking branch 'upstream/master'Sam X. Chen2019-08-101-1/+1
|\
| * Fix bug on editing users informations, switching to other view, staring a board.Lauri Ojansivu2019-08-091-1/+1
| | | | | | | | | | | | Thanks to road42 ! Closes #2590
* | Bugfix: 2560, 2604 - enable mixed mode mongodb attachment and filesystem ↵Sam X. Chen2019-08-101-20/+162
|/ | | | attachment while reading
* Add Features: allowing wekan master to set where the attachments stored on ↵Sam X. Chen2019-08-081-15/+24
| | | | server instead of mongodb
* Hide minicard label text: per user checkbox setting at sidebar.Lauri Ojansivu2019-08-071-1/+25
| | | | | | | Thanks to xet7 ! Closes #1466, closes #2561
* Fix checking if API is enabledJustin Reynolds2019-08-061-2/+2
|
* Add admin setting to prevent users to self deleting their accountguillaume2019-07-301-0/+9
|
* Fix invitesJustin Reynolds2019-07-181-0/+13
|
* [Fix id to ↵Lauri Ojansivu2019-07-152-2/+2
| | | | | | | | _id](https://github.com/wekan/wekan/commit/2cedbcb9b334cd497874736bbb740a1d5c5acb6c#r34310594). Thanks to justinr1234 and xet7 ! Related #802
* Use camelCase.Lauri Ojansivu2019-07-152-11/+11
| | | | | | Thanks to xet7 ! Related #802