No description
Find a file
Nextcloud bot 3113c228fc
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-23 02:03:00 +00:00
.github disable pcov and use xdebug 2022-11-21 22:13:34 -03:00
.tx [tx-robot] Update transifex configuration 2022-10-07 03:09:24 +00:00
appinfo Fix generate validate url 2022-12-04 03:04:36 +00:00
cfssl Rollback commit 2021-02-04 21:21:53 -03:00
img Update image readme 2021-08-30 13:58:40 -03:00
l10n Fix(l10n): Update translations from Transifex 2023-05-23 02:03:00 +00:00
lib Fix generate validate url 2022-12-04 03:04:36 +00:00
src Open tab in folder 2022-12-04 01:36:59 +00:00
templates Fix conflict 2022-08-04 22:59:04 -03:00
tests Fix generate validate url 2022-12-04 03:04:36 +00:00
vendor-bin Moved php-coveralls to vendor-bin 2022-11-21 22:12:26 -03:00
.editorconfig 🏗️ remove yarn and use npm 2022-08-05 00:56:45 +00: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:10:41 -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 Bump php dependency 2022-01-15 08:45:45 -03: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 Update CHANGELOG.md 2022-10-26 16:39:08 -03:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2021-05-07 19:59:03 -03:00
composer.json Merge pull request #1200 from LibreSign/backport/1184/stable24 2022-11-26 09:22:16 -03:00
composer.lock Merge pull request #1200 from LibreSign/backport/1184/stable24 2022-11-26 09:22:16 -03: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-05 00:56:45 +00:00
LICENSE Update LICENSE 2021-06-28 20:46:06 -03:00
Makefile Change MakeFile 2022-11-09 16:59:13 +00:00
package-lock.json Bump packages 2022-10-10 18:02:38 +00:00
package.json Changelog 2022-10-23 20:38:54 -03:00
phpunit.xml Big refactor 2021-06-25 10:35:23 -03:00
psalm.xml Fix psalm issues 2022-09-10 14:01:32 -03:00
README.md README.md and info.xml updated 2022-10-07 11:46:13 +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-05 00:56:45 +00: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