877cd4cdff
refactor: Team Creation Flow [CAL-2751] ( #12501 )
...
* Create new endpoint for creating a team
* Generate a team checkout session
* Create team navigate to checkout
* Clean up
* UI changes
* Add comments
* Fix
* Type fix
* Type fix
* Type fix
* Type fixes
* Set telemetry
* Import fix
* Type fix
* Update tests
* Type fix
* fix: e2e
* fix: e2e
* fix: e2e
* fix: e2e
* Update teams.e2e.ts
* fix: e2e
---------
Co-authored-by: Omar López <zomars@me.com >
2023-11-29 09:39:21 -07:00
7dc6df2ad6
chore: improve logs ( #12467 )
...
* chore: improve logs
* fix: import
* chore: use safe stringify
* chore: add more logs to google calendar
* chore: use this.log
---------
Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com >
2023-11-29 19:39:25 +05:30
6704e18e32
fix: cal video issues ( #12546 )
...
Co-authored-by: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com >
2023-11-28 18:28:35 +00:00
Omar López and GitHub
c765ea9b31
fix: team and org invite e2e tests ( #12566 )
2023-11-28 10:49:06 +00:00
Somay Chauhan and GitHub
ada0ef242b
fix: crash on other team members and profile page ( #12539 )
2023-11-27 16:59:03 +00:00
Udit Takkar and GitHub
a48e7cb39a
fix: remove duplicate key in common.json ( #12543 )
...
* fix: remove duplicate key in common.json
* chore: add both keys in same log
2023-11-27 19:23:35 +05:30
c11f7aeffc
chore: insights UI refresher ( #12498 )
...
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
Co-authored-by: Alex van Andel <me@alexvanandel.com >
2023-11-23 21:25:27 +00:00
cb7ddc455a
chore: Add team invite tests ( #12425 )
...
Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com >
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
2023-11-22 11:26:43 +00:00
Hariom Balhara and GitHub
48dde246e9
test: Add more orgs tests ( #12241 )
2023-11-21 14:03:01 -03:00
Peer Richelsen and GitHub
058844b6b8
chore: paid support wip ( #12419 )
...
* paid support wip
* nit
* added upgrade box to intercom
* nit
2023-11-20 22:08:39 +05:30
c818ef3188
feat: implements basic user locking for admins ( #12393 )
...
* feat: implements basic user locking for admins
* Update sendPasswordReset.handler.ts
* check fixes
* Update packages/features/ee/users/components/UsersTable.tsx
Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com >
---------
Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com >
2023-11-17 16:06:29 +00:00
28acbe549a
chore: [app dir bootstrapping 9]: replace useSearchParams with useCompatSearchParams hook ( #12056 )
...
Co-authored-by: zomars <zomars@me.com >
2023-11-16 13:38:27 -07:00
a4c1df3658
refactor: team settings redesign ( #12230 )
...
Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com >
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
2023-11-16 16:18:24 +00:00
a2f859b55a
fix: unhandled promise rejection in scheduleWorkflowReminder ( #12301 )
...
Co-authored-by: CarinaWolli <wollencarina@gmail.com >
2023-11-14 10:27:16 +05:30
Peer Richelsen and GitHub
518ec4f605
feat: added /enterprise upgrade tip ( #12207 )
2023-11-13 13:55:28 +02:00
Morgan and GitHub
1f9880204e
fix: payment cancel button redirects properly ( #12254 )
2023-11-08 12:34:50 +02:00
e11cb9e3a5
fix: unhandled promise error in scheduleEmailReminders endpoint ( #12183 )
...
Co-authored-by: CarinaWolli <wollencarina@gmail.com >
2023-11-06 09:14:35 -05:00
Manpreet Singh and GitHub
809abd2f4f
fix: Removes send an invite email option & always send email ( #12229 )
2023-11-06 13:30:37 +05:30
703bcd861e
fix: should allow org owners and admins to delete members from subteams ( #11710 )
...
Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com >
2023-11-02 14:37:19 -04:00
Siddharth Movaliya and GitHub
79a6aef0e7
fix: text colour for no-show acknowledgment ( #12132 )
2023-10-31 16:41:25 +00:00
4d49fb0636
fix: cal video recording email ( #12079 )
...
* fix: cal video recording email
* fix: add check for recording
* chore: remove logs
* chore: change message
---------
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
2023-10-31 13:35:23 -03:00
Udit Takkar and GitHub
0be1387d0f
fix: org settings for member improvements ( #12161 )
2023-10-31 16:24:51 +00:00
sean-brydon and GitHub
0a59c95b93
fix: impersonation for orgs ( #12113 )
2023-10-30 12:20:48 -03:00
Hariom Balhara and GitHub
31fc4724e0
fix: request reschedule link in email for an Org event ( #12125 )
2023-10-30 16:25:12 +05:30
Hariom Balhara and GitHub
426d31712e
test: E2E for Orgs - The beginning ( #12095 )
2023-10-27 18:14:16 +05:30
08d65c85de
fix: cron scheduleEmailRemider time out ( #12108 )
...
Co-authored-by: CarinaWolli <wollencarina@gmail.com >
2023-10-27 08:53:53 -03:00
a9535d3fd4
chore: [app dir bootstrapping 4.1] check nullability of navigation hook return values part 2 ( #12065 )
...
Co-authored-by: Omar López <zomars@me.com >
2023-10-24 20:52:59 +00:00
bf6dd665f0
fix: response size scheduleEmailReminder ( #12057 )
...
Co-authored-by: CarinaWolli <wollencarina@gmail.com >
2023-10-24 12:27:30 -03:00
Hariom Balhara and GitHub
b934c74c30
fix: Avatar slug and cal links for cross org users ( #12031 )
2023-10-24 16:12:36 +05:30
Greg Pabian and GitHub
39cfe18ffe
chore: [app dir bootstrapping 4] check nullability of navigation hook return values ( #12005 )
2023-10-20 16:47:05 -07:00
feda420f0c
fix: org team page not found with uppercase letters ( #11737 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
2023-10-19 14:44:43 +01:00
0c92fbe11d
fix: failing scheduleEmailReminder cron job ( #11960 )
...
Co-authored-by: CarinaWolli <wollencarina@gmail.com >
2023-10-18 15:17:39 +05:30
63416d4f33
chore: update tslog from 3.2.1 to 4.9.2 ( #11717 )
...
Co-authored-by: zomars <zomars@me.com >
2023-10-17 19:00:48 +00:00
4b8bdeba74
fix: scheduleEmailReminders cron job ( #11929 )
...
Co-authored-by: CarinaWolli <wollencarina@gmail.com >
2023-10-17 11:19:39 -07:00
Chiranjeev Vishnoi and GitHub
461120ad84
fix: [CAL-2593] Uploading a CSV File does not comma separate the values ( #11756 )
...
* csv email validation added
* most common csv delimeters added
2023-10-16 10:39:05 +01:00
bab72a5d2e
test: Non admin members cannot create team in org ( #11525 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
2023-10-16 11:06:08 +02:00
20803451de
chore: upgrade to prisma 5.3.1 ( #11666 )
...
Co-authored-by: Peer Richelsen <peer@cal.com >
2023-10-12 17:46:35 +03:00
Udit Takkar and GitHub
ebc70feef0
refactor: org settings ( #11682 )
2023-10-11 10:04:54 +01:00
Udit Takkar and GitHub
e0c27d8721
fix: remove subteam logo ( #11715 )
2023-10-06 09:47:16 +02:00
3e08c66888
refactor: Use template literal instead of '+' operator ( #11444 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
Co-authored-by: zomars <zomars@me.com >
2023-10-03 11:52:19 -07:00
20898e1505
fix: Handle payment flow webhooks in case of event requiring confirmation ( #11458 )
...
Co-authored-by: alannnc <alannnc@gmail.com >
2023-09-30 10:22:32 +05:30
4a81b59fc9
fix: profile loading fix in org ( #11618 )
...
Co-authored-by: Leo Giovanetti <hello@leog.me >
2023-09-29 21:25:56 +01:00
685be1663e
refactor: Setting redesign ( #11124 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
2023-09-29 15:10:13 +01:00
Alex van Andel
85a1713897
Revert "refactor: Setting redesign ( #11124 )"
...
This reverts commit 4f3cf4f948 .
2023-09-29 13:37:06 +01:00
4f3cf4f948
refactor: Setting redesign ( #11124 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
2023-09-28 19:04:51 +01:00
2021b641ce
feat: Alby integration ( #11495 )
...
Co-authored-by: Peer Richelsen <peer@cal.com >
Co-authored-by: alannnc <alannnc@gmail.com >
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com >
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
2023-09-28 12:03:01 +00:00
919066222b
fix: Dynamic events prevent fetching all users that share a username [CAL-2409] ( #11288 )
...
* For dynamic search users based on org
* Type fix
---------
Co-authored-by: alannnc <alannnc@gmail.com >
Co-authored-by: Leo Giovanetti <hello@leog.me >
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
2023-09-26 22:50:10 +01:00
Udit Takkar and GitHub
a0642598ab
test: private team test ( #11523 )
2023-09-26 10:48:43 +02:00
13caf6f2cd
fix: add a default timezone ( #11475 )
...
Co-authored-by: Alex van Andel <me@alexvanandel.com >
2023-09-25 15:08:41 +02:00
Peer Richelsen and GitHub
3bee2d705f
chore: removed ring from org avatar ( #11498 )
2023-09-25 10:50:08 +00:00