Work on sending campaigns. Campaign status page half-way done, but does not work yet.
This commit is contained in:
parent
67d7129f7b
commit
d1fa4f4211
66 changed files with 1653 additions and 525 deletions
|
@ -418,24 +418,22 @@ async function getByRestrictedAccessToken(token) {
|
|||
}
|
||||
|
||||
|
||||
module.exports = {
|
||||
listDTAjax,
|
||||
remove,
|
||||
updateWithConsistencyCheck,
|
||||
create,
|
||||
hash,
|
||||
getById,
|
||||
serverValidate,
|
||||
getByAccessToken,
|
||||
getByUsername,
|
||||
getByUsernameIfPasswordMatch,
|
||||
getAccessToken,
|
||||
resetAccessToken,
|
||||
sendPasswordReset,
|
||||
isPasswordResetTokenValid,
|
||||
resetPassword,
|
||||
getByRestrictedAccessToken,
|
||||
getRestrictedAccessToken,
|
||||
refreshRestrictedAccessToken,
|
||||
registerRestrictedAccessTokenMethod
|
||||
};
|
||||
module.exports.listDTAjax = listDTAjax;
|
||||
module.exports.remove = remove;
|
||||
module.exports.updateWithConsistencyCheck = updateWithConsistencyCheck;
|
||||
module.exports.create = create;
|
||||
module.exports.hash = hash;
|
||||
module.exports.getById = getById;
|
||||
module.exports.serverValidate = serverValidate;
|
||||
module.exports.getByAccessToken = getByAccessToken;
|
||||
module.exports.getByUsername = getByUsername;
|
||||
module.exports.getByUsernameIfPasswordMatch = getByUsernameIfPasswordMatch;
|
||||
module.exports.getAccessToken = getAccessToken;
|
||||
module.exports.resetAccessToken = resetAccessToken;
|
||||
module.exports.sendPasswordReset = sendPasswordReset;
|
||||
module.exports.isPasswordResetTokenValid = isPasswordResetTokenValid;
|
||||
module.exports.resetPassword = resetPassword;
|
||||
module.exports.getByRestrictedAccessToken = getByRestrictedAccessToken;
|
||||
module.exports.getRestrictedAccessToken = getRestrictedAccessToken;
|
||||
module.exports.refreshRestrictedAccessToken = refreshRestrictedAccessToken;
|
||||
module.exports.registerRestrictedAccessTokenMethod = registerRestrictedAccessTokenMethod;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue