- Jan 19, 2021
-
-
Reiter, Christoph authored
this info is already in the forontend docs
-
Bekerle, Patrizio authored
-
- Jan 14, 2021
-
-
Reiter, Christoph authored
-
Reiter, Christoph authored
chore(deps): update dependency karma to v6 See merge request dbp/apps/signature!14
-
Reiter, Christoph authored
-
- Jan 13, 2021
-
-
Renovate Bot authored
-
Bekerle, Patrizio authored
-
Reiter, Christoph authored
-
Bekerle, Patrizio authored
-
- Jan 12, 2021
-
-
Reiter, Christoph authored
Now that we check every file on start we can just compute the value there and re-use it for future checks.
-
Reiter, Christoph authored
chore(deps): update dependency eslint-plugin-jsdoc to v31.0.3 See merge request dbp/apps/signature!12
-
Reiter, Christoph authored
qual-sig: Fix URL escaping when fetching the file See merge request dbp/apps/signature!13
-
Reiter, Christoph authored
Existing signature warning See merge request dbp/apps/signature!10
-
Reiter, Christoph authored
There was a workaround for deriving the filename from the source filename because characters like '#' didn't make it through. Turns out this was just a bug some lines above where encodeURIComponent() wasn't used as it should. Use encodeURIComponent() when constructing the URL and remove the workaround.
-
Reiter, Christoph authored
In case we get a signed document pdf-as in the backend can't add a new page because implementations like Adobe Reader don't allow adding pages after a signature has been added when checking the integrity. A newer pdf-as version will take this into account and in the "auto" mode position the signature on the first page. Since this usually means that content will be overlaid this isn't a good "auto" mode. To avoid this we check if the document is already signed in the frontend, and force the user to place the signature manually in that case.
-
- Jan 11, 2021
-
-
Renovate Bot authored
-
Reiter, Christoph authored
chore(deps): update dependency eslint-plugin-jsdoc to v31 See merge request dbp/apps/signature!11
-
Renovate Bot authored
-
- Jan 07, 2021
-
-
Reiter, Christoph authored
Fixed since Chrome 85+
-
Reiter, Christoph authored
-
Reiter, Christoph authored
Not every activity needs those file queuing things
-
Reiter, Christoph authored
-
Reiter, Christoph authored
Hide the FileReader API behind an asnyc function. This makes it easier to await the result and is less racy.
-
Reiter, Christoph authored
The option moved in the latest version of the plugin
-
Reiter, Christoph authored
-
Reiter, Christoph authored
Add a funtion for guessing the signature count of a PDF file See merge request dbp/apps/signature!9
-
Reiter, Christoph authored
We require the signature count in the future to force users to do a manual positioning when there are already signatures in the file since we can't add a new page for them. This uses a simple regex, matching parts of the signatures we use (PAdES). In case the result is wrong, worst case the user has to do extra work by positioning or the auto positioning will put it at the top of the first page, which might not be ideal, but the document is still signed either way.
-
Reiter, Christoph authored
chore(deps): update dependency @rollup/plugin-node-resolve to v11 See merge request dbp/apps/signature!5
-
Reiter, Christoph authored
chore(deps): update dependency @rollup/plugin-url to v6 See merge request dbp/apps/signature!6
-
Reiter, Christoph authored
chore(deps): update dependency @rollup/plugin-commonjs to v17 See merge request dbp/apps/signature!4
-
Renovate Bot authored
-
Renovate Bot authored
-
Renovate Bot authored
-
Reiter, Christoph authored
chore(deps): update all non-major dependencies See merge request dbp/apps/signature!3
-
Renovate Bot authored
-
Reiter, Christoph authored
subsetted font package
-
Reiter, Christoph authored
-
Reiter, Christoph authored
-
Reiter, Christoph authored
-
- Dec 22, 2020
-
-
Steinwender, Tamara authored
-