libresign/lib
Vitor Mattos a131751513 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 05:53:38 +00:00
..
Activity chore: rollback to default value 2025-12-14 16:01:22 +00:00
AppInfo feat: register SignRequestCanceledEvent listeners in Application 2025-12-14 16:01:22 +00:00
BackgroundJob feat(crl): revoke certificates when user account is deleted 2025-11-27 19:17:51 +00:00
Collaboration/Collaborators chore: use a more readdable code 2025-10-02 13:53:32 -03:00
Command fix: use enum 2025-11-27 19:50:29 +00:00
Controller fix: use NONE as default signature flow in initial states 2025-12-17 05:53:38 +00: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 05:06:07 +00:00
Db feat: add NONE mode to SignatureFlow enum 2025-12-17 05:53:38 +00:00
Enum feat: add NONE mode to SignatureFlow enum 2025-12-17 05:53:38 +00:00
Events fix: cs 2025-12-14 16:01:22 +00:00
Exception fix: turn sign setup optional at development environment 2024-06-11 16:55:36 -03:00
Files fix: use NONE as default signature flow in initial states 2025-12-17 05:53:38 +00:00
Handler fix: use correct Nextcloud instanceid in PKI path initialization 2025-12-17 05:53:38 +00:00
Helper refactor: move SignRequestStatus enum to dedicated Enum directory 2025-12-11 14:55:40 +00:00
Listener fix: allow notifications when Activity setting is not registered 2025-12-16 22:13:59 -03:00
Middleware fix: psalm issue 2025-08-20 09:09:50 -03:00
Migration feat: add NONE mode to SignatureFlow enum 2025-12-17 05:53:38 +00:00
Notification fix: cs 2025-12-14 16:01:22 +00:00
Service feat: allow signature flow update on existing files 2025-12-17 05:53:38 +00:00
Settings fix: use NONE as default signature flow in initial states 2025-12-17 05:53:38 +00:00
Capabilities.php chore: make frontend compatible with custom width and height 2025-04-11 10:44:03 -03:00
ResponseDefinitions.php docs: update API response definitions 2025-12-16 22:13:59 -03:00