wekan/imports
Harry Adel 2f6e34c5f5 Make ReactiveCache async for Meteor 3.0 compatibility
- Convert all ReactiveCacheServer methods to async
  - findOne() → findOneAsync()
  - find().fetch() → find().fetchAsync()
  - Meteor.user() → Meteor.userAsync()
- Convert ReactiveCache facade methods to async
  - Server path uses await for async operations
  - Client path returns sync Minimongo result (wrapped in Promise)

This prepares the codebase for Meteor 3.0 where MongoDB
operations are async.
2026-01-31 20:50:40 +02:00
..
i18n Updated translations 2026-01-30 00:00:39 +02:00
lib Added Date Format setting to Opened Card. 2025-10-20 01:36:44 +03:00
cronMigrationClient.js Fix DB migration from 8.19 to 8.21 stuck forever. 2026-01-21 00:56:42 +02:00
reactiveCache.js Make ReactiveCache async for Meteor 3.0 compatibility 2026-01-31 20:50:40 +02:00