mirror of
https://github.com/wekan/wekan.git
synced 2026-02-20 23:14:07 +01:00
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 |
||
|---|---|---|
| .. | ||
| lib | ||
| methods | ||
| migrations | ||
| notifications | ||
| publications | ||
| routes | ||
| 00checkStartup.js | ||
| accounts-common.js | ||
| accounts-lockout-config.js | ||
| attachmentApi.js | ||
| attachmentMigration.js | ||
| authentication.js | ||
| boardMigrationDetector.js | ||
| card-opened-webhook.js | ||
| cors.js | ||
| cronJobStorage.js | ||
| cronMigrationManager.js | ||
| header-login.js | ||
| max-image-pixel.js | ||
| max-size.js | ||
| mongodb-driver-startup.js | ||
| policy.js | ||
| richer-editor-setting-helper.js | ||
| rulesHelper.js | ||
| saml.js | ||
| spinner.js | ||
| statistics.js | ||
| triggersDef.js | ||