Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
83df969
feat: introduce embedding feature after make template public
raktima-opensignlabs Sep 5, 2024
de5b816
fix: add embedding functionality for all template & add CopyTemplateI…
raktima-opensignlabs Sep 5, 2024
e80bcfc
refactor code
raktima-opensignlabs Sep 5, 2024
a64da4c
Merge branch 'staging' of https://github.com/OpenSignLabs/OpenSign in…
raktima-opensignlabs Sep 6, 2024
b20aa33
Merge branch 'staging' of https://github.com/OpenSignLabs/OpenSign in…
raktima-opensignlabs Sep 6, 2024
3fc41f4
feat : implement credit deduction in the public signature process
raktima-opensignlabs Sep 9, 2024
6551b25
feat: implement angular npm package use case in public template
raktima-opensignlabs Sep 18, 2024
1268f65
fix: update angular text
raktima-opensignlabs Sep 18, 2024
9852c87
fix: design in mobile view
raktima-opensignlabs Sep 18, 2024
0f1ef04
refactor code
raktima-opensignlabs Sep 19, 2024
50557d8
Merge branch 'staging' of https://github.com/OpenSignLabs/OpenSign in…
raktima-opensignlabs Sep 19, 2024
4188cae
feat: add document logs in in-progress report
prafull-opensignlabs Sep 19, 2024
1a1bc41
Merge pull request #1226 from OpenSignLabs/validation
andrew-opensignlabs Sep 19, 2024
88919f2
refactor code
raktima-opensignlabs Sep 19, 2024
c442689
fix: remove console
raktima-opensignlabs Sep 19, 2024
ecb2818
fix: update confetti effect
raktima-opensignlabs Sep 19, 2024
e9e06fc
Merge pull request #1227 from OpenSignLabs/fix-Confetti
andrew-opensignlabs Sep 19, 2024
4e64772
refactor: provide appName
prafull-opensignlabs Sep 19, 2024
5559798
Merge pull request #1228 from OpenSignLabs/validation
andrew-opensignlabs Sep 19, 2024
15d57d9
fix: tour design
raktima-opensignlabs Sep 19, 2024
ced9bbd
Merge pull request #1230 from OpenSignLabs/fix-Confetti
prafull-opensignlabs Sep 20, 2024
1831bbc
feat: add zip file to download pdf and certificate
raktima-opensignlabs Sep 20, 2024
988fc1b
fix: error
raktima-opensignlabs Sep 20, 2024
c9909a0
Merge branch 'staging' of https://github.com/OpenSignLabs/OpenSign in…
raktima-opensignlabs Sep 20, 2024
e559d03
feat: add zip file to dowload pdf and certificate in all download opt…
raktima-opensignlabs Sep 20, 2024
e4a9c6f
fix: remove console
raktima-opensignlabs Sep 20, 2024
5394c0b
refactor code
raktima-opensignlabs Sep 20, 2024
92e59a0
fix: zip file
raktima-opensignlabs Sep 20, 2024
f2ee03e
Merge pull request #1232 from OpenSignLabs/raktima-patch-3
andrew-opensignlabs Sep 20, 2024
b9d9f87
feat: enable dismiss button to hide notification in header
raktima-opensignlabs Sep 20, 2024
f89ef54
Merge pull request #1233 from OpenSignLabs/raktima-patch-3
andrew-opensignlabs Sep 20, 2024
368eb24
feat: custom smtp support
prafull-opensignlabs Sep 20, 2024
251e705
Merge pull request #1235 from OpenSignLabs/validation
andrew-opensignlabs Sep 20, 2024
3d85475
refactor: add parenthesis
prafull-opensignlabs Sep 20, 2024
b7a22d9
Merge pull request #1236 from OpenSignLabs/validation
andrew-opensignlabs Sep 20, 2024
f699d93
fix: resend mail is not went throught customsmtp
prafull-opensignlabs Sep 23, 2024
2e7cf7a
Merge pull request #1243 from OpenSignLabs/validation
andrew-opensignlabs Sep 23, 2024
ce671d4
feat: add validatesmtp endpoint
prafull-opensignlabs Sep 23, 2024
adfdf76
Merge pull request #1244 from OpenSignLabs/validation
andrew-opensignlabs Sep 23, 2024
0f84cd8
feat: generate document title automatically on the basis file name
prafull-opensignlabs Sep 23, 2024
76f5136
Merge pull request #1245 from OpenSignLabs/validation
andrew-opensignlabs Sep 23, 2024
88f2ab1
fix: close sidebar in mobile view when user click on profile menu fro…
prafull-opensignlabs Sep 24, 2024
ae8bf18
fix: not able draw boxes in debug ui on single page pdf
prafull-opensignlabs Sep 24, 2024
57a9f3a
fix: document title not get generated when upload image
prafull-opensignlabs Sep 24, 2024
791d8be
Merge pull request #1246 from OpenSignLabs/validation
andrew-opensignlabs Sep 24, 2024
9406c4f
Merge branch 'raktima-patch-2' of https://github.com/OpenSignLabs/Ope…
raktima-opensignlabs Sep 24, 2024
a9c08c8
fix: update angular package name
raktima-opensignlabs Sep 24, 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
340 changes: 340 additions & 0 deletions apps/OpenSign/package-lock.json

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions apps/OpenSign/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"i18next": "^23.14.0",
"i18next-browser-languagedetector": "^8.0.0",
"i18next-http-backend": "^2.6.1",
"jszip": "^3.10.1",
"jwt-decode": "^4.0.0",
"moment": "^2.30.1",
"nth-check": "^2.1.1",
Expand Down Expand Up @@ -44,6 +45,7 @@
"react-scrollbars-custom": "^4.1.1",
"react-select": "^5.8.0",
"react-signature-canvas": "^1.0.6",
"react-syntax-highlighter": "^15.5.0",
"react-tooltip": "^5.28.0",
"react-web-share": "^2.0.2",
"reactour": "^1.19.4",
Expand Down
29 changes: 25 additions & 4 deletions apps/OpenSign/public/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,8 @@
"Share": "Share",
"View": "View",
"option": "Option",
"Embed": "Embed"
"Embed": "Embed",
"Copy TemplateId":"Copy TemplateId"
},
"report-heading": {
"Sr.No": "Sr.No",
Expand All @@ -151,7 +152,8 @@
"Name": "Name",
"Status": "Status",
"created-date": "Created Date",
"Type": "Type"
"Type": "Type",
"Logs": "Logs"
},
"report-help": {
"Draft Documents": "These are documents you have started but have not finalized for sending.",
Expand Down Expand Up @@ -263,7 +265,8 @@
"make-template-private-alert": "Are you sure you want to make this template private? This will remove it from your public profile.",
"public-role": "Public role",
"public-url": "Public URL",
"public-url-copy-mssg": " Here’s your public URL: Copy it or share it with the signer, and you will be able to see all your publicly set templates.",
"public-url-copy": "Here’s your public URL: ",
"public-url-copy-mssg":"Copy it or share it with the signer, and you will be able to see all your publicly set templates.",
"add-public-url-alert": "Please add your public URL, and you will be able to make a public template.",
"share-with-alert": "You cannot share a template if any roles already have contacts assigned. Please remove all contact assignments from the roles before sharing the template.",
"share-with": "Share with",
Expand Down Expand Up @@ -631,6 +634,19 @@
"reason":"Reason",
"decline-by":"Declined/revoked by",
"document-declined": "Document declined",
"public-template-mssg-1":"To integrate OpenSign into your React or Next.js project, simply run the following command:",
"public-template-mssg-2" :"Ensure you have npm or yarn set up in your project. If you’re using Yarn, you can replace npm install with yarn add opensign-react.",
"public-template-mssg-3" :"Need more details or examples?",
"public-template-mssg-4": "Visit the",
"public-template-mssg-5": " npm for the latest updates, detailed documentation, and version history.",
"public-template-mssg-6" :"You need to set this template as public before you can utilize this code snippet.",
"copy-code":"COPY",
"copied-code":"COPIED",
"Installation":"Installation",
"Usage" :"Usage",
"insufficient-credits":"Insufficient Signing Credits",
"insufficient-credits-mssg":"The owner of this document currently lacks the necessary OpenSign credits for you to sign. Please reach out to the owner if you require further details.",
"angular-npm-mssg-1": "To integrate OpenSign into your Angular project, simply run the following command:",
"quota-mail-info-head":"Monthly request signatures email limit",
"quota-mail-info": "You can send upto 15 signature request emails every month. Upgrade now to send unlimited signing requests directly.",
"quota-mail": "You've reached your limit of 15 signature request emails for this month. Upgrade now to continue sending emails directly.",
Expand All @@ -648,5 +664,10 @@
"p4": "Please choose the option that best suits your document signing requirements."
},
"advanced-options":"Advanced options",
"hide-advanced-options":"Hide Advanced options"
"hide-advanced-options":"Hide Advanced options",
"download-files":"Download files",
"download-pdf":"Download Pdf",
"pdf-certificate":"Download Pdf + Certificate",
"document-logs":"Document logs"

}
28 changes: 24 additions & 4 deletions apps/OpenSign/public/locales/fr/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,8 @@
"Name": "Nom",
"Status": "Statut",
"created-date": "Date de création",
"Type": "Saisir"
"Type": "Saisir",
"Logs": "Journaux"
},
"btnLabel": {
"sign": "Signer",
Expand All @@ -150,7 +151,8 @@
"Share": "Partager",
"View": "Voir",
"option": "Option",
"Embed": "Intégrer"
"Embed": "Intégrer",
"Copy TemplateId": "Copier l'ID du modèle"
},
"report-help": {
"Draft Documents": "Il s'agit de documents que vous avez commencés mais que vous n'avez pas finalisés pour envoi.",
Expand Down Expand Up @@ -262,7 +264,8 @@
"make-template-private-alert": "Êtes-vous sûr de vouloir rendre ce modèle privé ? Cela le supprimera de votre profil public.",
"public-role": "Rôle public",
"public-url": "URL publique",
"public-url-copy-mssg": "Voici votre URL publique : copiez-la ou partagez-le avec le signataire et vous pouvoir voir tous vos paramètres publics modèles.",
"public-url-copy": "Voici votre URL publique : ",
"public-url-copy-mssg": "copiez-la ou partagez-le avec le signataire et vous pouvoir voir tous vos paramètres publics modèles.",
"add-public-url-alert": "Veuillez ajouter votre URL publique et vous pourra rendre public modèle.",
"share-with-alert": "Vous ne pouvez pas partager un modèle si des contacts sont déjà attribués à des rôles. Veuillez supprimer toutes les attributions de contacts des rôles avant de partager le modèle.",
"share-with": "Partager avec",
Expand Down Expand Up @@ -630,6 +633,19 @@
"reason" :"Raison",
"decline-by" :"Refusé/révoqué par",
"document-declined":"document refusé",
"public-template-mssg-1" :"Pour intégrer OpenSign dans votre projet React ou Next.js, exécutez simplement la commande suivante :",
"public-template-mssg-2" :"Assurez-vous que npm ou Yarn est configuré dans votre projet. Si vous utilisez Yarn, vous pouvez remplacer npm install par Yarn Add opensign-react.",
"public-template-mssg-3" :"Besoin de plus de détails ou d'exemples ?",
"public-template-mssg-4": "Visitez le",
"public-template-mssg-5": "npm pour les dernières mises à jour, une documentation détaillée et l'historique des versions.",
"public-template-mssg-6":"Vous devez définir ce modèle comme public avant de pouvoir utiliser cet extrait de code.",
"copy-code":"COPIE",
"copied-code":"COPIÉ",
"Installation":"Installation",
"Usage" :"Usage",
"insufficient-credits":"Crédits de signature insuffisants",
"insufficient-credits-mssg" :"Le propriétaire de ce document ne dispose actuellement pas des crédits OpenSign nécessaires pour que vous puissiez le signer. Veuillez contacter le propriétaire si vous avez besoin de plus de détails.",
"angular-npm-mssg-1" :"Pour intégrer OpenSign dans votre projet Angular, exécutez simplement la commande suivante :",
"quota-mail-info-head":"Limite mensuelle d'e-mails de signatures de demandes",
"quota-mail-info": "Vous pouvez envoyer jusqu'à 15 e-mails de demande de signature chaque mois. Mettez à niveau maintenant pour envoyer directement des demandes de signature illimitées.",
"quota-mail": "Vous avez atteint votre limite de 15 e-mails de demande de signature pour ce mois. Mettez à niveau maintenant pour continuer à envoyer des e-mails directement.",
Expand All @@ -647,6 +663,10 @@
"p4": "Veuillez choisir l'option qui correspond le mieux à vos exigences en matière de signature de documents."
},
"advanced-options":"Options avancées",
"hide-advanced-options": "Masquer les options avancées"
"hide-advanced-options": "Masquer les options avancées",
"download-files" :"Télécharger des fichiers",
"download-pdf" :"Télécharger le PDF",
"pdf-certificate" :"Télécharger Pdf + Certificat",
"document-logs":"Journaux de documents"

}
Loading