wekan/models/lib
Harry Adel 71eb01e233 Update ReactiveCache call sites to use async/await for Meteor 3.0
Part 3 of ReactiveCache async migration:
- Add await before all ReactiveCache.getX() calls
- Make functions containing ReactiveCache calls async
- Convert forEach/map/filter loops with async callbacks to for...of
- Update model helpers, Meteor methods, JsonRoutes handlers
- Update collection hooks (.before/.after insert/update/remove)
- Update .allow() callbacks to async

Files updated across models/ and server/ directories:
- Model files: cards, boards, lists, swimlanes, activities, users,
  checklists, checklistItems, customFields, attachments, integrations,
  cardComments, settings files, creators, exporters, and more
- Server files: publications, methods, notifications, routes, migrations
2026-02-01 00:54:38 +02:00
..
fsHooks Multi-File Storage. 2022-04-22 00:55:42 +03:00
grid Hello gridfs lib + fsHooks for mongodb bucket storage 2022-02-06 10:55:54 +03:00
attachmentBackwardCompatibility.js Fix Filebleed of Floppybleed. 2026-01-28 13:20:28 +02:00
attachmentStoreStrategy.js Store files to S3. In Progress. 2022-12-21 23:48:47 +02:00
fileStoreStrategy.js Update ReactiveCache call sites to use async/await for Meteor 3.0 2026-02-01 00:54:38 +02:00
httpStream.js Security Fix JVN#74210258: Stored XSS. 2025-10-10 23:06:06 +03:00
meteorMongoIntegration.js Fixes to make board showing correctly. 2025-10-12 03:48:21 +03:00
mongodbConnectionManager.js Fixes to make board showing correctly. 2025-10-12 03:48:21 +03:00
mongodbDriverManager.js Fixes to make board showing correctly. 2025-10-12 03:48:21 +03:00
universalUrlGenerator.js Some migrations and mobile fixes. 2025-10-25 21:09:07 +03:00
userStorageHelpers.js Per-User and Board-level data save fixes. Per-User is collapse, width, height. Per-Board is Swimlanes, Lists, Cards etc. 2025-12-23 07:49:37 +02:00