Commit Graph
100 Commits
Author SHA1 Message Date
Timur Ercan fc0c0a9754 chore: last text touches 2024-07-01 14:58:30 +02:00
Timur Ercan e2674456d4 chore: last text touches 2024-07-01 14:16:29 +02:00
Timur Ercan b8cc2a2e0f chore: typo 2024-06-26 13:22:43 +02:00
Timur Ercan 68f7a7f090 chore: announcing profiles, first draft 2024-06-07 13:39:08 +02:00
Timur Ercan aa5beafe59 chore: profiles article file 2024-06-06 17:47:30 +02:00
Timur Ercan fa9310db01 chore: cta 2024-06-04 17:46:44 +02:00
Timur Ercan 2dfc37754e chore: direct links article 2024-06-04 17:38:44 +02:00
Timur Ercan 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
Timur Ercan 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
Timur Ercan 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
Timur Ercan 18b39eb538 chore: fix text padding (#1107)
**Description:**

This PR fixes the text padding 

**Before:**

<img width="639" alt="Screenshot 2024-04-17 at 4 10 51 AM"
src="https://github.com/documenso/documenso/assets/23498248/a46fdb12-4ec6-4084-af3a-ae794e535e6f">

**After:**

<img width="680" alt="Screenshot 2024-04-17 at 4 09 44 AM"
src="https://github.com/documenso/documenso/assets/23498248/0b9c6e8c-4116-4bde-a19d-f907fb93ad5d">


<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **Style**
- Improved the layout by adding top margin to the message display on the
signing completion page.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2024-04-17 12:39:35 +02:00
Timur Ercan 80c758fb62 chore: audit log menu item label (#1102) 2024-04-12 20:37:08 +07:00
Timur Ercan fe1f0e6a76 fix: remove status widget for now (#1098)
- removing widget since stability fix seems somehow worse in prod
2024-04-10 18:25:56 +02:00
Timur Ercan a82975fd78 chore: keep import until fix or complete remove 2024-04-10 18:24:32 +02:00
Timur Ercan a4967f19e8 fix: remove status widget for now 2024-04-10 18:22:46 +02:00
Timur Ercan a311869c9b fix: status widget rerendering (#1097)
---
name: Pull Request
about: Submit changes to the project for review and inclusion
---

## Description

Should fix the rerendering of the status widget 
## 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". -->

## Changes Made

<!--- Provide a summary of the changes made in this pull request. -->
<!--- Include any relevant technical details or architecture changes.
-->

- Change 1
- Change 2
- ...

## Testing Performed

<!--- Describe the testing that you have performed to validate these
changes. -->
<!--- Include information about test cases, testing environments, and
results. -->

- Tested feature X in scenario Y.
- Ran unit tests for component Z.
- Tested on browsers A, B, and C.
- ...

## Checklist

<!--- Please check the boxes that apply to this pull request. -->
<!--- You can add or remove items as needed. -->

- [ ] I have tested these changes locally and they work as expected.
- [ ] I have added/updated tests that prove the effectiveness of these
changes.
- [ ] I have updated the documentation to reflect these changes, if
applicable.
- [ ] I have followed the project's coding style guidelines.
- [ ] I have addressed the code review feedback from the previous
submission, if applicable.

## Additional Notes

<!--- Provide any additional context or notes for the reviewers. -->
<!--- This might include details about design decisions, potential
concerns, or anything else relevant. -->
2024-04-10 17:52:20 +02:00
Timur Ercan 732827f81d Merge branch 'main' into main 2024-04-10 17:32:32 +02:00
Timur Ercan 6285ef2cc0 feat: building documenso part 2 (#1083)
- blog article "building documenso part 2"
2024-04-09 16:13:47 +02:00
Timur Ercan e2987b3ef1 chore: phrasing, typos 2024-04-09 16:08:13 +02:00
Timur Ercan d97ab04d57 Merge branch 'main' into feat/building-documenso-part-2 2024-04-09 15:56:39 +02:00
Timur Ercan 665c943d8f chore: grammarly 2024-04-09 15:54:57 +02:00
Timur Ercan 97ce3530e0 Merge branch 'main' into feat/building-documenso-part-2 2024-04-06 10:45:34 +02:00
Timur Ercan 33f3565715 feat: blog article building documenso part 2 2024-04-05 17:21:49 +02:00
Timur Ercan 950a697115 fix: description part 1 2024-04-05 17:21:29 +02:00
Timur Ercan fc70f78e61 chore: add status widget (#1068)
![CleanShot 2024-03-29 at 11 16
30@2x](https://github.com/documenso/documenso/assets/55143799/aae94a4b-e12e-4ce5-b0ff-45f4fc8911ac)
![CleanShot 2024-03-29 at 11 16
23@2x](https://github.com/documenso/documenso/assets/55143799/fb60c159-78e1-40f9-b596-b1a43682f57a)
2024-04-05 14:43:22 +02:00
Timur Ercan 007687bdee fix: monthly count instead of cummulative (#1047) 2024-03-22 09:19:53 +01:00
Timur Ercan 67beb8225c chore: minor update to open page (#1043) 2024-03-21 13:17:47 +01:00
Timur Ercan 94198e7584 chore: text 2024-03-21 13:16:17 +01:00
Timur Ercan 0dfdf36bda feat: restructure open page (#1040) 2024-03-20 12:48:44 +01:00
Timur Ercan 574cd176c2 chore: update copy to have more swag 2024-03-20 12:34:03 +01:00
Timur Ercan 3b8b87a90b Chore/blog (#980)
day 5
2024-03-01 11:14:26 +01:00
Timur Ercan 819e58dd61 chore: image 2024-03-01 11:11:52 +01:00
Timur Ercan 8c435d48b7 chore: day5 2024-03-01 10:22:10 +01:00
Timur Ercan e226f012a9 chore: ctas (#978) 2024-02-29 14:25:53 +01:00
Timur Ercan 4ad722ba00 chore: ctas 2024-02-29 14:25:21 +01:00
Timur Ercan 1927cc4067 chore: typos and links (#977) 2024-02-29 14:15:18 +01:00
Timur Ercan c2ec092404 chore: typos and links 2024-02-29 14:14:35 +01:00
Timur Ercan 11fe380338 chore: typo (#970) 2024-02-28 13:38:47 +01:00
Timur Ercan f376c7b951 chore: typo 2024-02-28 13:38:10 +01:00
Timur Ercan 90477dfd00 chore: cta (#969) 2024-02-28 12:23:52 +01:00
Timur Ercan dd81f946b4 chore: cta 2024-02-28 12:23:21 +01:00
Timur Ercan f4e1df7f3a Chore/blog (#968) 2024-02-28 12:14:46 +01:00
Timur Ercan 3510d8b6b0 chore: text 2024-02-28 12:14:19 +01:00
Timur Ercan 1590fa9457 chore: text 2024-02-28 12:13:48 +01:00
Timur Ercan ce09c32bf5 Chore/blog (#967)
day 3 lgtm
2024-02-28 11:59:56 +01:00
Timur Ercan 8ab77e0e55 chore: day 3 2024-02-27 19:30:01 +01:00
Timur Ercan 837ff531a9 chore: format 2024-02-27 11:55:10 +01:00
Timur Ercan b02263eea1 Chore/blog (#964)
day 2 blogpost
2024-02-27 11:49:16 +01:00
Timur Ercan f5a0c1733f chore: tags 2024-02-27 11:47:52 +01:00
Timur Ercan 18368b5801 chore: day 2 blogpost 2024-02-27 11:47:22 +01:00
Timur Ercan 53d18eb3c8 chore: typo (#963) 2024-02-26 17:13:19 +01:00
Timur Ercan 21016216b6 chore: typo 2024-02-26 17:13:01 +01:00
Timur Ercan b5b0aeef6d chore: typo (#962)
---
name: Pull Request
about: Submit changes to the project for review and inclusion
---

## Description

<!--- 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". -->

## Changes Made

<!--- Provide a summary of the changes made in this pull request. -->
<!--- Include any relevant technical details or architecture changes.
-->

- Change 1
- Change 2
- ...

## Testing Performed

<!--- Describe the testing that you have performed to validate these
changes. -->
<!--- Include information about test cases, testing environments, and
results. -->

- Tested feature X in scenario Y.
- Ran unit tests for component Z.
- Tested on browsers A, B, and C.
- ...

## Checklist

<!--- Please check the boxes that apply to this pull request. -->
<!--- You can add or remove items as needed. -->

- [ ] I have tested these changes locally and they work as expected.
- [ ] I have added/updated tests that prove the effectiveness of these
changes.
- [ ] I have updated the documentation to reflect these changes, if
applicable.
- [ ] I have followed the project's coding style guidelines.
- [ ] I have addressed the code review feedback from the previous
submission, if applicable.

## Additional Notes

<!--- Provide any additional context or notes for the reviewers. -->
<!--- This might include details about design decisions, potential
concerns, or anything else relevant. -->
2024-02-26 17:11:53 +01:00
Timur Ercan 8faf3afbbe chore: typo 2024-02-26 17:11:09 +01:00
Timur Ercan 0044b1f617 Update README.md (#961) 2024-02-26 14:22:00 +01:00
Timur Ercan 75f8305023 Update README.md 2024-02-26 14:20:44 +01:00
Timur Ercan 36e32639c9 chore: blog day 1 (#960)
deploy day 1
2024-02-26 13:12:10 +01:00
Timur Ercan 25164abc14 chore: capitals 2024-02-26 13:11:44 +01:00
Timur Ercan 1b8b81b16c chore: capitals 2024-02-26 13:11:08 +01:00
Timur Ercan 4bdd41c7c5 chore: blog day 1 2024-02-26 13:09:15 +01:00
Timur Ercan 8dceeffff7 chore: pricing update (#952)
new pricing, ready to be merged when the launchweek day 1 article drops
2024-02-26 12:09:28 +01:00
Timur Ercan a54d09ab19 Merge branch 'main' into chore/pricing-update 2024-02-26 09:44:16 +01:00
Timur Ercan 9ea56bddd1 chore: pricing update 2024-02-23 17:02:20 +01:00
Timur Ercan 0b83671c78 fix: hardcode signup until env issue is fixed (#958)
hotfix for broken signup links
2024-02-23 16:50:43 +01:00
Timur Ercan 41cbf3ba3c fix: hardcode signup until env issue is fixed 2024-02-23 16:49:17 +01:00
Timur Ercan 3e12a05ab8 chore: more grammar 2024-02-14 17:19:48 +01:00
Timur Ercan a76504c0a4 Merge branch 'main' into chore-security-text 2024-02-14 17:16:44 +01:00
Timur Ercan abab0c0a22 chore: grammer and format 2024-02-14 17:14:43 +01:00
Timur Ercan e0889426bb feat: blog article why i started documenso (#914)
- New Blogarticle
- First Draft
- Input and impressions welcome
- Not Grammer fixed yet, will do that later (grammerly account broken)
2024-02-07 13:13:33 +01:00
Timur Ercan e2a5638f50 chore: fixed 2024-02-07 13:07:22 +01:00
Timur Ercan 33ab8797a5 chore: text 2024-02-07 12:22:07 +01:00
Timur Ercan c7e0b73c97 Merge branch 'main' into feat/why-i-started-documenso 2024-02-07 12:00:22 +01:00
Timur ErcanandAdithya Krishna b6bdbf72a7 Update apps/marketing/content/blog/why-i-started-documenso.mdx
Co-authored-by: Adithya Krishna  <aadithya794@gmail.com>
2024-02-07 12:00:12 +01:00
Timur ErcanandAdithya Krishna 718f5664ac Update apps/marketing/content/blog/why-i-started-documenso.mdx
Co-authored-by: Adithya Krishna  <aadithya794@gmail.com>
2024-02-07 12:00:01 +01:00
Timur ErcanandAdithya Krishna 58477e060a Update apps/marketing/content/blog/why-i-started-documenso.mdx
Co-authored-by: Adithya Krishna  <aadithya794@gmail.com>
2024-02-07 11:41:40 +01:00
Timur ErcanandAdithya Krishna 2e719288ff Update apps/marketing/content/blog/why-i-started-documenso.mdx
Co-authored-by: Adithya Krishna  <aadithya794@gmail.com>
2024-02-07 11:41:32 +01:00
Timur ErcanandAdithya Krishna 2431db06f5 Update apps/marketing/content/blog/why-i-started-documenso.mdx
Co-authored-by: Adithya Krishna  <aadithya794@gmail.com>
2024-02-07 11:41:14 +01:00
Timur ErcanandAdithya Krishna 754e9b15f7 Update apps/marketing/content/blog/why-i-started-documenso.mdx
Co-authored-by: Adithya Krishna  <aadithya794@gmail.com>
2024-02-07 11:40:11 +01:00
Timur Ercan 94ddb0252b fix: stuff 2024-02-06 19:09:27 +01:00
Timur Ercan 2f696ddd13 feat: blog article why i started documenso 2024-02-06 18:55:16 +01:00
Timur Ercan 1f142e334a Merge branch 'main' into chore-security-text 2024-01-31 20:31:34 +01:00
Timur Ercan 747a7b0aea chore: security contacts and descr 2024-01-30 16:15:32 +01:00
Timur Ercan 375df71f5c Merge branch 'main' into chore-security-text 2024-01-29 16:43:57 +01:00
Timur Ercan a3ddbc15e9 Feat/commodifying signing (#874) 2024-01-26 12:36:33 +01:00
Timur Ercan c7a04c7184 Merge branch 'main' into feat/commodifying-signing 2024-01-26 12:03:33 +01:00
Timur Ercan 8619e02d04 chore: quote fix 2024-01-26 12:02:30 +01:00
Timur Ercan 91c89e8bfb chore: quote fix 2024-01-26 12:01:53 +01:00
Timur Ercan fdeab19a7f chore: fix paragh quote break 2024-01-26 12:00:00 +01:00
Timur Ercan fd2a61f651 feat: commodifying signing (#865)
Adding the new blog article: Commodifying Signing
2024-01-25 17:01:30 +01:00
Timur Ercan 56f65f3bb3 chore: typos 2024-01-25 15:39:34 +01:00
Timur Ercan 75ad8a4885 chore: typos 2024-01-25 15:35:57 +01:00
Timur Ercan db36f69273 Merge branch 'main' into feat/commodifying-signing 2024-01-25 15:26:25 +01:00
Timur Ercan 2be022b9fc feat: commodofying signing blogpost 2024-01-24 18:01:26 +01:00
Timur Ercan 0fac7d7b70 chore: add tags to manifest 2024-01-24 16:52:38 +01:00
Timur Ercan 576544344f chore: first small step to tracking growth mechanics 2024-01-23 16:20:25 +01:00
Timur Ercan 1efadb19f5 chore: add addi to open page 2024-01-23 15:54:57 +01:00
Timur Ercan efb9e9f3ec Merge branch 'main' into feature/linear-gh 2024-01-18 17:17:01 +01:00
Timur ErcanandAdithya Krishna a7672545d7 Update apps/marketing/content/blog/linear-gh.mdx
Co-authored-by: Adithya Krishna  <aadithya794@gmail.com>
2024-01-18 17:16:49 +01:00
Timur ErcanandAdithya Krishna 1a10cd2ae1 Update apps/marketing/content/blog/linear-gh.mdx
Co-authored-by: Adithya Krishna  <aadithya794@gmail.com>
2024-01-18 17:16:28 +01:00
Timur Ercan 6f726565e8 Update README.md
We are nominated for a Product Hunt Gold Kitty 😺 and appreciate any support: https://documen.so/kitty
2024-01-17 14:36:28 +01:00