Lauri Ojansivu
a719e8fda1
Allow board members to use more of API. Please add issue (or pull request) if this allows too much.
...
Thanks to JayVii and xet7 !
Fixes #3862
2021-06-14 15:01:37 +03:00
Lauri Ojansivu
07a3a0b388
Gantt: Retain links created between tasks. Part 1: Database changes, not active in MIT Wekan.
...
Thanks to benjaminhrivera !
Related https://github.com/wekan/wekan/issues/2870#issuecomment-857115753
2021-06-09 01:12:23 +03:00
helioguardabaxo
fa3d117372
Add Feature: Planning Poker
2021-06-03 12:01:15 -03:00
Lauri Ojansivu
bd1de94312
Fixed Importing JSON exports fails.
...
Thanks to KeptnArgo and xet7 !
Fixes #3742
2021-05-29 00:52:36 +03:00
Lauri Ojansivu
c2da477735
Fixed Non-ASCII attachment filename will crash when downloading.
...
Thanks to xet7 !
Fixes #2759
2021-04-29 13:26:49 +03:00
ryanMushy
63c1bb9e17
count subtasks just like checklists
2021-04-27 18:28:23 -07:00
John R. Supplee
a94bec921c
Remove allowedValues from Cards.type schema
2021-04-16 19:52:09 +02:00
Lauri Ojansivu
378d64f99a
Merge pull request #3706 from jrsupplee/issue-3703
...
Bug fix: Rules for moving from list/swimlane
2021-04-14 00:18:05 +03:00
Lauri Ojansivu
decab9256b
Merge branch 'admin-reports' of https://github.com/jrsupplee/wekan into jrsupplee-admin-reports
2021-04-13 23:50:37 +03:00
tod31
ceec27bf90
cleanup and cosmetics
2021-04-12 11:01:58 +02:00
tod31
5cfa03ec07
use string array to store items in database
2021-04-11 14:15:57 +02:00
John R. Supplee
17ab5978ad
Bug fix: Rules for moving from list/swimlane
...
Issue: 3703
2021-04-11 00:09:32 +02:00
John R. Supplee
302ba75729
* Fix bug with multiple label predicates
...
* Add new constants
2021-04-03 01:19:02 +02:00
John R. Supplee
69dc8f304c
Only search label names in boards of type 'board'
2021-04-02 21:40:52 +02:00
Lauri Ojansivu
4e1c0fdce8
Updated dependencies. Fixed lint.
...
Thanks to xet7 !
2021-03-28 07:24:24 +03:00
John Supplee
59a3ac1f37
Add move() methods to Swimlanes and Lists collections
2021-03-26 16:51:01 +02:00
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