Martin Filser
8a446de3e9
added comment section on card details to avoid loading the card comment activities from the server
...
- and added to show only the activities a card
- to display the card comments a connection to the server was needed to get the activities of the card comments, now, it's not necessary
- also performance relevant. until now there were a lot of activities loaded, now only of the current card
2024-11-15 19:55:07 +01:00
Martin Filser
c925a27870
Fixing opening cards and slow performance of closing cards
...
Fixes : #5533
Fixes : #5548
Revert "Switch from kadira:flow-router to ostrio:flow-router-extra"
This reverts commit 718c1a393d
.
2024-10-22 21:45:36 +02:00
Denis Perov
718c1a393d
Switch from kadira:flow-router to ostrio:flow-router-extra
2024-09-23 19:25:55 +03:00
e-gaulue
58f6acbc48
Remove notification while copying board
...
1. It takes too long while server stops after 2 minutes (#5371 ).
2. It is useless, because when you copy a board, most of the time your users don't want to be notified of every copied cards.
2024-05-15 22:17:54 +02:00
Lauri Ojansivu
5dd318a481
v7.38
2024-03-10 23:47:29 +01:00
Mirko Genovese
4ae8a0308e
Update boards.js - New update board title function
2024-02-16 10:50:52 +01:00
Lauri Ojansivu
f324286911
New feature: Sidebar / Card Settings / Creator at minicard.
...
Thanks to Roemer and xet7 !
Related https://github.com/wekan/wekan/discussions/5217
2023-12-01 13:31:16 +02:00
Lauri Ojansivu
0c54c1540c
Removed console.log.
...
Thanks to xet7 !
2023-11-14 05:42:03 -05:00
Gustav Engström
67835e3421
Added change board title to available webhooks
2023-11-14 09:49:10 +01:00
helioguardabaxo
089913ff4c
Active members list now is ordered.
2023-08-27 17:41:43 -03: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
211656e9da
removing unused method "activeMembers2()"
2023-07-18 21:25:29 +02:00
Martin Filser
f83ee124d0
Move every Boards.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
d6142e4b75
Move every Triggers.find(idOrFirstObjectSelector, options) to the ReactiveCache (directory models/)
2023-07-18 21:25:29 +02:00
Martin Filser
c7b554afd9
Move every Actions.find(idOrFirstObjectSelector, options) to the ReactiveCache (directory models/)
2023-07-18 21:25:28 +02:00
Martin Filser
30c1b5cca8
Move every Rules.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
33a8de7bb5
Move every Swimlanes.find(idOrFirstObjectSelector, options) to the ReactiveCache (directory models/)
2023-07-18 21:25:28 +02:00
Martin Filser
6a4b03324c
Move every Lists.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
9e557f6887
Move every Lists.findOne(idOrFirstObjectSelector, options) to the ReactiveCache
2023-07-18 21:25:28 +02:00
Martin Filser
2c92524cf4
Move every Boards.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
48ba81eb3d
Move every Swimlanes.findOne(idOrFirstObjectSelector, options) to the ReactiveCache
2023-07-18 21:25:28 +02:00
Martin Filser
5e3a9dc059
Move every Meteor.user() 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
0926943670
Move every Lists.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
Vid Smole
557f9709ac
Fix attachment urls
2023-07-05 12:52:18 +02:00
Vid Smole
41664f16a3
Fix /api/board/{boardId}/attachments
2023-07-05 11:05:37 +02:00
Lauri Ojansivu
e1a00090ba
Fixed Rare bug: All Boards page icons random dance. Reverted changing migrations. Fixed reordering cards. Part 2.
...
Fixes #4214
Thanks to xet7 !
2023-06-09 18:03:28 +03:00
Lauri Ojansivu
b75e16f104
Fixed Rare bug: All Boards page icons random dance. Commented out All Boards show members, cards counts, and some migrations.
...
Fixes #4214
Thanks to xet7 !
2023-06-09 16:27:04 +03:00
helioguardabaxo
f3ebc4a28e
Added option to show/hide some badges on minicard
2023-05-31 14:49:02 -03:00
helioguardabaxo
985882a4ad
Added option to show/hide cover attachment on minicard
2023-05-31 11:52:20 -03:00
Lauri Ojansivu
49ef80ab6c
BoardAdmin and Admin can now set board background image URL.
...
Thanks to xet7 !
Related #486
2023-05-27 03:10:41 -04:00
Lauri Ojansivu
cc90291192
Try to fix User API. Part 2.
...
Thanks to xet7 !
Fixes #4039
2023-01-13 22:14:39 +02:00
Lauri Ojansivu
8092f8be28
Try to fix User API.
...
Thanks to xet7 !
Fixes #4039
2023-01-13 21:50:39 +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
74deeeaaa6
Revert "Do those imports!"
...
This reverts commit 64dcc70bd2
.
2022-04-18 18:17:20 +03:00
David Arnold
2cddcd60a1
Do those imports!
2022-04-18 18:17:00 +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
helioguardabaxo
5f2820d7e0
Added members list and board card count per list on My Boards
2022-04-15 13:19:37 -03:00
helioguardabaxo
2576127b10
Complemented previous commit
2022-04-05 17:06:26 -03:00
helioguardabaxo
db4421c7b8
Show description on minicard
2022-04-05 17:00:39 -03:00
Ben0it-T
a45d1fa855
fix Boards.uniqueTitle
2022-03-08 22:25:07 +01:00
Lauri Ojansivu
f8b60de988
Merge pull request #4401 from Ben0it-T/fix-Boards.uniqueTitle
...
fix Boards.uniqueTitle not working as expected #4400
2022-03-06 17:51:02 +02:00
Ben0it-T
e1550e9172
fix Boards.uniqueTitle
2022-03-06 12:14:47 +01:00