Lauri Ojansivu
|
4fe168b03b
|
Fix Security issue: Hyperlink injection.
Thanks to mc-marcy and xet7 !
Fixes #5176
|
2023-10-31 16:04:25 +02: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 |
|
Lauri Ojansivu
|
6fdd3d6c53
|
Merge pull request #5107 from helioguardabaxo/active-members
Active members list now is ordered
|
2023-08-28 00:01:51 +03:00 |
|
helioguardabaxo
|
089913ff4c
|
Active members list now is ordered.
|
2023-08-27 17:41:43 -03:00 |
|
Lauri Ojansivu
|
3b936ff6e7
|
Removed CollectionFS and and attachment migrations.
|
2023-08-24 23:01:18 +03:00 |
|
Yevhenii Pertiaka
|
021db14a43
|
make available translation text to set empty string
|
2023-08-23 23:52:07 +09:00 |
|
Lauri Ojansivu
|
86814a0fd8
|
At opened card, toggle to show checklist at minicard. Part 4.
Thanks to xet7 !
|
2023-08-22 05:10:02 +03:00 |
|
Lauri Ojansivu
|
2a190fdc19
|
At opened card, toggle to show checklist at minicard. Part 1.
Thanks to xet7 !
|
2023-08-21 22:34:59 +03:00 |
|
DimDz
|
32e50b869d
|
Added moveCard to editCard API
|
2023-08-18 15:48:49 +03:00 |
|
Yevhenii Pertiaka
|
b1525d4221
|
Added new function to add cumstom translation strings on Admin panel
|
2023-08-17 21:54:14 +09:00 |
|
mark
|
406766a82b
|
make default swimlane auto-height
|
2023-08-03 22:03:30 -05:00 |
|
Jakub Jurczyk
|
3a22d4efdc
|
Fix edit_swimlane
|
2023-08-03 12:44:22 +02:00 |
|
Jakub Jurczyk
|
7865368153
|
Fix return value of edit_custom_field_dropdown_item
|
2023-08-02 14:11:47 +02: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
|
70c2f0f89f
|
first registration after installation must be an admin account
|
2023-07-31 21:41:00 +02:00 |
|
Johannes Zellner
|
ab19bbce8e
|
Only selectively show login elements once settings is loaded
Fixes #5029
|
2023-07-30 13:43:03 +02:00 |
|
Lauri Ojansivu
|
a2f479f4bd
|
Merge branch 'master' of https://github.com/mark-i-m/wekan into mark-i-m-master
|
2023-07-30 01:41:45 +03:00 |
|
Martin Filser
|
875442f1ce
|
removing Utils.getCurrentSetting() and use ReactiveCache directly
|
2023-07-20 21:11:29 +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
|
316acd0366
|
ReactiveMiniMongoIndex, added getChecklistItemsWithChecklistId
|
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
|
211656e9da
|
removing unused method "activeMembers2()"
|
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
|
f83ee124d0
|
Move every Boards.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
|
ea72ce1fa2
|
Move every Integrations.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
|
f3d58339ae
|
Move every Team.find(idOrFirstObjectSelector, options) to the ReactiveCache (directory models/)
|
2023-07-18 21:25:28 +02:00 |
|
Martin Filser
|
f2d52b55c8
|
Move every Org.find(idOrFirstObjectSelector, options) to the ReactiveCache (directory models/)
|
2023-07-18 21:25:28 +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
|
6fd3c0fa6b
|
Move every ChecklistItems.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
|
76aae41637
|
Move every InvitationCodes.findOne(idOrFirstObjectSelector, options) to the ReactiveCache
|
2023-07-18 21:25:28 +02:00 |
|
Martin Filser
|
08e3ca3435
|
Move every Activities.findOne(idOrFirstObjectSelector, options) to the ReactiveCache
|
2023-07-18 21:25:28 +02:00 |
|
Martin Filser
|
6b7b464acc
|
Move every Integrations.findOne(idOrFirstObjectSelector, options) to the ReactiveCache
|
2023-07-18 21:25:28 +02:00 |
|
Martin Filser
|
767d8e66e7
|
Move every ImpersonatedUsers.findOne(idOrFirstObjectSelector, options) to the ReactiveCache
|
2023-07-18 21:25:28 +02:00 |
|
Martin Filser
|
e30edce73e
|
Move every CardCommentReactions.findOne(idOrFirstObjectSelector, options) to the ReactiveCache
|
2023-07-18 21:25:28 +02:00 |
|
Martin Filser
|
f5796faa84
|
Move every Triggers.findOne(idOrFirstObjectSelector, options) to the ReactiveCache
|
2023-07-18 21:25:28 +02:00 |
|
Martin Filser
|
b48297df22
|
Move every Actions.findOne(idOrFirstObjectSelector, options) to the ReactiveCache
|
2023-07-18 21:25:28 +02:00 |
|