Kartik Saini and GitHub
9c9d7fe0c3
fix: can't edit ooo ( #18020 )
...
* fix: can't edit ooo
* fix: unauthorized users can edit ooo
2024-12-09 23:39:56 +00:00
58b77b2a16
fix: fix date comparison for OOO ( #17756 )
...
* fix: fix date comparison for OOO
* fix date comparison with today, and add tests
* remove wrong code
* remove logic that is no longer in use
* fix type error
* mock more methods
---------
Co-authored-by: Alex van Andel <me@alexvanandel.com >
2024-12-02 19:39:44 +00:00
5af10a2f61
feat: past and overlapping ooo ( #17373 )
...
* feat: past and overlapping ooo
* use existing props
* added e2e test
* disallow duplicates added tests
---------
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
2024-11-24 18:58:22 +00:00
Eunjae Lee and GitHub
997d6a75e8
fix: fix wrong dates on OOO edit dialog ( #17736 )
...
* fix: fix wrong dates on OOO edit dialog
* do not use utc() on the browser side
2024-11-19 19:54:12 -03:00
Anik Dhabal Babu and GitHub
2b24b4472d
fix: OOO issue with setting the start and end dates to the same ( #16810 )
2024-09-25 13:44:42 +00:00
f5c16f0d6b
feat: OOO webhook and zapier ( #15434 )
...
* zapier and webhook
* instructions for zapier
* Fix types
* fix types
* revert adding zap template
* Update packages/app-store/zapier/README.md
Co-authored-by: Carina Wollendorfer <30310907+CarinaWolli@users.noreply.github.com >
* Update packages/app-store/zapier/README.md
Co-authored-by: Carina Wollendorfer <30310907+CarinaWolli@users.noreply.github.com >
* Update packages/app-store/zapier/README.md
Co-authored-by: Carina Wollendorfer <30310907+CarinaWolli@users.noreply.github.com >
* Update packages/features/webhooks/lib/scheduleTrigger.ts
Co-authored-by: Carina Wollendorfer <30310907+CarinaWolli@users.noreply.github.com >
* wip
* Fixes from comments, no more sendPayloadNoBooking
* fix subscriberOptions teamIds param type
* types
* Update packages/features/webhooks/lib/sendPayload.ts
* Re add zapierPayload to don't break old zaps
* instead of metadata use oooEntry inside webhookPayload
* undo comment message
* Types
* reset changes on yarn.lock
* review changes
* fix types
* fix types
* tentative fix for types in webhook
* type improvements
* fix description + clean up
* revert yarn.lock changes
* allow custom template for ooo entry
* type fixes
* type fix
* fix donwloadLinks in payload
* simplify some types
* allow array or number for teamId
* same payload for test trigger
* code clean up
* fix no show e2e test
* translate text for webhook payload and fix conditional
* add test for ooo_created webhooks
* reset files
* merge fix
* fix test data test id
* remove unused variable
* only trigger for accepted memberships
* remove unused variable
---------
Co-authored-by: Carina Wollendorfer <30310907+CarinaWolli@users.noreply.github.com >
Co-authored-by: CarinaWolli <wollencarina@gmail.com >
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
Co-authored-by: Keith Williams <keithwillcode@gmail.com >
Co-authored-by: Omar López <zomars@me.com >
2024-09-06 15:48:05 -04:00
ad5d645347
feat: Implement editable OOO events feature ( #15932 )
...
* feat: Implement edit ooo feature
Signed-off-by: Souptik Datta <souptikdatta2001@gmail.com >
* refactor: Refactor button text and gap between buttons
Signed-off-by: Souptik Datta <souptikdatta2001@gmail.com >
* fix: Fix entry create and edit edge cases
Signed-off-by: Souptik Datta <souptikdatta2001@gmail.com >
* chore: Change "edit ooo event" modal title
Signed-off-by: Souptik Datta <souptikdatta2001@gmail.com >
* chore: Add tooltips to entry eidt and delete buttons
Signed-off-by: Souptik Datta <souptikdatta2001@gmail.com >
* feat: Reset form on form close event
Signed-off-by: Souptik Datta <souptikdatta2001@gmail.com >
* refactor: Refactor reset-form function
Signed-off-by: Souptik Datta <souptikdatta2001@gmail.com >
* chore: Rename create or edit OOO as suggested
Signed-off-by: Souptik Datta <souptikdatta2001@gmail.com >
* refactor: Refactor component and function names
Signed-off-by: Souptik Datta <souptikdatta2001@gmail.com >
* feat: Improve ooo events email notifications
Signed-off-by: Souptik Datta <souptikdatta2001@gmail.com >
* fix: Fix email templates
Signed-off-by: Souptik Datta <souptikdatta2001@gmail.com >
* feat: Add e2e test for ooo event edit functionality
Signed-off-by: Souptik Datta <souptikdatta2001@gmail.com >
* refactor: Create separate test for edit ooo event
Signed-off-by: Souptik Datta <souptikdatta2001@gmail.com >
* fix: Remove extra user from redirect user configuration test
Signed-off-by: Souptik Datta <souptikdatta2001@gmail.com >
* chore: code refactor
* remove log
* chore: Update ooo-input-schema uuid data type
Signed-off-by: Souptik Datta <souptikdatta2001@gmail.com >
* fix: Address feedbacks
Signed-off-by: Souptik Datta <souptikdatta2001@gmail.com >
* chore: code splitting and refactor
---------
Signed-off-by: Souptik Datta <souptikdatta2001@gmail.com >
Co-authored-by: Amit Sharma <74371312+Amit91848@users.noreply.github.com >
Co-authored-by: Anik Dhabal Babu <81948346+anikdhabal@users.noreply.github.com >
2024-08-29 17:28:35 +00:00
Amit Sharma and GitHub
56f31eee7a
fix: Regression: Can’t set person to forward OOO bookings ( #15003 )
2024-05-13 10:29:56 -04:00
Omar López and GitHub
d8adc8eeb1
fix: Check permissions for team OOO entries ( #14736 )
2024-04-24 19:24:59 +00:00
880ba8f1dd
feat: ooo-v2 ( #13621 )
...
Co-authored-by: zomars <zomars@me.com >
Co-authored-by: Peer Richelsen <peer@cal.com >
Co-authored-by: CarinaWolli <wollencarina@gmail.com >
Co-authored-by: Alex van Andel <me@alexvanandel.com >
2024-04-09 18:29:39 -07:00
a25cd43ddf
fix: start and end date for ooo entry ( #13284 )
...
Co-authored-by: CarinaWolli <wollencarina@gmail.com >
Co-authored-by: sean-brydon <sean@cal.com >
Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com >
2024-01-19 04:00:21 +00:00
Carina Wollendorfer and GitHub
67c318e527
fix: use DateRangePicker component in my-account/out-of-office ( #13207 )
2024-01-14 13:58:10 +00:00
96af17d8d7
feat: OOO booking-forwarding ( #12653 )
...
* feat-profile-forwarding
* fix for promises of handling
* fix badge success color
* clean up
* fix suggested changes
* Changed design on booking-forward pages and moar test
* taking care of suggested changes, trpc errors and code cleaning
* improve text
* fix conflicting data-testid
* fix unique data-testid
* fix error css-global, email button styles, error conditional
* rename files to match functionality, remove away ui
* Add translations and migration
* remove log
* small fixes + improvements
* fix styles to match new design
* merge fixes
* Fix styles dark mode
* Solving merge conflicts from earlier
* Fix/change test to match new elements
* use trash icon button insted of dots (design issues)
* only send email if toUserId is set
* Fix date picker dark mode
* merge with remote
* removed status field from table and email its now for notify
* small text improvement in email
* check for team plan not paid plan
* fixes and clean up due to removing status
* fix old send request name to new behaviour
* more naming improvements and text
* remove status from handle-type
* code clean up
* fix type error
---------
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
Co-authored-by: Carina Wollendorfer <30310907+CarinaWolli@users.noreply.github.com >
Co-authored-by: CarinaWolli <wollencarina@gmail.com >
2024-01-10 17:04:02 +00:00