15 Commits

Author SHA1 Message Date
Valentyne Stigloher
10180aa6a3 (refactor) use #shared alias instead of ~~/shared
the #shared alias used by Nuxt cannot be easily disabled and to prevent breackage with jiti, we make use of it
2025-08-17 18:56:02 +02:00
Valentyne Stigloher
4568616359 (nuxt) rename src to shared to be consistent with nuxt default directory structure 2025-08-17 18:12:42 +02:00
Andrea Vos
7befac9df8 rename aws.ts 2025-08-04 19:04:14 +02:00
Andrea Vos
546dd59522 (lint) 2025-08-03 11:42:19 +02:00
Andrea Vos
550574c835 merge conflict follow-up 2025-08-03 11:34:06 +02:00
Andrea Vos
79a3373cc3 Merge branch 'refs/heads/main' into benpai-s3-migrate
# Conflicts:
#	server/cards.ts
#	server/cleanupImages.ts
#	server/express/pronounce.ts
2025-08-03 11:01:19 +02:00
Benjamin
67d3d2fb78
make changes to public URLs 2025-06-25 13:54:58 -04:00
Benjamin
10674f9ff8
make needed migration changes 2025-06-25 13:43:11 -04:00
Benjamin
665e4c7123
(lint) linted files and converted some to TypeScript 2025-06-13 19:54:21 -04:00
Andrea Vos
ed73460849 fix cleanupImages - increase FRESH_CUTOFF 2025-01-03 17:31:23 +01:00
Andrea Vos
81f6fdf3c2 fix cleanupImages 2025-01-03 15:00:09 +01:00
Andrea Vos
0b11db32b6 fix cleanupImages 2025-01-03 14:42:30 +01:00
Valentyne Stigloher
b25afefc49 (fmt) 2024-10-29 10:56:32 +01:00
Valentyne Stigloher
9b6bff27f3 (aws) migrate to v3
payloads are now streamed, which is a bit cumbersome with express,
but according to https://stackoverflow.com/questions/76142043/getting-a-readable-from-getobject-in-aws-s3-sdk-v3
it is safe to cast to a NodeJsClient
2024-03-28 13:56:07 +01:00
Valentyne Stigloher
9434b9b5e4 (ts) convert usage of aws to TypeScript
params at client creation cannot be type checked, Bucket was explicitely added to each call
2024-03-28 13:56:07 +01:00