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
Lauri Ojansivu
af58b1039e
Merge pull request #3561 from bronger/issue-3133
...
Changed default behaviour for BIGEVENTS that no activity matches it.
2021-02-11 18:11:47 +02:00
Torsten Bronger
a124f1dc38
Changed default behaviour for BIGEVENTS that no activity matches it.
...
Previously, all changes to due dates notified all board members. Now, you have
to set the environment variable BIGEVENTS_PATTERN explicitly to "due" to
restore this behaviour. By default, no activity is considered a "big event".
Fixes <https://github.com/wekan/wekan/issues/3133 >.
2021-02-11 16:21:36 +01:00
Lauri Ojansivu
b71fde7ff3
Merge pull request #3556 from pichouk/master
...
Add /api/boards_count endpoint for statistics
2021-02-11 15:57:35 +02:00
Kyâne
bcf5a586c7
Add /api/boards_count endpoint for statistics
2021-02-11 00:49:34 +01:00
Martin Filser
e8b6b78dfa
Checklistitems are now inserted always at the end of the checklist
2021-02-09 16:08:05 +01: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
magicbelette
fd20a9218f
Add the ability to call get_user operation with username
2021-02-05 19:58:24 +01:00
John R. Supplee
9ec3574ff6
Fix bug in uniqueTitle
...
`uniqueTitle` was returning a numbered title even when not necessary
2021-02-03 14:03:33 +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
Lauri Ojansivu
d8c8856548
Merge pull request #3520 from messagerie-melanie2/master
...
Add createtoken API
2021-02-02 20:48:00 +02:00
Lauri Ojansivu
3d3cf1d551
Merge pull request #3521 from mfilser/master
...
Cards, CustomFields sorted alphabetically, fixes #3517
2021-02-02 20:28:35 +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
Lauri Ojansivu
f274b3c26b
Try fix removed nonexistent document error.
...
Thanks to xet7 !
Related #3203 ,
related #3252 ,
related #2230
related #1629
2021-02-02 18:36:21 +02:00
magicbelette
5c4421dc38
Delete test file
2021-02-02 17:12:57 +01:00
magicbelette
a7b43d5b57
Add createtoken API
2021-02-02 17:06:06 +01:00
John R. Supplee
e4f50d4713
Hopeful fix for i18n not working in onRendered()
...
* Remove the i18n initialization code from an `autorun()` block
* Add some console statements to help with debugging production.
* Add functions to `Boards` for label colors and color mapping
2021-02-02 17:56:18 +02:00
Torsten Bronger
710643d8cb
Added field archivedAt to cards, lists, swimlanes, and boards.
2021-02-02 14:52:08 +01:00
John R. Supplee
0446999c63
Add new importUsernames field for import user mapping
2021-01-30 02:35:29 +02:00
John R. Supplee
3435192640
only use new RegExp(...) to define regex (not slashes)
2021-01-29 13:15:53 +02:00
John R. Supplee
6ba4da9711
Remove added backticks from regex
2021-01-28 23:42:47 +02:00
Lauri Ojansivu
f7cc1abc8e
Merge pull request #3500 from jrsupplee/patch-5
...
Fix some bugs when importing Wekan JSON
2021-01-28 19:08:34 +02:00
Lauri Ojansivu
bf7b1789ec
Added missing backtick quotes.
...
Thanks to xet7 !
2021-01-28 19:01:30 +02:00
John R. Supplee
ad6da9bf37
Create unique board names when importing
2021-01-28 18:21:56 +02:00
Lauri Ojansivu
37372466cc
Added many more fields to Export to Excel, and better formatting. Does not yet have all fields.
...
Thanks to xet7 !
Related #3173
2021-01-28 03:19:35 +02:00
John R. Supplee
0adde3e06d
Fix Wekan JSON import bug
...
If not all users are mapped the import crashes.
2021-01-28 00:44:48 +02:00
Lauri Ojansivu
c10f32cc30
Merge pull request #3492 from jrsupplee/new-search
...
Global Search Update
2021-01-27 19:11:21 +02:00
Lauri Ojansivu
56c7b7a8f1
Merge pull request #3489 from sato-64bit/fix-method-to-create-initials-on-oidc
...
changed method to create initials same as others for new user of oidc
2021-01-27 18:50:14 +02:00
John R. Supplee
78a1d08a17
Bug fixes and buttons for previous and next page
...
* Use buttons for next and previous page in search results
* Add custom routine for stringifying and parsing the selector to JSON
so RegExp objects are preserved
2021-01-27 16:57:31 +02:00
sato-64bit
6289acd109
changed method to create initials same as others
2021-01-27 01:43:01 +00:00
John R. Supplee
4e8fc46475
Start work on paging search results
2021-01-27 02:21:12 +02:00
John R. Supplee
6a32424a08
Add support for searching archived cards
...
* Add logic to search for archived or all cards
* Add icons to board, swimlane and list titles to indicate if they are archived
* Update search instructions
2021-01-26 18:39:09 +02: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
9b6288e49c
Add session id SessionData
2021-01-24 12:28:36 +02:00
John R. Supplee
907bf4ffdc
Pass found cards in sessionData cursor
2021-01-24 02:32:37 +02:00
John R. Supplee
082b16d422
Bug fix: import regex escape function
2021-01-23 18:15:08 +02:00
John R. Supplee
dd163b9923
start work on searching in comments
2021-01-23 18:04:26 +02:00
John R. Supplee
b40d53df84
Merge branch 'master' of https://github.com/wekan/wekan into new-search
2021-01-23 17:36:09 +02:00
John R. Supplee
a7bd8d42e8
Boards.copyTitle - escape string used in regex
2021-01-23 12:06:37 +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
124bce8f80
Merge pull request #3466 from jrsupplee/issue-3460
...
Option to add custom field to all cards
2021-01-23 00:32:06 +02:00
John R. Supplee
74d93a6adc
Option to add custom field to all cards
2021-01-22 21:28:37 +02:00
Lauri Ojansivu
1971037049
Merge pull request #3458 from jrsupplee/issue-2924
...
Issue 2924: Rules not copied during board copy
2021-01-22 16:57: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
b249fcbb2e
Use the copyBoard method to duplicate a board
...
* Use `copyBoard` instead of `cloneBoard` to duplicate a board
* Give duplicated boards a unique title by appending number
2021-01-22 14:24:39 +02:00
John R. Supplee
ff8a36653a
Use a Meteor call to copy a board
...
The current method was to copy a board on the client side. But
not all data was available for copying rules. Moving the copy
function to the server side solves this problem.
2021-01-22 12:49:48 +02:00