Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
117 commits
Select commit Hold shift + click to select a range
0576123
add api for get, delete contact, getUser & get Documents
prafull-opensignlabs Dec 1, 2023
c441490
rename files
prafull-opensignlabs Dec 1, 2023
b47bf43
created generateapitoken, getapitoken cloud function & generatetoken …
prafull-opensignlabs Dec 2, 2023
4866447
add api for template, createDocument
prafull-opensignlabs Dec 12, 2023
0c14d71
docs: Add openapi spec
nxglabs Dec 20, 2023
e264511
feat: add limit and skip variables in query & contact creation api
prafull-opensignlabs Jan 11, 2024
ea9b037
Merge branch 'api-v1-beta' of https://github.com/OpenSignLabs/OpenSig…
prafull-opensignlabs Jan 11, 2024
eebcfe9
feat: add update template api and update all apis
prafull-opensignlabs Jan 11, 2024
89ba3e0
Merge branch 'staging' of https://github.com/OpenSignLabs/OpenSign in…
prafull-opensignlabs Jan 11, 2024
a8d564d
update api
prafull-opensignlabs Jan 12, 2024
629bf7f
update documentlist api
prafull-opensignlabs Jan 12, 2024
a5fe4a3
update response message in delete contact api
prafull-opensignlabs Jan 12, 2024
2afb868
Merge pull request #322 from OpenSignLabs/staging
prafull-opensignlabs Jan 12, 2024
ebdc5ef
update response of apis
prafull-opensignlabs Jan 15, 2024
e52c7c9
remove code from response and add update Document api
prafull-opensignlabs Jan 15, 2024
9500b2d
update apis response and add delete document api
prafull-opensignlabs Jan 15, 2024
eefaf5f
feat: add migration script for generate token route
prafull-opensignlabs Jan 16, 2024
a1a84b6
fix: userId missing in aftersave of doucment and template cls
prafull-opensignlabs Jan 16, 2024
70963c0
Merge pull request #332 from OpenSignLabs/api-v1-beta
nxglabs Jan 16, 2024
4070409
Update README.md
andrew-opensignlabs Jan 16, 2024
83df89c
fix: create contact not working and handle err
prafull-opensignlabs Jan 17, 2024
3dc109c
Merge pull request #334 from OpenSignLabs/api-v1-beta
prafull-opensignlabs Jan 17, 2024
39f3f73
feat: add docs tab in profile menu
prafull-opensignlabs Jan 18, 2024
57fc4aa
Merge pull request #336 from OpenSignLabs/api-v1-beta
prafull-opensignlabs Jan 18, 2024
2a8cedc
change userId type from string to pointer in appToken class and handl…
prafull-opensignlabs Jan 18, 2024
67479a9
Merge pull request #337 from OpenSignLabs/api-v1-beta
prafull-opensignlabs Jan 19, 2024
34fc3af
enable automatic redirect to rememberd url after login
prafull-opensignlabs Jan 19, 2024
a49c76c
replace menu name generate token to API Token
prafull-opensignlabs Jan 22, 2024
7c8a5e0
add createdocument with template Id
prafull-opensignlabs Jan 22, 2024
1bffabc
Merge pull request #343 from OpenSignLabs/staging
prafull-opensignlabs Jan 22, 2024
214db47
Merge pull request #338 from OpenSignLabs/api-v1-beta
prafull-opensignlabs Jan 22, 2024
52320e0
fix: add regenerate confirmation modal in API token menu
prafull-opensignlabs Jan 22, 2024
c505f8c
Merge pull request #344 from OpenSignLabs/api-v1-beta
andrew-opensignlabs Jan 22, 2024
af344c8
feat: add webhook which will call on document completion event
prafull-opensignlabs Jan 23, 2024
fd778c2
fix: add link mail tag
prafull-opensignlabs Jan 23, 2024
6918282
Merge pull request #346 from OpenSignLabs/api-v1-beta
andrew-opensignlabs Jan 23, 2024
85a1c10
feat: api for webhook crate,Read, update, delete
prafull-opensignlabs Jan 24, 2024
a13478f
Merge pull request #347 from OpenSignLabs/api-v1-beta
andrew-opensignlabs Jan 24, 2024
07851cc
feat: add create document api with base64
prafull-opensignlabs Jan 24, 2024
bfa19ee
Merge pull request #348 from OpenSignLabs/api-v1-beta
andrew-opensignlabs Jan 24, 2024
55cfbae
feat: api for createtemplate using base64 and binary
prafull-opensignlabs Jan 24, 2024
bbedb13
feat: api for createtemplate using base64 and binary
prafull-opensignlabs Jan 24, 2024
00e9396
change API doc url in webhook and API token in menu
prafull-opensignlabs Jan 24, 2024
61afc35
Merge pull request #349 from OpenSignLabs/api-v1-beta
nxglabs Jan 25, 2024
d3b2e1f
fix: all body parameter must be in lowercase
prafull-opensignlabs Jan 25, 2024
bfa0e0e
Merge pull request #351 from OpenSignLabs/api-v1-beta
nxglabs Jan 25, 2024
a92d90d
change body parameter of update API
prafull-opensignlabs Jan 25, 2024
8686a35
Revert "fix: all body parameter of API must be in lowercase"
nxglabs Jan 25, 2024
d097f9a
Merge pull request #353 from OpenSignLabs/revert-351-api-v1-beta
nxglabs Jan 25, 2024
8ce31d3
fix: get host method in API
prafull-opensignlabs Jan 25, 2024
9fc69ba
Merge branch 'staging' into api-v1-beta
prafull-opensignlabs Jan 25, 2024
1a4b465
Merge pull request #352 from OpenSignLabs/api-v1-beta
nxglabs Jan 25, 2024
95cc15e
fix: all API body parameter must be in lowercase
prafull-opensignlabs Jan 25, 2024
b525111
Merge pull request #354 from OpenSignLabs/api-v1-beta
nxglabs Jan 25, 2024
17cb447
fix: createdocument from template
prafull-opensignlabs Jan 25, 2024
f1628e4
Merge pull request #355 from OpenSignLabs/api-v1-beta
prafull-opensignlabs Jan 28, 2024
fee3d8f
fix: createdocument, createtemplate and createdocumentwithtemplate AP…
prafull-opensignlabs Jan 28, 2024
01b7b1c
Merge pull request #356 from OpenSignLabs/api-v1-beta
nxglabs Jan 28, 2024
2d7571a
fix: change response of createdocumentwithtemplate API for signing do…
prafull-opensignlabs Jan 29, 2024
fa40575
Merge pull request #362 from OpenSignLabs/api-v1-beta
nxglabs Jan 29, 2024
7a5cdef
fix: document completion webhook not working in selfsign
prafull-opensignlabs Jan 31, 2024
0a66221
Merge pull request #363 from OpenSignLabs/api-v1-beta
nxglabs Jan 31, 2024
8bbbf9b
feat: add debug pdf page
prafull-opensignlabs Feb 1, 2024
74e2582
Merge pull request #364 from OpenSignLabs/api-v1-beta
nxglabs Feb 1, 2024
98c8af5
feat: create document and template with coordinate
prafull-opensignlabs Feb 1, 2024
f74819f
Merge pull request #366 from OpenSignLabs/api-v1-beta
nxglabs Feb 1, 2024
c9ed292
fix:remov edit template url from create template
prafull-opensignlabs Feb 2, 2024
06d6eec
Merge pull request #367 from OpenSignLabs/api-v1-beta
nxglabs Feb 2, 2024
7cde6fd
fix: co-ordinates in debugpdf page is not stick on top
prafull-opensignlabs Feb 2, 2024
3a2f626
Merge pull request #368 from OpenSignLabs/api-v1-beta
nxglabs Feb 2, 2024
f1b7e11
fix: change copy box parameter from array to key value pair
prafull-opensignlabs Feb 2, 2024
509b004
Merge pull request #369 from OpenSignLabs/api-v1-beta
nxglabs Feb 2, 2024
39c6560
refactor: remove rjsf package & change rjsf forms to normal forms
prafull-opensignlabs Feb 3, 2024
bea158b
refactor: remove unnecessary css
prafull-opensignlabs Feb 3, 2024
416d8c8
refactor: remove unncessary code
prafull-opensignlabs Feb 3, 2024
4edcf80
Merge pull request #370 from OpenSignLabs/api-v1-beta
nxglabs Feb 3, 2024
c115c7c
fix: createdocument & createtemplate api not working properly
prafull-opensignlabs Feb 3, 2024
f9e5990
refactor: generate randomId in createDocument and createTemplate API
prafull-opensignlabs Feb 3, 2024
f065589
change response of createdocument API
prafull-opensignlabs Feb 5, 2024
9692f57
feat: provide widgets in create document from binary and create templ…
prafull-opensignlabs Feb 5, 2024
e7280bf
Merge pull request #374 from OpenSignLabs/api-v1-beta
nxglabs Feb 5, 2024
da846dc
fix: issue of request payload entity too large
prafull-opensignlabs Feb 5, 2024
cbcfb8c
Merge pull request #379 from OpenSignLabs/api-v1-beta
nxglabs Feb 5, 2024
db9ec6b
fix: handle error for small screen in debug pdf page
prafull-opensignlabs Feb 7, 2024
1a774bf
feat: add Signed event for webhook
prafull-opensignlabs Feb 7, 2024
1add575
Merge pull request #380 from OpenSignLabs/api-v1-beta
nxglabs Feb 7, 2024
eb01a0b
feat:add declined, created event which is send document on webhook
prafull-opensignlabs Feb 7, 2024
caa1dfa
changed callwwebhook
prafull-opensignlabs Feb 7, 2024
e5c50a0
Merge pull request #381 from OpenSignLabs/api-v1-beta
nxglabs Feb 7, 2024
a198bce
feat: add viewed document event for webhook
prafull-opensignlabs Feb 8, 2024
cb1ebc6
Merge pull request #382 from OpenSignLabs/api-v1-beta
nxglabs Feb 8, 2024
9d431af
feat: add send_email, email_subject, email_body for custom mail signi…
prafull-opensignlabs Feb 8, 2024
b58c3fd
add replacemailvaribles function to change varibale from custom mail
prafull-opensignlabs Feb 8, 2024
bd60f91
Merge pull request #383 from OpenSignLabs/api-v1-beta
nxglabs Feb 8, 2024
3884909
fix: get templatelist api is not working
prafull-opensignlabs Feb 9, 2024
861a065
Merge pull request #384 from OpenSignLabs/api-v1-beta
nxglabs Feb 9, 2024
ebfd9d3
fix: get contactlist API not working & response fo APIs to lowercase
prafull-opensignlabs Feb 9, 2024
042ad84
Merge pull request #385 from OpenSignLabs/api-v1-beta
nxglabs Feb 9, 2024
5142a8c
fix: create contact not working properly & update 400 error
prafull-opensignlabs Feb 12, 2024
9e185fa
Merge pull request #391 from OpenSignLabs/api-v1-beta
nxglabs Feb 12, 2024
b0e26b8
refactor: add analytics code for internal tracking
prafull-opensignlabs Feb 13, 2024
f565edc
refactor: change tour message as well as popup from template flow
prafull-opensignlabs Feb 14, 2024
9114908
standarize all modal in frontend
prafull-opensignlabs Feb 14, 2024
ef68f2d
Merge pull request #393 from OpenSignLabs/api-v1-beta
nxglabs Feb 14, 2024
13845ad
feat: link changelog url to footer version
prafull-opensignlabs Feb 14, 2024
22de053
Merge pull request #396 from OpenSignLabs/api-v1-beta
nxglabs Feb 14, 2024
9d15b03
fix: webhook api not working
prafull-opensignlabs Feb 14, 2024
7a9bebe
fix: document completion mail are not receiving
prafull-opensignlabs Feb 15, 2024
aaa3dfc
Merge pull request #397 from OpenSignLabs/api-v1-beta
nxglabs Feb 15, 2024
4f2801d
refactor: change keyword in mail from opensign to OpenSign™
prafull-opensignlabs Feb 15, 2024
68050e3
feat: add Send in order to send mail sequentially for signing document
prafull-opensignlabs Feb 15, 2024
97983c4
feat: add send in order in template
prafull-opensignlabs Feb 15, 2024
35d20bd
Merge pull request #398 from OpenSignLabs/api-v1-beta
nxglabs Feb 15, 2024
edda209
change title of request signtuares form, change response of document …
prafull-opensignlabs Feb 16, 2024
7a6a543
Merge pull request #399 from OpenSignLabs/api-v1-beta
nxglabs Feb 16, 2024
ff4879a
fix: change doctype in get document list API
prafull-opensignlabs Feb 16, 2024
03750e3
Merge pull request #401 from OpenSignLabs/api-v1-beta
nxglabs Feb 16, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,11 @@
7. [Acknowledgments](#acknowledgments)

---
Please star ⭐ the repo to support us! 😀

### Introduction

Welcome to OpenSign, an open-source document e-signing solution designed to provide a secure, reliable, and free alternative to commercial platforms like DocuSign, PandaDoc, SignNow, Adobe Sign, Smartwaiver, SignRequest, HelloSign & Zoho sign. Developed under the OpenSignLabs organization, our mission is to democratize the e-signing process, making it accessible and straightforward for everyone.
Welcome to OpenSign, the premier open-source docusign alternative - document e-signing solution designed to provide a secure, reliable, and free alternative to commercial platforms like DocuSign, PandaDoc, SignNow, Adobe Sign, Smartwaiver, SignRequest, HelloSign & Zoho sign. Developed under the OpenSignLabs organization, our mission is to democratize the e-signing process, making it accessible and straightforward for everyone.

---

Expand Down
4 changes: 0 additions & 4 deletions apps/OpenSign/moduleFederation.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ module.exports = {
"react-router-dom": {
singleton: true,
requiredVersion: dependencies["react-router-dom"]
},
"rjsf-conditionals": {
singleton: true,
requiredVersion: dependencies["rjsf-conditionals"]
}
}
};
206 changes: 0 additions & 206 deletions apps/OpenSign/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions apps/OpenSign/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
"private": true,
"dependencies": {
"@reduxjs/toolkit": "^1.9.7",
"@rjsf/core": "^5.13.0",
"@rjsf/utils": "^5.13.0",
"@rjsf/validator-ajv8": "^5.13.0",
"axios": "^1.5.1",
"daisyui": "^3.9.2",
"file-saver": "^2.0.5",
Expand Down Expand Up @@ -34,7 +31,6 @@
"reactour": "^1.19.2",
"redux": "^4.2.1",
"redux-thunk": "^2.4.2",
"rjsf-conditionals": "github:prafullnavkar-nxg/rjsf-conditionals",
"serve": "^14.2.1",
"styled-components": "^4.4.1",
"web-vitals": "^2.1.4"
Expand Down
1 change: 1 addition & 0 deletions apps/OpenSign/public/version.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v1.1.1-beta
Loading