Skip to content

Commit e299891

Browse files
v2.12.0
feat: create duplicate template functionality feat: add support of csv and xlsx for bulk contacts import feat: add info text for forms and dashboard button feat: implement functionality to delete a PDF page while editing the document feat: show completed documents in which signers included but not owner in completed reports feat: add delete folder button in opensign drive feat: introduce Bcc email support for sending completed documents feat: allow merging multiple pdf while drafting document and template feat: add 'My Initials' tab for auto-signing in request-sign flow feat: add support for redirect URL to navigate after document completion feat: introduce privacy policy and digital signature terms before signing documents. feat: add feature to allow adding new pages to existing document feat: add save signature, initials, stamp functionality in sign pad for logged in user feat: add preferences menu feat: add save custom email template, notifyonsignature, set timezone, allow signature types in preferences feat: secure local url feat: implement Italian language translation feat: implement German language translation feat: update menu name from report to documents and shift contactbook in main menu feat: provide edit contact functionality fix: unable to delete folder when all its documents are deleted fix: fields.push is not function fix: document loading issue in opensign drive fix: adjust the guest signature flow to display the document in full screen, eliminating any blank space which is displayed below the place holder in mobile view fix: resolve issue of instance of pdfdict or pdfstream but got undefined build(deps): update dependencies refactor: change note text from add contact form
1 parent b55aff2 commit e299891

File tree

260 files changed

+23628
-26302
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

260 files changed

+23628
-26302
lines changed

apps/OpenSign/.husky/pre-commit

100755100644
File mode changed.

apps/OpenSign/Dockerhubfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,15 @@ RUN npm install
1414
COPY apps/OpenSign/ .
1515
COPY apps/OpenSign/.husky .
1616

17+
# Define environment variables if needed
18+
ENV NODE_ENV=production
19+
ENV REACT_APP_DEPLOYMENT=free_selfhost
20+
1721
# build
1822
RUN npm run build
1923

2024
# Make port 3000 available to the world outside this container
2125
EXPOSE 3000
2226

23-
# Define environment variables if needed
24-
# ENV NODE_ENV production
25-
2627
# Run the application
2728
CMD ["npm", "start"]

apps/OpenSign/package-lock.json

