Skip to content

Commit e742e85

Browse files
Merge branch 'staging' of https://github.com/OpenSignLabs/OpenSign into fix_smtp
2 parents 476a99f + 9ef1e22 commit e742e85

File tree

100 files changed

+10644
-7052
lines changed

Some content is hidden

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

100 files changed

+10644
-7052
lines changed

.env.local_dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ DO_SECRET_ACCESS_KEY=
4040
# Digital ocean spaces region or AWS s3 region
4141
DO_REGION=us-west
4242
# local storage
43-
USE_LOCAL=TRUE
43+
USE_LOCAL=true
4444

4545
# Email mailgun or set SMTP_ENABLE true to use SMTP config (The app will not initialize if any of these 3 variables are not set) *********************************************************************************************************************
4646
MAILGUN_API_KEY=

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ We would like to thank all our contributors and users for their support and feed
136136
<td align="center" valign="top" width="14.28%"><a href="https://github.com/VikramNagwal"><img src="https://avatars.githubusercontent.com/u/123088024?v=4?s=100" width="100px;" alt="Vikram"/><br /><sub><b>Vikram</b></sub></a><br /><a href="#code-VikramNagwal" title="Code">💻</a></td>
137137
<td align="center" valign="top" width="14.28%"><a href="https://github.com/ugoconsonni"><img src="https://avatars.githubusercontent.com/u/13661702?v=4?s=100" width="100px;" alt="ugoconsonni"/><br /><sub><b>ugoconsonni</b></sub></a><br /><a href="#code-ugoconsonni" title="Code">💻</a></td>
138138
<td align="center" valign="top" width="14.28%"><a href="https://github.com/daniel-mutwiri"><img src="https://avatars.githubusercontent.com/u/8936960?v=4?s=100" width="100px;" alt="Daniel Mutwiri"/><br /><sub><b>Daniel Mutwiri</b></sub></a><br /><a href="#code-daniel-mutwiri" title="Code">💻</a></td>
139-
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Zathiel"><img src="https://avatars.githubusercontent.com/u/26553418?v=4?s=100" width="100px;" alt="Zathiel"/><br /><sub><b>Zathiel</b></sub></a><br /><a href="#code-Zathiel" title="Code">💻</a></td>
139+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Zathiel"><img src="https://avatars.githubusercontent.com/u/26553418?v=4?s=100" width="100px;" alt="Zathiel"/><br /><sub><b>Zathiel</b></sub></a><br /><a href="#code-Zathiel" title="Code">💻</a><a href="#security-Zathiel" title="Security">🛡️</a></td>
140140
</tr>
141141
</tbody>
142142
</table>

apps/OpenSign/package-lock.json

