Lauri Ojansivu
0373da44b3
Disable some logs that are not needed anymore.
...
Thanks to xet7 !
2021-01-22 16:24:47 +02:00
Lauri Ojansivu
1df060b8f6
Merge pull request #3459 from jrsupplee/new-search
...
Search All Boards: Added list of board, list and color names.
2021-01-22 16:21:01 +02:00
John R. Supplee
f56caa745a
Merge branch 'master' of https://github.com/wekan/wekan into new-search
2021-01-22 00:51:29 +02:00
John R. Supplee
fc0ee2e41b
Global search add sort operator
...
* Add sort operator
* add 'overdue' value to 'due' operator
2021-01-22 00:37:16 +02:00
John R. Supplee
319783b008
Global search: add new operators
...
* add operators for due, created and modified
2021-01-21 18:11:09 +02:00
John R. Supplee
e1192d1200
Issue #3445 Custom field definitions duplicated on copy and move
...
Check the *to* board to see if it has a custome field of the same name
and type. If it does use that custome field definition.
2021-01-20 15:07:53 +02:00
Martin Filser
4cbc3cb71f
Cards, custom fields are displayed in alphabetic order
...
This should fix #3367
2021-01-18 23:38:09 +01:00
Lauri Ojansivu
413f91d0c8
Reverted Cards, custom fields are displayed in alphabetic order from Wekan v4.71
...
https://github.com/wekan/wekan/pulls/3417 because it caused board not loading.
Thanks to olivierlambert and xet7 !
Fixes #3367
2021-01-18 21:46:39 +02:00
Lauri Ojansivu
0d5f33299e
Fixed Linked card makes board not load when CustomField definition is undefined.
...
Thanks to olivierlambert and xet7 !
Fixes #3367
2021-01-18 13:43:53 +02:00
John R. Supplee
b5124d0f6a
cleanup debug code
2021-01-17 21:43:56 +02:00
John R. Supplee
409b8559d7
Merge branch 'master' of https://github.com/wekan/wekan into search
2021-01-17 16:07:43 +02:00
John R. Supplee
d74dc92681
Global Search improvements
...
* support for searching from the URL
* add support for searching by assignee and member
2021-01-17 16:01:42 +02:00
Lauri Ojansivu
be03d2ae9a
Fixed: Linked card makes board not load.
...
Thanks to akitzing, galletl, pdonias, olivierlambert and xet7 !
Fixes #3367
2021-01-17 03:25:28 +02:00
John R. Supplee
7b8d67de63
Global search - fix label not found
2021-01-16 21:07:49 +02:00
John R. Supplee
ff626fb559
Add a new SessionData collection and limit user fields
...
* Add new SessionData collection to store user session data available to
server and client
* Limit the Users fields sent to the client by `myCards`, `dueCards`,
`brokenCards`, and `globalSearch` using new `Users.safeFields`
* clean-up
2021-01-16 19:26:06 +02:00
John R. Supplee
a56d47c768
Global search fixes
...
* use @ and # as the abbrevs for the user and list operators
* comment out debug code
* Modify display of card result counts
* Fix bug with publication not returning current user document
2021-01-15 00:33:24 +02:00
John R. Supplee
3214800741
Global search display total hits
...
* modify User model to store some session data for searches
* Display total hits in search results
2021-01-14 16:54:44 +02:00
John R. Supplee
39ac19db20
Fix search returning data for all users
2021-01-14 00:42:10 +02:00
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