Lines changed: 1539 additions & 915 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/OpenSign/package.json

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
"private": true,
55
"dependencies": {
66
"@formkit/auto-animate": "^0.8.2",
7-
"@lottiefiles/dotlottie-react": "^0.10.0",
7+
"@lottiefiles/dotlottie-react": "^0.12.3",
88
"@pdf-lib/fontkit": "^1.1.1",
99
"@radix-ui/themes": "^3.1.6",
10-
"@react-pdf/renderer": "^4.1.4",
11-
"@reduxjs/toolkit": "^2.3.0",
12-
"axios": "^1.7.7",
10+
"@react-pdf/renderer": "^4.1.6",
11+
"@reduxjs/toolkit": "^2.5.1",
12+
"axios": "^1.7.9",
1313
"file-saver": "^2.0.5",
14-
"i18next": "^23.16.5",
15-
"i18next-browser-languagedetector": "^8.0.0",
16-
"i18next-http-backend": "^2.6.2",
14+
"i18next": "^23.16.8",
15+
"i18next-browser-languagedetector": "^8.0.2",
16+
"i18next-http-backend": "^3.0.1",
1717
"jszip": "^3.10.1",
1818
"jwt-decode": "^4.0.0",
1919
"moment": "^2.30.1",
@@ -23,29 +23,30 @@
2323
"print-js": "^1.6.0",
2424
"radix-ui": "^1.0.1",
2525
"react": "^18.2.0",
26-
"react-bootstrap": "^2.10.5",
27-
"react-confetti": "^6.1.0",
26+
"react-bootstrap": "^2.10.9",
27+
"react-confetti": "^6.2.2",
2828
"react-cookie": "^7.2.2",
29-
"react-datepicker": "^7.5.0",
29+
"react-datepicker": "^7.6.0",
3030
"react-dnd": "^16.0.1",
3131
"react-dnd-html5-backend": "^16.0.1",
32-
"react-dnd-multi-backend": "^8.0.3",
32+
"react-dnd-multi-backend": "^9.0.0",
3333
"react-dnd-touch-backend": "^16.0.1",
3434
"react-dom": "^18.2.0",
3535
"react-gtm-module": "^2.0.11",
3636
"react-helmet": "^6.1.0",
37-
"react-i18next": "^15.1.1",
37+
"react-i18next": "^15.4.0",
3838
"react-konva": "^18.2.10",
39-
"react-pdf": "^9.1.1",
39+
"react-pdf": "^9.2.1",
4040
"react-quill-new": "^3.3.3",
41-
"react-redux": "^9.1.2",
42-
"react-rnd": "^10.4.13",
43-
"react-router-dom": "^6.28.0",
41+
"react-redux": "^9.2.0",
42+
"react-rnd": "^10.4.14",
43+
"react-router": "^7.1.5",
4444
"react-scripts": "5.0.1",
4545
"react-scrollbars-custom": "^4.1.1",
46-
"react-select": "^5.8.3",
47-
"react-signature-canvas": "^1.0.6",
46+
"react-select": "^5.10.0",
47+
"react-signature-canvas": "^1.0.7",
4848
"react-syntax-highlighter": "^15.6.1",
49+
"react-timezone-select": "^3.2.8",
4950
"react-tooltip": "^5.28.0",
5051
"react-web-share": "^2.0.2",
5152
"reactour": "^1.19.4",
@@ -55,17 +56,16 @@
5556
"serve": "^14.2.4",
5657
"styled-components": "^5.3.0",
5758
"web-vitals": "^4.2.4",
58-
"ws": "^8.18.0"
59+
"ws": "^8.18.0",
60+
"xlsx": "^0.18.5"
5961
},
6062
"scripts": {
61-
"build-webpack": "webpack --config webpack.config.js",
62-
"build": "npm run version && npm run build-webpack && react-scripts build",
63-
"build-watch": "webpack --config webpack.config.js --watch",
63+
"build": "npm run version && react-scripts build",
6464
"start-dev": "react-scripts start",
6565
"start": "serve -s build",
6666
"version": "curl -s https://api.github.com/repos/opensignlabs/opensign/releases/latest | grep '\"tag_name\":' | awk -F '\"' '{print $4}' > ./public/version.txt",
6767
"version-win": "powershell -Command \"Invoke-RestMethod -Uri 'https://api.github.com/repos/opensignlabs/opensign/releases/latest' | Select-Object -ExpandProperty tag_name | Out-File -FilePath ./public/version.txt\"",
68-
"build-win": "npm run version-win && npm run build-webpack && react-scripts build",
68+
"build-win": "npm run version-win && react-scripts build",
6969
"test": "react-scripts test",
7070
"eject": "react-scripts eject",
7171
"release": "standard-version",
@@ -95,29 +95,29 @@
9595
}
9696
},
9797
"devDependencies": {
98-
"@babel/core": "^7.26.0",
99-
"@babel/preset-env": "^7.26.0",
100-
"@babel/preset-react": "^7.25.9",
101-
"@babel/runtime-corejs2": "^7.26.0",
98+
"@babel/core": "^7.26.8",
99+
"@babel/preset-env": "^7.26.8",
100+
"@babel/preset-react": "^7.26.3",
101+
"@babel/runtime-corejs2": "^7.26.7",
102102
"autoprefixer": "^10.4.20",
103103
"babel-loader": "^9.2.1",
104104
"clean-webpack-plugin": "^4.0.0",
105105
"commitizen": "^4.3.1",
106-
"concurrently": "^9.1.0",
106+
"concurrently": "^9.1.2",
107107
"css-loader": "^7.1.2",
108-
"daisyui": "^4.12.14",
109-
"dotenv": "^16.4.5",
108+
"daisyui": "^4.12.23",
109+
"dotenv": "^16.4.7",
110110
"dotenv-webpack": "^8.1.0",
111-
"eslint": "^9.14.0",
112-
"eslint-plugin-prettier": "^5.2.1",
113-
"eslint-plugin-react": "^7.37.2",
114-
"lint-staged": "^15.2.10",
111+
"eslint": "^9.20.0",
112+
"eslint-plugin-prettier": "^5.2.3",
113+
"eslint-plugin-react": "^7.37.4",
114+
"lint-staged": "^15.4.3",
115115
"mini-css-extract-plugin": "^2.9.2",
116-
"postcss": "^8.4.49",
117-
"prettier": "^3.3.3",
116+
"postcss": "^8.5.1",
117+
"prettier": "^3.5.0",
118118
"pretty-quick": "^4.0.0",
119-
"tailwindcss": "^3.4.15",
120-
"terser-webpack-plugin": "^5.3.10",
119+
"tailwindcss": "^3.4.17",
120+
"terser-webpack-plugin": "^5.3.11",
121121
"webpack-cli": "^5.1.4"
122122
},
123123
"overrides": {
@@ -127,4 +127,4 @@
127127
"engines": {
128128
"node": "18 || 20 || 22"
129129
}
130-
}
130+
}

apps/OpenSign/public/favicon.ico

100755100644
File mode changed.

apps/OpenSign/public/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8" />
55
<link rel="icon" href="/favicon.ico" />
6-
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
77
<meta name="theme-color" content="#000000" />
88
<meta name="description" content="The fastest way to sign PDFs & request signatures from others" />
99
<!-- <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" /> -->
@@ -15,6 +15,6 @@
1515
<title>OpenSign™</title>
1616
</head>
1717
<body>
18-
<div id="root"></div>
18+
<div id="root" style="touch-action:pan-x pan-y;"></div>
1919
</body>
2020
</html>

0 commit comments

Comments
 (0)