]> git.nothing2do.fr Git - diary-web.git/commit
Fix and improve diary-web application master
authorgaby <gaby@nothing2do.fr>
Tue, 11 Aug 2026 09:17:06 +0000 (11:17 +0200)
committergaby <gaby@nothing2do.fr>
Tue, 11 Aug 2026 09:17:06 +0000 (11:17 +0200)
commit254cae56034c5da379b2a4b101aae3fc8a6e1943
treefcbeb1524beeaac409a8b777957bfdffc8b6f0f8
parentd39a809f06367658d0f995f968724b696e072475
Fix and improve diary-web application

- Fix vendor autoload path in WebAuthnManager.php
- Fix default triplet label to match prompt requirements
- Store user settings in database instead of session only
- Add searchTripletsByKeyword and getTripletById methods to TripletManager
- Add FOREIGN KEY constraint for users.yubikey_id
- Use IF NOT EXISTS for all table creation and index creation
- Improve error handling in database initialization

Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
public/config/config.php
public/include/TripletManager.php
public/include/WebAuthnManager.php
public/index.php