libresign/lib
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
..
Activity chore: rollback to default value 2025-12-13 17:20:01 -03:00
AppInfo feat: register SignRequestCanceledEvent listeners in Application 2025-12-13 17:16:43 -03:00
BackgroundJob feat(crl): revoke certificates when user account is deleted 2025-11-27 16:00:48 -03:00
Collaboration/Collaborators fix: psalm issues about override 2025-10-07 18:23:41 -03:00
Command fix: use enum 2025-11-27 16:42:23 -03:00
Controller fix: use NONE as default signature flow in initial states 2025-12-17 02:03:45 -03:00
DataObjects chore: make possible to don't have an image as signature 2025-04-11 10:42:55 -03:00
Dav refactor(dav): add libresign- prefix to DAV property names 2025-12-03 01:01:31 -03:00
Db feat: add NONE mode to SignatureFlow enum 2025-12-17 02:03:20 -03:00
Enum feat: add NONE mode to SignatureFlow enum 2025-12-17 02:03:20 -03:00
Events fix: cs 2025-12-13 17:18:31 -03:00
Exception fix: psalm issues about override 2025-10-07 18:23:41 -03:00
Files fix: use NONE as default signature flow in initial states 2025-12-17 02:03:45 -03:00
Handler fix: use correct Nextcloud instanceid in PKI path initialization 2025-12-17 02:36:56 -03:00
Helper refactor: move SignRequestStatus enum to dedicated Enum directory 2025-12-11 11:42:11 -03:00
Listener fix: allow notifications when Activity setting is not registered 2025-12-16 19:14:33 -03:00
Middleware fix: psalm issues about override 2025-10-07 18:23:41 -03:00
Migration feat: add NONE mode to SignatureFlow enum 2025-12-17 02:03:20 -03:00
Notification fix: cs 2025-12-13 17:18:31 -03:00
Service feat: allow signature flow update on existing files 2025-12-17 02:03:29 -03:00
Settings fix: use NONE as default signature flow in initial states 2025-12-17 02:03:45 -03:00
Capabilities.php fix: psalm issues about override 2025-10-07 18:23:41 -03:00
ResponseDefinitions.php docs: update API response definitions 2025-12-16 19:12:58 -03:00