Lauri Ojansivu
d52affe658
Move In Progress ostrio-files changes to separate branch, and revert 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
2020-05-25 17:54:51 +03:00
Marc Hartmayer
66d35a1528
Fix minicard cover functionality
...
Otherwise, if `this.coverId` is undefined then `Attachments.findOne()` would
return any attachment.
2020-05-24 11:55:44 +02:00
Romulus Tsai 蔡仲明
0735981366
Merge branch 'master' into lib-change
2020-05-14 16:47:05 +08:00
Romulus Urakagi Tsai
4c5a2fbd1f
Card clone OK
2020-05-14 14:55:54 +08:00
Lauri Ojansivu
0a12319002
Merge branch 'fixes' of https://github.com/marc1006/wekan into marc1006-fixes
2020-05-14 00:22:22 +03:00
Lauri Ojansivu
bbb65ae4e2
Merge pull request #3084 from wackazong/master-patch-1
...
Create card does not allow an empty member list
2020-05-13 03:16:37 +03:00
wackazong
a797abaa36
Create card does not allow an empty member list
...
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.
2020-05-08 18:55:37 +02:00
Romulus Tsai 蔡仲明
c3458855bd
Merge branch 'master' into lib-change
2020-05-08 10:13:11 +08:00
Nico
3cc0a93e0e
Card vote options in new fork
2020-05-03 00:33:15 +02:00
Marc Hartmayer
2691f033cb
Fix creation of card links
...
Without this fix, orphaned card links are created and therefore this leads to
problems as described in https://github.com/wekan/wekan/issues/2785 .
2020-04-30 01:59:04 +02:00
Lauri Ojansivu
9ae20a3f51
Fix Cards and Users docs not generated because of syntax error and new 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 !
2020-04-28 03:24:18 +03:00
Lauri Ojansivu
ee106d1cb4
Revert In Progress additional vote features. Translations are not removed.
...
Thanks to xet7 !
Related https://github.com/wekan/wekan/pull/3048
2020-04-27 02:54:40 +03:00
Nico
7bb0aa7488
Additional vote features
2020-04-26 02:41:26 +02:00
Lauri Ojansivu
9e95c06415
Fix lint errors in lint error fix.
...
Thanks to xet7 !
2020-04-22 21:00:31 +03:00
Marc Hartmayer
b2acc3ba45
Multiple lint issue fixes
...
Found by using the command `meteor npm run lint:eslint:fix`.
2020-04-21 18:15:29 +02:00
Nico
8f28a409c7
Public vote
2020-04-10 01:46:36 +02:00
Lauri Ojansivu
5ebb47cb0e
Add setting default NOTIFICATION_TRAY_AFTER_READ_DAYS_BEFORE_REMOVE=2
...
to all Wekan platforms https://github.com/wekan/wekan/pull/2998
Thanks to xet7 !
2020-04-08 23:16:48 +03:00
Nico
2bbc312ad0
Voteing feature
2020-04-07 20:43:35 +02:00
Romulus Urakagi Tsai
4b196d5378
Merge branch 'master' of https://github.com/wekan/wekan into lib-change
2020-02-13 09:02:26 +00:00
Lauri Ojansivu
2bf004120d
Add Worker role.
...
Add more Font Awesome icons.
Fix browser console errors when editing user profile name etc.
Thanks to xet7 !
Closes #2788
2020-01-03 06:49:35 +02:00
Robert Lebedeu
40c70c439d
Allow card creation for board members
...
- Only for members with card add permission
2019-12-17 12:15:06 +01:00
Romulus Urakagi Tsai
6cdd464f54
Uploaded done, but uploading not
2019-11-27 09:40:19 +00:00
Romulus Urakagi Tsai
4dcdec0084
Attachment upload from card done, need to fix download link
2019-11-20 10:40:09 +00:00
Lauri Ojansivu
de7509dc60
Assignee field like Jira #2452 , Done.
...
Update REST API docs, there can only be one assignee in array.
Thanks to xet7 !
2019-11-07 22:46:55 +02:00
Lauri Ojansivu
22083787f9
Try to fix prettify.
2019-11-07 00:04:05 +02:00
Lauri Ojansivu
1728298659
Assignee field like Jira #2452 , in progress.
...
Prevent more than one assignee.
Thanks to xet7 !
2019-11-06 23:36:43 +02:00
Thomas Liske
b7492e4a11
REST API: fix deletion of a single board card (closes wekan#2624)
2019-11-04 06:08:40 +01:00
Lauri Ojansivu
3e8f9ef1a5
Assignee field like Jira #2452 , in progress.
...
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 !
2019-11-02 16:12:40 +02:00
Lauri Ojansivu
9e1aaf163f
Assignee field like Jira #2452 , in progress.
...
Assignee can not be removed yet, it removes member, wrong link in popup.
Thanks to xet7 !
2019-10-31 02:21:50 +02:00
Sam X. Chen
3308d90a3a
Fix: List last modify time will be affected by cards dueAt, endAt
2019-10-30 12:26:39 -04:00
Sam X. Chen
e195c731de
Change the radom to random typo in export.js
2019-10-29 17:45:06 -04:00
Sam X. Chen
bc2a20f04e
Add Feature: allow user to sort Lists in Board by his own preference, boardadmin can star list
2019-10-18 16:44:09 -04:00
Sam X. Chen
77f8b76d4e
Add Features: allowing lists to be sorted by modifiedAt when not in draggable mode
2019-10-10 22:57:40 -04:00
Sam X. Chen
020b663836
Feature enhancement: Allow wekan master have more flexiblity on setting up due reminder
2019-09-26 12:24:40 -04:00
Sam X. Chen
e5f0dd7dd8
Add feature: Add due timeline into Calendar view
2019-09-26 12:20:14 -04:00
Sam X. Chen
8d7714760c
BUG FIX: archived cards still sent out notification
2019-09-25 11:26:46 -04:00
Justin Reynolds
3b9f2ca7c2
Fixes #2596 incorrect date types for created & updated
2019-09-05 12:29:45 -05:00
Lauri Ojansivu
ee0fb094e6
Revert In-Progress Assignee field, moving it to feature branch.
...
Thanks to xet7 !
Fixes #2612
2019-08-13 11:45:30 +03:00
Lauri Ojansivu
306301e881
Assignee field. In Progress.
...
Thanks to xet7 !
Related #2452
2019-08-13 02:33:41 +03:00
Lauri Ojansivu
2003d90467
Outgoing Webhooks setCustomField: Add board name, card name, custom field name to be visible.
...
Still missing: custom field value, list name, swimlane name.
Thanks to xet7 !
2019-07-10 17:46:07 -04:00
Lauri Ojansivu
5084cddf37
Notify Due Days: Add settings to Snap/Docker/Source.
...
Rename env variables to NOTIFY_DUE_DAYS_BEFORE_AND_AFTER and NOTIFY_DUE_AT_HOUR_OF_DAY.
Thanks to xet7 !
2019-07-10 13:45:37 -04:00
Sam X. Chen
2c44f83453
Add Feature: system timelines will be showing any modification for duat startat endat receivedat, also notification to the watchers and if card is due, watchers will be notified
2019-07-09 16:36:50 -04:00
Justin Reynolds
3eb4d2c341
Prettier & eslint project style update
2019-06-28 12:56:51 -05:00
Justin Reynolds
c60e80d25b
Add createdAt and modifiedAt to all collections
2019-06-27 09:13:20 -05:00
Atila Romero
f3382abe3b
Add partentId support on card web API
2019-05-12 10:26:08 -03:00
guillaume
8137f2692f
remove feature
2019-04-23 18:00:09 +02:00
Lauri Ojansivu
a6e1dc4269
Merge pull request #2320 from rinnaz/fix/issue-2285
...
Add variables for activity notifications Fixes #2285
2019-04-06 14:04:09 +03:00
windblow
143e93f483
Add variables for activity notifications Fixes #2285
2019-04-06 12:45:31 +03:00
Lauri Ojansivu
56cccc6781
Merge remote-tracking branch 'Angtrim/feature-duplicate' into edge
2019-04-06 08:46:40 +03:00
chotaire
4bc3acb14d
Add proper variables for unjoin card
2019-04-05 02:59:35 +02:00