7468 Commits

Author SHA1 Message Date
Valentyne Stigloher
908d3e1518 (calendar) move miastamaszerujace in calendar/pl (must be present during build) 2025-03-17 12:18:02 +01:00
Valentyne Stigloher
bd6e26962f (fix) banner retrieval needs locale 2025-03-16 15:22:04 +01:00
Valentyne Stigloher
c4de67e29b (api) set db to null when closing it, hopefully fxing some database handle is closed errors or providing a better stack for others 2025-03-16 15:16:27 +01:00
Valentyne Stigloher
8807590ce7 (admin) feature to delete storage items 2025-03-16 15:13:20 +01:00
Valentyne Stigloher
6ea09dbb6e (admin) display contents of storage items 2025-03-16 15:01:31 +01:00
Valentyne Stigloher
344876d87e (admin) mount generated calendar images in storage so it shows up in storage view 2025-03-16 14:30:13 +01:00
Valentyne Stigloher
ad3a4879f1 (admin) calculate size from value if not present in meta, remove atime and mtime because not present for memory driver 2025-03-16 14:28:19 +01:00
Andrea Vos
cf0e7de3f6 Merge branch 'fix-socials-p' into 'main'
(auth) attempt to fix social login

See merge request PronounsPage/PronounsPage!592
2025-03-16 12:23:11 +00:00
Andrea Vos
7820291e10 lint 2025-03-16 13:11:03 +01:00
Andrea Vos
96ff0ccd74 (auth)(bug) disable node-cluster, it's possible that it's breaking social login 2025-03-16 12:56:27 +01:00
Andrea Vos
ba5728700d Merge branch 'refs/heads/main' into fix-socials-p 2025-03-16 12:55:07 +01:00
Andrea Vos
a4f53c6e76 (bug) fix personal calendar links (earlier route catches it and thinks en-@andrea is a locale) 2025-03-16 12:53:26 +01:00
Andrea Vos
b4eb230b3d (auth) attempt to fix mastodon & indieauth 2025-03-16 12:28:01 +01:00
Valentyne Stigloher
4a753b5382 Merge branch 'renovate/major-vitest-monorepo' into 'main'
chore(deps): update vitest monorepo to v3 (major)

