Skip to content

1.19.0

Compare
Choose a tag to compare
@maevsi-bot maevsi-bot released this 23 Jun 07:34
· 2146 commits to master since this release

1.19.0 (2023-06-23)

Bug Fixes

  • card: allow vertical overflow (27cc795)
  • card: allow vertical overflow (#1308) (c2a954a)
  • chore: fix pnpm-lock (ea0f269)
  • chore: rearrange imports properly (05eb798)
  • chore: remove downgrading pinia (4384806)
  • chore: update package json and pnpm lock (b958d80)
  • constants: use X-Turnstile-Key as header for the turnstile key (18c43b0)
  • csp: use correct csp for turnstile (262dde1)
  • cypress: correct csp test (a209a16)
  • docker: adds packages to compile projects (1eeedaa)
  • dockerfile: add a second Dockerfile to use when deploying on arm (0e7f67b)
  • dockerfile: remove pythonunbuffered and use only one run command (684a861)
  • form-input-captcha: hide when testing (1796d3a)
  • form-input-captcha: let visibility default to true (fc164e2)
  • form: do not use overflow (3499a4c)
  • i18n: remove configuration parameter (44378c9)
  • layout-call-to-action: add gap (68f52f3)
  • npm: correct configuration placement (9b9c8ef)
  • nuxt: add npm configuration (4d3500d)
  • nuxt: correct docker development stage (48d0901)
  • nuxt: move new files (a751484)
  • nuxt: optimize entrypoints by using pnpm rebuild (a0fa05c)
  • nuxt: set secret key path (06ee468)
  • ofetch: access raw data (8968f1b)
  • package.json: swap order of pinia and nuxt/turnstile dependencies (bf41168)
  • Rerevert merge (6eec552)
  • revert "perf(docker): let integration tests run in parallel" (35d7c1c)
  • sign-in: allow for unset jwt (450d764)
  • sqitch: add docker entrypoint (5f33e09)
  • sqitch: correct schema update script (0fad3e0)
  • sqitch: let docker sleep indefinetly (fa28851)
  • style: add comments to csp definitions (17c1e10)
  • style: remove empty line addition (8229a5e)
  • style: remove margin for turnstile info and err and add gap instead (4ba5507)
  • style: use template syntax for logging of the turnstile key (97da625)
  • template: removes nuxt turnstile secret key from template (8dbca94)
  • tests: adds cloudflare turnstile to server test (1865c55)
  • turnstile: removes unnecessary generation of validation endpoint (fe542d9)
  • turnstile: set store value (73f1af5)
  • turnstile: store turnstile key on @submit instead of @click (81bd5c8)
  • turnstile: store turnstileKey in variable "form" and not "state" anymore (9c6f766)
  • turnstile: use default site key with invisible widget (ee9aa79)
  • turnstile: use public runtime configuration for site key (c46dfd2)
  • ui: removes unnecessary gap (376854d)
  • unlock: add middleware wrapper and explanation (9432307)

Features

  • account: remove middleware (4b0330e)
  • auth-key: do not fetch raw (c4be6b9)
  • auth: bring .husky back (da6ffe1)
  • auth: code formatting (782af37)
  • auth: code reformatting (9ee4e64)
  • authentication: add comment according to contribution order (3bc3827)
  • authentication: add missing return statement to error throw (19925aa)
  • authentication: adds google analytics id back to .env (bafbb1c)
  • authentication: auto stash before merge (f5407be)
  • authentication: change headers variable from const back to let (609cfe4)
  • authentication: change node to slim version (e0f54f4)
  • authentication: change variable name for consistency (fba917f)
  • authentication: check if not removing the jiti folder fixes build (85a91bd)
  • authentication: extracts error commands into an own function (3641fa3)
  • authentication: fixes error throwing in auth proxy (98a5f2e)
  • authentication: reduce log level of turnstile key logging (f87737f)
  • authentication: removes disabling of button (d449646)
  • authentication: removes double check for undefined turnstile key (8c84718)
  • authentication: removes unnecessary console log (991ff8f)
  • authentication: removes unnecessary console logs (6af4a51)
  • authentication: removes unnecessary console output (f6909cb)
  • authentication: removes unnecessary emit (9780aea)
  • authentication: removes unnecessary logging output (a26f062)
  • authentication: removes unused console log (66392ce)
  • authentication: removes unused console log (1343eb2)
  • authentication: reverts changes to FormAccountSignIn.vue (19fad2d)
  • authentication: separates blocks with blank lines (92af989)
  • authentication: update nuxt html validator (6b2ecf6)
  • authentication: use gap instead of margin (c36a074)
  • authentication: uses short variable notation for function (c033a4d)
  • authentication: validate turnstile before submitting form (b1ffad7)
  • auth: fix lint problems (ac4b41a)
  • auth: fix turnstile header array (81a72c7)
  • beta (#1300) (62c9526)
  • captcha: implement as form input (b15ed8c)
  • event: replace middleware with call to action (5120e79)
  • form-account-sign-in: navigate to referring page on sign in (d44bc94)
  • form: add turnstile component (97ac766)
  • head: add dir attribute (cb5a57b)
  • head: add dir attribute (#1301) (2c78c32)
  • middleware: add forbidden (15f0e8b)
  • nuxt: strip sqitch from Dockerfile (7dd1b15)
  • pages: replace middleware with soft 404 call to actions (7627338)
  • production: use port 3001 (c61e8a6)
  • server: use h3 instead of node:http (ad1a595)
  • sqitch: remove (b21c45e)
  • stash (56a1af0)
  • turnstile: add site key to .env file (f43e137)
  • turnstile: adds turnstile to login and verifies key on server (adc76e2)
  • turnstile: edits .env template with new fields (c348d78)
  • turnstile: let undefined turnstile key pass (538563d)

Performance Improvements

  • docker: let integration tests run in parallel (b0e6040)
  • i18n: use lazy loading (f6c14e8)
  • nuxt: optimize dockerfile order (99b2da8)