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
8119deccd7
Merge pull request #3004 from LibreSign/dependabot/composer/twig/twig-3.10.1
...
chore(deps): Bump twig/twig from 3.9.3 to 3.10.1
2024-05-14 10:23:50 -03:00
Nextcloud bot
dd310a83da
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-05-14 02:10:05 +00:00
dependabot[bot]
77a3be9bb5
chore(deps): Bump twig/twig from 3.9.3 to 3.10.1
...
Bumps [twig/twig](https://github.com/twigphp/Twig ) from 3.9.3 to 3.10.1.
- [Changelog](https://github.com/twigphp/Twig/blob/3.x/CHANGELOG )
- [Commits](https://github.com/twigphp/Twig/compare/v3.9.3...v3.10.1 )
---
updated-dependencies:
- dependency-name: twig/twig
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-05-13 16:13:24 +00:00
Vitor Mattos
b536b571d3
Merge pull request #3001 from LibreSign/fix/loading-extra-settings
...
fix: loading extra settings
2024-05-10 23:53:14 -03:00
Vitor Mattos
ddd761f31a
fix: loading extra settings
...
Signed-off-by: Vitor Mattos <vitor@php.rio>
2024-05-10 23:48:15 -03:00
Nextcloud bot
b31baf10d9
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-05-11 02:09:20 +00:00
Vitor Mattos
e2cc403130
Merge pull request #2997 from LibreSign/chore/changelog
...
chore: changelog
2024-05-10 12:46:59 -03:00
Vitor Mattos
907b1a9492
chore: changelog
...
[skip ci]
Signed-off-by: Vitor Mattos <vitor@php.rio>
2024-05-10 12:45:01 -03:00
Vitor Mattos
5fe6bfe594
Merge pull request #2994 from LibreSign/fix/return-the-current-signer-box
...
fix: return the current signer box
2024-05-10 12:26:32 -03:00
Vitor Mattos
49dd57ca58
fix: return the current signer box
...
This method is used inside a loop on signer list of a document and is
necessary to return only the visible elements of current signer, not of
all signers of document.
Signed-off-by: Vitor Mattos <vitor@php.rio>
2024-05-10 12:16:55 -03:00
Vitor Mattos
506ed08110
Merge pull request #2989 from LibreSign/feat/bump-dependencies
...
chore: Bump dependencies
2024-05-10 11:38:48 -03:00
Vitor Mattos
59dba91cf5
Merge pull request #2988 from LibreSign/fix/document-status
...
Fix/document status
2024-05-10 11:37:59 -03:00
Vitor Mattos
3933dc6a3b
chore: Bump dependencies
...
Signed-off-by: Vitor Mattos <vitor@php.rio>
2024-05-10 11:27:47 -03:00
Vitor Mattos
6f2b6dfb48
fix: Remove duplicated instances of SignRequet
...
Signed-off-by: Vitor Mattos <vitor@php.rio>
2024-05-10 11:25:49 -03:00
Vitor Mattos
b7c7cb6550
chore: Return a best error message to developers
...
Now is returning the command to fix the problem.
Signed-off-by: Vitor Mattos <vitor@php.rio>
2024-05-10 11:20:21 -03:00
Vitor Mattos
348415909c
fix: prevent to sum null with number
...
If we don't set the default value to array_reduce, the default value
will be null and in that case will sum null with 1.
Signed-off-by: Vitor Mattos <vitor@php.rio>
2024-05-10 11:19:17 -03:00
Vitor Mattos
067088de10
Merge pull request #2985 from LibreSign/feat/move-footer-settings
...
chore: move footer settings to validation component
2024-05-10 11:17:57 -03:00
Vitor Mattos
a03a9dac50
chore: move footer settings to validation component
...
Signed-off-by: Vitor Mattos <vitor@php.rio>
2024-05-10 10:28:39 -03:00
Vitor Mattos
a4e8060744
Merge pull request #2982 from LibreSign/feat/create-extra-settings
...
feat: Extra settings
2024-05-09 19:18:10 -03:00
Vitor Mattos
ba2c9b4c3c
feat: Extra settings
...
At LibreSign Administration settings
Signed-off-by: Vitor Mattos <vitor@php.rio>
2024-05-09 19:12:58 -03:00
Vitor Mattos
cd866c72d8
Merge pull request #2979 from LibreSign/fix/signers
...
fix: list of signers with sign date
2024-05-09 18:40:31 -03:00
Vitor Mattos
76a56e05fb
fix: list of signers with sign date
...
Signed-off-by: Vitor Mattos <vitor@php.rio>
2024-05-09 18:31:39 -03:00
Nextcloud bot
5255866fa8
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-05-09 02:19:10 +00:00
Vitor Mattos
933e00480f
Merge pull request #2970 from LibreSign/feature/use-template-as-pdf-footer
...
feat: use template as PDF footer
2024-05-08 19:33:52 -03:00
Vitor Mattos
3a1b63c4e8
chore: make the default template more customizable
...
Signed-off-by: Vitor Mattos <vitor@php.rio>
2024-05-08 18:31:00 -03:00
Vitor Mattos
6703debe2d
chore: test if PDF contains a qrcode var
...
Given that the qrcode var is a base64 of the qrcode image, I only made a
check to identify if have the qrcode key at response of method.
Signed-off-by: Vitor Mattos <vitor@php.rio>
2024-05-08 18:29:38 -03:00
Vitor Mattos
ca8b8709b6
chore: make possible customize the image size at twig side
...
Signed-off-by: Vitor Mattos <vitor@php.rio>
2024-05-08 17:31:37 -03:00
Vitor Mattos
c0a2af40a3
fix: unit test
...
Signed-off-by: Vitor Mattos <vitor@php.rio>
2024-05-08 17:19:09 -03:00
Vitor Mattos
4c42a92cc8
fix: cs
...
Signed-off-by: Vitor Mattos <vitor@php.rio>
2024-05-08 17:18:04 -03:00
Vitor Mattos
7c13606382
chore: reduce marging size
...
Signed-off-by: Vitor Mattos <vitor@php.rio>
2024-05-08 17:12:40 -03:00
Vitor Mattos
755444b936
chore: use only css
...
Signed-off-by: Vitor Mattos <vitor@php.rio>
2024-05-08 17:12:24 -03:00
Vitor Mattos
c7f6b768de
chore: move the var to unique place that this var is used
...
Signed-off-by: Vitor Mattos <vitor@php.rio>
2024-05-08 17:07:22 -03:00
Vitor Mattos
ac60c35334
chore: simplify the way to get the qrcode size
...
Signed-off-by: Vitor Mattos <vitor@php.rio>
2024-05-08 17:04:46 -03:00
Vitor Mattos
3479a2149d
chore: replace TCPDF by PdfParser to validate PDF file
...
Signed-off-by: Vitor Mattos <vitor@php.rio>
2024-05-08 16:49:33 -03:00
Vitor Mattos
4afe0c7e63
chore: remove unused file
...
Signed-off-by: Vitor Mattos <vitor@php.rio>
2024-05-08 16:49:12 -03:00
Vitor Mattos
ddcc354e68
chore: use find to remove files
...
Using rm command will throw error when the file don't exists. Using the
find only will remove the file that is returned by find command.
Signed-off-by: Vitor Mattos <vitor@php.rio>
2024-05-08 16:47:38 -03:00
Vitor Mattos
bb2fec06d0
fix: cs
...
Signed-off-by: Vitor Mattos <vitor@php.rio>
2024-05-08 16:27:21 -03:00
Vitor Mattos
7f57d9b0de
feat: Send signer list to footer to be possible used at twig template
...
Signed-off-by: Vitor Mattos <vitor@php.rio>
2024-05-08 16:24:23 -03:00
Vitor Mattos
c1f0bc9f2c
chore: improve default template
...
Signed-off-by: Vitor Mattos <vitor@php.rio>
2024-05-08 16:23:22 -03:00
Vitor Mattos
b8b85a66e1
feat: add new values to send to template
...
Signed-off-by: Vitor Mattos <vitor@php.rio>
2024-05-08 15:43:44 -03:00
Vitor Mattos
ec9a53cdba
chore: parse PDF content
...
Signed-off-by: Vitor Mattos <vitor@php.rio>
2024-05-08 14:54:56 -03:00
Vitor Mattos
fea8e5325f
Merge pull request #2966 from LibreSign/dependabot/npm_and_yarn/nextcloud/stylelint-config-3.0.1
...
chore(deps-dev): Bump @nextcloud/stylelint-config from 3.0.0 to 3.0.1
2024-05-08 13:52:02 -03:00
Vitor Mattos
664957ca25
Merge pull request #2968 from LibreSign/dependabot/npm_and_yarn/nextcloud/vue-8.11.3
...
chore(deps): Bump @nextcloud/vue from 8.11.2 to 8.11.3
2024-05-08 13:50:51 -03:00
Vitor Mattos
86bb8788a9
Merge pull request #2971 from LibreSign/dependabot/composer/endroid/qr-code-5.0.9
...
chore(deps): Bump endroid/qr-code from 5.0.8 to 5.0.9
2024-05-08 13:47:05 -03:00
Vitor Mattos
63d2f7990f
fix: Only set post data when the request is a post
...
Signed-off-by: Vitor Mattos <vitor@php.rio>
2024-05-08 13:45:22 -03:00
Vitor Mattos
d17470ed42
chore: Reduce package size
...
Signed-off-by: Vitor Mattos <vitor@php.rio>
2024-05-08 13:30:09 -03:00
Vitor Mattos
4b3ef3c2cc
chore: Bump dependencies
...
Signed-off-by: Vitor Mattos <vitor@php.rio>
2024-05-08 13:30:00 -03:00
Vitor Mattos
dfe0929d81
feat: use template as PDF footer
...
Signed-off-by: Vitor Mattos <vitor@php.rio>
2024-05-08 13:29:58 -03:00
dependabot[bot]
eb12ff2923
chore(deps): Bump endroid/qr-code from 5.0.8 to 5.0.9
...
Bumps [endroid/qr-code](https://github.com/endroid/qr-code ) from 5.0.8 to 5.0.9.
- [Release notes](https://github.com/endroid/qr-code/releases )
- [Commits](https://github.com/endroid/qr-code/compare/5.0.8...5.0.9 )
---
updated-dependencies:
- dependency-name: endroid/qr-code
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-05-08 16:20:31 +00:00