No description
Find a file
Edward Ly b36e91ca0d
Merge pull request #190 from nextcloud/dependabot/composer/vendor-bin/psalm/psalm/phar-6.16.1
chore(deps-dev): bump psalm/phar from 6.15.1 to 6.16.1 in /vendor-bin/psalm
2026-03-22 07:52:13 -07:00
.github ci(workflows): fix icewind1991/nextcloud-version-matrix version number 2026-03-02 12:20:31 -08: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(info.xml): add missing integration category 2026-03-19 07:16:44 -07: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-02-23 01:04:00 +00:00
lib perf: add lazy loading to app config values 2025-11-20 23:55:03 -08:00
src fix(file-actions): no more FileAction class in @nextcloud/files 2026-02-16 17:11:43 +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 psalm/phar in /vendor-bin/psalm 2026-03-22 14:44:24 +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 2026-03-19 07:35:30 -07:00
composer.json fix(deps-dev): replace vimeo/psalm with psalm/phar for workflows 2025-12-31 17:05:31 -08:00
composer.lock chore(deps): bump bamarni/composer-bin-plugin from 1.8.3 to 1.9.1 2026-02-11 07:48:38 +00: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 fix(deps): Fix npm audit 2026-03-22 03:48:38 +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