immich/server/src/domain
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
..
access chore(server,cli,web): housekeeping and stricter code style (#6751) 2024-02-01 22:18:00 -05:00
activity chore(server,cli,web): housekeeping and stricter code style (#6751) 2024-02-01 22:18:00 -05:00
album fix(server): prevent leaking isFavorite and isArchived info (#7580) 2024-03-02 18:01:24 -05:00
api-key chore(server,cli,web): housekeeping and stricter code style (#6751) 2024-02-01 22:18:00 -05:00
asset feat(web): improve alt text (#7596) 2024-03-03 16:42:17 -05:00
audit fix(server): exclude archived assets from orphaned files (#7334) 2024-02-22 11:16:10 -05:00
auth feat(server): allow oauth claim to set 0 for no quota (#7581) 2024-03-02 14:18:56 -06:00
database fix(server): fix log for setting other vector extension (#7325) 2024-02-21 18:47:43 -05:00
download chore(server,cli,web): housekeeping and stricter code style (#6751) 2024-02-01 22:18:00 -05:00
job fix(server): only queue ml / transcoding jobs after thumbnail generation on upload (#7516) 2024-02-28 23:23:21 -05:00
library feat(server,web): remove external path nonsense and make libraries admin-only (#7237) 2024-02-29 12:35:37 -06:00
media feat(server): rkmpp hardware decoding scaling (#7472) 2024-02-27 20:32:07 -05:00
metadata fix(deps): update exiftool (#7230) 2024-02-21 08:26:13 -05:00
partner feat(server,web): remove external path nonsense and make libraries admin-only (#7237) 2024-02-29 12:35:37 -06:00
person fix(server, web): people page (#7319) 2024-02-21 17:03:45 -05:00
repositories feat(web): improve alt text (#7596) 2024-03-03 16:42:17 -05:00
search feat: filter people when using smart search (#7521) 2024-02-29 16:14:48 -05:00
server-info fix(server): regular version check (#7620) 2024-03-04 08:42:22 -06:00
shared-link chore(server,cli,web): housekeeping and stricter code style (#6751) 2024-02-01 22:18:00 -05:00
smart-info fix(server): truncate embedding tables (#7449) 2024-02-27 09:24:23 -06:00
storage feat(server): restore modified at timestamp after upload, preserve when copying (#7010) 2024-02-11 22:40:34 -06:00
storage-template fix(server): storage template migration not working (#7414) 2024-02-25 13:18:09 -05:00
system-config feat(server/web): add oauth defaultStorageQuota and storageQuotaClaim (#7548) 2024-03-01 19:46:07 -05:00
tag chore(server,cli,web): housekeeping and stricter code style (#6751) 2024-02-01 22:18:00 -05:00
trash feat(server, web): smart search filtering and pagination (#6525) 2024-02-12 20:50:47 -05:00
user feat(server, web): add checkbox to create user screen for shouldChang… (#7598) 2024-03-03 23:40:03 -06:00
domain.config.ts fix(docs): document vector extension env variable (#7220) 2024-02-19 21:32:55 -05:00
domain.constant.spec.ts feat(server)!: pgvecto.rs 0.2 and pgvector compatibility (#6785) 2024-02-06 21:46:38 -05:00
domain.constant.ts feat(server, web): search location (#7139) 2024-02-23 19:42:37 -05:00
domain.module.ts refactor(server): trash endpoints (#6652) 2024-01-26 11:48:37 -05:00
domain.util.ts feat(server, web): smart search filtering and pagination (#6525) 2024-02-12 20:50:47 -05:00
index.ts refactor(server): trash endpoints (#6652) 2024-01-26 11:48:37 -05:00