Commit Graph

23 Commits

Author SHA1 Message Date
9f45fe62e4 fix: refactor teams router (#1500) 2024-12-05 22:14:47 +09:00
6b5e4da424 v1.6.0-rc.1 2024-07-05 14:24:40 +10:00
6b3c0afe25 chore: add prebuild to handle prisma build cache 2024-06-21 12:55:17 +10:00
ebc547684a fix: inline the remember package 2024-05-29 22:25:23 +10:00
3d81b15d71 chore: tidy code 2024-05-29 14:47:33 +10:00
5e8d93f24b feat: add kysely for raw type-safe SQL queries 2024-03-20 15:42:17 +02:00
47b06fa290 Merge branch 'main' into test/delete-user 2024-03-08 13:30:24 +11:00
f0fd5506fc fix: skip seeding when running migrate dev
When prisma:migrate-dev needs to reset the database it will run the seed script to repopulate data. Now that we've added the seed script to our root setup command we will want to avoid this behaviour since we will end up double seeding the database which currently can cause issues.
2024-03-08 12:49:55 +11:00
e47ca1d6b6 chore: add e2e test for deleting a user 2024-03-08 00:04:27 +00:00
10ef5b6e51 fix: improvements from testing 2024-03-07 02:57:02 +00:00
0c339b78b6 feat: add teams (#848)
## Description

Add support for teams which will allow users to collaborate on
documents.

Teams features allows users to:

- Create, manage and transfer teams
- Manage team members
- Manage team emails
- Manage a shared team inbox and documents

These changes do NOT include the following, which are planned for a
future release:

- Team templates
- Team API
- Search menu integration

## Testing Performed

- Added E2E tests for general team management
- Added E2E tests to validate document counts

## Checklist

- [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.
- [ ] I have updated the documentation to reflect these changes, if
applicable.
- [X] I have followed the project's coding style guidelines.
2024-02-06 16:16:10 +11:00
d6ae0b44e6 feat: use nextjs.js standalone output for improvised docker image (#338) 2023-11-12 13:15:42 +11:00
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
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
49ce09f49b fix: support optimise imports 2023-11-06 13:01:14 +11:00
771042c9ce feat: add vercel build script 2023-11-06 13:01:13 +11:00
dc58f77c61 chore: upgrade deps and linting 2023-11-06 13:01:08 +11:00
159bcade7b wip: refresh design 2023-11-06 13:01:06 +11:00
95c3be9a77 chore: optimise depedency tree 2023-04-19 23:30:14 +10:00
90a3de4190 db studio sertup and ts same version 2023-01-11 20:33:11 +01:00
c024b03acc database seed and coloredConsole 2023-01-11 11:44:35 +01:00
f951b01c02 stuff 2023-01-07 17:54:42 +01:00
256c518cbc prisma package 2023-01-07 15:10:26 +01:00