summaryrefslogtreecommitdiffstats
path: root/models
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Teams/Organizations part 3, in progress. Table: org_user, and indexes.Lauri Ojansivu2019-07-151-0/+80
| | | | | | Thanks to xet7 ! Related #802
* Teams/Organizations part 2, in progress. Table: org, add index for name field.Lauri Ojansivu2019-07-151-0/+7
| | | | | | Thanks to xet7 ! Related #802
* Teams/Organizations part 1, in progress. Add table: orgLauri Ojansivu2019-07-152-0/+122
| | | | | | Thanks to xet7 ! Related #802
* Add Features: notifications will be sent when user is being @, or ↵Sam X. Chen2019-07-111-0/+33
| | | | activitytype matches env var BIGENVENTS
* Outgoing Webhooks setCustomField: Add board name, card name, custom field ↵Lauri Ojansivu2019-07-103-6/+12
| | | | | | | | name to be visible. Still missing: custom field value, list name, swimlane name. Thanks to xet7 !
* Notify Due Days: Add settings to Snap/Docker/Source.Lauri Ojansivu2019-07-101-4/+5
| | | | | | Rename env variables to NOTIFY_DUE_DAYS_BEFORE_AND_AFTER and NOTIFY_DUE_AT_HOUR_OF_DAY. Thanks to xet7 !
* Add Feature: system timelines will be showing any modification for duat ↵Sam X. Chen2019-07-092-2/+101
| | | | startat endat receivedat, also notification to the watchers and if card is due, watchers will be notified
* Add Corteza theme. In progress.Lauri Ojansivu2019-07-061-1/+2
| | | | Thanks to xet7 !
* Add Wekan v2.95-v2.97 master branch features and fixes to meteor-1.8 branch.Lauri Ojansivu2019-07-012-4/+10
| | | | Thanks to xet7 !
* - [LDAP: Check if email attribute is an array, that has many email ↵Lauri Ojansivu2019-06-291-1/+11
| | | | | | addresses](https://github.com/wekan/wekan/pull/2519). Thanks to tdemaret and xet7 !
* Prettier & eslint project style updateJustin Reynolds2019-06-2826-1459/+1562
|