1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/src/lib/routes/admin-api
Christopher Kolstad 0de4c98a58
fix: send email on process.nextTick (#805)
To avoid users having to wait while we wait for a response from the email provider, we now send the mail on nextTick
2021-04-27 09:05:46 +02:00
..
addon.ts Feat/options need types (#794) 2021-04-22 10:07:10 +02:00
api-def.json Feature/setup typescript 2021-02-12 11:42:00 +01:00
api-token-controller.ts fix: User should require a ID field set (#799) 2021-04-22 23:40:52 +02:00
archive.test.js Feat/options need types (#794) 2021-04-22 10:07:10 +02:00
archive.ts fix: should allow revive toggles 2021-04-23 13:29:24 +02:00
bootstrap-controller.ts Feat/options need types (#794) 2021-04-22 10:07:10 +02:00
config.test.js Feat/options need types (#794) 2021-04-22 10:07:10 +02:00
config.ts Feat/options need types (#794) 2021-04-22 10:07:10 +02:00
context.test.js Feat/options need types (#794) 2021-04-22 10:07:10 +02:00
context.ts Feat/options need types (#794) 2021-04-22 10:07:10 +02:00
email.test.js Feat/options need types (#794) 2021-04-22 10:07:10 +02:00
email.ts Feat/options need types (#794) 2021-04-22 10:07:10 +02:00
event.ts Feat/options need types (#794) 2021-04-22 10:07:10 +02:00
events.test.js Feat/options need types (#794) 2021-04-22 10:07:10 +02:00
feature-type.ts Feat/options need types (#794) 2021-04-22 10:07:10 +02:00
feature.test.js Feat/options need types (#794) 2021-04-22 10:07:10 +02:00
feature.ts Feat/options need types (#794) 2021-04-22 10:07:10 +02:00
index.ts Feat/options need types (#794) 2021-04-22 10:07:10 +02:00
metrics.test.js Feat/options need types (#794) 2021-04-22 10:07:10 +02:00
metrics.ts Feat/options need types (#794) 2021-04-22 10:07:10 +02:00
state.ts Feat/options need types (#794) 2021-04-22 10:07:10 +02:00
strategy.test.js Feat/options need types (#794) 2021-04-22 10:07:10 +02:00
strategy.ts Feat/options need types (#794) 2021-04-22 10:07:10 +02:00
tag-type.ts Feat/options need types (#794) 2021-04-22 10:07:10 +02:00
tag.test.js Feat/options need types (#794) 2021-04-22 10:07:10 +02:00
tag.ts Feat/options need types (#794) 2021-04-22 10:07:10 +02:00
user-admin.ts fix: send email on process.nextTick (#805) 2021-04-27 09:05:46 +02:00
user.test.js fix: User should require a ID field set (#799) 2021-04-22 23:40:52 +02:00
user.ts fix: User should require a ID field set (#799) 2021-04-22 23:40:52 +02:00
util.js Reset token (#786) 2021-04-16 15:29:23 +02:00