Commit Graph
567 Commits
Author SHA1 Message Date
Karl Ludwig Weise c2f18a0a03 Added test changes for supporting windows hello 2026-06-25 21:25:37 +02:00
Karl Ludwig Weise 9fd676456b Calendar: Attempt to fix duplicate key error 2026-06-25 21:24:08 +02:00
Karl Ludwig WeiseandGitHub 9cc014f46e Merge pull request #301 from open-reception/feat/calendar-month-filter
Feat/calendar month filter
2026-06-25 20:50:43 +02:00
Karl Ludwig Weise 24ea9ae792 Calendar: Added month overview and navigation 2026-06-25 20:46:20 +02:00
github-actions[bot] 2573297326 chore: bump version to v2.0.1 2026-06-24 19:11:01 +00:00
Karl Ludwig WeiseandGitHub c45665efa1 Merge pull request #300 from open-reception/fix/login-can-happen-from-second-level-domain
Login is also successfull on second-level domains
v2.0.1
2026-06-24 20:50:47 +02:00
Karl Ludwig Weise 50dac508ca Login is also successfull on second-level domains 2026-06-24 20:47:09 +02:00
Karl Ludwig Weise 238cff0795 Use the local first day of week 2026-06-22 20:26:23 +02:00
github-actions[bot] 602e469236 chore: bump version to v2.0.0 2026-06-19 14:33:20 +00:00
Karl Ludwig WeiseandGitHub 51ef46d25d Merge commit from fork
Fix arbitrary domains for resend confirmation email
v2.0.0
2026-06-19 16:10:27 +02:00
Karl Ludwig Weise d21f6855f5 Fix typo 2026-06-19 16:04:09 +02:00
Karl Ludwig WeiseandGitHub a03102b433 Merge pull request #299 from open-reception/fix/passkeys-work-with-plain-array-prf-response
Passkeys now work with plain Array prf responses
2026-06-19 16:01:25 +02:00
Karl Ludwig Weise b0d6b2b4b8 Passkeys now work with plain Array prf responses 2026-06-19 15:54:16 +02:00
Karl Ludwig WeiseandGitHub 6ccfb5c6b4 Merge pull request #282 from open-reception/dependabot/npm_and_yarn/vitest-4.1.8
Bump vitest from 3.2.4 to 4.1.8
2026-06-18 20:36:20 +02:00
Karl Ludwig Weise c9a15f24b7 Upgrade nodemailer 2026-06-18 20:32:44 +02:00
Karl Ludwig Weise c9f82f7956 Fix remaining tests 2026-06-18 20:29:08 +02:00
Karl Ludwig Weise 0ea0a917dc Merge remote-tracking branch 'origin/main' into dependabot/npm_and_yarn/vitest-4.1.8 2026-06-18 20:14:19 +02:00
Karl Ludwig Weise 0c7c45cc0f Update vitest 2026-06-18 20:14:11 +02:00
Karl Ludwig WeiseandGitHub 5b9d3cf93e Merge pull request #258 from open-reception/254-bookappointment-once-selected-an-appointment-can-be-booked-multiple-times-duplicate
Simplified server route code. Added utility to check if chosen appoin…
2026-06-18 18:23:29 +02:00
Karl Ludwig Weise 36b0530775 Fix test 2026-06-18 18:20:37 +02:00
Karl Ludwig Weise 21eec12ee5 Merge remote-tracking branch 'origin/main' into 254-bookappointment-once-selected-an-appointment-can-be-booked-multiple-times-duplicate 2026-06-18 18:04:40 +02:00
Karl Ludwig Weise 1be41bf0db Fix check 2026-06-18 18:01:50 +02:00
Karl Ludwig WeiseandGitHub 5afe07d5e2 Merge pull request #259 from open-reception/27-auto-delete-or-cleanup-older-appointments
Removed expiry_date from appointments. Added housekeeping task to rem…
2026-06-18 17:59:50 +02:00
Karl Ludwig Weise ad40be1ea0 Use tenant-specific cut-off date 2026-06-18 17:56:02 +02:00
Karl Ludwig Weise 297c0f6bd9 Fix lint 2026-06-18 17:34:01 +02:00
Karl Ludwig Weise 23a2d13b6f Added regenerated migrations 2026-06-18 17:29:45 +02:00
Karl Ludwig Weise 33ff6f428c Merge remote-tracking branch 'origin/main' into 27-auto-delete-or-cleanup-older-appointments 2026-06-18 17:28:59 +02:00
Karl Ludwig Weise 44011d6366 Remove migration 2026-06-18 17:28:52 +02:00
Karl Ludwig Weise 171d236080 Update translations 2026-06-18 17:20:43 +02:00
Hendrik BelitzandKarl Ludwig Weise 76d27e2364 Simplified server route code. Added utility to check if chosen appointment ist still available. Added new error to UI. 2026-06-18 17:20:43 +02:00
Karl Ludwig WeiseandGitHub 0c53f6d97d Merge pull request #255 from open-reception/dependabot/npm_and_yarn/multi-f7424cd671
Bump uuid and @inlang/sdk
2026-06-18 15:54:37 +02:00
dependabot[bot]andKarl Ludwig Weise 1ff65eccc4 Bump uuid and @inlang/sdk
Bumps [uuid](https://github.com/uuidjs/uuid) and [@inlang/sdk](https://github.com/opral/inlang). These dependencies needed to be updated together.

Updates `uuid` from 10.0.0 to 14.0.0
- [Release notes](https://github.com/uuidjs/uuid/releases)
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/uuidjs/uuid/compare/v10.0.0...v14.0.0)

Updates `@inlang/sdk` from 2.9.0 to 2.9.3
- [Commits](https://github.com/opral/inlang/commits)

---
updated-dependencies:
- dependency-name: "@inlang/sdk"
  dependency-version: 2.9.2
  dependency-type: indirect
- dependency-name: uuid
  dependency-version: 14.0.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-18 15:45:15 +02:00
Karl Ludwig WeiseandGitHub 46cf6c6b6f Merge pull request #296 from open-reception/dependabot/npm_and_yarn/js-yaml-4.2.0
Bump js-yaml from 4.1.1 to 4.2.0
2026-06-18 15:43:19 +02:00
Karl Ludwig WeiseandGitHub 7b81a89248 Merge pull request #295 from open-reception/dependabot/npm_and_yarn/nodemailer-8.0.9
Bump nodemailer from 8.0.5 to 8.0.9
2026-06-18 15:41:45 +02:00
Karl Ludwig WeiseandGitHub e6e8b7e13e Merge pull request #274 from open-reception/dependabot/npm_and_yarn/svelte-5.55.8
Bump svelte from 5.53.6 to 5.55.8
2026-06-18 15:40:54 +02:00
Karl Ludwig Weise b759af4ea4 Update svelte 2026-06-18 15:38:50 +02:00
dependabot[bot]andGitHub 802e3500f9 Bump js-yaml from 4.1.1 to 4.2.0
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.1 to 4.2.0.
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/commits)

---
updated-dependencies:
- dependency-name: js-yaml
  dependency-version: 4.2.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-18 13:34:32 +00:00
dependabot[bot]andGitHub 5b88a6e999 Bump nodemailer from 8.0.5 to 8.0.9
Bumps [nodemailer](https://github.com/nodemailer/nodemailer) from 8.0.5 to 8.0.9.
- [Release notes](https://github.com/nodemailer/nodemailer/releases)
- [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodemailer/nodemailer/compare/v8.0.5...v8.0.9)

---
updated-dependencies:
- dependency-name: nodemailer
  dependency-version: 8.0.9
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-18 13:34:31 +00:00
dependabot[bot]andKarl Ludwig Weise ebdc8ef9b0 Bump svelte from 5.53.6 to 5.55.8
Bumps [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) from 5.53.6 to 5.55.8.
- [Release notes](https://github.com/sveltejs/svelte/releases)
- [Changelog](https://github.com/sveltejs/svelte/blob/main/packages/svelte/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/svelte/commits/svelte@5.55.8/packages/svelte)

---
updated-dependencies:
- dependency-name: svelte
  dependency-version: 5.55.8
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-18 15:34:23 +02:00
Karl Ludwig WeiseandGitHub 2eefafc86a Merge pull request #275 from open-reception/dependabot/npm_and_yarn/sveltejs/kit-2.60.1
Bump @sveltejs/kit from 2.57.1 to 2.60.1
2026-06-18 15:33:31 +02:00
Karl Ludwig WeiseandGitHub c5ff9fc1eb Merge pull request #270 from dnl-jst/postgres-volume-fix
do not mount /var/run/postgresql twice, already mounted as tmpfs
2026-06-18 15:32:19 +02:00
Karl Ludwig Weise a7c58a1f1a Update sveltekit to latest 2026-06-18 10:13:57 +02:00
Karl Ludwig Weise 3549a78be5 Added feedback for value being copied successfully 2026-06-17 19:42:49 +02:00
Karl Ludwig Weise 9b253bd04f Introduced MANAGEMENT_DOMAIN env var to fix hostname security issue 2026-06-16 21:08:13 +02:00
Karl Ludwig WeiseandGitHub 83e6824237 Merge pull request #294 from open-reception/feat/calendar-appointment-data-copy-button
Added copy buttons to appointment details
2026-06-12 17:46:41 +02:00
Karl Ludwig Weise fce3438033 Added copy buttons to appointment details 2026-06-12 17:43:52 +02:00
Karl Ludwig WeiseandGitHub c6f3f9e54d Merge pull request #293 from open-reception/fix/current-time-indicator-show-too-early-in-a-day
Fix Current Time Indicator being show too early in a day
2026-06-11 19:56:28 +02:00
Karl Ludwig Weise 802ed38d6b Fix Current Time Indicator being show too early in a day 2026-06-11 19:48:27 +02:00
Karl Ludwig Weise ca4d9ffa6b Fix some more tests 2026-06-09 10:07:12 +02:00
Karl Ludwig Weise 9a8dbc022d Fix some more migration issues 2026-06-08 20:21:54 +02:00