|
|
c7bf2073d1
|
Add "Kanzlei Demo 2" to demos data, Docker setup, and CI pipeline
|
2025-06-23 00:58:00 +09:00 |
|
|
|
83774715a0
|
Introduce team section with lawyers data; create reusable LawyerCard, LawyerProfile, LawyerModal, and Divider components; refactor Über Uns page layout and content.
|
2025-06-23 00:52:18 +09:00 |
|
|
|
9052cab43d
|
Introduce RechtsgebietePage and SubpageHero components; enhance Navbar with active route and "Rechtsgebiete" link.
|
2025-06-22 18:46:20 +09:00 |
|
|
|
caea958dc3
|
Refactor ServicesSection: update structure, animations, and styling; add dynamic service data mapping; introduce "Mehr erfahren" link and expand Links configuration.
|
2025-06-22 18:25:29 +09:00 |
|
|
|
7913b34f98
|
Introduce ServicesSection component and integrate into homepage layout
|
2025-06-20 00:21:15 +09:00 |
|
|
|
6979ae174a
|
Introduce DualCTA component with animations and responsive design
|
2025-06-20 00:16:06 +09:00 |
|
|
|
b0adb0476c
|
Simplify layout by directly rendering children without a wrapping <main> element.
|
2025-06-20 00:01:26 +09:00 |
|
|
|
e25e0e7ef9
|
Make Navbar responsive to scroll by adding dynamic background and text color transitions
|
2025-06-20 00:01:10 +09:00 |
|
|
|
ff90582486
|
Refactor Hero component: rename to Hero, refine animations and typography, and enhance typewriter integration.
|
2025-06-19 23:54:43 +09:00 |
|
|
|
8e41a3d151
|
Enhance animations and styling on homepage sections; adjust Hero component to use full h-screen height.
|
2025-06-19 09:28:49 +09:00 |
|
|
|
d62d3a789a
|
Add new "Unser Leitgedanke" section to homepage
|
2025-06-19 09:16:33 +09:00 |
|
|
|
ef88c711ec
|
Adjust Hero component spacing by updating margin-bottom to margin-top in description text.
|
2025-06-19 09:10:24 +09:00 |
|
|
|
6de5db4dcd
|
Introduce Hero component for homepage
|
2025-06-19 09:06:27 +09:00 |
|
|
|
44bf6f90df
|
Refactor navigation paths and centralize URL management by introducing a Links configuration; update Footer and Navbar components and rename route files for consistency.
|
2025-06-19 08:43:45 +09:00 |
|
|
|
eb554b8aad
|
Replace Image component with an iframe preview for demos, including smooth vertical animation, and adjust associated layout for better visualization.
|
2025-06-19 08:28:40 +09:00 |
|
|
|
8781aa3a52
|
Enhance /logout logic in nginx.conf to include id_token_hint in Keycloak logout URL and set post_logout_redirect_uri.
|
2025-06-18 00:46:12 +09:00 |
|
|
|
bff8dd78f0
|
Remove unused useRouter import from ProfileDropdown.
|
2025-06-14 10:07:31 +02:00 |
|
|
|
73541a7aa3
|
Simplify ProfileDropdown logout logic by redirecting to /logout and update nginx.conf to restrict /logout to GET and POST methods only.
|
2025-06-14 10:04:54 +02:00 |
|
|
|
3fc0cf1207
|
Refactor ProfileDropdown to fetch user details, simplify logout flow, and enhance dropdown UI; add /api/me route for user data retrieval.
|
2025-06-14 09:46:25 +02:00 |
|
|
|
af9c562c41
|
Enhance auth.lua with OpenID Connect login flow, token validation using introspection, session handling, and improved error responses.
|
2025-06-14 09:31:07 +02:00 |
|
|
|
07996fbbcc
|
Update nginx.conf to add /logout route with session termination and Keycloak logout, and remove unnecessary URL redirection logic.
|
2025-06-14 09:06:37 +02:00 |
|
|
|
0c92eb5439
|
Refactor auth.lua to enhance token handling with introspection, session support, and improved error handling.
|
2025-06-14 09:04:04 +02:00 |
|
|
|
cde6f468bc
|
Update auth.lua to remove KEYCLOAK_CLIENT_SECRET check and add token expiration validation
|
2025-06-14 09:02:49 +02:00 |
|
|
|
0055ab668a
|
Add KEYCLOAK_LOGOUT_URL to docker-compose.yml environment variables.
|
2025-06-14 09:02:09 +02:00 |
|
|
|
8435ea04af
|
Integrate ProfileDropdown component, update layout to include user menu, and add Keycloak logout API route.
|
2025-06-14 08:55:45 +02:00 |
|
|
|
c92fe6e221
|
Update nginx.conf to include KEYCLOAK_CLIENT_SECRET and add /redirect_uri location configuration
|
2025-06-14 08:48:45 +02:00 |
|
|
|
564f132d80
|
Update auth.lua to validate KEYCLOAK_CLIENT_SECRET and adjust redirect URI logic.
|
2025-06-14 08:48:39 +02:00 |
|
|
|
d220cb28f9
|
Update auth.lua to dynamically set redirect_uri and disable SSL verification.
|
2025-06-10 21:46:22 +02:00 |
|
|
|
0f5925970f
|
Update auth.lua to use HTTP scheme and configure DNS resolver in nginx.conf
|
2025-06-09 11:31:51 +02:00 |
|
|
|
e91388a8dc
|
Add ca-certificates installation to Dockerfile-openresty.
|
2025-06-09 11:21:29 +02:00 |
|
|
|
caab666f06
|
Comment out lua-cjson installation in Dockerfile-openresty.
|
2025-06-09 11:14:15 +02:00 |
|
|
|
fa752777c1
|
Refactor Dockerfile-openresty to improve readability by grouping commands and adding comments.
|
2025-06-09 11:12:07 +02:00 |
|
|
|
d699adb63b
|
Switch Dockerfile-openresty base to openresty:latest and replace Alpine with Debian dependencies.
|
2025-06-09 11:05:51 +02:00 |
|
|
|
8adcef6925
|
Remove Alpine base from OpenResty image in Dockerfile-openresty.
|
2025-06-09 11:02:10 +02:00 |
|
|
|
aea5e98126
|
Make Dockerfile path configurable in CI script.
|
2025-06-09 10:58:58 +02:00 |
|
|
|
8963e06eba
|
Switch reverse proxy to prebuilt OpenResty image
|
2025-06-09 10:55:12 +02:00 |
|
|
|
fa2ce9abd2
|
Add deployment of Dockerfile-openresty to CI script
|
2025-06-09 10:45:11 +02:00 |
|
|
|
cf6245a731
|
Switch reverse proxy to custom OpenResty Docker image, update paths in docker-compose.yml and nginx.conf
|
2025-06-09 10:41:20 +02:00 |
|
|
|
5a874ad710
|
Update reverse proxy to use lua-resty-openidc image and adjust file paths in nginx.conf and docker-compose.yml
|
2025-06-09 10:34:36 +02:00 |
|
|
|
e8b7db4edb
|
Switch NGINX to OpenResty, update paths for nginx.conf and auth.lua integration
|
2025-06-09 10:27:53 +02:00 |
|
|
|
7de107ea6e
|
Add OpenID authentication via Keycloak and integrate auth.lua into nginx setup
|
2025-06-09 10:20:30 +02:00 |
|
|
|
ba7d00c788
|
Disable trailing slash redirect logic and add rewrite rule for law firm demo 1 path in nginx config
|
2025-06-09 09:29:22 +02:00 |
|
|
|
42db88b3ca
|
Update Impressum and Datenschutz links to new /imprint and /privacy paths in Navbar and Footer.
|
2025-06-09 08:57:38 +02:00 |
|
|
|
8d9947ec84
|
Add About page and update Navbar link to /about/
|
2025-06-09 08:57:10 +02:00 |
|
|
|
ed750a5915
|
Remove basePath usage from internal links across Navbar, Footer, and HomePage.
|
2025-06-09 01:29:44 +02:00 |
|
|
|
f36ec16c74
|
Remove basePath usage for Impressum and Datenschutz links in Navbar.
|
2025-06-09 01:25:19 +02:00 |
|
|
|
162524e5b0
|
Use basePath for internal links and export from next.config.ts
|
2025-06-08 22:14:32 +02:00 |
|
|
|
94b491a274
|
Add trailing slashes to internal links for URL consistency
|
2025-06-08 22:04:34 +02:00 |
|
|
|
2b77f6499b
|
Add trailing slash redirect rule in nginx.conf to standardize URLs
|
2025-06-08 21:57:52 +02:00 |
|
|
|
e61b88c9d9
|
Refactor basePath and assetPrefix in next.config.ts for improved readability
|
2025-06-08 21:57:46 +02:00 |
|