libresign/lib/Handler
Vitor Mattos 73615a77d4
fix: use correct Nextcloud instanceid in PKI path initialization
The initializePkiConfigPath method was using a variable named
'instanceId' from getSystemValue('instanceid') which could be confused
with LibreSign's instance_id. Changed to 'systemInstanceId' for clarity
and consistency with getConfigPathByParams method.

This ensures the PKI directories are created in the correct appdata path
using Nextcloud's system instance ID, while the directory name itself
contains LibreSign's CA identifier with its own instance ID.

Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
2025-12-17 02:36:56 -03:00
..
CertificateEngine fix: use correct Nextcloud instanceid in PKI path initialization 2025-12-17 02:36:56 -03:00
PdfTk fix: isolate PHP-pdftk dependency 2025-09-03 09:55:55 -03:00
SignEngine chore: update dependencies and handler 2025-12-15 15:53:02 -03:00
Templates chore: move footer.twig SPDX headers to REUSE.toml 2025-12-04 17:23:17 -03:00
CfsslServerHandler.php chore: customize cfssl crl url 2025-11-24 12:28:18 -03:00
DocMdpHandler.php feat: add DocMDP validation handler for PDF signature permissions 2025-12-08 16:53:50 -03:00
FooterHandler.php refactor: inject TemplateVariables into FooterHandler via DI 2025-12-04 21:13:37 -03:00
TemplateVariables.php refactor: add IL10N injection and metadata to TemplateVariables 2025-12-04 21:12:17 -03:00