immich/server/src
Robert Vollmer de71d8e0a3
fix(server): regular version check (#7620)
`dt.diffNow()` equals `dt.diff(DateTime.now())`, so it returns a
negative number when `dt` is in the past (which it always is in this
case).

Therefore we could only get over the condition during startup (when
`this.releaseVersionCheckedAt` isn't set yet), effectively breaking
update notifications while the server is running.
2024-03-04 08:42:22 -06:00
..
domain fix(server): regular version check (#7620) 2024-03-04 08:42:22 -06:00
immich chore: remove unused upload property (#7535) 2024-02-29 16:02:08 -05:00
immich-admin chore(server,cli,web): housekeeping and stricter code style (#6751) 2024-02-01 22:18:00 -05:00
infra feat(web): improve alt text (#7596) 2024-03-03 16:42:17 -05:00
microservices fix(server): check if sidecarPath exists (#6293) 2024-02-07 17:30:38 +00:00
test-utils chore: build tweaks (#7484) 2024-02-29 09:22:25 -05:00
main.ts chore(server,cli,web): housekeeping and stricter code style (#6751) 2024-02-01 22:18:00 -05:00