Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix indent part 2. | Lauri Ojansivu | 2020-06-08 | 1 | -2/+2 |
| | | | | Thanks to xet7 ! | ||||
* | Added dates & assignees to REST API calls incl receivedAt | GitGramm | 2020-06-01 | 1 | -0/+2 |
| | | | I have added the dates (received, start, due, end) and the assignees to the output of the REST API Calls. | ||||
* | Added dates & assignees to REST API calls #3145 | GitGramm | 2020-06-01 | 1 | -0/+8 |
| | | | I have added the dates (stat, due, end) and the assignees to the output of the REST API Calls | ||||
* | Added an API to get the cards for a specific custom field value | Giacomo Vespignani | 2020-05-27 | 1 | -5/+50 |
| | |||||
* | Fix default value of `sort` | Marc Hartmayer | 2020-05-25 | 1 | -1/+1 |
| | | | | The default has to be a numeric value. | ||||
* | Fix Python API generation | Marc Hartmayer | 2020-05-25 | 1 | -4/+5 |
| | |||||
* | Fix move selection | Marc Hartmayer | 2020-05-25 | 1 | -0/+42 |
| | | | | This fixes https://github.com/wekan/wekan/issues/3119. | ||||
* | Move In Progress ostrio-files changes to separate branch, and revert ↵ | Lauri Ojansivu | 2020-05-25 | 1 | -13/+8 |
| | | | | | | | | | | | | ostrio-files changes, so that: - Export to CSV/TSV with custom fields works - Attachments are not exported to disk - It is possible to build arm64/s390x versions again. Thanks to xet7 ! Related #3110 | ||||
* | Fix minicard cover functionality | Marc Hartmayer | 2020-05-24 | 1 | -0/+1 |
| | | | | | Otherwise, if `this.coverId` is undefined then `Attachments.findOne()` would return any attachment. | ||||
* | Merge branch 'master' into lib-change | Romulus Tsai 蔡仲明 | 2020-05-14 | 1 | -4/+83 |
|\ | |||||
| * | Merge branch 'fixes' of https://github.com/marc1006/wekan into marc1006-fixes | Lauri Ojansivu | 2020-05-14 | 1 | -0/+15 |
| |\ | |||||
| | * | Fix creation of card links | Marc Hartmayer | 2020-04-30 | 1 | -0/+15 |
| | | | | | | | | | | | | | | | Without this fix, orphaned card links are created and therefore this leads to problems as described in https://github.com/wekan/wekan/issues/2785. | ||||
| * | | Merge pull request #3084 from wackazong/master-patch-1 | Lauri Ojansivu | 2020-05-13 | 1 | -1/+1 |
| |\ \ | | | | | | | | | Create card does not allow an empty member list | ||||
| | * | | Create card does not allow an empty member list | wackazong | 2020-05-08 | 1 | -1/+1 |
| | |/ | | | | | | | When I create a card via the API I always have the authorId in members, even if I pass an empty string as member list. Workaround: I can empty the member list by passing an empty string in a PUT request. This pull request proposes to not add the authorId to the member list when creating a card and the member list is empty. | ||||
| * / | Card vote options in new fork | Nico | 2020-05-03 | 1 | -3/+67 |
| |/ | |||||
* | | Card clone OK | Romulus Urakagi Tsai | 2020-05-14 | 1 | -4/+8 |
| | | |||||
* | | Merge branch 'master' into lib-change | Romulus Tsai 蔡仲明 | 2020-05-08 | 1 | -0/+132 |
|\| | |||||
| * | Fix Cards and Users docs not generated because of syntax error and new ↵ | Lauri Ojansivu | 2020-04-28 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | Javascript syntax. Wekan uses wekan/releases/generate-docs*.sh Python code to generate OpenAPI docs, it did not show any errors while generating docs, only left out parts of API docs. Thanks to pvcon13 and xet7 ! | ||||
| * | Revert In Progress additional vote features. Translations are not removed. | Lauri Ojansivu | 2020-04-27 | 1 | -39/+14 |
| | | | | | | | | | | | | Thanks to xet7 ! Related https://github.com/wekan/wekan/pull/3048 | ||||
| * | Additional vote features | Nico | 2020-04-26 | 1 | -14/+39 |
| | | |||||
| * | Fix lint errors in lint error fix. | Lauri Ojansivu | 2020-04-22 | 1 | -17/+17 |
| | | | | | | | | Thanks to xet7 ! | ||||
| * | Multiple lint issue fixes | Marc Hartmayer | 2020-04-21 | 1 | -2/+2 |
| | | | | | | | | Found by using the command `meteor npm run lint:eslint:fix`. | ||||
| * | Public vote | Nico | 2020-04-10 | 1 | -12/+44 |
| | | |||||
| * | Add setting default NOTIFICATION_TRAY_AFTER_READ_DAYS_BEFORE_REMOVE=2 | Lauri Ojansivu | 2020-04-08 | 1 | -31/+31 |
| | | | | | | | | | | | | to all Wekan platforms https://github.com/wekan/wekan/pull/2998 Thanks to xet7 ! | ||||
| * | Voteing feature | Nico | 2020-04-07 | 1 | -11/+110 |
| | | |||||
* | | Merge branch 'master' of https://github.com/wekan/wekan into lib-change | Romulus Urakagi Tsai | 2020-02-13 | 1 | -4/+12 |
|\| | |||||
| * | Add Worker role. | Lauri Ojansivu | 2020-01-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | Add more Font Awesome icons. Fix browser console errors when editing user profile name etc. Thanks to xet7 ! Closes #2788 | ||||
| * | Allow card creation for board members | Robert Lebedeu | 2019-12-17 | 1 | -1/+8 |
| | | | | | | | | - Only for members with card add permission | ||||
| * | Assignee field like Jira #2452 , Done. | Lauri Ojansivu | 2019-11-07 | 1 | -3/+4 |
| | | | | | | | | | | | | Update REST API docs, there can only be one assignee in array. Thanks to xet7 ! | ||||
* | | Uploaded done, but uploading not | Romulus Urakagi Tsai | 2019-11-27 | 1 | -2/+1 |
| | | |||||
* | | Attachment upload from card done, need to fix download link | Romulus Urakagi Tsai | 2019-11-20 | 1 | -5/+7 |
|/ | |||||
* | Try to fix prettify. | Lauri Ojansivu | 2019-11-07 | 1 | -0/+2 |
| | |||||
* | Assignee field like Jira #2452 , in progress. | Lauri Ojansivu | 2019-11-06 | 1 | -5/+8 |
| | | | | | | Prevent more than one assignee. Thanks to xet7 ! | ||||
* | REST API: fix deletion of a single board card (closes wekan#2624) | Thomas Liske | 2019-11-04 | 1 | -3/+3 |
| | |||||
* | Assignee field like Jira #2452 , in progress. | Lauri Ojansivu | 2019-11-02 | 1 | -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 Ojansivu | 2019-10-31 | 1 | -0/+161 |
| | | | | | | Assignee can not be removed yet, it removes member, wrong link in popup. Thanks to xet7 ! | ||||
* | Fix: List last modify time will be affected by cards dueAt, endAt | Sam X. Chen | 2019-10-30 | 1 | -3/+2 |
| | |||||
* | Change the radom to random typo in export.js | Sam X. Chen | 2019-10-29 | 1 | -3/+5 |
| | |||||
* | Add Feature: allow user to sort Lists in Board by his own preference, ↵ | Sam X. Chen | 2019-10-18 | 1 | -2/+4 |
| | | | | boardadmin can star list | ||||
* | Add Features: allowing lists to be sorted by modifiedAt when not in ↵ | Sam X. Chen | 2019-10-10 | 1 | -0/+17 |
| | | | | draggable mode | ||||
* | Feature enhancement: Allow wekan master have more flexiblity on setting up ↵ | Sam X. Chen | 2019-09-26 | 1 | -2/+2 |
| | | | | due reminder | ||||
* | Add feature: Add due timeline into Calendar view | Sam X. Chen | 2019-09-26 | 1 | -7/+27 |
| | |||||
* | BUG FIX: archived cards still sent out notification | Sam X. Chen | 2019-09-25 | 1 | -0/+1 |
| | |||||
* | Fixes #2596 incorrect date types for created & updated | Justin Reynolds | 2019-09-05 | 1 | -0/+2 |
| | |||||
* | Revert In-Progress Assignee field, moving it to feature branch. | Lauri Ojansivu | 2019-08-13 | 1 | -162/+0 |
| | | | | | | Thanks to xet7 ! Fixes #2612 | ||||
* | Assignee field. In Progress. | Lauri Ojansivu | 2019-08-13 | 1 | -0/+162 |
| | | | | | | Thanks to xet7 ! Related #2452 | ||||
* | Outgoing Webhooks setCustomField: Add board name, card name, custom field ↵ | Lauri Ojansivu | 2019-07-10 | 1 | -3/+3 |
| | | | | | | | | 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 Ojansivu | 2019-07-10 | 1 | -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. Chen | 2019-07-09 | 1 | -1/+89 |
| | | | | startat endat receivedat, also notification to the watchers and if card is due, watchers will be notified | ||||
* | Prettier & eslint project style update | Justin Reynolds | 2019-06-28 | 1 | -712/+836 |
| |