Omar López
560ec244e8
feat: Setups prisma accelerate ( #11324 )
2023-09-19 21:02:57 +00:00
Kevin Crimi
d9c3c184c4
fix: Return all responses in booking api ( #11284 )
2023-09-18 16:39:25 -07:00
Shubham Singh
9c3cbee363
feat: preference to show/hide available seats count in events ( #11109 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-09-08 11:37:26 -04:00
Syed Ali Shahbaz
3223beb9ac
omit id as it is autocreated, should not be req ( #10982 )
2023-08-28 06:57:01 +00:00
Omar López
6ce4122528
fix: allows patching booking and period limits from API ( #10935 )
2023-08-25 14:29:04 +01:00
Syed Ali Shahbaz
7ddbcfcdcf
feat: Adds filter-by-email on /users/_get endpoint for admin calls ( #10928 )
...
* adds filter by email on users get for admins
* swagger update
* Update apps/api/pages/api/users/_get.ts
Co-authored-by: Omar López <zomars@me.com>
* .parse is required, also fixed some other issues
---------
Co-authored-by: Omar López <zomars@me.com>
Co-authored-by: Alex van Andel <me@alexvanandel.com>
2023-08-25 14:15:13 +01:00
zomars
0cbf525a78
fix: Disables es-419 until translated
2023-08-22 12:01:50 -07:00
Syed Ali Shahbaz
efa195059e
feat: Add scheduleId to POST and PATCH requests in event-type endpoint ( #10816 )
...
* adds scheduleId to PATCH
* adds scheduleID to POST
* updated docs
2023-08-17 15:42:29 +00:00
Alex van Andel
3cab37ed8d
feat: api return schedule ( #10769 )
...
Co-authored-by: Leo Giovanetti <hello@leog.me>
Co-authored-by: Omar López <zomars@me.com>
2023-08-15 19:18:25 +00:00
Leo Giovanetti
a153f9627d
chore: Relying on CALCOM_ENV ( #10098 )
...
* Relying on CALCOM_ENV
* Restoring unneeded changes
* Relyon more on IS_PRODUCTION
* Relyon more on IS_PRODUCTION
2023-08-10 12:32:20 -04:00
Hariom Balhara
5491821baf
fix: Redact prisma errors ( #10536 )
2023-08-03 16:22:38 +01:00
Pradumn Kumar
4de1de3418
fix: added slugify the eventType slugs on the api aswell ( #10007 )
2023-07-13 17:33:26 +00:00
Omar López
9c84c3db0a
fix: API /teams/:id/publish ( #9904 )
...
Fixes API build failure introduced after #9291
2023-07-05 03:19:20 +05:30
Syed Ali Shahbaz
885bfdade4
feat: adds paymentID and allow attendeeEmail filtering in Booking API ( #9143 )
...
* adds payment id to return in GET bookings
* Delete .gitkeep. Unintended
* Delete Licenses. Unintended commit
* initial working code for attendeeEmails filter
* improve code readability
* adds multiAttendee validation akin to multi userId
* code improvement
* adds swagger format email
2023-05-31 12:35:30 +00:00
zomars
47488f5fff
Moved API files to correct dir
2023-05-25 11:29:10 -07:00