Majed6
b4e343369a
Fixed Bug: inconsistent use of relative/absolute URLs
...
Some pages use relative links such as boards link at the home page.
Others use absolute url such as cards in boards' lists.
This commits goal is to allow for consistent use of relative
urls.
Origin relative URLs also helps decoupling Wekan from the infrastructure
it's deployed on. i.e if it's being served, it should work.
2021-03-05 15:05:53 +03:00
Chris Magnuson
65d280da8a
Add sort to rest API
2021-02-27 16:24:12 -05:00
Lauri Ojansivu
0a728f805b
Added translation: Persian (Iran).
...
Thanks to translators!
2021-02-24 15:52:11 +02:00
n8ores
950e41e8f7
Fix bugs with customFields identified in Issue #3574
...
Fixed bug with the reference to the customFieldValue in the cards.js
Activity Insert was not being passed the listId, swimlaneId which was required when building the webhook text string.
Added customField and customFieldValue as default values for the webhook msgs. There is no good reason to exclude these (they will only be included when changing a customField anyway). Updated the docker-compose comment to reflect this change.
2021-02-18 22:52:18 +13:00
Lauri Ojansivu
1bc07b1b4a
Teams/Organizations: Added more code to Admin Panel for saving and editing. In Progress.
...
Thanks to xet7 !
Related #802
2021-02-11 19:07:34 +02:00
Martin Filser
116aae0828
Deleting a linked card blocked the parent board to load #3540
2021-02-08 21:42:16 +01:00
Lauri Ojansivu
d57eb6a2fc
Fixed Board does not load, by disabling Custom Fields sorting.
...
Thanks to marcungeschikts, olivierlambert and xet7 !
Fixes #3540
2021-02-08 21:08:36 +02:00
Lauri Ojansivu
41e1f8fbc3
Merge branch 'sorted-archives' of https://github.com/bronger/wekan into bronger-sorted-archives
2021-02-02 20:56:09 +02:00
Lauri Ojansivu
3774060d32
Createtoken API: Added better description and deleted extra file.
...
Thanks to magicbelette and xet7 !
Fixes #2887
2021-02-02 20:51:41 +02:00
Martin Filser
c0b9ef5990
Cards, CustomFields sorted alphabetically #3517
...
- last fix didn't work and disabled alphabetic sorting
- also works with linked cards
2021-02-02 17:45:43 +01:00
Torsten Bronger
710643d8cb
Added field archivedAt to cards, lists, swimlanes, and boards.
2021-02-02 14:52:08 +01:00
John R. Supplee
158a0807d9
Development
...
* Generate error when a comment text is not found
* Save errors to SessionData as objects
* Move all search code to globalSearch publication
* Add more translation tags
2021-01-25 15:39:36 +02:00
John R. Supplee
907bf4ffdc
Pass found cards in sessionData cursor
2021-01-24 02:32:37 +02:00
John R. Supplee
dd163b9923
start work on searching in comments
2021-01-23 18:04:26 +02:00
John R. Supplee
c9db8e0a26
Escape regex strings
2021-01-23 12:02:51 +02:00
John R. Supplee
9d2bb505ae
Merge branch 'master' of https://github.com/wekan/wekan into new-search
2021-01-23 00:59:18 +02:00
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