elpatron
9ad3c2cf38
Add Database Size single metric and time series history chart to Admin Dashboard
2026-06-06 21:45:19 +02:00
elpatron
6848390ffa
chore: release v0.1.1.24
2026-06-06 21:38:12 +02:00
elpatron
65d2215a35
Render maximized photo overlay via React Portal to resolve CSS stacking context issue
2026-06-06 21:33:47 +02:00
elpatron
f321e5bbd1
Simplify photos_title localization across all languages by removing E2E encryption label
2026-06-06 21:32:01 +02:00
elpatron
d2961b050a
Rearrange journal cards layout according to user request order
2026-06-06 21:30:00 +02:00
elpatron
6943fd2dc4
Implement column selector customizer popover for chronological events logbook
2026-06-06 21:17:50 +02:00
elpatron
f332eccf22
fix: restore click events for editing logbook title in dashboard
2026-06-06 21:11:29 +02:00
elpatron
9d2a19dbf8
feat: group freshwater, fuel, and greywater cards in collapsible Tanks section
2026-06-06 21:07:51 +02:00
elpatron
e3cd89be5d
feat: separate chronological events list and add event form into separate cards
2026-06-06 21:04:25 +02:00
elpatron
a86da72b04
feat: implement collapsible accordions for event protocol list and form
2026-06-06 21:02:35 +02:00
elpatron
7d6f381f55
feat: implement responsive event cards for mobile viewports
2026-06-06 20:58:04 +02:00
elpatron
878be33b7c
feat: add fullscreen photo viewer overlay on click & resolve appearance compat warnings
2026-06-06 20:40:13 +02:00
elpatron
318f5e65da
feat: add camera/gallery choice for photos & sync AI profile pref to server
2026-06-06 20:37:21 +02:00
elpatron
8c6ab59d67
chore: release v0.1.1.23
2026-06-06 12:24:33 +02:00
elpatron
a9c3e9ce3e
Fix custom dialog coloring to support Light Theme via CSS variable mapping
2026-06-06 12:17:40 +02:00
elpatron
3eaf59e2b3
Implement AI consent gating, user preference settings, and Ko-fi hint
2026-06-06 12:08:46 +02:00
elpatron
b1e17be7fd
feat(analytics): add Plausible custom event VOICE_MEMO_TRANSCRIBED with status and mode properties
2026-06-06 11:51:07 +02:00
elpatron
ac7e7c92d1
fix(asr): switch whisper model to whisper-large-v3-turbo
2026-06-06 11:43:09 +02:00
elpatron
e10cef4b05
chore: remove parakeet service and configuration, switch completely to OpenRouter Whisper
2026-06-06 11:38:51 +02:00
elpatron
0ec5c51102
chore: configure parakeet to use 1 worker to significantly reduce memory footprint
2026-06-06 11:33:48 +02:00
elpatron
57b93b7ce7
fix: update transcribe route regex to support data URLs with codecs parameters
2026-06-06 11:14:24 +02:00
elpatron
a4b3515711
feat: implement voice memo transcription with local parakeet container and fallback timeouts
2026-06-06 11:01:15 +02:00
elpatron
41acbaebac
chore: release v0.1.1.22
2026-06-05 19:58:21 +02:00
elpatron
6c83cd7d36
feat: differentiate weather fetch errors by cause
2026-06-05 19:52:33 +02:00
elpatron
9089e1c6f9
feat: resolve user profile photos in chronological event log
2026-06-05 19:46:18 +02:00
elpatron
1504960d85
chore: release v0.1.1.21
2026-06-05 19:13:20 +02:00
elpatron
599f090895
fix: resolve unbound variable error on remote deploy to prod
2026-06-05 19:13:03 +02:00
elpatron
4eb2b4c517
chore: release v0.1.1.20
2026-06-05 19:07:30 +02:00
elpatron
be3b23ed8c
docs: update marketing sticker image
2026-06-05 19:07:21 +02:00
elpatron
697c5781b7
feat(deploy): Unterstützung für Staging-Backups und -Wiederherstellungen
...
Erweitert die Backup- und Restore-Skripte um die Möglichkeit, Staging-Umgebungen zu unterstützen. Fügt die Option `-dest stage` hinzu, um spezifische Konfigurationen für Staging zu verwenden, einschließlich separater Docker-Compose-Dateien und Datenbankcontainer. Dokumentation aktualisiert, um manuelle Tests und Umgebungsvariablen für Staging zu reflektieren.
2026-06-05 18:45:52 +02:00
elpatron and Cursor
4c36c9160a
feat(deploy): Server-Backup und Restore für Produktion
...
Automatisiert pg_dump, .env, Compose und Git-Archiv mit Tag-Zuordnung, Retention (5) und Pre-Deploy-Hook nur für Prod.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-05 18:40:47 +02:00
elpatron and Cursor
d559a762d2
fix(deploy): Vor Deploy sauberen und synchronen Git-Stand erzwingen
...
update-remotes.sh bricht ab, wenn uncommitted Änderungen bestehen oder
HEAD nicht mit origin übereinstimmt.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-05 18:24:21 +02:00
elpatron and Cursor
a2180a302c
refactor(tour): interne z-index-Schichtung im Overlay vereinfachen
...
Ersetzt irreführende 10001/10002-Werte durch relative Layer 1–3 innerhalb
von .app-tour-root und dokumentiert den Stacking-Context.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-05 18:15:17 +02:00
elpatron and Cursor
cd29115233
fix(tour): Tour-Tooltip über hervorgehobenen Profil-Schritten anzeigen
...
Erhöht den z-index des Tour-Overlays über app-tour-target-active, damit
das Modal in Schritt 8 (Stammcrew & Skipper) nicht von der Spotlight-Karte verdeckt wird.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-05 18:12:28 +02:00
elpatron and Cursor
e4b07ca896
refactor(deploy): update-prod.sh zu update-remotes.sh umbenennen
...
Ein Skript für Prod und Staging; update-staging.sh entfällt.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-05 18:12:08 +02:00
elpatron and Cursor
f0c3cacb06
feat(analytics): Plausible über PLAUSIBLE_ENABLED und PLAUSIBLE_HOST steuerbar
...
Runtime-Konfiguration im Frontend-Container trennt Prod und Staging;
Staging deaktiviert Analytics standardmäßig.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-05 18:04:31 +02:00
elpatron and Cursor
5821e20086
fix(deploy): Backend-Healthcheck und Staging-Wrapper absichern
...
Expliziter Compose-Healthcheck für das Backend, curl-Fallback und längeres
MAX_WAIT im Deploy-Skript; update-staging.sh lehnt -dest ab.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-05 17:52:05 +02:00
elpatron and Cursor
aff8d1517d
feat(deploy): Staging-Umgebung und einheitliches Deploy-Skript
...
Fügt docker-compose.staging.yml, Staging-Dokumentation und -dest prod|stage
in update-prod.sh hinzu, damit Prod und Staging über ein Skript deploybar sind.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-05 17:47:12 +02:00
elpatron
f4d6b11414
chore: release v0.1.1.19
2026-06-05 11:47:07 +02:00
elpatron and Cursor
968e81f4fb
feat(auth): Session-Wiederherstellung nach Reload ohne vollen Login
...
Nach gültigem Server-Cookie wird automatisch Passkey oder PIN zum Entsperren angeboten, statt die komplette Anmelde-Maske zu zeigen.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-05 11:42:06 +02:00
elpatron
10835c9def
chore: release v0.1.1.18
2026-06-05 11:30:44 +02:00
elpatron and Cursor
cdbc618521
fix(admin): kompakteres Mobile-Layout für Admin-Dashboard
...
KPI-Karten bleiben auf schmalen Viewports in zwei Spalten, Header und Filter nutzen weniger vertikalen Platz.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-05 11:30:25 +02:00
elpatron
f75fe42910
chore: release v0.1.1.17
2026-06-05 11:15:46 +02:00
elpatron and Cursor
212775ffdc
fix(deploy): pass ADMIN_USER_IDS into backend container
...
Docker Compose did not forward the admin whitelist from .env, so production always treated every user as non-admin.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-05 11:14:56 +02:00
elpatron
c80760db02
chore: release v0.1.1.16
2026-06-05 11:05:03 +02:00
elpatron and Cursor
cd1dd12c15
fix: require auth before rendering admin dashboard
...
Show login instead of AdminDashboard on /admin when unauthenticated to avoid pointless admin API calls.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-05 10:31:54 +02:00
elpatron and Cursor
43cf589613
feat: add in-app admin navigation for whitelisted users
...
Detect admin access after login and expose a header button that opens /admin via client-side routing so the session stays unlocked when returning to the app.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-05 10:03:46 +02:00
elpatron and Cursor
e1cb2754c4
fix: keep session when leaving admin
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-05 09:32:30 +02:00
elpatron and Cursor
5dedb8fac0
feat: add admin dashboard with usage stats
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-05 09:26:55 +02:00
elpatron
78f1659db4
chore: release v0.1.1.15
2026-06-04 19:30:53 +02:00
elpatron
935c263648
style: link KnorrLabs to dashy with compass icon badge
2026-06-04 19:29:59 +02:00
elpatron
29ac96f892
chore: release v0.1.1.14
2026-06-04 19:27:12 +02:00
elpatron
4d3b7210b3
style: replace name with email address in footer mail link badge
2026-06-04 19:27:00 +02:00
elpatron
369bca2ef1
chore: release v0.1.1.13
2026-06-04 19:23:13 +02:00
elpatron
2fcc741f5e
style: style email link in footer as icon badge similar to Ko-Fi badge
2026-06-04 19:22:43 +02:00
elpatron
27722186d1
AI Video updated
2026-06-04 19:18:10 +02:00
elpatron
5710c74706
feat: add square sticker/sharepic image
2026-06-04 19:09:27 +02:00
elpatron
cd27dfa27d
Add AI generated marketing video
2026-06-04 19:05:36 +02:00
elpatron
c4c7d42de4
feat: add portrait sharepic and update generation script
2026-06-04 18:39:07 +02:00
elpatron
71025b3d61
style: add QR code to sharepic layout
2026-06-04 18:36:51 +02:00
elpatron
f790a6adcc
feat: add sharepic HTML template, generation script, and client package task
2026-06-04 18:36:12 +02:00
elpatron
de5a46938b
chore: release v0.1.1.12
2026-06-04 18:26:15 +02:00
elpatron
16944c1a26
chore: update contact email in footer to moin@kapteins-daagbok.eu
2026-06-04 18:26:02 +02:00
elpatron
fae7b20f90
chore: release v0.1.1.11
2026-06-03 19:39:37 +02:00
elpatron
73e7613a1b
feat(logbook): attribute log events to creator and show in exports
2026-06-03 19:39:15 +02:00
elpatron
6c8aa5af4c
chore: release v0.1.1.10
2026-06-03 19:17:02 +02:00
elpatron
9554f4b66e
style(client): center PWA update and install banners properly
2026-06-03 19:16:56 +02:00
elpatron
5c77bbfdc3
style(client): hide version footer on mobile when bottom navigation is active
2026-06-03 19:15:09 +02:00
elpatron
979b572136
chore: release v0.1.1.9
2026-06-03 19:11:29 +02:00
elpatron
f189317dfc
chore: remove visual debug logs panel from voice recording modal
2026-06-03 19:11:25 +02:00
elpatron
c54f834311
chore: release v0.1.1.8
2026-06-03 19:07:07 +02:00
elpatron
9d05005bb7
fix: allow blob and data urls in Content-Security-Policy media-src directive
2026-06-03 19:07:03 +02:00
elpatron
40c4874156
chore: release v0.1.1.7
2026-06-03 18:56:39 +02:00
elpatron
2de0636608
fix: call load() to force mobile browsers to fetch blob URL metadata and fix player duration
2026-06-03 18:56:32 +02:00
elpatron
9e7c6f4397
chore: release v0.1.1.6
2026-06-03 18:51:14 +02:00
elpatron
6600ceafce
debug: add verbose console logging and on-screen logs area to LiveVoiceCapture
2026-06-03 18:51:08 +02:00
elpatron
d7a497a4a2
chore: release v0.1.1.5
2026-06-03 18:44:56 +02:00
elpatron
4c04086d63
fix: solve audio recording on iOS/Safari and fix Dockerfile health check
2026-06-03 18:44:51 +02:00
elpatron
79ce42bec6
chore: release v0.1.1.4
2026-06-03 18:33:39 +02:00
elpatron
72c956162c
fix: resolve 0-second duration issue on WebM voice recordings in Chrome/Android
2026-06-03 18:33:35 +02:00
elpatron
3080b59dc8
chore: release v0.1.1.3
2026-06-03 18:27:00 +02:00
elpatron
d054e42cc0
style: add sunset background image to login screen
2026-06-03 18:26:52 +02:00
elpatron
d299fc1d93
chore: release v0.1.1.2
2026-06-03 18:23:23 +02:00
elpatron
6447e95d7d
fix: defer stopping media stream tracks until media recorder finishes stopping
2026-06-03 18:22:30 +02:00
elpatron
7ec5a1eccc
chore: release v0.1.1.1
2026-06-03 18:14:13 +02:00
elpatron
4cf70a3431
style: increase footer and Ko-Fi badge font-size
2026-06-03 18:14:07 +02:00
elpatron
6ed8b2a8e7
chore: release v0.1.1.0
2026-06-03 18:10:37 +02:00
elpatron
bff00cf0a3
fix: camera error modal rendering and voice memo player box-sizing
2026-06-03 18:10:20 +02:00
elpatron
3cab735754
refactor: replace parseFloat with parseAppDecimal and formatAppDecimal for improved number handling
...
Updated various components to utilize parseAppDecimal and formatAppDecimal for consistent decimal parsing and formatting. This change enhances the handling of numeric inputs across the application, ensuring better accuracy and user experience in forms and displays.
2026-06-03 18:07:22 +02:00
elpatron and Cursor
79762a0baf
fix(gps): Genauigkeitsanzeige unter und ab 100 m unterscheiden
...
Der tote Ternär lieferte in beiden Zweigen dieselbe Rundung; ab 100 m
wird jetzt auf 10 m gerundet, damit schwache Fixes nicht falsch präzise wirken.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-03 17:57:11 +02:00
elpatron and Cursor
24160b6c5d
feat(gps): klare Fehlerhinweise, Empfangsqualität und Live-Log-Freigabe
...
Nutzer sehen spezifische Meldungen bei GPS-Problemen, eine Schätzung des
Empfangs aus der Browser-Genauigkeit und beim ersten Live-Log-Besuch nur
dann einen Freigabe-Hinweis, wenn die Standortberechtigung noch offen ist.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-03 17:53:58 +02:00
elpatron and Cursor
1326045b25
fix(live-log): Fehlermeldung wenn keine Systemkamera vorhanden ist
...
Prüft videoinput-Geräte beim Öffnen des Foto-Modals und zeigt eine
klare Meldung statt leerem Kamera-UI; getUserMedia-Fehler differenziert.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-03 17:44:11 +02:00
elpatron and Cursor
e014e997de
refactor(live-log): Position-Terminologie und Modal-UX vereinheitlichen
...
Fix/Standort heißen überall Position (__live:position, Legacy __live:fix).
Nachfüll-Buttons + Diesel/+ Wasser, Abbruch statt Nein in Live-Modals.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-03 17:42:08 +02:00
elpatron and Cursor
1bc449687d
style: add spacing around voice memo player controls
...
Widen native audio controls and separate remarks column from event actions.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-03 17:31:33 +02:00
elpatron and Cursor
35ee705510
fix: Klammern bei Signatur-Scoring in scoreTodayEntry
...
Stellt sicher, dass signSkipper und signCrew gemeinsam für den
Punktewert bei der Auswahl des Tageseintrags ausgewertet werden.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-03 17:30:46 +02:00
elpatron and Cursor
9f76c200b0
style: highlight delete actions and align event row buttons
...
Add btn-icon danger styling, strengthen btn-delete and photo delete, and fix events table action layout.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-03 17:27:46 +02:00
elpatron and Cursor
ac627a022f
fix: ensure only one travel day per calendar date
...
Serialize Live-log day creation, prune empty duplicates, and use local dates for "today".
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-03 17:24:51 +02:00
elpatron and Cursor
9ae24aa6fb
fix: allow microphone access for voice memos in PWA
...
Permissions-Policy blocked getUserMedia; allow microphone on same origin like camera.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-03 17:18:49 +02:00
elpatron
91cf2674f7
chore: release v0.1.0.111
2026-06-03 15:51:52 +02:00
elpatron and Cursor
b7a9df6ae0
refactor: drop redundant Live Log photo/voice Plausible events
...
Live-journal uploads are tracked only via Photo Uploaded and Voice Memo Uploaded with context live_log.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-03 15:40:22 +02:00