Lauri Ojansivu
|
350a52935a
|
Updated translations.
|
2023-07-21 01:56:26 +03:00 |
|
Lauri Ojansivu
|
a8c071f04c
|
Updated translations.
|
2023-07-20 21:35:44 +03:00 |
|
Lauri Ojansivu
|
588e051f0f
|
Updated translations.
|
2023-07-19 21:18:26 +03:00 |
|
Lauri Ojansivu
|
1c5857f064
|
Forked meteor-globals and meteor-reactive-cache to @wekanteam/meteor-globals and @wekanteam/meteor-reactive-cache to update to newest non-vulnerable dependencies.
Thanks to xet7 !
|
2023-07-19 21:08:21 +03:00 |
|
Martin Filser
|
538e197147
|
Move every Avatars.find(idOrFirstObjectSelector, options) to the ReactiveCache
|
2023-07-18 21:25:29 +02:00 |
|
Martin Filser
|
1c0a1e021a
|
ReactiveCache, adding parameter "getCursor"
|
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
|
76aae41637
|
Move every InvitationCodes.findOne(idOrFirstObjectSelector, options) to the ReactiveCache
|
2023-07-18 21:25:28 +02:00 |
|
Martin Filser
|
49071ca5fd
|
Move every SessionData.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 |
|
Martin Filser
|
c262620993
|
Move every Rules.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
|
ba9e2debe2
|
ReactiveCache, adding options to every method
|
2023-07-18 21:25:28 +02:00 |
|
Martin Filser
|
6c8a5cc580
|
ReactiveCache, adding methods for Mongo.Collection#find
|
2023-07-18 21:25:28 +02:00 |
|
Martin Filser
|
3a7eece244
|
ReactiveCache, id Methods can contain now selector to get the first object (findOne())
|
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
|
fe2015735a
|
Move every Team.findOne() to the ReactiveCache
|
2023-07-18 21:25:28 +02:00 |
|
Martin Filser
|
2ab34d3b87
|
Move every Org.findOne() to the ReactiveCache
|
2023-07-18 21:25:28 +02:00 |
|
Martin Filser
|
79ea4d6d1e
|
Move every Activities.findOne() to the ReactiveCache
|
2023-07-18 21:25:28 +02:00 |
|
Martin Filser
|
0a7ffe4cb0
|
Move every CardComments.findOne() to the ReactiveCache
|
2023-07-18 21:25:28 +02:00 |
|
Martin Filser
|
0e714a90e0
|
Move every ChecklistItems.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
|
b7dbeba7de
|
add currentSetting to ReactiveCache
|
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 |
|
Lauri Ojansivu
|
50c071682b
|
Updated translations.
|
2023-07-17 01:20:33 +03:00 |
|
Lauri Ojansivu
|
cfbb06ed1f
|
Updated translations.
|
2023-07-12 00:57:38 +03:00 |
|
Lauri Ojansivu
|
520f295733
|
Updated translations.
|
2023-07-09 23:01:44 +03:00 |
|
Lauri Ojansivu
|
7da5121ddd
|
Updated translations.
|
2023-07-09 22:57:43 +03:00 |
|
Lauri Ojansivu
|
2e0168283e
|
Updated translations.
|
2023-07-08 01:25:11 +03:00 |
|
Lauri Ojansivu
|
8c9c0e9316
|
Updated translations.
|
2023-07-04 22:09:29 +03:00 |
|
Lauri Ojansivu
|
f21bd16cec
|
Updated translations.
|
2023-07-03 10:27:21 +03:00 |
|
Lauri Ojansivu
|
edc5a5b6a2
|
Updated translations.
|
2023-07-01 21:12:02 +03:00 |
|
Lauri Ojansivu
|
3aae07695c
|
Updated translations.
|
2023-06-30 17:43:10 +03:00 |
|
Lauri Ojansivu
|
83ae1d4a19
|
Added translation to support viewing PDFs.
Thanks to xet7 !
Fixes https://github.com/wekan/wekan/pull/4989#pullrequestreview-1507053336
|
2023-06-30 17:31:17 +03:00 |
|
Lauri Ojansivu
|
3c1eff6241
|
Updated translations.
|
2023-06-20 00:26:44 +03:00 |
|
Lauri Ojansivu
|
74b66fdcaf
|
Updated translations.
|
2023-06-18 03:31:48 +03:00 |
|
Lauri Ojansivu
|
dc2835d341
|
Added translations: Cantonese (China) (yue_CN) and Chinese Traditional (zh-Hant).
Thanks to translators !
|
2023-06-17 20:58:21 +03:00 |
|
Lauri Ojansivu
|
66b1736bb3
|
Updated translations.
|
2023-06-12 14:23:04 -04:00 |
|
Lauri Ojansivu
|
46281542c5
|
Updated translations.
|
2023-06-10 09:37:47 +03:00 |
|
Lauri Ojansivu
|
695cdfcc4e
|
Updated translations.
|
2023-06-09 12:15:14 +03:00 |
|
Lauri Ojansivu
|
04464dcdb3
|
Updated translations.
|
2023-06-08 14:06:58 +03:00 |
|
Lauri Ojansivu
|
1f11f8add5
|
Updated translations.
|
2023-06-06 14:31:04 -04:00 |
|