Hendrik and GitHub
3526b4e61d
Merge pull request #49 from open-reception/43-add-encryption-utils-to-project
...
43 add encryption utils to project
2025-07-08 09:11:14 +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 and GitHub
c24b91685e
Merge pull request #42 from open-reception/28-e-mail-integration-smtp-credentials-templates-helper-functions
...
28 implemented email templating engine including tests and documentat…
2025-07-06 15:27:59 +02:00
Hendrik Belitz
74bef9e427
Added configuration entries for tenant
2025-07-06 15:19:40 +02:00
Hendrik Belitz and Karl Ludwig Weise
2ad52ed9e5
Updates to db structure
...
Co-authored-by: Karl Ludwig Weise <karlludwigweise@users.noreply.github.com >
2025-07-01 16:46:57 +02:00
Hendrik Belitz
8487c27fc3
28 - smtp secrets for production docker
2025-06-29 12:56:21 +02:00
Hendrik Belitz
584833896c
Explicit prettier config for vscode
2025-06-25 11:59:48 +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
Karl Ludwig Weise and GitHub
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
Karl Ludwig Weise and GitHub
8abdb6fce8
Merge pull request #45 from open-reception/44-logging
...
logging functions
2025-06-24 15:01:47 +02:00
Hendrik Belitz
77620ea88b
Updated packages
2025-06-24 14:43:27 +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
858ba45224
Updated ignores
2025-06-24 14:39:23 +02:00
Hendrik Belitz
f69a958d87
44 - Install packages after merge
2025-06-24 14:38:37 +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 and GitHub
a2c93964d4
Merge pull request #40 from open-reception/37-github-actions-for-testing-und-building-releases
...
Basic implementation of github actions
2025-06-24 14:32:43 +02:00
Hendrik and GitHub
5263fc8006
Merge pull request #47 from open-reception/25-local-docker-setup-publish-to-dockerhub
...
25 local docker setup publish to dockerhub
2025-06-23 18:53:46 +02:00
Hendrik and GitHub
579de964a5
Merge pull request #46 from open-reception/feat/added-bare-bones-sveltekit
...
Feat/added bare bones sveltekit
2025-06-23 18:53:29 +02:00
Hendrik Belitz
c192cdd13a
44 unit tests
2025-06-23 18:43:23 +02:00
Hendrik Belitz
d780278d25
44 - Documentation
2025-06-23 18:28:10 +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
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
5084fe3ea5
37 added updating the package.json version number when a new github release is tagged.
...
37 added building and pushing the docker image when a new github release is tagged
2025-06-23 17:15:53 +02:00
Hendrik Belitz
49c6bc1154
Merge branch 'main' of github.com:open-reception/appointment-booking-software into 37-github-actions-for-testing-und-building-releases
2025-06-23 17:10:16 +02:00
Karl Ludwig Weise and GitHub
39b83cb852
Merge pull request #36 from open-reception/25-local-docker-setup-publish-to-dockerhub
...
Docker configuration, build file for app
2025-06-23 10:51:48 +02:00
Hendrik Belitz
a70f121216
28 implemented email templating engine including tests and documentation.
2025-06-22 16:13:59 +02:00
Hendrik Belitz
816a99ed0a
Upgraded node version for github actions to 24
2025-06-20 13:24:03 +02:00
Hendrik Belitz
7fdab8361b
Fixed linting errors
2025-06-19 19:34:34 +02:00
Hendrik Belitz
89fdce364f
Updated package-lock.json for picomatch mismatch
2025-06-19 19:31:47 +02:00
Hendrik Belitz
0a4696952c
Basic implementation of github actions
2025-06-19 19:28:02 +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
Hendrik Belitz
07b036c8c7
Merge remote-tracking branch 'origin' into 25-local-docker-setup-publish-to-dockerhub
2025-06-18 14:58:49 +02:00
Hendrik and GitHub
dd30338923
Merge pull request #39 from open-reception/feat/added-bare-bones-sveltekit
...
feat(sveltekit): Added bare bones svelte setup
2025-06-18 14:53:47 +02:00
Karl Ludwig Weise
d4edbb82ce
feat(sveltekit): Added bare bones svelte setup
2025-06-18 14:11:40 +02:00
Hendrik Belitz
be5e54fc2b
Production docker compose should be runnable without building the app container by yourself.
2025-06-18 13:04:50 +02:00
Hendrik Belitz
7e319860b6
Docker configuration, build file for app
2025-06-15 15:26:34 +02:00
Karl Ludwig Weise
912966aa15
feat(readme): Added funding logos
2025-06-06 12:21:19 +02:00
Karl Ludwig Weise and GitHub
b5fe709eaf
chore(license): Added license
2025-06-05 16:02:13 +02:00
Karl Ludwig Weise and GitHub
89f33c9d76
Initial commit
2025-05-19 16:39:36 +02:00