Commit Graph

82 Commits

Author SHA1 Message Date
Catalin Pit
d451a7acce feat: add next-runtime-env 2024-01-25 10:48:20 +02:00
Adithya Krishna
f2d4c0721d chore: removed packageManager as we have engines
Signed-off-by: Adithya Krishna <adi@documenso.com>
2023-12-11 23:38:07 +05:30
Aditya Deshlahre
497d9140d2 chore: add lint-staged task for dependency changes (#548) 2023-12-09 11:31:01 +11:00
Lucas Smith
39c01f4e8d fix: remove server actions (#684) 2023-12-02 09:38:24 +11:00
cuttingedge1109
c16c36a1fc fix: add a script for db seed with env 2023-11-30 18:38:54 +01:00
Mythie
8230349114 fix: unable to load font for signing 2023-11-24 16:17:54 +11:00
Catalin Pit
fbbc3b89c3 feat: email verification for registration (#599) 2023-11-21 15:44:04 +11:00
Nafees Nazik
ca9c0d7bf0 chore: add some eslint rules (#344) 2023-11-15 13:10:17 +11:00
Nafees Nazik
3490e2a3a8 feat: add command menu and keyboard shortcuts (#337) 2023-11-09 13:33:56 +11:00
Mythie
b0e3abffd6 chore: restore dangling changes from rebase 2023-11-06 14:47:46 +11:00
Catalin Pit
dec587e39e chore: add prisma studio command (#576)
Co-authored-by: pit <pit@pits-MacBook-Pro.local>
2023-11-06 13:02:20 +11:00
Nafees Nazik
04fc9eb187 chore: upgrade to latest next.js version (#553)
* chore: upgrade next.js
* fix: canvas not found error
* chore: upgrade package for marketing
* feat: add isServer conditional
* fix: inverse isServer condition
* fix: normalize packages
* fix: upgrade ee package
* fix: depdency nightmares
* fix: failing seed script
2023-11-06 13:02:19 +11:00
pit
7d21f607df chore: removed lint step 2023-11-06 13:02:19 +11:00
pit
00546c1290 feat: add playwright 2023-11-06 13:02:19 +11:00
Mythie
fc876a41d9 fix: update script, docs and devcontainer 2023-11-06 13:02:18 +11:00
Aditya @ArchLinux
1b7c887101 fix(script): added script envprisma in root package.json
dotenv loads all environment variable before running prisma:migrate-dev script
2023-11-06 13:02:18 +11:00
Ephraim Atta-Duncan
e556db0386 docs: add render one click deploy for refresh 2023-11-06 13:02:18 +11:00
Adithya Krishna
82f13e0ac3 fix: typo in script
Signed-off-by: Adithya Krishna <aadithya794@gmail.com>
2023-11-06 13:01:46 +11:00
Mythie
6d8c29c5c1 fix: update compose scripts 2023-11-06 13:01:46 +11:00
Mythie
051c96c92b fix: further readme updates 2023-11-06 13:01:46 +11:00
Mythie
49ce09f49b fix: support optimise imports 2023-11-06 13:01:14 +11:00
Mythie
0f3db459cb feat: add devcontainer 2023-11-06 13:01:12 +11:00
Mythie
2ba7df4881 fix: update eslint rules 2023-11-06 13:01:11 +11:00
nsylke
6959307f5e chore: change root package.json name 2023-11-06 13:01:11 +11:00
Adithya Krishna
7975eb7a8d feat: Added Engines to Enforce Node v18.0.0 and above
Signed-off-by: Adithya Krishna <adikrish@redhat.com>
2023-11-06 13:01:10 +11:00
Ashutosh-Bhadauriya
d36ca59b77 fix: commitlint 2023-11-06 13:01:10 +11:00
Ashutosh-Bhadauriya
1f79ca0a70 feat: add commitlint 2023-11-06 13:01:09 +11:00
Nicholas Sylke
784188ff51 refactor: future proofing the prettier/lint-staged for js/ts filetypes 2023-11-06 13:01:08 +11:00
Nicholas Sylke
58d765924f refactor: use lint-staged.config.cjs as configuration for lint-staged 2023-11-06 13:01:08 +11:00
Nicholas Sylke
9783e16656 add husky and lint-staged to ensure commits are formatted 2023-11-06 13:01:08 +11:00
Ephraim Atta-Duncan
27b42814d8 Add initial cap table 2023-11-06 13:01:08 +11:00
Mythie
dc58f77c61 chore: upgrade deps and linting 2023-11-06 13:01:08 +11:00
Mythie
ca0f4eefd2 feat: email templates
adds email templates using `react-email` which will be used for invites,
signing and document completion.

authored by @dephraiim
2023-11-06 13:01:07 +11:00
Mythie
159bcade7b wip: refresh design 2023-11-06 13:01:06 +11:00
Rishi Raj Jain
2c9644ce9c remove changelog-github 2023-08-18 11:32:48 +05:30
Rishi Raj Jain
a98eca3bf1 move to devDep 2023-08-18 11:18:27 +05:30
Rishi Raj Jain
e1772da491 add publish & version 2023-08-18 11:17:08 +05:30
Rishi Raj Jain
9f1e0257e7 install changeset 2023-08-18 11:06:49 +05:30
Lucas Smith
6dad379943 Merge pull request #196 from documenso/feat/password-reset
feat: reset password
2023-06-17 11:45:38 +10:00
danieltonel
b05ab9fbb4 set name using docker compose 2023-06-16 10:50:20 +03:00
Ephraim Atta-Duncan
13a840ff78 Password validation with zod 2023-06-07 12:33:33 +00:00
Robinhood
20b51198b4 docker script updated 🐳 2023-06-01 22:24:58 +05:30
Ansari
0a5de18235 minor script fix 2023-05-30 15:43:58 +05:30
Mythie
d8ad4b4b2b fix: add turbo dep and start command 2023-05-30 18:56:41 +10:00
Lee Robinson
2f3be1cfe5 Add turborepo to monorepo. 2023-05-29 10:38:24 -05:00
Mythie
6934e573d5 feat: add guards and subscription ui 2023-05-06 16:08:21 +10:00
Mythie
95c3be9a77 chore: optimise depedency tree 2023-04-19 23:30:14 +10:00
Timur Ercan
63bd044723 feat: npm run d for ultra quick start 2023-04-15 20:04:28 +02:00
Mythie
7aa7485388 fix: migrate dx.sh to package scripts 2023-04-13 22:52:54 +10:00
Mythie
5dd3713475 feat: add docker support and docker-compose quickstart
Add support for production container builds using the provided `Dockerfile` and `build.sh` script. This can later be used with actions to automatically publish to the provided docker registry.

Additionally, support an accelerated developer quickstart using `docker-compose`. Developers can now run the `dx` npm command to quickly spin up a database and mail server.
2023-04-08 23:20:42 +10:00