Lines changed: 4229 additions & 3700 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: 20 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,23 @@
44
"private": true,
55
"dependencies": {
66
"@formkit/auto-animate": "^0.8.2",
7-
"@radix-ui/themes": "^2.0.3",
7+
"@radix-ui/themes": "^3.0.5",
88
"@react-pdf/renderer": "^3.4.4",
9-
"@reduxjs/toolkit": "^2.2.1",
10-
"axios": "^1.6.8",
9+
"@reduxjs/toolkit": "^2.2.5",
10+
"axios": "^1.7.2",
1111
"file-saver": "^2.0.5",
1212
"jwt-decode": "^4.0.0",
1313
"moment": "^2.30.1",
14-
"parse": "^4.3.1",
14+
"nth-check": "^2.1.1",
15+
"parse": "^5.1.0",
1516
"pdf-lib": "^1.17.1",
1617
"print-js": "^1.6.0",
1718
"radix-ui": "^1.0.1",
1819
"react": "^18.2.0",
1920
"react-bootstrap": "^2.10.2",
21+
"react-confetti": "^6.1.0",
2022
"react-cookie": "^7.1.4",
21-
"react-datepicker": "^6.4.0",
23+
"react-datepicker": "^6.9.0",
2224
"react-dnd": "^16.0.1",
2325
"react-dnd-html5-backend": "^16.0.1",
2426
"react-dnd-multi-backend": "^8.0.3",
@@ -28,24 +30,24 @@
2830
"react-helmet": "^6.1.0",
2931
"react-konva": "^18.2.10",
3032
"react-modal": "^3.16.1",
31-
"react-pdf": "^7.7.3",
33+
"react-pdf": "^9.0.0",
3234
"react-quill": "^2.0.0",
33-
"react-redux": "^9.1.0",
34-
"react-rnd": "^10.4.10",
35+
"react-redux": "^9.1.2",
36+
"react-rnd": "^10.4.11",
3537
"react-router-dom": "^6.22.3",
3638
"react-scripts": "5.0.1",
3739
"react-scrollbars-custom": "^4.1.1",
3840
"react-select": "^5.8.0",
3941
"react-signature-canvas": "^1.0.6",
40-
"react-tooltip": "^5.26.3",
42+
"react-tooltip": "^5.26.4",
4143
"react-web-share": "^2.0.2",
42-
"reactour": "^1.19.3",
44+
"reactour": "^1.19.4",
4345
"redux": "^5.0.1",
4446
"redux-thunk": "^3.1.0",
4547
"regex-parser": "^2.3.0",
46-
"serve": "^14.2.1",
48+
"serve": "^14.2.3",
4749
"styled-components": "^4.4.1",
48-
"web-vitals": "^2.1.4"
50+
"web-vitals": "^4.0.1"
4951
},
5052
"scripts": {
5153
"start": "serve -s build",
@@ -83,16 +85,19 @@
8385
}
8486
},
8587
"devDependencies": {
86-
"@babel/runtime-corejs2": "^7.24.5",
88+
"@babel/runtime-corejs2": "^7.24.7",
8789
"autoprefixer": "^10.4.19",
8890
"commitizen": "^4.3.0",
8991
"eslint": "^8.57.0",
9092
"eslint-plugin-prettier": "^4.2.1",
9193
"eslint-plugin-react": "^7.34.1",
92-
"lint-staged": "^15.2.2",
94+
"lint-staged": "^15.2.5",
9395
"postcss": "^8.4.38",
9496
"prettier": "^2.8.8",
9597
"pretty-quick": "^3.3.1",
96-
"tailwindcss": "^3.4.1"
98+
"tailwindcss": "^3.4.4"
99+
},
100+
"overrides": {
101+
"nth-check": "$nth-check"
97102
}
98103
}

apps/OpenSign/src/App.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ import PlaceHolderSign from "./pages/PlaceHolderSign";
1616
import PdfRequestFiles from "./pages/PdfRequestFiles";
1717
import LazyPage from "./primitives/LazyPage";
1818
import { isEnableSubscription } from "./constant/const";
19+
import SSOVerify from "./pages/SSOVerify";
1920
const DebugPdf = lazy(() => import("./pages/DebugPdf"));
2021
const ForgetPassword = lazy(() => import("./pages/ForgetPassword"));
2122
const GuestLogin = lazy(() => import("./pages/GuestLogin"));
@@ -28,8 +29,7 @@ const Opensigndrive = lazy(() => import("./pages/Opensigndrive"));
2829
const ManageSign = lazy(() => import("./pages/Managesign"));
2930
const GenerateToken = lazy(() => import("./pages/GenerateToken"));
3031
const Webhook = lazy(() => import("./pages/Webhook"));
31-
pdfjs.GlobalWorkerOptions.workerSrc = `//cdnjs.cloudflare.com/ajax/libs/pdf.js/${pdfjs.version}/pdf.worker.js`;
32-
32+
pdfjs.GlobalWorkerOptions.workerSrc = `//cdnjs.cloudflare.com/ajax/libs/pdf.js/${pdfjs.version}/pdf.worker.min.mjs`;
3333
const Loader = () => {
3434
return (
3535
<div
@@ -181,6 +181,7 @@ function App() {
181181
element={<PdfRequestFiles />}
182182
/>
183183
</Route>
184+
<Route path="/sso" element={<SSOVerify />} />
184185
<Route path="*" element={<PageNotFound />} />
185186
</Routes>
186187
</BrowserRouter>

0 commit comments

Comments
 (0)