1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-01 08:31:59 +00:00
immich/server/src
Darrel a70ed7c7f6
fix: X years ago ordering (#13742)
* fix: order by fileCreatedAt to account for tz

* run make sql
2024-10-26 15:28:33 -04:00
..
bin refactor(server): database config (#13730) 2024-10-24 17:12:25 -04:00
commands refactor(server): user endpoints (#9730) 2024-05-27 05:15:52 +07:00
controllers refactor(server): auth enums (#13552) 2024-10-17 13:17:32 -04:00
cores chore(server): remove unused code (#13367) 2024-10-11 00:44:38 -04:00
dtos refactor(server): auth enums (#13552) 2024-10-17 13:17:32 -04:00
emails fix(deps): update typescript-projects (#11927) 2024-08-28 12:00:10 -04:00
entities feat: track when assets are added to an album (#13725) 2024-10-24 15:45:00 -05:00
interfaces fix: duplicated library scan jobs and api server library watch (#13734) 2024-10-25 14:48:42 +01:00
middleware refactor(server): auth enums (#13552) 2024-10-17 13:17:32 -04:00
migrations feat: track when assets are added to an album (#13725) 2024-10-24 15:45:00 -05:00
queries fix: X years ago ordering (#13742) 2024-10-26 15:28:33 -04:00
repositories fix: X years ago ordering (#13742) 2024-10-26 15:28:33 -04:00
services fix: duplicated library scan jobs and api server library watch (#13734) 2024-10-25 14:48:42 +01:00
subscribers refactor(server): enums (#11809) 2024-08-15 06:57:01 -04:00
utils refactor(server): user create logic (#13728) 2024-10-24 17:24:37 -04:00
workers refactor(server): telemetry env variables (#13705) 2024-10-24 21:07:32 +00:00
app.module.ts refactor(server): database config (#13730) 2024-10-24 17:12:25 -04:00
config.ts refactor(server): telemetry (#13588) 2024-10-21 23:52:30 +00:00
constants.ts refactor(server): storage template options (#13553) 2024-10-17 13:11:51 -04:00
decorators.ts refactor(server): telemetry (#13588) 2024-10-21 23:52:30 +00:00
enum.ts refactor(server): telemetry env variables (#13705) 2024-10-24 21:07:32 +00:00
main.ts refactor(server): worker env (#13160) 2024-10-03 15:28:36 -04:00
validation.spec.ts fix(server): use luxon for maxdate validator (#11651) 2024-08-08 09:02:39 -05:00
validation.ts fix(server): use luxon for maxdate validator (#11651) 2024-08-08 09:02:39 -05:00