Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 1.4.0 #37

Merged
merged 11 commits into from
Jan 12, 2025
Merged

Version 1.4.0 #37

merged 11 commits into from
Jan 12, 2025

Conversation

Yoronex
Copy link
Member

@Yoronex Yoronex commented Jan 12, 2025

Description

Related issues/external references

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)

LuukBlankenstijn and others added 11 commits October 23, 2024 14:46
…PublicGeneralInfo endpoint

- feat: change the postSetup endpoint to respond with the token required for setting the password of the just created account
…the getPublicGeneralInfo endpoint - feat: change the postSetup endpoint to respond with the token required for setting the password of the just created account
… up to the getPublicGeneralInfo endpoint - feat: change the postSetup endpoint to respond with the token required for setting the password of the just created account
Several ways devised to implement this easily. Most logical is to enforce this
feature only when actually running in production, but this does not work well
when using CI for testing. So a `TYPEORM_SSL_ENABLED` environment variable
provides more configuration flexibility (so you can also test this locally).

Originally, the path to the CA certificates file was hardcoded. However, this
does not allow for flexibility on non-standard platforms that store it in a
different location or specific requirements from the environment. As such, the
`TYPEORM_SSL_CACERTS` has been introduced to handle that.
@Yoronex Yoronex merged commit b7c5092 into master Jan 12, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants