Lauri Ojansivu
|
ffafb30b9b
|
Fixed API get_all_cards doesn't return SwimlaneId. Please test.
Thanks to mohammadZahedian, xator91 and xet7.
Fixes #5319
|
2024-03-07 13:36:42 +02:00 |
|
Lauri Ojansivu
|
7beced1e68
|
Fixed API get swimlane cards wrong order. Please test.
Thanks to mohammadZahedian, xator91 and xet7.
Fixes #5319
|
2024-03-07 13:10:41 +02:00 |
|
Lauri Ojansivu
|
c570405d02
|
Try to fix API get cards wrong order. Please test.
Thanks to mohammadZahedian, xator91 and xet7.
Fixes #5319
|
2024-03-06 12:07:18 +02:00 |
|
Mirko Genovese
|
f8ef2e33de
|
cards.js Added a control to check error if card is not updated
|
2024-02-22 07:50:21 +01:00 |
|
Gustav Engström
|
f5bc2b08f9
|
Added archive option to of Wekan API
|
2024-01-15 12:32:24 +01:00 |
|
Lauri Ojansivu
|
b40654cdfe
|
Try to get some label outgoing webhooks working.
Thanks to xet7 !
Related #4898
|
2023-09-15 21:34:31 +03:00 |
|
Lauri Ojansivu
|
7d1ab0a388
|
Fix createCardWithDueDate Error: User id is required.
Thanks to xet7!
Fixes #5114,
fixes #5111
|
2023-09-10 04:37:53 +03:00 |
|
DimDz
|
32e50b869d
|
Added moveCard to editCard API
|
2023-08-18 15:48:49 +03:00 |
|
Jakub Jurczyk
|
aca6ba5270
|
Fix assignees description
|
2023-08-01 17:30:14 +02:00 |
|
Jakub Jurczyk
|
5d6367f404
|
Fix get_board_cards_count
|
2023-08-01 12:32:04 +02:00 |
|
Martin Filser
|
1067542b94
|
Move every Attachments.find(idOrFirstObjectSelector, options) to the ReactiveCache (directory models/)
|
2023-07-18 21:25:29 +02:00 |
|
Martin Filser
|
42fad8fb98
|
ReactiveMiniMongoIndex, added getCardCommentsWithCardId
|
2023-07-18 21:25:29 +02:00 |
|
Martin Filser
|
f80ecded0a
|
ReactiveMiniMongoIndex, added getChecklistsWithCardId
|
2023-07-18 21:25:29 +02:00 |
|
Martin Filser
|
40a5422e75
|
ReactiveMiniMongoIndex created, Javascript Index of MiniMongo Client Database
- I didn't find a solution to have indexes in MiniMongo on client. As i see /
believe there isn't this feature yet in Meteor (v2.10).
- I got this and many more results while looking for an solution:
https://forums.meteor.com/t/adding-indexing-to-minimongo/9130/12
https://github.com/meteor/meteor-feature-requests/issues/66
So to speed up the MiniMongo i decided to create a own class for this,
currently per query. Of course, this isn't the best solution, but works for now
good.
|
2023-07-18 21:25:29 +02:00 |
|
Martin Filser
|
fb3b47e2bb
|
Move every Attachments.find(idOrFirstObjectSelector, options) to the ReactiveCache (directory models/)
|
2023-07-18 21:25:29 +02:00 |
|
Martin Filser
|
25989b9736
|
Move every CardComments.find(idOrFirstObjectSelector, options) to the ReactiveCache (directory models/)
|
2023-07-18 21:25:29 +02:00 |
|
Martin Filser
|
fef6433b75
|
Move every Activities.find(idOrFirstObjectSelector, options) to the ReactiveCache (directory models/)
|
2023-07-18 21:25:29 +02:00 |
|
Martin Filser
|
e5359dc838
|
Move every Checklists.find(idOrFirstObjectSelector, options) to the ReactiveCache (directory models/)
|
2023-07-18 21:25:28 +02:00 |
|
Martin Filser
|
981a641bce
|
Move every CustomFields.find(idOrFirstObjectSelector, options) to the ReactiveCache (directory models/)
|
2023-07-18 21:25:28 +02:00 |
|
Martin Filser
|
030359aa0e
|
Move every Users.find(idOrFirstObjectSelector, options) to the ReactiveCache (directory models/)
|
2023-07-18 21:25:28 +02:00 |
|
Martin Filser
|
c0ecfb87b0
|
Move every Cards.find(idOrFirstObjectSelector, options) to the ReactiveCache (directory models/)
|
2023-07-18 21:25:28 +02:00 |
|
Martin Filser
|
806ad78637
|
Move every CustomFields.findOne(idOrFirstObjectSelector, options) to the ReactiveCache
|
2023-07-18 21:25:28 +02:00 |
|
Martin Filser
|
06e374f0ff
|
Move every Cards.findOne(idOrFirstObjectSelector, options) to the ReactiveCache
|
2023-07-18 21:25:28 +02:00 |
|
Martin Filser
|
3fc9c6efe7
|
Move every Attachments.findOne() to the ReactiveCache
|
2023-07-18 21:25:28 +02:00 |
|
Martin Filser
|
54f7361767
|
Move every CustomFields.findOne() to the ReactiveCache
|
2023-07-18 21:25:28 +02:00 |
|
Martin Filser
|
6e1ef3d94a
|
Move every Users.findOne() to the ReactiveCache
|
2023-07-18 21:25:28 +02:00 |
|
Martin Filser
|
bf48d4371c
|
Move every Swimlanes.findOne() to the ReactiveCache
|
2023-07-18 21:25:28 +02:00 |
|
Martin Filser
|
3b65113d05
|
Move every Cards.findOne() to the ReactiveCache
|
2023-07-18 21:25:28 +02:00 |
|
Martin Filser
|
a182482cfb
|
Move every Boards.findOne(boardId) to the ReactiveCache (Part 2)
|
2023-07-18 21:25:28 +02:00 |
|
Martin Filser
|
1b3135a79f
|
models/cards.js, use getRealId() for setter too
|
2023-07-18 21:25:28 +02:00 |
|
Martin Filser
|
3f3b4746a9
|
adding ReactiveCache to other source code
|
2023-07-18 21:25:28 +02:00 |
|
Martin Filser
|
16130b3f73
|
Move ReactiveCache to imports
- so it's available for the Server too
|
2023-07-18 21:25:27 +02:00 |
|
Martin Filser
|
47427f89b0
|
Adding new ReactiveCache
|
2023-07-18 21:25:27 +02:00 |
|
Martin Filser
|
384d80a647
|
card.js, clean up redudant code
|
2023-07-18 21:25:27 +02:00 |
|
Martin Filser
|
43d11af631
|
Performance, improving page load about 40% faster
|
2023-07-18 21:25:27 +02:00 |
|
Martin Filser
|
52d54f35a3
|
Add checklist at top
|
2023-06-21 21:59:48 +02:00 |
|
DimDz
|
ba387bcc84
|
createCardWithDueDate
|
2023-05-12 09:39:23 +03:00 |
|
DimDz
|
ad26e57e78
|
@operation edit_card_custom_field
|
2023-05-02 16:39:49 +03:00 |
|
Lauri Ojansivu
|
beaa50551d
|
Fix Customfields are not added to new cards created with the API.
Thanks to HEMGDevelopment and xet7 !
Fixes #4810
|
2023-01-17 23:09:51 +02:00 |
|
Lauri Ojansivu
|
eda2b3b406
|
Fix API Edit card function does nothing.
Thanks to gu1ll0me, HEMGDevelopment and xet7 !
Fixes #4701
|
2023-01-17 21:31:16 +02:00 |
|
Lauri Ojansivu
|
8092f8be28
|
Try to fix User API.
Thanks to xet7 !
Fixes #4039
|
2023-01-13 21:50:39 +02:00 |
|
Martin Filser
|
e37bf2b51d
|
Copy card at card details copies now attachments
|
2022-08-18 17:31:41 +02:00 |
|
Martin Filser
|
03deeb6729
|
Copy many card dialog remembers now the last selected board
|
2022-08-16 23:26:37 +02:00 |
|
Martin Filser
|
ad5167de55
|
Card Details, move card between lists moves now the card to the top by default
- mostly the card is sorted anywhere and you have to scroll the list,
now, the card is always at the top
|
2022-06-07 06:32:52 +02:00 |
|
Martin Filser
|
b6374dac3d
|
Attachment selection, simpler code logic
|
2022-05-20 12:38:46 +02:00 |
|
Martin Filser
|
fbb0ed5ec1
|
Board copy work now again
- there was an error at attachment copy
- fixes: https://github.com/wekan/wekan/issues/4485#issue-1211353265
|
2022-04-30 21:04:37 +02:00 |
|
Martin Filser
|
2e5ec0308f
|
Adjust all other moment imports to moment-with-locales
|
2022-04-27 17:24:42 +02:00 |
|
Lauri Ojansivu
|
0c3ca14699
|
Merge branch 'upgrade-meteor-2.6' of https://github.com/majus/wekan into upgrade-meteor
|
2022-04-18 21:25:47 +03:00 |
|
David Arnold
|
f847439e10
|
fix: thumbnail images now wrok
|
2022-04-18 18:17:21 +03:00 |
|
David Arnold
|
94bf192f12
|
fixup! fix: cover image - works now
|
2022-04-18 18:17:21 +03:00 |
|