wekan/server
Harry Adel 15f979f08a Fix unhandled Promise rejection in cron migration job callback
The createCronJob method's job callback was not async and did not await
this.runMigrationStep(step), causing the returned Promise to float.
When runMigrationStep threw, the unhandled rejection triggered
quave:synced-cron's global handler which called process.exit(0),
crashing the app on startup.
2026-02-18 22:41:16 +02:00
..
lib Admin Panel/Settings/Layout, for PWA: Custom head meta, link, icons, assetlinks.json, site.webmanifest. 2026-02-15 21:49:55 +02:00
methods Reverted New UI Design of WeKan v8.29 and added more fixes and performance improvements. 2026-02-08 00:48:39 +02:00
migrations Reverted New UI Design of WeKan v8.29 and added more fixes and performance improvements. 2026-02-08 00:48:39 +02:00
notifications Reverted New UI Design of WeKan v8.29 and added more fixes and performance improvements. 2026-02-08 00:48:39 +02:00
publications Admin Panel/Settings/Layout, for PWA: Custom head meta, link, icons, assetlinks.json, site.webmanifest. 2026-02-15 21:49:55 +02:00
routes Admin Panel/Settings/Layout, for PWA: Custom head meta, link, icons, assetlinks.json, site.webmanifest. 2026-02-15 21:49:55 +02:00
00checkStartup.js Admin Panel/Settings/Layout, for PWA: Custom head meta, link, icons, assetlinks.json, site.webmanifest. 2026-02-15 21:49:55 +02:00
accounts-common.js Account configuration of option loginExpirationInDays is now possible 2021-11-15 14:21:09 +01:00
accounts-lockout-config.js Migrate accounts-lockout server files to async for Meteor 3.0 2026-01-29 21:29:56 +02:00
attachmentApi.js Reverted New UI Design of WeKan v8.29 and added more fixes and performance improvements. 2026-02-08 00:48:39 +02:00
attachmentMigration.js Reverted New UI Design of WeKan v8.29 and added more fixes and performance improvements. 2026-02-08 00:48:39 +02:00
attachmentMigrationStatus.js Reverted New UI Design of WeKan v8.29 and added more fixes and performance improvements. 2026-02-08 00:48:39 +02:00
authentication.js Security Fix 5: Read-only roles can still update cards. 2025-12-29 16:47:11 +02:00
boardMigrationDetector.js Reverted New UI Design of WeKan v8.29 and added more fixes and performance improvements. 2026-02-08 00:48:39 +02:00
card-opened-webhook.js Fix Card Opened Webhook can not be disabled. 2020-02-13 14:58:19 +02:00
cors.js Fix SECURITY ISSUE 2: Access to boards of any Orgs/Teams, and avatar permissions. 2025-11-02 09:11:50 +02:00
cronJobStorage.js Reverted New UI Design of WeKan v8.29 and added more fixes and performance improvements. 2026-02-08 00:48:39 +02:00
cronMigrationManager.js Fix unhandled Promise rejection in cron migration job callback 2026-02-18 22:41:16 +02:00
header-login.js Fix avatar upload error 2022-10-06 15:12:12 +08:00
max-image-pixel.js Add env setting to image resizer, part 1. 2019-07-18 04:27:03 +03:00
max-size.js Add some info about allowed filesizes and filetypes for attachments and avatars. 2023-03-26 12:41:44 +03:00
mongodb-driver-startup.js Reverted New UI Design of WeKan v8.29 and added more fixes and performance improvements. 2026-02-08 00:48:39 +02:00
policy.js Removed browser contect policy so that attachments would be visible. Part 2. 2022-04-08 18:37:51 +03:00
richer-editor-setting-helper.js Revert: Fix Pasting text into a card is adding a line before and after 2020-03-23 22:23:31 +02:00
rulesHelper.js Replace mquandalle:collection-mutations with collection helpers 2026-01-21 19:22:54 +02:00
saml.js Added some CAS and SAML settings. Not tested. Please test and send pull requests if it does not work. 2020-09-14 19:57:50 +03:00
spinner.js -conflits resolve 2021-06-14 15:11:21 +02:00
statistics.js Move every Meteor.user() to the ReactiveCache 2023-07-18 21:25:28 +02:00
triggersDef.js Prettier & eslint project style update 2019-06-28 12:56:51 -05:00