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 |
|
David Arnold
|
e4e8da4718
|
fix: cover image - works now
|
2022-04-18 18:17:20 +03:00 |
|
David Arnold
|
74deeeaaa6
|
Revert "Do those imports!"
This reverts commit 64dcc70bd2 .
|
2022-04-18 18:17:20 +03:00 |
|
David Arnold
|
4929653367
|
fixup! Ref: original & and use fileObj.meta
|
2022-04-18 18:17:01 +03:00 |
|
Denis Perov
|
4277d89514
|
Fix various bugs
|
2022-04-18 18:09:46 +03:00 |
|
Lauri Ojansivu
|
c926475eb1
|
Fixed _ensureIndex to createIndex for MongoDB 5. Updated to latest Meteor beta.
|
2022-04-18 18:08:12 +03:00 |
|
Jan Küster
|
60af7766bf
|
Switch tap:i18n to custom TAPi18n implementation
|
2022-04-18 18:02:14 +03:00 |
|
Lauri Ojansivu
|
e7a11c5733
|
Try to fix Duplicate Board.
Thanks to xet7 !
Fixes #4459
|
2022-04-06 17:52:11 +03:00 |
|