Vitor Mattos
86d486a717
fix: use NONE as default signature flow in initial states
...
Update default signature flow from 'parallel' to 'none' in page
controller, template loader, admin settings, and settings view.
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
2025-12-17 02:03:45 -03:00
Vitor Mattos
3a55587934
refactor: move SignatureFlow enum to dedicated Enum directory
...
Move SignatureFlow from lib/Service/ to lib/Enum/ to centralize all
enum definitions in the same location following project structure
conventions.
Updated namespace from OCA\Libresign\Service to OCA\Libresign\Enum
and adjusted all imports and references across:
- AdminController (updated FQN references for from() and comparison)
- PageController (updated FQN reference)
- TemplateLoader (updated FQN reference)
- Settings/Admin (updated import statement)
- SequentialSigningService (added explicit import)
This completes the consolidation of enum types, making the codebase
more organized and easier to maintain.
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
2025-12-11 11:45:53 -03:00
Vitor Mattos
f23e9d6d3e
feat: provide signature_flow initial state to frontend
...
Add signature_flow to initial state in PageController and
TemplateLoader to enable frontend components to access the
current signature flow mode (parallel or ordered_numeric).
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
2025-12-10 11:49:22 -03:00
Vitor Mattos
034ff9ecbb
fix: psalm issues about override
...
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
2025-10-07 18:23:41 -03:00
Vitor Mattos
459c0b126b
fix: apply rector
...
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
2025-10-04 12:04:34 -03:00
Vitor Mattos
0eaa021be6
chore: implement Rector
...
https://packagist.org/packages/nextcloud/rector
Signed-off-by: Vitor Mattos <vitor@php.rio>
2025-05-21 11:06:17 -03:00
Vitor Mattos
657194b080
chore: converted method to have Factor at name
...
Signed-off-by: Vitor Mattos <vitor@php.rio>
2025-04-11 10:42:55 -03:00
Vitor Mattos
d1aa5cfa15
fix: header
...
Signed-off-by: Vitor Mattos <vitor@php.rio>
2025-04-11 10:42:53 -03:00
Vitor Mattos
8b32579dd6
chore: move method to trait
...
Signed-off-by: Vitor Mattos <vitor@php.rio>
2025-04-11 10:42:52 -03:00
Vitor Mattos
de6429fd5b
fix: psalm
...
Signed-off-by: Vitor Mattos <vitor@php.rio>
2025-04-11 10:42:51 -03:00
Vitor Mattos
9c0e35b358
fix: load path of background image file
...
Signed-off-by: Vitor Mattos <vitor@php.rio>
2025-04-11 10:42:51 -03:00
Vitor Mattos
3e23f03497
fix: add template param
...
Signed-off-by: Vitor Mattos <vitor@php.rio>
2024-05-31 02:31:45 -03:00
Vitor Mattos
45cd3c374d
chore: Add SPDX header
...
Signed-off-by: Vitor Mattos <vitor@php.rio>
2024-05-14 12:32:04 -03:00
Vitor Mattos
af5b5e9a60
Remove unecessary method
...
Signed-off-by: Vitor Mattos <vitor@php.rio>
2023-11-02 13:28:01 -03:00
Vitor Mattos
6afebfed42
Check permission to manage signers
...
Signed-off-by: Vitor Mattos <vitor@php.rio>
2023-10-12 17:21:44 -03:00
Vitor Mattos
3bb4d90ef4
Check if is valid and mandatory
...
Signed-off-by: Vitor Mattos <vitor@php.rio>
2023-10-11 21:44:58 -03:00
Vitor Mattos
2d7676dfce
Add header with license
...
Signed-off-by: Vitor Mattos <vitor@php.rio>
2023-09-26 19:27:41 -03:00
Vitor Mattos
473791125d
Deleted SignatureService, no more necessary
...
Signed-off-by: Vitor Mattos <vitor@php.rio>
2023-09-26 19:27:39 -03:00
Vitor Mattos
a5df737dbf
Fix warning on open app files
...
Signed-off-by: Vitor Mattos <vitor@php.rio>
2023-09-26 19:25:15 -03:00
Vitor Mattos
4bc9cfa34d
Update to php 8.0
...
Signed-off-by: Vitor Mattos <vitor@php.rio>
2023-09-26 19:25:15 -03:00
Vitor Mattos
7c4e3cdb5e
Hide features if havent certificate
...
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-12-03 19:19:33 -03:00