Commit Graph

25 Commits

Author SHA1 Message Date
cad48236a0 Merge branch 'main' into feat/disable-access-unverified-users 2024-02-07 16:30:22 +11: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
cc090adce0 chore: refactor 2024-01-30 12:54:48 +02:00
9d6ee94708 chore: add title and description to individual pages (#847)
Add Title and Description to Individual Pages.
eg:- Security | Documenso, Profile | Documenso etc.
2024-01-29 17:53:44 +11:00
b2cca9afb6 chore: refactor 2024-01-26 13:27:36 +02:00
311c8da8fc chore: encrypt and decrypt email addr 2024-01-25 17:24:37 +02:00
49ecfc1a2c chore: refactor 2024-01-25 15:42:40 +02:00
ffee2b2c9a chore: merged main 2024-01-25 13:43:11 +02:00
11dd93451a feat: sign up with Google (#862)
This PR links to this issue: #791 
Now users can see a new option to sign up with Google on the signup
page.
2024-01-25 11:22:19 +11:00
6aed075c56 fix: add conditional rendering of OAuth providers (#736)
Now google OAuth provider is not rendered if client id is not provided
2024-01-23 17:08:48 +11:00
4aefb80989 feat: restrict app access for unverified users 2024-01-16 14:25:05 +02:00
323380d757 feat: env variable to disable signing up 2023-12-09 10:37:16 +05:30
fbbc3b89c3 feat: email verification for registration (#599) 2023-11-21 15:44:04 +11:00
608a4eaaa6 feat: refactor og image generation (#639) 2023-11-14 13:08:14 +11:00
f841683d82 fix: small typo error (#584) 2023-11-06 13:02:21 +11:00
80c9ab5d8c fix: improve dark mode background patterns 2023-11-06 13:01:44 +11:00
6e791b6e91 fix: add layout and minor updates 2023-11-06 13:01:13 +11:00
34c652ab54 feat: add invalid reset token page 2023-11-06 13:01:13 +11:00
9b025f0c9f fix: width reducing with screen size 2023-11-06 13:01:13 +11:00
dabeead57f feat: send email to user on successful password reset 2023-11-06 13:01:13 +11:00
84bc6eb4f3 feat: add reset functionality 2023-11-06 13:01:13 +11:00
b3a312df98 feat: add reset password page 2023-11-06 13:01:13 +11:00
8ba9a761d4 feat: add forgot passoword page 2023-11-06 13:01:13 +11:00
3377e29c72 fix: dark mode on signup and signin pages 2023-11-06 13:01:07 +11:00
159bcade7b wip: refresh design 2023-11-06 13:01:06 +11:00