1
0
mirror of https://github.com/immich-app/immich.git synced 2024-11-28 09:33:27 +02:00
immich/server/test/fixtures
Hayden 4a2a7b7735
feat(server): wait five minutes before sending email on new album item (#12223)
Album update jobs will now wait five minutes to send. If a new image is added while that job is pending, the old job will be cancelled, and a new one will be enqueued for a minute.

This is to prevent a flood of notifications by dragging in images directly to the album, which adds them to the album one at a time.

Album updates now include a list of users to email, which is generally everybody except the updater. If somebody else updates the album within that minute, both people will get an album update email in a minute, as they both added images and the other should be notified.
2024-10-18 14:51:34 -05:00
..
activity.stub.ts chore: migrate database files (#8126) 2024-03-20 21:02:51 +00:00
album.stub.ts chore(server): remove unused code (#13367) 2024-10-11 00:44:38 -04:00
api-key.stub.ts chore(server): remove unused code (#13367) 2024-10-11 00:44:38 -04:00
asset.stub.ts chore(server): remove unused code (#13367) 2024-10-11 00:44:38 -04:00
audit.stub.ts chore(server): remove unused code (#13367) 2024-10-11 00:44:38 -04:00
auth.stub.ts chore(server): remove unused code (#13367) 2024-10-11 00:44:38 -04:00
face.stub.ts chore(server): remove unused code (#13367) 2024-10-11 00:44:38 -04:00
file.stub.ts feat: API operation replaceAsset, POST /api/asset/:id/file (#9684) 2024-05-23 20:26:22 -04:00
library.stub.ts chore(server): remove unused code (#13367) 2024-10-11 00:44:38 -04:00
media.stub.ts feat(server): accepted video containers (#11274) 2024-07-21 21:14:23 +00:00
memory.stub.ts refactor(server): enums (#11809) 2024-08-15 06:57:01 -04:00
metadata.stub.ts feat(server): Import face regions from metadata (#6455) 2024-09-04 18:23:58 -04:00
partner.stub.ts chore: migrate database files (#8126) 2024-03-20 21:02:51 +00:00
person.stub.ts chore(server): remove unused code (#13367) 2024-10-11 00:44:38 -04:00
session.stub.ts refactor(server): sessions (#8915) 2024-04-19 06:47:29 -04:00
shared-link.stub.ts chore(server): remove unused code (#13367) 2024-10-11 00:44:38 -04:00
system-config.stub.ts fix: auth sub override (#9635) 2024-05-21 09:07:34 -04:00
tag.stub.ts feat: tags (#11980) 2024-08-29 12:14:03 -04:00
user.stub.ts feat(server): wait five minutes before sending email on new album item (#12223) 2024-10-18 14:51:34 -05:00