Skip to content

Commit

Permalink
Merge branch 'next' into nv-2906-remove-the-is_topic_notification_ena…
Browse files Browse the repository at this point in the history
…bled-feature-flag
  • Loading branch information
denis-kralj-novu committed May 7, 2024
2 parents 300fa2c + d48836b commit f294347
Show file tree
Hide file tree
Showing 870 changed files with 5,025 additions and 16,561 deletions.
9 changes: 9 additions & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -640,6 +640,15 @@
"whatsapp",
"whatsappbusiness",
"parens",
"Webpush",
"webpush",
"xkeysib",
"firestore",
"firsttris",
"esbenp",
"npmjs",
"maxage",
"unpublish"
],
"flagWords": [],
"patterns": [
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/reusable-webhook-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,3 @@ jobs:
- name: Run a test
run: |
cd apps/webhook && pnpm test:e2e
pnpm test
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,4 @@ docker/.env
# EE Symlinked folders - we need these for the EE build
# @TODO - find a way to remove the symlinks without breaking the build
!enterprise/packages/**/src
/.idea/jsLinters/eslint.xml
8 changes: 8 additions & 0 deletions .idea/nx-angular-config.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,6 @@ We are more than happy to help you. If you are getting any errors or facing prob
Novu is licensed under the MIT License - see the [LICENSE](https://github.com/novuhq/novu/blob/main/LICENSE) file for details.

## 💪 Thanks To All Contributors

Thanks a lot for spending your time helping Novu grow. Keep rocking 🥂

<a href="https://novu.co/contributors?utm_source=github">
Expand Down
7 changes: 0 additions & 7 deletions _templates/provider/new/.czrc.ejs.t

This file was deleted.

7 changes: 0 additions & 7 deletions _templates/provider/new/.eslintrc.json.ejs.t

This file was deleted.

13 changes: 0 additions & 13 deletions _templates/provider/new/.gitignore.ejs.t

This file was deleted.

14 changes: 0 additions & 14 deletions _templates/provider/new/README.ejs.t

This file was deleted.

9 changes: 0 additions & 9 deletions _templates/provider/new/jest.config.js.ejs.t

This file was deleted.

82 changes: 0 additions & 82 deletions _templates/provider/new/package.ejs.t

This file was deleted.

13 changes: 0 additions & 13 deletions _templates/provider/new/prompt.js

This file was deleted.

5 changes: 0 additions & 5 deletions _templates/provider/new/src/index.ejs.t

This file was deleted.

36 changes: 0 additions & 36 deletions _templates/provider/new/src/lib/provider.ejs.t

This file was deleted.

11 changes: 0 additions & 11 deletions _templates/provider/new/src/lib/test.provider.spec.ejs.t

This file was deleted.

14 changes: 0 additions & 14 deletions _templates/provider/new/tsconfig.json.ejs.t

This file was deleted.

15 changes: 0 additions & 15 deletions _templates/provider/new/tsconfig.module.json.ejs.t

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export class PasswordResetRequest {
private static getResetRedirectLink(token: string, user: UserEntity, src?: PasswordResetFlowEnum): string {
// ensure that only users without passwords are allowed to reset
if (src === PasswordResetFlowEnum.USER_PROFILE && !user.password) {
return `${process.env.FRONT_BASE_URL}/settings/profile?token=${token}`;
return `${process.env.FRONT_BASE_URL}/settings/profile?token=${token}&view=password`;
}

/**
Expand Down

0 comments on commit f294347

Please sign in to comment.