John R. Supplee
391c0606d1
Comment out debug statements
2021-01-13 20:34:20 +02:00
John R. Supplee
25dc779a73
Global search development
...
* Add translation tags
* Use translation tags for showing result count
* Add logic for selecting cards by labels
* Readd code for searching card text that was mistakenly deleted
2021-01-13 16:52:56 +02:00
John R. Supplee
80b23e5cc1
Global search - add error messages for terms that are not found
2021-01-13 01:14:49 +02:00
John R. Supplee
4ab1a04814
Global search add swimlane functionality
...
* streamline code
* fix bug in swimlane lookup
2021-01-12 17:35:01 +02:00
John R. Supplee
2e17f2b4b9
Global search development
...
* Add text query ability
* limit results to 50
* display results count
2021-01-12 16:48:29 +02:00
John R. Supplee
34000ad159
Move global search to cards model
...
* add some explanation of the operators
2021-01-12 00:48:43 +02:00
John R. Supplee
0e1c510948
My Cards: fix bug when null board, swimlane, or list
...
* Add new functions to model card for retrieving associated board,
swimlane, or list with default values
* Use new card model methods
2021-01-08 21:51:28 +02:00
Lauri Ojansivu
c7f260d030
Fix lint errors.
2021-01-06 16:49:20 +02:00
Martin Filser
163e4c8060
Cards, custom fields are displayed in alphabetic order
...
- until now the order is undefined, it's different from card to card,
it's the order in which the custom fields were added to the card.
2021-01-05 07:47:02 +01:00
John R. Supplee
5e68362352
My Cards page development
...
* rename `findCards()` to `myBoards()`
* return model objects for Boards, Swimlanes, Lists, and Cards.
Previously created a data structure with limited properties.
* Sort the myBoards data structure according to the `sort` property
* add a `swimlane()` method in the cards model
2021-01-04 22:08:09 +02:00
Lauri Ojansivu
acf9e7caea
Allow more than one assignee.
...
Thanks to xet7 !
Fixes #3302
2020-10-16 23:56:20 +03:00
Unknown
95522ebcd9
changed edit_card and get_card_by_customfields
...
There was a bug in edit_card API: If I call API to edit listid and some fields It modifies only the listid. In addiction I've modified get_card_by_customfield to return full documents.
2020-07-21 17:36:46 +02:00
Benjamin Tissoires
207be3a363
cards: fix JSDoc
...
There was one missing comma, and the return type was then invalid
2020-06-17 05:40:38 +02:00
Nico
06b548f12e
edit_card start vote
...
better visibility what was voted
2020-06-11 19:52:44 +02:00
Lauri Ojansivu
39a8524354
Merge pull request #3154 from marc1006/issue_2970
...
Copy the labels only if the target board is different
2020-06-08 21:34:56 +03:00
Lauri Ojansivu
96494bacf5
Fix indent part 2.
...
Thanks to xet7 !
2020-06-08 17:35:25 +03:00
Marc Hartmayer
df9851e2b7
Copy the labels only if the target board is different
...
This fixes the issues https://github.com/wekan/wekan/issues/2404 and
https://github.com/wekan/wekan/issues/2970 if the target board doesn't differ
from the source board.
2020-06-05 08:54:10 +02:00
GitGramm
1df3d56f7c
Added dates & assignees to REST API calls incl receivedAt
...
I have added the dates (received, start, due, end) and the assignees to the output of the REST API Calls.
2020-06-01 15:44:51 +02:00
GitGramm
d2a7a82870
Added dates & assignees to REST API calls #3145
...
I have added the dates (stat, due, end) and the assignees to the output of the REST API Calls
2020-06-01 14:23:43 +02:00
Giacomo Vespignani
c9a28db3ab
Added an API to get the cards for a specific custom field value
2020-05-27 11:16:35 +02:00
Marc Hartmayer
3d33ea911a
Fix default value of sort
...
The default has to be a numeric value.
2020-05-25 23:26:07 +02:00
Marc Hartmayer
c4879de4b1
Fix Python API generation
2020-05-25 23:10:01 +02:00
Marc Hartmayer
5c02850bc1
Fix move selection
...
This fixes https://github.com/wekan/wekan/issues/3119 .
2020-05-25 22:48:57 +02:00
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