No description
Find a file
Nextcloud bot 162aa8b522
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-23 02:20:18 +00:00
.github Merge pull request #1629 from LibreSign/backport/1617/stable25 2023-04-12 16:28:47 -03:00
.tx [tx-robot] Update transifex configuration 2022-11-05 03:14:06 +00:00
appinfo Add changelog 2023-04-12 20:04:52 -03:00
composer Update composer usage 2023-01-21 11:38:30 -03:00
img Remove not used files #1116 (#1443) 2023-02-21 01:52:09 -03:00
l10n Fix(l10n): Update translations from Transifex 2023-11-23 02:20:18 +00:00
lib Fix strict type 2023-04-17 16:52:43 -03:00
src fix: layut signature validation in darkmode 2023-05-14 09:36:03 +00:00
templates Composer cs:fix 2022-07-30 10:26:30 -03:00
tests Remove invalid identification methods 2023-04-17 17:43:32 +00:00
vendor-bin chore(dev-deps): Bump nextcloud/ocp package 2023-09-24 02:24:50 +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-21 22:04:45 -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:57:08 +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:04:52 -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:06:02 +00:00
composer.lock chore(dev-deps): Bump nextcloud/ocp package 2023-09-03 02:23:19 +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 20:56:18 +00:00
package-lock.json Build(deps): Bump date-fns from 2.29.3 to 2.30.0 2023-05-09 18:46:29 +00:00
package.json Build(deps): Bump date-fns from 2.29.3 to 2.30.0 2023-05-09 18:46:29 +00:00
phpunit.xml Big refactor 2021-06-25 10:35:23 -03:00
psalm.xml Fix psalm errors 2022-10-28 01:13:41 -03:00
README.md Remove old summary item 2023-01-30 20:01:25 +00: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, is necessary go to Administration Settings > LibreSign and:

  • Download binareis
  • Configure root certificate

Go to Administration Settings > Basic Settings and configure email settings. Is mandatory.

Check setup

Check install:

occ libresign:configure:check

Integrations

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

Full documentation

here

Contributing

here