No description
Find a file
Edward Ly b429224afa
Merge pull request #171 from nextcloud/dependabot/composer/vendor-bin/phpunit/phpunit/phpunit-9.6.33
chore(deps-dev): bump phpunit/phpunit from 9.6.31 to 9.6.33 in /vendor-bin/phpunit
2026-01-28 07:22:20 -08:00
.github chore(deps): bump the github-actions group with 3 updates 2026-01-01 17:22:54 +00:00
.tx fix admin settings, remove any trace of the approval app, delete translation files 2024-03-18 17:08:09 +01:00
appinfo chore: update license 2025-12-17 10:17:49 -08:00
img move from NcMultiselect to NcSelect, fix and improve modal style 2024-03-18 16:49:27 +01:00
l10n fix(l10n): Update translations from Transifex 2026-01-28 01:08:10 +00:00
lib perf: add lazy loading to app config values 2025-11-20 23:55:03 -08:00
src fix: stylelint warnings 2025-12-31 13:06:57 +01:00
templates fix admin settings, remove any trace of the approval app, delete translation files 2024-03-18 17:08:09 +01:00
tests chore(deps): update bootstrap.php from template 2025-06-13 13:55:25 -07:00
vendor-bin chore(deps-dev): bump phpunit/phpunit in /vendor-bin/phpunit 2026-01-28 01:24:38 +00:00
.eslintrc.js Initial commit 2023-11-09 13:00:47 +01:00
.gitignore Add root composer.lock file 2024-07-15 16:23:12 -07:00
.l10nignore ci(l10n): ignore vendor directory for translations 2024-12-19 10:49:49 -08:00
.nextcloudignore added nextcloudignore and krankerl 2023-11-17 11:44:11 +01:00
.php-cs-fixer.dist.php Initial commit 2023-11-09 13:00:47 +01:00
AUTHORS.md Initial commit 2023-11-09 13:00:47 +01:00
CHANGELOG.md docs: update CHANGELOG.md 2025-12-17 13:52:22 -08:00
composer.json fix(deps-dev): replace vimeo/psalm with psalm/phar for workflows 2025-12-31 17:05:31 -08:00
composer.lock fix: change required php version and run composer update 2025-12-31 13:11:53 +01:00
COPYING Initial commit 2023-11-09 13:00:47 +01:00
krankerl.toml added nextcloudignore and krankerl 2023-11-17 11:44:11 +01:00
makefile Initial commit 2023-11-09 13:00:47 +01:00
package-lock.json chore(deps): bump lodash from 4.17.21 to 4.17.23 2026-01-22 20:03:09 +00:00
package.json fix: add vue-demi back, the ci build is failing without it... 2025-12-31 13:04:24 +01:00
psalm.xml chore(psalm.xml): bump PHP version to 8.2 2025-12-16 09:37:35 -08:00
README.md Adjusted README 2023-11-09 13:21:23 +01:00
stylelint.config.js Initial commit 2023-11-09 13:00:47 +01:00
webpack.config.js chore: migrate to vue3 and nextcloud/vue 9 2025-12-31 13:04:16 +01:00

Sign files

✔ Sign pdf files via DocuSign.

This app is seamlessly integrated into the files list (Files app).

Files can optionally be signed with DocuSign.

Settings

In the DocuSign admin settings section, you can add your DocuSign credentials (Integration Key & Secret Key). Once successfully connected to the DocuSign API Service, the 'Sign Document' option will become available in the dropdown menu for files.

Build

Just run:

make dev

or for production:

make build

Screenshots

1 2 3