Vitor Mattos
c12f80763c
chore: update contributing
...
Removed the content that already stay at documentation page
docs.libresign.coop
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
2025-09-01 14:45:10 -03:00
Vitor Mattos
b0338dcf84
Merge pull request #5377 from LibreSign/chore/bump-dependencies
...
chore: bump dependencies
2025-09-01 12:04:11 -03:00
Vitor Mattos
b07ef41605
chore: bump dependencies
...
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
2025-09-01 11:55:27 -03:00
Vitor Mattos
29392a3139
Merge pull request #5198 from LibreSign/chore/correct-validate-field
...
chore: Improvements at response from API when generate root certificate
2025-09-01 11:49:09 -03:00
Vitor Mattos
4b439674c8
chore: simplify test and compare actual and expected directly
...
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
2025-09-01 09:35:09 -03:00
Vitor Mattos
4da6a7237f
fix: run cs:fix
...
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
2025-09-01 09:35:09 -03:00
Vitor Mattos
9e2e88ff24
fix: run cs:fix
...
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
2025-09-01 09:35:09 -03:00
Vitor Mattos
3d5c7427f2
fix: consider to return empty array when is invalid field name
...
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
2025-09-01 09:35:09 -03:00
Vitor Mattos
1527625a73
chore: add type hint to return
...
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
2025-09-01 09:35:08 -03:00
Vitor Mattos
4b2d15dbb2
chore: test get rule to invalid field
...
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
2025-09-01 09:35:08 -03:00
Vitor Mattos
a276363314
chore: test get rule to valid field
...
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
2025-09-01 09:35:08 -03:00
Vitor Mattos
6f6fc9b3da
chore: test get helper text with invalid field name
...
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
2025-09-01 09:35:08 -03:00
Vitor Mattos
fb27977e4a
chore: cover with more tests
...
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
2025-09-01 09:35:08 -03:00
Vitor Mattos
07de6ef93a
chore: restrict the return type to nullable and string only
...
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
2025-09-01 09:35:08 -03:00
Vitor Mattos
b363c58e6e
chore: replace Name by Common Name
...
The entire name of this field is Common Name and not only Name.
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
2025-09-01 09:35:08 -03:00
Vitor Mattos
2d84d6a9ff
fix: adjust table row size
...
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
2025-09-01 09:35:07 -03:00
Vitor Mattos
8295004b71
fix: name of scenario
...
I changed because the previous scenaio name was a copy paste of first
scenario.
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
2025-09-01 09:35:07 -03:00
Crisciany Souza
4e81367e59
chore: more steps about tests
...
Signed-off-by: Crisciany Souza <crisciany.souza@librecode.coop>
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
2025-09-01 09:35:07 -03:00
Crisciany Souza
4754556a70
chore: scenery validate test
...
Signed-off-by: Crisciany Souza <crisciany.souza@librecode.coop>
2025-09-01 09:35:07 -03:00
Vitor Mattos
22c2860b8f
Merge pull request #5369 from LibreSign/fix/remove-condition-to-check-if-is-libresign-file
...
fix: remove condition that restricts LibreSign tab to LibreSign files
2025-09-01 09:21:31 -03:00
Vitor Mattos
85a46fc77c
Merge pull request #5370 from LibreSign/fix/open-file-at-app-files
...
fix: open file at app files
2025-09-01 09:20:56 -03:00
Vitor Mattos
fe1f41f0af
fix: open file at app files
...
The right sidebar now have a button to open file at Viewer app. When we
stay at LibreSign file, works fine because we generate a LibreSign route
to view the PDF file using the LibreSign UUID, when we stay at app
Files, isn't the same because we haven't a LibreSign file and need to
generate the file URL using the webdav URL.
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
2025-08-31 11:01:32 -03:00
Vitor Mattos
60d303790a
fix: remove condition that restricts LibreSign tab to LibreSign files
...
In the Files app, users should be able to open the LibreSign tab even
with non-LibreSign files to start the sign flow.
The condition was introduced in the last release because the same
sidebar tab is used in the LibreSign app, where the file is always a
LibreSign file.
To reproduce this:
Go to app Files
Upload a new PDF file
Click over this file and go to open in LibreSign file
The expected is to see the button "Add signer"
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
2025-08-31 09:40:33 -03:00
Nextcloud bot
72f314b880
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-08-30 02:23:25 +00:00
Nextcloud bot
0425625639
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-08-29 02:26:43 +00:00
Nextcloud bot
f8b6f40415
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-08-28 02:25:33 +00:00
Samuelson Brito
e85d2a8758
Merge pull request #5356 from LibreSign/chore/added-log-to-track-mcfly
...
chore: convert the date object to json
2025-08-27 17:24:39 -03:00
Nextcloud bot
0959d8dbb8
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-08-27 02:24:06 +00:00
Vitor Mattos
b920337701
Merge pull request #5363 from LibreSign/dependabot/github_actions/shivammathur/setup-php-2.35.4
...
chore(deps): Bump shivammathur/setup-php from 2.35.3 to 2.35.4
2025-08-26 16:42:09 -03:00
dependabot[bot]
e5ccf8ab00
chore(deps): Bump shivammathur/setup-php from 2.35.3 to 2.35.4
...
Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php ) from 2.35.3 to 2.35.4.
- [Release notes](https://github.com/shivammathur/setup-php/releases )
- [Commits](20529878ed...ec406be512 )
---
updated-dependencies:
- dependency-name: shivammathur/setup-php
dependency-version: 2.35.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-08-26 05:55:28 +00:00
Nextcloud bot
2836c9eb7d
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-08-25 02:21:55 +00:00
Vitor Mattos
e7fba5c7c2
Merge pull request #5358 from HarshSachdeva01/docs/add-github-codespaces-steps-to-PR-template
...
Docs/add GitHub codespaces steps to pr template
2025-08-24 18:42:32 -03:00
Harsh Sachdeva
2ea9dfb7ba
docs: fix missing closing </details> tag in PR template
...
Signed-off-by: Harsh Sachdeva <sachdevaharsh2003@gmail.com>
2025-08-24 19:14:08 +05:30
Vitor Mattos
97e8cd368b
Merge pull request #5357 from HarshSachdeva01/add-contributors-section
...
update README.md - add Contributors section
2025-08-24 10:34:04 -03:00
Harsh Sachdeva
05a51633e2
chore: update README.md - add Contributors section
...
Signed-off-by: Harsh Sachdeva <sachdevaharsh2003@gmail.com>
2025-08-24 18:47:30 +05:30
Harsh Sachdeva
c7d9c015fb
docs: add Codespaces run instructions to PR template
...
Signed-off-by: Harsh Sachdeva <sachdevaharsh2003@gmail.com>
2025-08-23 20:30:39 +05:30
Vitor Mattos
1663260cd0
chore: convert the date object to json
...
Before this the output is:
"last_signature":"2025-08-23 00:36:23",
"current_date_time":"2025-08-23 00:36:24"
Now is:
"last_signature":"{\"date\":\"2025-08-23 01:35:36.000000\",\"timezone_type\":3,\"timezone\":\"UTC\"}",
"current_date_time":"{\"date\":\"2025-08-23 01:35:47.270345\",\"timezone_type\":3,\"timezone\":\"UTC\"}"
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
2025-08-22 22:45:19 -03:00
Vitor Mattos
31da4499ea
Merge pull request #5348 from LibreSign/chore/added-log-to-track-mcfly
...
chore: add log to track McFly
2025-08-22 21:02:58 -03:00
Vitor Mattos
817ec598e5
chore: add log to track McFly
...
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
2025-08-22 20:22:37 -03:00
Vitor Mattos
d4d6fb81f6
Merge pull request #5346 from LibreSign/dependabot/npm_and_yarn/sha.js-2.4.12
...
chore(deps): Bump sha.js from 2.4.11 to 2.4.12
2025-08-22 20:18:53 -03:00
Vitor Mattos
7fe38b310d
Merge pull request #5349 from LibreSign/dependabot/composer/mpdf/mpdf-8.2.6
...
chore(deps): Bump mpdf/mpdf from 8.2.5 to 8.2.6
2025-08-22 14:39:11 -03:00
dependabot[bot]
ceb3ec7c19
chore(deps): Bump mpdf/mpdf from 8.2.5 to 8.2.6
...
Bumps [mpdf/mpdf](https://github.com/mpdf/mpdf ) from 8.2.5 to 8.2.6.
- [Release notes](https://github.com/mpdf/mpdf/releases )
- [Changelog](https://github.com/mpdf/mpdf/blob/development/CHANGELOG.md )
- [Commits](https://github.com/mpdf/mpdf/compare/v8.2.5...v8.2.6 )
---
updated-dependencies:
- dependency-name: mpdf/mpdf
dependency-version: 8.2.6
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-08-22 16:29:58 +00:00
dependabot[bot]
3d037637c7
chore(deps): Bump sha.js from 2.4.11 to 2.4.12
...
Bumps [sha.js](https://github.com/crypto-browserify/sha.js ) from 2.4.11 to 2.4.12.
- [Changelog](https://github.com/browserify/sha.js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/crypto-browserify/sha.js/compare/v2.4.11...v2.4.12 )
---
updated-dependencies:
- dependency-name: sha.js
dependency-version: 2.4.12
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-08-22 02:43:44 +00:00
Nextcloud bot
e469d09e84
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-08-22 02:24:15 +00:00
David Lima
d4066dcf67
chore: changelog
...
[skip ci]
Signed-off-by: David Lima <antdavidlima@gmail.com>
2025-08-21 15:45:31 -03:00
Nextcloud bot
399d241054
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-08-21 02:23:42 +00:00
Vitor Mattos
198a6fc966
Merge pull request #5329 from LibreSign/feat/add-request-header
...
feat: add request header
2025-08-20 14:45:45 -03:00
Vitor Mattos
f061db18ca
Merge pull request #5327 from LibreSign/chore/remove-unecessary-check-if-node-exists
...
chore: remove unecessary check if node exists
2025-08-20 14:44:21 -03:00
Vitor Mattos
579cd68c4b
chore: move return to catch to be more clear
...
https://github.com/LibreSign/libresign/pull/5327#discussion_r2288622171
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
2025-08-20 14:36:38 -03:00
Vitor Mattos
7a4f366ad1
fix: remove unused argument
...
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
2025-08-20 09:10:37 -03:00