Update texts

This commit is contained in:
Vitor Mattos 2022-04-18 20:22:15 -03:00
parent 78dcfc3f1f
commit 85d09b862e
No known key found for this signature in database
GPG key ID: B7AB4B76A7CA7318
3 changed files with 25 additions and 43 deletions

View file

@ -13,40 +13,18 @@ Types of changes:
- *Security* in case of vulnerabilities.
<!-- changelog-linker -->
## 2.5.0 - Draft
## 5.0.0 - 2022-04-18
# Added
- Added clickable link in the PDF footer
- Manager signatures in profile
- Feature Display Controller
- API: endpoints to add visible elements on PDF file
- API: status to LibreSign file
- Endpoint to list all attached files to LibreSign profile
- Endpoint to add phone number to account settings
- Endpoint to request code to sign file
- Make possible sign using token sent by email
- Changes on sign endpoint to make possible sign using code
- Add friendly name on pfx file
- Add custom user signature files
# Changed
- PDF preview on mobile when signing
- Only show request signing button if file not signed
- Associate signed file to LibreSign file
- API: return LibreSign UUID on sign methods
- Endpoint: /account/create/{uuid}, remove required of field signPassword
- FPDI replaced by TCPDF
- Bump jsignpdf from 1.6.5 to 2.0.0
- Add more specific log message when jar of jsignpdf not found
- Account improvements, remove dead code and split components.
- Revert PDFSign changes
- Add page prefix to improve frontend UX
- Improve account signature page
# Fixed
- Fixed: error on sign specific documents
- Add line break on footer to prevent hide signature url
- Password is not a requirement
# Added and updated
- Support to visual signatures
- upload signature image
- handmade signature
- text signature
- Sign usign SMS, email, Telegram or Signal token
- Add files to profile to only enable signature if profile files was signed by an approver
- Simplified setup using commands
- Update JSignPDF version
- more other changes and bugfixes: https://github.com/LibreSign/libresign/compare/v2.4.5...v5.0.0
## 2.4.3 - 2021-07-14

View file

@ -4,11 +4,10 @@
Nextcloud app to sign PDF documents.
At the moment file signature requests must be requested via webhook. Read the documentation for more information.
<img src="img/LibreSign.png" />
**Table of contents**
- [Releases compatibility](#releases-compatibility)
- [Setup](#setup)
- [Java and JSignPDF](#java-and-jsignpdf)
- [Standalone](#standalone)
@ -22,6 +21,13 @@ At the moment file signature requests must be requested via webhook. Read the do
- [Full documentation](#full-documentation)
- [Contributing](#contributing)
## Releases compatibility
| LibreSign | Nextcloud | JSignPDF |
| --------- | --------- | -------- |
| 3.x | 22 | 2.1.0 |
| 2 | 22 | 1.6.5 |
## Setup
### Java and JSignPDF
@ -40,15 +46,15 @@ Add the follow to Nextcloud PHP container Dockerfile
RUN apt-get update # Only include this line if necessary
RUN mkdir -p /usr/share/man/man1
RUN apt-get install -y default-jre unzip
RUN curl -OL https://sourceforge.net/projects/jsignpdf/files/stable/JSignPdf%202.0.0/jsignpdf-2.0.0.zip \
&& unzip jsignpdf-2.0.0.zip -d /opt \
&& rm jsignpdf-2.0.0.zip
RUN curl -OL https://sourceforge.net/projects/jsignpdf/files/stable/JSignPdf%202.1.0/jsignpdf-2.1.0.zip \
&& unzip jsignpdf-2.1.0.zip -d /opt \
&& rm jsignpdf-2.1.0.zip
```
### CFSSL
#### CFSS server handmade install
Don't is necessary if you use a docker setup
Don't is necessary if you use a docker setup or if you did the standalone setup
Up a cfssl server using this code:
@ -76,6 +82,8 @@ The URL of server you will use in [Admin settings](#admin-settings)
### Admin settings
Don't is necessary if you did the standalone setup
Go to `Settings > LibreSign` and fill the necessary values for root certificate:
```

View file

@ -7,10 +7,6 @@
* ✍️ Sign PDF documents using digital signature
* ⚠️ Setup of this app requires access to terminal and even getting your hands dirty with installation of additional software. See [setup instructions](https://github.com/LibreSign/libresign/blob/main/README.md#setup) for details.
* **Requirements :**
* CFSSL server
* Java
* JSignPDF
]]>
</description>