No description
Find a file
Nextcloud bot aa1ad24a25
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-03-27 02:17:39 +00:00
.github Merge pull request #1626 from LibreSign/backport/1621/stable26 2023-04-12 16:22:17 -03:00
.tx [tx-robot] Update transifex configuration 2022-10-01 03:16:28 +00:00
appinfo Add changelog 2023-04-12 20:01:23 -03:00
composer Update composer usage 2023-01-21 10:44:13 -03:00
img Remove not used files #1116 2022-10-29 13:15:20 -03:00
l10n Fix(l10n): Update translations from Transifex 2024-03-27 02:17:39 +00:00
lib Fix strict type 2023-04-17 17:43:20 +00:00
src fix: layut signature validation in darkmode 2023-05-14 09:35:53 +00:00
templates Composer cs:fix 2022-07-30 10:26:30 -03:00
tests Remove invalid identification methods 2023-04-17 17:43:20 +00:00
vendor-bin chore(dev-deps): Bump nextcloud/ocp package 2023-09-24 02:24:52 +00:00
.editorconfig 🏗️ remove yarn and use npm 2022-08-04 20:07:53 -03:00
.eslintignore ignore coverage 2021-07-28 12:45:41 -03:00
.eslintrc.js 🔧 (396): refine eslint rules 2021-10-31 11:40:48 -03:00
.gitattributes Rollback commit 2021-02-04 21:21:53 -03:00
.gitignore Move dev dependencies to vendor-bin to prevent conflicts 2022-11-09 20:24:49 -03:00
.l10nignore Ignored folders by transifex 2021-03-18 19:42:34 -03:00
.npmignore Config to translate all text. 2021-02-08 18:04:51 -03:00
.php-cs-fixer.dist.php Add vendor-bin to be ignored by cs 2023-04-10 16:56:56 +00:00
.prettierrc Merge branch 'signature-validate' into main 2021-04-26 12:33:03 -03:00
babel.config.js Rollback commit 2021-02-04 21:21:53 -03:00
CHANGELOG.md Add changelog 2023-04-12 20:01:23 -03:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2021-05-07 19:59:03 -03:00
composer.json Drop libresign cli 2023-04-11 00:05:46 +00:00
composer.lock chore(dev-deps): Bump nextcloud/ocp package 2023-09-10 02:24:34 +00:00
CONTRIBUTING.md Change site durl 2021-06-10 23:39:15 -03:00
cypress.json Configure Cypress for Integration Tests 2021-02-16 00:27:10 -03:00
jest.config.js new configs to see Nextcloud vars 2021-08-02 13:42:23 -03:00
jsconfig.json 🧑‍💻 add missing prop 2022-08-04 20:36:33 -03:00
LICENSE Update LICENSE 2021-06-28 20:46:06 -03:00
Makefile Fix missing signed htaccess 2023-02-22 17:53:00 -03:00
package-lock.json Merge pull request #1694 from LibreSign/backport/1687/stable26 2023-05-09 15:45:09 -03:00
package.json Merge pull request #1694 from LibreSign/backport/1687/stable26 2023-05-09 15:45:09 -03:00
phpunit.xml Big refactor 2021-06-25 10:35:23 -03:00
psalm.xml Fix psalm errors 2022-10-27 13:05:53 -03:00
README.md Remove old summary item 2023-01-30 09:21:39 -03:00
stylelint.config.js ignore coverage 2021-07-28 12:45:41 -03:00
webpack.config.js 🏗️ remove yarn and use npm 2022-08-04 20:07:53 -03:00

Test Status Coverage Status Start contributing

Nextcloud app to sign PDF documents.

Table of contents

Setup

After installing LibreSign, go to Administration Settings > LibreSign and:

  • Click in the Download binaries button. When it show status successful to all items, except CFSSL not configured, is time to configure root certificate in the next section.

To use the LibreSign is necessary to have the email configured. Do it in Administration Settings > Basic Settings > Email server.

Integrations

  • GLPI: Plugin to sign GLPI tickets
  • Approval: Approve/reject files based on workflows defined by admins

Full documentation

here

Contributing

here