chore(deps): update dawarich to v1.7.8 #7052
Reference in New Issue
Block a user
Delete Branch "renovate/unified-dawarich"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
1.7.7→1.7.81.7.7→1.7.8Release Notes
Freika/dawarich (Freika/dawarich)
v1.7.8Compare Source
⚠️ Upgrade notes
ALLOW_EMAIL_PASSWORD_REGISTRATIONenv var no longer doubles as a login gate. Email/password sign-in is now controlled by the newALLOW_EMAIL_PASSWORD_LOGINenv var (defaults totrue). To preserve OIDC-only sign-in after upgrade, setALLOW_EMAIL_PASSWORD_LOGIN=false.places.user_idfrom owning visits and permanently deletes any place that has no linked visits. Multi-user instances and instances with orphan rows from prior bugs should runrake places:backfill_user_id_dry_runfirst to see assigned/deleted counts. Single-user self-hosted instances are unaffected. The follow-up release will add aNOT NULLconstraint, so any new places created between this release and the next must carry auser_id.points.tracker_idfrom each point'sraw_data(GoogledeviceTag, OwnTrackstid— both stored as-is) or itsimport_id(legacy-import-<id>, visible in points and tracks API responses for backfilled rows), then recalculates stats, tracks, and digests for every user with tracks predating the fix. The enqueue job is Sidekiq-retry-safe and re-checks its predicate on each retry, so a crashed/restarted Sidekiq resumes cleanly without re-processing finished users. New installs are unaffected.User.find(<id>).reset_failed_otp_attempts!, or by completing the password-reset flow (which also clears the lockout).Changed
Added
POST /api/v1/auth/otp_challenge) and the web sign-in flow. Backup codes still work during a lockout so users with one stored can recover immediately. A notification email is sent to the account owner when a lockout is triggered. #2575Fixed
ALLOW_EMAIL_PASSWORD_LOGIN=false. See the upgrade note above. #2495capturedAtfield with the canonical UTC instant (from Immich'sfileCreatedAt/ PhotoPrism'sTakenAt) alongside the existinglocalDateTimekey, which continues to return the source's wall-clock value. Map v2 usescapturedAtfor time display. #2253<trk>or<trkseg>elements no longer merges them into a single track when timestamps overlap or arrive out of order (e.g. Garmin daily-file exports); each track and segment becomes its own track. When a<trk>declares<src>, that value is SHA1-hashed and used as a stable device identity so consecutive imports of the same device stay on the same track stream; with only<name>, identity is scoped to the import filename to prevent unrelated devices from colliding. #1726deviceTag. #337tracksunique index now scopes bytracker_id(via aCOALESCE(tracker_id, '')expression so legacy NULL-tracker rows still can't duplicate), letting two devices produce a journey with the same start/end timestamps on one account without colliding on insert.Configuration
📅 Schedule: (in timezone America/Chicago)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Mend Renovate.