chore(main): release 2.1.0#128
Merged
sondresjolyst merged 1 commit intomainfrom Apr 27, 2026
Merged
Conversation
sondresjolyst
approved these changes
Apr 27, 2026
Contributor
Author
|
🤖 Created releases: 🌻 |
sondresjolyst
added a commit
that referenced
this pull request
Apr 27, 2026
) * chore(main): release 2.0.4 (#116) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * chore(main): release 2.1.0 (#128) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * fix: add migration for merged admin page and sensor photo models --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
sondresjolyst
added a commit
that referenced
this pull request
Apr 29, 2026
* chore(main): release 2.0.4 (#116) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * chore(main): release 2.1.0 (#128) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * fix: migrate -infinity CreatedAt values to migration run timestamp Npgsql maps DateTime.MinValue to PostgreSQL -infinity. Rows created before CreatedAt tracking was introduced received -infinity when the column was added, causing GetStatsHistory to filter them all out and return an empty result, breaking the admin stats chart in prod. The migration sets those rows to NOW() so the chart has usable data. * feat: GDPR compliance improvements - Lock CORS to known origins (garge.no, dev.garge.no), configurable via appsettings - Remove EnableSensitiveDataLogging and CustomDbCommandInterceptor to stop PII leaking into logs - Fix email enumeration on password reset and resend-verification endpoints - Replace non-CSPRNG Random with RandomNumberGenerator for verification codes - Skip Authorization header in request logging middleware - Add self-service account deletion endpoint (DELETE /api/users/{id}/account) - Add personal data export endpoint (GET /api/users/{id}/export) per GDPR Article 20 * chore: add Claude Code config and project memory * fix: remove PII from log statements Replace email addresses and User.Identity.Name in Serilog log calls with opaque user IDs per GDPR agent rules. AuthController logs user.Id on success paths; AdminController uses ClaimTypes.NameIdentifier for the caller and user.Id for the target after lookup. * Add project README --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 I have created a release beep boop
2.1.0 (2026-04-27)
Features
This PR was generated with Release Please. See documentation.