wekan/server/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
..
tests Fix SECURITY ISSUE 5: Attachment API uses bearer value as userId and DoS (Low). 2025-11-02 11:42:07 +02:00
emailLocalization.js Update ReactiveCache call sites to use async/await for Meteor 3.0 2026-02-01 00:54:38 +02:00
importer.js Add email notifications language localization feature 2025-05-13 19:45:08 +01:00
inputSanitizer.js Security Fix JVN#86586539: Stored XSS. 2025-10-10 23:14:06 +03:00
utils.js Fix New Board Permissions: NormalAssignedOnly, CommentAssignedOnly, ReadOnly, ReadAssignedOnly. Part 1. 2026-01-14 23:43:11 +02:00