Commit Graph
37 Commits
Author SHA1 Message Date
Karl Ludwig Weise a03a09ae50 Added basic languate switch 2025-07-28 21:30:37 +02:00
Karl Ludwig Weise 91aa41c4dc Fix prettier 2025-07-28 21:30:37 +02:00
Karl Ludwig Weise 58ec345bbe Fix login check 2025-07-28 21:30:37 +02:00
Karl Ludwig Weise 97dbc1a2ab Move i18n to lib 2025-07-28 21:30:37 +02:00
Karl Ludwig Weise a033229181 Move handle into its own file 2025-07-28 21:30:37 +02:00
Karl Ludwig Weise 19a7bf04a8 Fix imports and checks 2025-07-28 21:30:37 +02:00
Karl Ludwig Weise d1dd060fde Added basic i18n 2025-07-28 21:30:37 +02:00
HendrikandGitHub 7db54109bc Merge pull request #41 from open-reception/34-api-structure-and-third-party-libs
34 api structure and third party libs
2025-07-08 09:11:39 +02:00
Hendrik Belitz 5ecd3f3db7 Merge remote-tracking branch 'origin' into 34-api-structure-and-third-party-libs 2025-07-08 09:10:09 +02:00
Hendrik Belitz 1903212f8e Merge remote-tracking branch 'origin' into 43-add-encryption-utils-to-project 2025-07-08 09:09:50 +02:00
Hendrik Belitz 532d0b85c9 Refactored server hooks 2025-07-06 15:43:56 +02:00
Hendrik Belitz 3a6e0f7b09 43 - fixed linting and added tests 2025-06-25 11:27:06 +02:00
Hendrik Belitz 550ac47d4d 43 - Add crypto functions 2025-06-25 11:26:49 +02:00
Hendrik Belitz bd9632ad39 Merge branch 'main' of github.com:open-reception/appointment-booking-software into 28-e-mail-integration-smtp-credentials-templates-helper-functions 2025-06-24 16:12:16 +02:00
Hendrik Belitz 39931b9340 34 - formatting errors 2025-06-24 16:04:47 +02:00
Hendrik Belitz 52c88920f2 34 fixed date stub in tests 2025-06-24 16:04:00 +02:00
Hendrik Belitz 3c376f3648 Merge branch 'main' of github.com:open-reception/appointment-booking-software into 34-api-structure-and-third-party-libs 2025-06-24 16:00:10 +02:00
Karl Ludwig WeiseandGitHub 1ec49544e6 Feat/added UI kit (#48)
* chore(update): Update all deps

* Setup basic Design System

* Modified data streaming example

* Fix rebase

* Fix lint

* Fix lint

* Fix test
2025-06-24 15:47:18 +02:00
Hendrik Belitz 1148265496 34 - fixed linting errors in tests 2025-06-24 14:46:46 +02:00
Hendrik Belitz c21bf89896 Merge branch 'main' of github.com:open-reception/appointment-booking-software into 28-e-mail-integration-smtp-credentials-templates-helper-functions 2025-06-24 14:42:18 +02:00
Hendrik Belitz 1b68689bbe Merge branch 'main' of github.com:open-reception/appointment-booking-software into 34-api-structure-and-third-party-libs 2025-06-24 14:40:13 +02:00
Hendrik Belitz f9ad879ec7 Merge branch 'main' of github.com:open-reception/appointment-booking-software into 44-logging 2025-06-24 14:35:12 +02:00
Hendrik Belitz c192cdd13a 44 unit tests 2025-06-23 18:43:23 +02:00
Hendrik Belitz 4fc9666fe3 44 - Formatting 2025-06-23 18:26:04 +02:00
Hendrik Belitz 6c68613d02 44 Universal Logger for front- and backend. 2025-06-23 18:18:10 +02:00
Hendrik Belitz 78e9503c61 37 Fixed formatting 2025-06-23 17:36:43 +02:00
Hendrik Belitz 15b4429064 28 - Formatting and liniting issues 2025-06-23 17:33:17 +02:00
Hendrik Belitz 2750b66548 Merge branch 'main' of github.com:open-reception/appointment-booking-software into 28-e-mail-integration-smtp-credentials-templates-helper-functions 2025-06-23 17:31:59 +02:00
Hendrik Belitz 079a01831e Merge branch 'main' of github.com:open-reception/appointment-booking-software into 34-api-structure-and-third-party-libs 2025-06-23 17:26:20 +02:00
Hendrik Belitz c8a29de9c4 37 Fixed mock in page.svelte test (api route did not exist in unit test) 2025-06-23 17:23:23 +02:00
Hendrik Belitz 70216bf308 37 fixed linting errors 2025-06-23 17:18:43 +02:00
Hendrik Belitz 7dbe1c21cc 34 added documentation and tests
34 corrected formatting
2025-06-22 16:30:15 +02:00
Hendrik Belitz a70f121216 28 implemented email templating engine including tests and documentation. 2025-06-22 16:13:59 +02:00
Hendrik Belitz 9d04ef0798 Fixed illegal import 2025-06-22 13:41:10 +02:00
Hendrik Belitz 25b98e39ed #34 Added server hook for cors, rate limiting and security headers.
#34 Added health service route
#34 Added OpenAPI routes and infrastructure
2025-06-22 13:38:36 +02:00
Hendrik Belitz 6bad712b6f Fixed env variable handling to also consider the DATABASE_URL
Renamed container and image names
Fixed build and compose errors in Docker files
Added env test and health routes to web app api
Explicitly use node adapter for svelte app
2025-06-19 18:39:40 +02:00
Karl Ludwig Weise d4edbb82ce feat(sveltekit): Added bare bones svelte setup 2025-06-18 14:11:40 +02:00