See merge request PronounsPage/PronounsPage!590
2025-03-15 16:04:50 +00:00
Valentyne Stigloher
ca8990e6c8 (dependencies) use pnpm dedupe to remove older dependencies in the lockfile if a newer version can be used 2025-03-15 16:41:31 +01:00
Andrea Vos
d1e19fb370 (auth) don't count deprecated login methods in the warning count 2025-03-15 16:41:22 +01:00
Pronouns Page Technical
e4095c83d1 Update vitest monorepo to v3 2025-03-15 16:37:35 +01:00
Andrea Vos
7153f718fe Merge remote-tracking branch 'origin/main' 2025-03-15 16:34:29 +01:00
Andrea Vos
a507ad81c1 replace broken link with webarchive 2025-03-15 16:34:17 +01:00
Valentyne Stigloher
b052895221 (nuxt) update commands in package.json 2025-03-15 16:31:06 +01:00
Valentyne Stigloher
a2e68f320c (fix) another usage of useRuntimeConfig outside of Nitro 2025-03-15 16:30:26 +01:00
Valentyne Stigloher
47162ce7b7 (cards) fix usage of useRuntimeConfig outside of Nitro 2025-03-15 14:45:20 +01:00
Andrea Vos
162a77f23e minor fix (it's been complaining on localhost) 2025-03-15 14:26:34 +01:00
Andrea Vos
718b41613c Merge remote-tracking branch 'origin/main' 2025-03-15 14:05:46 +01:00
Andrea Vos
9bc8614c28 cleanupAccounts: keep banned accounts for 2 weeks instead of 1 (more time to appeal seems needed) 2025-03-15 14:05:30 +01:00
Valentyne Stigloher
3fe79eac2b (ci) only have a single production deploy job 2025-03-15 14:01:37 +01:00
Valentyne Stigloher
6a5c0c2779 Merge branch '96-single-instance-p' into 'main'
single instance

Closes #96

See merge request PronounsPage/PronounsPage!584
2025-03-15 11:16:16 +00:00
Valentyne Stigloher
e5ebda3f7a (nuxt) use node-cluster build preset to enable usage of mulitple cores 2025-03-14 22:18:09 +01:00
Valentyne Stigloher
4f7ccab2c6 (nuxt) use --env-file to read .env before nitro reads process.env, make dotenv.ts an import with side effects that only sets additional variables
care must be taken because everything initialized later will not be picked up by Nitro useRuntimeConfig() without passing an event
2025-03-14 22:18:09 +01:00
Valentyne Stigloher
1d49537289 (ci) update .deploy.gitlab-ci.yml 2025-03-14 19:26:52 +01:00
Valentyne Stigloher
665dc296dd (nuxt) dynamically import virtual module so that ~/server/data.ts can be imported in a script called with run-file 2025-03-14 19:26:52 +01:00
Valentyne Stigloher
930fdef9b4 (refactor) common interface between loadSuml and loadTsv, bring them to the same file 2025-03-14 19:26:52 +01:00
Valentyne Stigloher
763a1d2517 (sentry) change deployment information 2025-03-14 19:26:52 +01:00
Valentyne Stigloher
56d60d1df8 (api)(nouns) support different locales in the same runtime 2025-03-14 19:26:52 +01:00
Valentyne Stigloher
e902b22c3a (api)(calendar) support different locales in the same runtime 2025-03-14 19:26:52 +01:00
Valentyne Stigloher
bd3cf9b2e7 (mailer) support different locales in the same runtime 2025-03-14 19:26:52 +01:00
Valentyne Stigloher
a70de3d972 (ts) migrate some components to composition API with typescript 2025-03-14 19:26:52 +01:00
Valentyne Stigloher
8959e84889 (nuxt) replace NUXT_PUBLIC_BASE_URL with calculating it from NUXT_PUBLIC_DOMAIN_BASE 2025-03-14 19:26:51 +01:00
Valentyne Stigloher
dd5a8f49b0 (nuxt) replace NUXT_PUBLIC_HOME_URL with calculating it from _ value of NUXT_PUBLIC_DOMAIN_BASE 2025-03-14 19:26:16 +01:00
Valentyne Stigloher
68efcb7263 (nuxt) replace NUXT_PUBLIC_ALL_LOCALES_URLS with calculating it from locale and NUXT_PUBLIC_DOMAIN_BASE 2025-03-14 19:26:16 +01:00
Valentyne Stigloher
6f9f8fc6e0 (nuxt) detect locale from requested origin 2025-03-14 19:25:57 +01:00
Valentyne Stigloher
da2e37eb42 (api) support locale query parameter for choosing different locale 2025-03-14 19:25:57 +01:00
Valentyne Stigloher
56aa0b27a2 (server) remove global.config and global.translations and replace them by dynamic loading 2025-03-14 19:25:57 +01:00
Valentyne Stigloher
6edb822d9a (refactor) inline /admin/all-locales route for better caching opportunities 2025-03-14 19:25:57 +01:00
Valentyne Stigloher
6eb395fa78 Merge branch 'renovate/nuxtjs-monorepo' into 'main'
Update dependency nuxt to ^3.16.0

See merge request PronounsPage/PronounsPage!589
2025-03-14 18:01:40 +00:00
Valentyne Stigloher
765d9a0c51 (dependencies) upgrade eslint to 9.22.0 and reconfigure @stylistic/generator-star-spacing to match prettier output 2025-03-14 18:47:32 +01:00
Valentyne Stigloher
ec992a772d (dependencies) remove vue3-lazy-hydration, the only application is fine without it, for future usages use Nuxt’s mechanism
https://nuxt.com/docs/guide/directory-structure/components#delayed-or-lazy-hydration
deploy-ec992a772
2025-03-14 18:24:41 +01:00
Valentyne Stigloher
0570f3d55e (dependencies) properly upgrade other nuxt packages to 3.16 2025-03-14 18:18:35 +01:00
Valentyne Stigloher
ad69eba5a6 (nuxt) migrate imports from @unhead/vue to #imports 2025-03-14 18:09:05 +01:00
Pronouns Page Technical
51e82e3daf Update dependency nuxt to ^3.16.0 2025-03-11 15:06:38 +00:00