94cf412f29
fix: show team url in dropdown menu on hover ( #1122 )
...
fixes : #943
<img width="330" alt="Screenshot 2024-02-19 211732"
src="https://github.com/documenso/documenso/assets/75713174/724078ca-e107-4acb-a75d-c7d2cdd29b80 ">
Video Link:
https://www.loom.com/share/35328504cf3f46e9be78bd485252e8dc?sid=1f309776-8b52-4af4-b86b-652b762fef5b
v1.5.6-rc.1
2024-05-24 23:46:57 +10:00
6650a1d72e
feat: optional email sending for api users
...
Introduces the ability to not send an email when sending
(publishing) a document using the API.
Additionally returns the signing link for each recipient
when working with recipient API endpoints and returns
the document object including recipients when sending
documents via API.
2024-05-24 23:36:28 +10:00
82848e3d2e
fix: animate transition
2024-05-24 18:47:03 +10:00
22b8c2044b
Merge branch 'main' into fix/show-teams-url-new
2024-05-24 14:58:42 +10:00
ef5d267e96
fix: Remove document on go back click on step 1 ( #910 )
...
⭐ Fixes #903
⭐ Invoke `onBackStep` on "Go Back" click and conditionally render
Go back label string.
2024-05-24 14:17:53 +10:00
518ddea081
feat: pin input component ( #936 )
...
https://github.com/documenso/documenso/assets/55143799/fa3d14d6-59e6-4984-9287-7375198fcea0
2024-05-24 14:13:28 +10:00
805758f716
Merge branch 'main' into reattach-pdf
2024-05-24 14:07:43 +10:00
04ebb26a0b
chore: update wording
2024-05-24 04:02:58 +00:00
9cb80aa0bc
chore: add pin input to all 2FA components
...
Adds the pin input to the currently used 2FA components sunsetting
the standard input that was previously used.
2024-05-24 03:31:19 +00:00
0985206088
Merge branch 'main' into 2fa-input
2024-05-24 12:53:41 +10:00
aadb22cdbf
fix: use shadcn pin input and revert changes
2024-05-24 02:51:25 +00:00
3e304b37b2
feat: sealing robustness ( #1170 )
...
A series of changes to improve sealing robustness avoiding errors that
have appeared during monitoring.
Additionally handles the recently published CVE affecting the
`pdfjs-dist` library.
v1.5.6-rc.0
2024-05-23 15:35:05 +10:00
1f3df51371
fix: update font variable typo
2024-05-23 15:13:12 +10:00
6e2363d48c
Merge branch 'main' into fix/sealing-robustness
2024-05-23 15:11:23 +10:00
64bec5f29c
fix: remove console.log statements
2024-05-23 15:10:28 +10:00
311328471e
fix: bump react-pdf and pdfjs-dist to handle cve
...
Bumps ReactPDF and pdfjs-dist to avoid the CVE that allows
for code execution in pdf's. This change doesn't specifically
upgrade to the latest pdfjs-dist due to issues with top level
await, instead disabling the evaluation of javascript within
the PDF.
2024-05-23 14:47:32 +10:00
d58a88196a
fix: use noto sans for text insertion on pdfs
...
Use Noto Sans to gracefully handle inserting custom text
on PDF's. Previously we were using Helvetica which is a
standard PDF font but that would fail for any character
that couldn't be encoded in WinANSI.
Noto Sans was chosen as it has support for a large number
of languages and glyphs with challenges now being adding
support for CJK glyphs.
2024-05-23 13:07:37 +10:00
f1c6fc6fb7
chore: update gitpod config ( #1151 )
...
## Description
Remove deprecated config from `gitpod.yaml`
The output when it is run in Gitpod
```
HISTFILE=/workspace/.gitpod/cmd-0 history -r; {
npm i &&
npm run dx:up &&
cp .env.example .env &&
set -a; source .env &&
export NEXTAUTH_URL="$(gp url 3000)" &&
export NEXT_PUBLIC_WEBAPP_URL="$(gp url 3000)" &&
export NEXT_PUBLIC_MARKETING_URL="$(gp url 3001)"
} && {
npm run d
}
gitpod /workspace/documenso (chore/update-gitpod) $ HISTFILE=/workspace/.gitpod/cmd-0 history -r; {
> npm i &&
> npm run dx:up &&
> cp .env.example .env &&
> set -a; source .env &&
> export NEXTAUTH_URL="$(gp url 3000)" &&
> export NEXT_PUBLIC_WEBAPP_URL="$(gp url 3000)" &&
> export NEXT_PUBLIC_MARKETING_URL="$(gp url 3001)"
>
> } && {
> npm run d
> }
> prepare
> husky install
install command is deprecated
added 1842 packages, and audited 1859 packages in 1m
438 packages are looking for funding
run `npm fund` for details
16 vulnerabilities (1 low, 11 moderate, 3 high, 1 critical)
To address issues that do not require attention, run:
npm audit fix
To address all issues possible (including breaking changes), run:
npm audit fix --force
Some issues need review, and may require choosing
a different dependency.
Run `npm audit` for details.
npm notice
npm notice New minor version of npm available! 10.5.2 -> 10.8.0
npm notice Changelog: https://github.com/npm/cli/releases/tag/v10.8.0
npm notice Run npm install -g npm@10.8.0 to update!
npm notice
> dx:up
> docker compose -f docker/development/compose.yml up -d
[+] Running 33/3
✔ minio Pulled 6.6s
✔ database Pulled 11.3s
✔ inbucket Pulled 6.1s
[+] Running 5/5
✔ Network documenso-development_default Created 0.1s
✔ Volume "documenso-development_minio" Created 0.0s
✔ Container database Started 1.0s
✔ Container minio Started 1.0s
✔ Container mailserver Started 1.0s
> d
> npm run dx && npm run dev
> dx
> npm i && npm run dx:up && npm run prisma:migrate-dev && npm run prisma:seed
> prepare
> husky install
install command is deprecated
up to date, audited 1859 packages in 4s
438 packages are looking for funding
run `npm fund` for details
18 vulnerabilities (1 low, 11 moderate, 5 high, 1 critical)
To address issues that do not require attention, run:
npm audit fix
To address all issues possible (including breaking changes), run:
npm audit fix --force
Some issues need review, and may require choosing
a different dependency.
Run `npm audit` for details.
> dx:up
> docker compose -f docker/development/compose.yml up -d
[+] Running 3/0
✔ Container mailserver Running 0.0s
✔ Container minio Running 0.0s
✔ Container database Running 0.0s
> prisma:migrate-dev
> npm run with:env -- npm run prisma:migrate-dev -w @documenso/prisma
> with:env
> dotenv -e .env -e .env.local -- npm run prisma:migrate-dev -w @documenso/prisma
> @documenso/prisma@1.0.0 prisma:migrate-dev
> prisma migrate dev --skip-seed
Prisma schema loaded from schema.prisma
Datasource "db": PostgreSQL database "documenso", schema "public" at "127.0.0.1:54320"
Applying migration `20230404095503_initial_migration`
Applying migration `20230411134605_doc_208`
Applying migration `20230421134018_doc_214_add_signed_at_field`
Applying migration `20230505085625_create_subscription_table`
Applying migration `20230505085908_update_unique_constraint`
Applying migration `20230505091928_add_past_due_value`
Applying migration `20230605122017_password_reset`
Applying migration `20230605164015_expire_password_reset_token`
Applying migration `20230617040606_add_name_field`
Applying migration `20230617041623_add_email_field`
Applying migration `20230621130930_add_width_and_height_for_fields`
Applying migration `20230621131348_add_document_id_and_email_index`
Applying migration `20230621133446_migrate_field_position_to_float`
Applying migration `20230829165148_user_sharing_link`
Applying migration `20230829180915_recipient_id_for_user_id`
Applying migration `20230830053354_add_service_user`
Applying migration `20230901083000_add_user_signature_column`
Applying migration `20230907041233_add_document_data_table`
Applying migration `20230907074451_insert_old_data_into_document_data_table`
Applying migration `20230907075057_user_roles`
Applying migration `20230907080056_add_created_at_and_updated_at_columns`
Applying migration `20230907082622_remove_old_document_data`
Applying migration `20230912011344_reverse_document_data_relation`
Applying migration `20230914031347_remove_redundant_created_column`
Applying migration `20230917190854_password_reset_token`
Applying migration `20230918111438_update_subscription_constraints_and_columns`
Applying migration `20230920052232_document_meta`
Applying migration `20230920060743_update_share_link_schema`
Applying migration `20230920124941_fix_documentmeta_relation`
Applying migration `20230922121421_fix_document_meta_schema`
Applying migration `20231013012902_add_document_share_link_delete_cascade`
Applying migration `20231025074705_add_email_confirmation_registration`
Applying migration `20231028094931_add_user_timestamp_columns`
Applying migration `20231028095542_use_now_for_last_signed_in`
Applying migration `20231030055821_add_database_indexes`
Applying migration `20231031072857_verify_existing_users`
Applying migration `20231103044612_add_completed_date`
Applying migration `20231105184518_add_2fa`
Applying migration `20231123132053_public_api_api_token`
Applying migration `20231202134005_deletedocuments`
Applying migration `20231202220928_add_recipient_roles`
Applying migration `20231205000309_add_cascade_delete_for_verification_tokens`
Applying migration `20231206073509_add_multple_subscriptions`
Applying migration `20231207134820_add_document_meta_dateformat_timezone`
Applying migration `20231220124343_add_cascade_delete_user_apitoken`
Applying migration `20231221101005_add_templates`
Applying migration `20240115031508_add_password_to_document_meta`
Applying migration `20240131004516_add_user_security_audit_logs`
Applying migration `20240131132916_verify_paid_users`
Applying migration `20240205040421_add_teams`
Applying migration `20240205120648_create_delete_account`
Applying migration `20240206051948_add_teams_templates`
Applying migration `20240206111230_add_document_meta_redirect_url`
Applying migration `20240206131417_add_user_webhooks`
Applying migration `20240208135802_make_expiry_date_optional_api_tokens`
Applying migration `20240209023519_add_document_audit_logs`
Applying migration `20240220115435_add_public_profile_url_bio`
Applying migration `20240221055920_support_team_tokens`
Applying migration `20240222183156_display_banner`
Applying migration `20240222183231_banner_show`
Applying migration `20240222185936_remove_custom`
Applying migration `20240222230527_change_banner_to_site_settings_model`
Applying migration `20240222230604_add_site_banner_to_site_settings`
Applying migration `20240224085633_extend_webhook_trigger_events`
Applying migration `20240226035048_add_recipient_referential_action_for_fields`
Applying migration `20240227003622_migrate_to_cuids_for_webhooks`
Applying migration `20240227015420_add_webhook_call_table`
Applying migration `20240227023747_add_team_webhooks`
Applying migration `20240227031228_add_event_to_webhook_call_model`
Applying migration `20240227111633_rework_user_profiles`
Applying migration `20240306060259_add_passkeys`
Applying migration `20240311113243_add_document_auth`
Applying migration `20240327074701_add_secondary_verification_id`
Applying migration `20240408083413_add_form_values_column`
Applying migration `20240408142543_add_recipient_document_delete`
Applying migration `20240418140819_remove_impossible_field_optional_states`
Applying migration `20240424072655_update_foreign_key_constraints`
The following migration(s) have been applied:
migrations/
└─ 20230404095503_initial_migration/
└─ migration.sql
└─ 20230411134605_doc_208/
└─ migration.sql
└─ 20230421134018_doc_214_add_signed_at_field/
└─ migration.sql
└─ 20230505085625_create_subscription_table/
└─ migration.sql
└─ 20230505085908_update_unique_constraint/
└─ migration.sql
└─ 20230505091928_add_past_due_value/
└─ migration.sql
└─ 20230605122017_password_reset/
└─ migration.sql
└─ 20230605164015_expire_password_reset_token/
└─ migration.sql
└─ 20230617040606_add_name_field/
└─ migration.sql
└─ 20230617041623_add_email_field/
└─ migration.sql
└─ 20230621130930_add_width_and_height_for_fields/
└─ migration.sql
└─ 20230621131348_add_document_id_and_email_index/
└─ migration.sql
└─ 20230621133446_migrate_field_position_to_float/
└─ migration.sql
└─ 20230829165148_user_sharing_link/
└─ migration.sql
└─ 20230829180915_recipient_id_for_user_id/
└─ migration.sql
└─ 20230830053354_add_service_user/
└─ migration.sql
└─ 20230901083000_add_user_signature_column/
└─ migration.sql
└─ 20230907041233_add_document_data_table/
└─ migration.sql
└─ 20230907074451_insert_old_data_into_document_data_table/
└─ migration.sql
└─ 20230907075057_user_roles/
└─ migration.sql
└─ 20230907080056_add_created_at_and_updated_at_columns/
└─ migration.sql
└─ 20230907082622_remove_old_document_data/
└─ migration.sql
└─ 20230912011344_reverse_document_data_relation/
└─ migration.sql
└─ 20230914031347_remove_redundant_created_column/
└─ migration.sql
└─ 20230917190854_password_reset_token/
└─ migration.sql
└─ 20230918111438_update_subscription_constraints_and_columns/
└─ migration.sql
└─ 20230920052232_document_meta/
└─ migration.sql
└─ 20230920060743_update_share_link_schema/
└─ migration.sql
└─ 20230920124941_fix_documentmeta_relation/
└─ migration.sql
└─ 20230922121421_fix_document_meta_schema/
└─ migration.sql
└─ 20231013012902_add_document_share_link_delete_cascade/
└─ migration.sql
└─ 20231025074705_add_email_confirmation_registration/
└─ migration.sql
└─ 20231028094931_add_user_timestamp_columns/
└─ migration.sql
└─ 20231028095542_use_now_for_last_signed_in/
└─ migration.sql
└─ 20231030055821_add_database_indexes/
└─ migration.sql
└─ 20231031072857_verify_existing_users/
└─ migration.sql
└─ 20231103044612_add_completed_date/
└─ migration.sql
└─ 20231105184518_add_2fa/
└─ migration.sql
└─ 20231123132053_public_api_api_token/
└─ migration.sql
└─ 20231202134005_deletedocuments/
└─ migration.sql
└─ 20231202220928_add_recipient_roles/
└─ migration.sql
└─ 20231205000309_add_cascade_delete_for_verification_tokens/
└─ migration.sql
└─ 20231206073509_add_multple_subscriptions/
└─ migration.sql
└─ 20231207134820_add_document_meta_dateformat_timezone/
└─ migration.sql
└─ 20231220124343_add_cascade_delete_user_apitoken/
└─ migration.sql
└─ 20231221101005_add_templates/
└─ migration.sql
└─ 20240115031508_add_password_to_document_meta/
└─ migration.sql
└─ 20240131004516_add_user_security_audit_logs/
└─ migration.sql
└─ 20240131132916_verify_paid_users/
└─ migration.sql
└─ 20240205040421_add_teams/
└─ migration.sql
└─ 20240205120648_create_delete_account/
└─ migration.sql
└─ 20240206051948_add_teams_templates/
└─ migration.sql
└─ 20240206111230_add_document_meta_redirect_url/
└─ migration.sql
└─ 20240206131417_add_user_webhooks/
└─ migration.sql
└─ 20240208135802_make_expiry_date_optional_api_tokens/
└─ migration.sql
└─ 20240209023519_add_document_audit_logs/
└─ migration.sql
└─ 20240220115435_add_public_profile_url_bio/
└─ migration.sql
└─ 20240221055920_support_team_tokens/
└─ migration.sql
└─ 20240222183156_display_banner/
└─ migration.sql
└─ 20240222183231_banner_show/
└─ migration.sql
└─ 20240222185936_remove_custom/
└─ migration.sql
└─ 20240222230527_change_banner_to_site_settings_model/
└─ migration.sql
└─ 20240222230604_add_site_banner_to_site_settings/
└─ migration.sql
└─ 20240224085633_extend_webhook_trigger_events/
└─ migration.sql
└─ 20240226035048_add_recipient_referential_action_for_fields/
└─ migration.sql
└─ 20240227003622_migrate_to_cuids_for_webhooks/
└─ migration.sql
└─ 20240227015420_add_webhook_call_table/
└─ migration.sql
└─ 20240227023747_add_team_webhooks/
└─ migration.sql
└─ 20240227031228_add_event_to_webhook_call_model/
└─ migration.sql
└─ 20240227111633_rework_user_profiles/
└─ migration.sql
└─ 20240306060259_add_passkeys/
└─ migration.sql
└─ 20240311113243_add_document_auth/
└─ migration.sql
└─ 20240327074701_add_secondary_verification_id/
└─ migration.sql
└─ 20240408083413_add_form_values_column/
└─ migration.sql
└─ 20240408142543_add_recipient_document_delete/
└─ migration.sql
└─ 20240418140819_remove_impossible_field_optional_states/
└─ migration.sql
└─ 20240424072655_update_foreign_key_constraints/
└─ migration.sql
Your database is now in sync with your schema.
✔ Generated Prisma Client (v5.4.2) to ./../../node_modules/@prisma/client in 433ms
> prisma:seed
> npm run with:env -- npm run prisma:seed -w @documenso/prisma
> with:env
> dotenv -e .env -e .env.local -- npm run prisma:seed -w @documenso/prisma
> @documenso/prisma@1.0.0 prisma:seed
> prisma db seed
Running seed command `ts-node --transpileOnly --project ./tsconfig.seed.json ./seed-database.ts` ...
[SEEDING]: initial-seed.ts
Database seeded
🌱 The seed command has been executed.
┌─────────────────────────────────────────────────────────┐
│ Update available 5.4.2 -> 5.14.0 │
│ Run the following to update │
│ npm i --save-dev prisma@latest │
│ npm i @prisma/client@latest │
└─────────────────────────────────────────────────────────┘
> dev
> turbo run dev --filter=@documenso/web --filter=@documenso/marketing
Turborepo did not find the correct binary for your platform.
We will attempt to install it now.
Installation has succeeded.
• Packages in scope: @documenso/marketing, @documenso/web
• Running dev in 2 packages
• Remote caching disabled
@documenso/marketing:dev: cache bypass, force executing 8e2b04584367b8ee
@documenso/web:dev: cache bypass, force executing 62825fff83b7cfc4
@documenso/marketing:dev:
@documenso/marketing:dev: > @documenso/marketing@1.2.3 dev
@documenso/marketing:dev: > next dev -p 3001
@documenso/marketing:dev:
@documenso/web:dev:
@documenso/web:dev: > @documenso/web@1.2.3 dev
@documenso/web:dev: > next dev -p 3000
@documenso/web:dev:
@documenso/web:dev: ▲ Next.js 14.0.3
@documenso/web:dev: - Local: http://localhost:3000
@documenso/web:dev: - Experiments (use at your own risk):
@documenso/web:dev: · outputFileTracingRoot
@documenso/web:dev:
@documenso/marketing:dev: ▲ Next.js 14.0.3
@documenso/marketing:dev: - Local: http://localhost:3001
@documenso/marketing:dev: - Experiments (use at your own risk):
@documenso/marketing:dev: · outputFileTracingRoot
@documenso/marketing:dev:
@documenso/web:dev: Attention: Next.js now collects completely anonymous telemetry regarding usage.
@documenso/web:dev: This information is used to shape Next.js' roadmap and prioritize features.
@documenso/web:dev: You can learn more, including how to opt-out if you'd not like to participate in this anonymous program, by visiting the following URL:
@documenso/web:dev: https://nextjs.org/telemetry
@documenso/web:dev:
@documenso/web:dev: ✓ Ready in 1868ms
@documenso/marketing:dev: Contentlayer config change detected. Updating type definitions and data...
@documenso/marketing:dev: ✓ Ready in 2.9s
@documenso/marketing:dev: ○ Compiling / ...
@documenso/marketing:dev: Generated 28 documents in .contentlayer
@documenso/marketing:dev: Browserslist: caniuse-lite is outdated. Please run:
@documenso/marketing:dev: npx update-browserslist-db@latest
@documenso/marketing:dev: Why you should do it regularly: https://github.com/browserslist/update-db#readme
@documenso/marketing:dev: ✓ Compiled / in 10.8s (2046 modules)
@documenso/web:dev: ○ Compiling /src/middleware ...
@documenso/web:dev: ✓ Compiled /src/middleware in 973ms (257 modules)
@documenso/web:dev: ○ Compiling /documents ...
@documenso/web:dev: Browserslist: caniuse-lite is outdated. Please run:
@documenso/web:dev: npx update-browserslist-db@latest
@documenso/web:dev: Why you should do it regularly: https://github.com/browserslist/update-db#readme
@documenso/web:dev: ✓ Compiled /documents in 17.7s (4376 modules)
@documenso/web:dev: *********************************************************************
@documenso/web:dev: *
@documenso/web:dev: *
@documenso/web:dev: Please change the encryption key from the default value of "CAFEBABE"
@documenso/web:dev: *
@documenso/web:dev: *
@documenso/web:dev: *********************************************************************
@documenso/web:dev: ○ Compiling /signin ...
@documenso/web:dev: ✓ Compiled /signin in 10.3s (4380 modules)
@documenso/web:dev: *********************************************************************
@documenso/web:dev: *
@documenso/web:dev: *
@documenso/web:dev: Please change the encryption key from the default value of "CAFEBABE"
@documenso/web:dev: *
@documenso/web:dev: *
@documenso/web:dev: *********************************************************************
```
2024-05-23 10:06:11 +07:00
babdbccbd3
chore: change default sender name to match prod ( #1161 )
...
change the default sender to sth. nicer
2024-05-22 19:19:29 +07:00
3e634fd975
chore: update docker compose command ( #1159 )
2024-05-22 19:15:31 +07:00
4c0b772fc9
fix: rewrite form flattening handler
...
Previously we used the form flattening method from PDF-Lib
but unfortunately when it encountered orphaned form items
or other PDF oddities it would throw an error.
Because of this certain documents would fail to seal and
be stuck in a pending state with no recourse available.
This change rewrites the form flattening handler to be
more lenient when coming across the unknown opting to skip
items it can't handle rather than abort.
2024-05-22 21:58:30 +10:00
24b228acf7
feat: show time in documents table ( #1123 )
...
---
name: Pull Request
about: Submit changes to the project for review and inclusion
---
## Description
Display time in 12h format in the documents table.
<!--- Describe the changes introduced by this pull request. -->
<!--- Explain what problem it solves or what feature/fix it adds. -->
## Related Issue
<!--- If this pull request is related to a specific issue, reference it
here using #issue_number. -->
<!--- For example, "Fixes #123 " or "Addresses #456 ". -->
Fixes #1077
## Changes Made
<!--- Provide a summary of the changes made in this pull request. -->
<!--- Include any relevant technical details or architecture changes.
-->
- Use DateTime.DATETIME_SHORT
- ...
## Testing Performed
<!--- Describe the testing that you have performed to validate these
changes. -->
<!--- Include information about test cases, testing environments, and
results. -->
- Tested time in different timezone.
- Ran tests in web and mobile browser
1. Login
2. Add a document
3. Verify that you see date and time in 12h format as per your locale.
## Checklist
<!--- Please check the boxes that apply to this pull request. -->
<!--- You can add or remove items as needed. -->
- [x] I have tested these changes locally and they work as expected.
- [x] I have added/updated tests that prove the effectiveness of these
changes.
- [x] I have updated the documentation to reflect these changes, if
applicable.
- [x] I have followed the project's coding style guidelines.
- [x] I have addressed the code review feedback from the previous
submission, if applicable.
## Additional Notes
<img width="1512" alt="Screenshot 2024-04-29 at 04 21 53"
src="https://github.com/documenso/documenso/assets/29673073/778155d4-a920-40bd-acdc-7451c9c5d4b7 ">
<img width="300" alt="Screenshot 2024-04-29 at 04 22 18"
src="https://github.com/documenso/documenso/assets/29673073/3471de0f-f426-4ea1-be1e-220462aff9e4 ">
2024-05-21 14:14:11 +02:00
e072e270f8
Merge branch 'main' into show-time
2024-05-21 14:19:27 +05:30
d37edc4351
fix: syntax in production compose.yml ( #1143 )
2024-05-20 12:51:56 +10:00
a877c64aca
Merge branch 'main' into show-time
2024-05-12 21:07:15 +05:30
2f86bb523b
feat: add template enhancements ( #1154 )
...
## Description
General enhancements for templates.
## Changes Made
Added the following changes to the template flow:
- Allow adding document meta settings
- Allow adding email settings
- Allow adding document access & action authentication
- Allow adding recipient action authentication
- Save the state between template steps similar to how it works for
documents
Other changes:
- Extract common fields between document and template flows
- Remove the title field from "Use template" since we now have it as
part of the template flow
- Add new API endpoint for generating templates
## Testing Performed
Added E2E tests for templates and creating documents from templates
2024-05-10 19:45:19 +07:00
788933b75d
Merge branch 'main' into show-time
2024-05-08 19:18:24 +05:30
bbcbc56e70
feat: 12h format
2024-05-08 19:17:47 +05:30
8f9c07aa8e
chore: updated triage label ( #1152 )
...
Description:
This PR updates the triage label for new issues
2024-05-08 17:56:23 +05:30
cc4efddabf
chore: updated triage label
2024-05-08 17:03:57 +05:30
968b116012
Merge branch 'main' into show-time
2024-05-08 15:27:30 +05:30
2ba0f48c61
fix: unauthorized access error api tokens page team ( #1134 )
2024-05-08 12:03:21 +07:00
5d5d0210fa
chore: update github actions ( #1085 )
...
**Description:**
This PR updates and adds a new action to assign `status: assigned` label
---------
Signed-off-by: Adithya Krishna <aadithya794@gmail.com >
2024-05-08 11:52:26 +07:00
e50ccca766
fix: allow template recipients to be filled ( #1148 )
...
## Description
Update the template flow to allow for entering recipient placeholder
emails and names
## Changes Made
- General refactoring
- Added advanced recipient settings for future usage
2024-05-07 17:22:24 +07:00
d7a3c40050
feat: add general template enhancements ( #1147 )
...
## Description
Refactor the "use template" flow
## Changes Made
- Add placeholders for recipients
- Add audit log when document is created
- Trigger DOCUMENT_CREATED webhook when document is created
- Remove role field when using template
- Remove flaky logic when associating template recipients with form
recipients
- Refactor to use `Form`
### Using template when document has no recipients
<img width="529" alt="image"
src="https://github.com/documenso/documenso/assets/20962767/a8494ac9-0397-4e3b-a0cf-818c8454a55c ">
### Using template with recipients
<img width="529" alt="image"
src="https://github.com/documenso/documenso/assets/20962767/54d949fc-ed6a-4318-bfd6-6a3179896ba9 ">
### Using template with the send option selected
<img width="529" alt="image"
src="https://github.com/documenso/documenso/assets/20962767/541b2664-0540-43e9-83dd-e040a45a44ea ">
2024-05-07 15:04:12 +07:00
dc11676d28
fix: profile claim name length ( #1144 )
...
fixes the caim name length on the profile claim popup
2024-05-07 14:42:16 +07:00
e8d4fe46e5
fix: custom email message for self-signers ( #1120 )
v1.5.5-rc.8
v1.5.5
2024-05-06 09:22:50 +03:00
64e3e2c64b
fix: disable encrypted pdfs ( #1130 )
...
## Description
Currently if you complete a pending encrypted document, it will prevent
the document from being sealed due to the systems inability to decrypt
it.
This PR disables uploading any documents that cannot be loaded as a
temporary measure.
**Note**
This is a client side only check
## Changes Made
- Disable uploading documents that cannot be parsed
- Refactor putFile to putDocumentFile
- Add a flag as a backup incase something goes wrong
2024-05-03 22:25:24 +07:00
e4620efa4a
fix syntax in production compose.yml
2024-05-03 14:48:39 +02:00
84bbcea7bb
Merge branch 'main' into show-time
2024-05-03 12:29:23 +05:30
15dee5ef35
fix: enforce users to have stripe account ( #1131 )
...
## Description
Currently users who sign in via Google SSO do not get assigned a Stripe
customer account.
This enforces the Stripe customer requirement on sign in.
There might be a better place to put this so it's open to any
suggestions.
v1.5.5-rc.7
2024-05-01 16:48:05 +10:00
28d6f6e2e8
fix: improve sealing process ( #1133 )
...
## Description
Improves the sealing process by being strict on how long certificate
generation can take, opting to fail generation and continue sealing.
Also changes the ordering of sealing so an error in the process won't
also cause a document to be "COMPLETED" since it hasn't been
cryptographically sealed yet.
The downside to this change is that documents that fail during sealing
will require manual intervention as a signer or owner won't be able to
*complete* the document.
## Testing Performed
- Modified code to force specific failure modes to occur and verified
that documents were either gracefully sealed without a certificate or
not sealed and not completed.
2024-05-01 16:47:11 +10:00
78dc57a6eb
fix: improvements from review
2024-05-01 16:16:04 +10:00
d3528f74f0
fix: improve sealing process
...
Improves the sealing process by being strict on how
long certificate generation can take, opting to fail
generation and continue sealing.
Also changes the ordering of sealing so an error in the
process won't also cause a document to be "COMPLETED"
since it hasn't been cryptographically sealed yet.
The downside to this change is that documents that fail
during sealing will require manual intervention as a signer
or owner won't be able to *complete* the document.
2024-05-01 14:18:01 +10:00
dbd452be97
fix: delete pending documents ( #1118 )
...
## Description
Currently deleting a pending document where you are a recipient off will
delete the document, but will also throw an error.
This is due to the recipient being updated after the document deleted,
which is only supposed to happen for completed documents.
2024-04-30 20:53:18 +07:00
5109bb17d6
chore: fix button styling ( #1132 )
...
**Description:**
This PR fixes the button styling issue
**Before:**

**After:**
<img width="1280" alt="Screenshot 2024-04-30 at 6 48 47 PM"
src="https://github.com/documenso/documenso/assets/23498248/e7dd99de-60fc-4cc2-aefc-21b130aa0116 ">
2024-04-30 18:57:29 +05:30
6974a76ed4
chore: fix button styling
2024-04-30 18:47:49 +05:30
5efb0894e6
chore: updated dark mode text ( #1129 )
...
Description:
This PR updates the dark mode text for this article,
https://app.documenso.com/articles/signature-disclosure
2024-04-30 17:14:28 +05:30
cfec366c1a
fix: refactor
2024-04-30 15:54:24 +07:00
8622e68853
fix: add logging
2024-04-30 15:50:22 +07:00