Commit Graph
12177 Commits
Author SHA1 Message Date
adffb00817 New Crowdin translations by Github Action (#3269)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-07-09 09:17:05 +02:00
Agusti Fernandez Pardo 3f6e7904cb fix: no http_method middleware needed as already handled by defaultHandler 2022-07-08 21:49:14 +02:00
Agusti Fernandez Pardo 6971ba249f fix: add optional to pagination query's 2022-07-08 21:47:31 +02:00
Omar LópezandGitHub afe730e502 Update README.md 2022-07-08 13:04:34 -06:00
Agusti Fernandez Pardo c8829fc08b fix: rename pageNumber to page 2022-07-08 20:19:51 +02:00
Agusti Fernandez Pardo 530752147e fix: use zod schema for parsing page query param 2022-07-08 20:15:25 +02:00
Agusti Fernandez PardoandGitHub ec24711990 Merge pull request #139 from calcom/fix/axiom-package
fix: add next-axiom to package.json
2022-07-08 19:35:22 +02:00
76d0b0c1ee Update pages/api/users/_get.ts
remove console log statement

Co-authored-by: Omar López <zomars@me.com>
2022-07-08 19:34:26 +02:00
80e414d4f5 Update pages/api/availability/_get.ts
no if just return

Co-authored-by: Omar López <zomars@me.com>
2022-07-08 19:33:50 +02:00
a72fbfa093 Update pages/api/availability/_get.ts
improve error message team no members

Co-authored-by: Omar López <zomars@me.com>
2022-07-08 19:33:37 +02:00
f6faa8bc46 Update pages/api/users/_get.ts
remove console log

Co-authored-by: Omar López <zomars@me.com>
2022-07-08 19:33:17 +02:00
bd485b7b77 Update pages/api/teams/_get.ts
fix prisma import

Co-authored-by: Omar López <zomars@me.com>
2022-07-08 19:33:00 +02:00
zomars 308c192912 Splits booking/[id] endpoint
# Conflicts:
#	pages/api/bookings/[id].ts
2022-07-08 11:22:08 -06:00
zomars 2f032cee47 Splits booking/[id] endpoint 2022-07-08 11:21:40 -06:00
Agusti Fernandez PardoandGitHub 03254b83da Merge pull request #144 from calcom/fix/add-middlewares-back-bookingId
fix: add middlewares back
2022-07-08 18:59:20 +02:00
Agusti Fernandez Pardo c2816815cc fix: add middlewares back 2022-07-08 18:58:29 +02:00
Agusti Fernandez PardoandGitHub 916ceb57c6 Merge pull request #143 from calcom/fix/missing-return-bookings-id
fix: bookings:id
2022-07-08 18:51:33 +02:00
Agusti Fernandez Pardo 54b36b9624 fix: bookings:id fix bad isAdmin double if adding missing return replace with || OR instead 2022-07-08 18:49:55 +02:00
Agusti Fernandez PardoandGitHub 27482daaec Merge pull request #142 from calcom/fix/booking-no-middlewares
fix: remove old middlewares in bookingId
2022-07-08 18:27:53 +02:00
Agusti Fernandez Pardo dfa4c06e54 fix: remove old middlewares in bookingId 2022-07-08 18:27:13 +02:00
Omar LópezandGitHub 7d59a1390c Merge pull request #141 from calcom/fix/add-calcomdayjs-prod
fix: add calcom dayjs transpile
2022-07-08 10:02:41 -06:00
Agusti Fernandez Pardo 8425f88464 fix: add calcom dayjs transpile 2022-07-08 17:58:18 +02:00
Agusti Fernandez Pardoandzomars c28e96045c fix: adds returns, no breaks 2022-07-08 09:26:47 -06:00
Omar LópezandGitHub 4c696b2cea Merge pull request #140 from calcom/fix/booking-id
Fix/booking
2022-07-08 09:25:20 -06:00
Agusti Fernandez Pardo 6b09fb24ab fix: adds returns, no breaks 2022-07-08 17:23:06 +02:00
Agusti Fernandez Pardo 13d013bdf8 Merge branch 'main' into fix/booking-id 2022-07-08 17:14:02 +02:00
MattandGitHub 4cd43087e9 Update google.mdx (#3268)
https://calendso.slack.com/archives/C01V37YT188/p1657289355306489
2022-07-08 08:47:15 -06:00
371fd48c15 New Crowdin translations by Github Action (#3265)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-07-08 15:25:52 +02:00
657cf7e180 New Crowdin translations by Github Action (#3253)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-07-08 15:21:50 +02:00
Agusti Fernandez Pardo cef2768725 fix: add next-axiom to package.json 2022-07-08 02:05:38 +02:00
Agusti Fernandez PardoandGitHub 1266665710 Merge pull request #138 from calcom/chore/add-axiom
feat: add axiom
2022-07-08 02:00:36 +02:00
Agusti Fernandez Pardo 599dccdcce feat: add axiom 2022-07-08 02:00:00 +02:00
alannncGitHubOmar Lópezkodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
6b0ac96b38 Fix request reschedule organiser email (#3227)
* Fix request reschedule organizer email

* Updated book a new time link and removed manage or cancel action on user owner email request reschedule

* Fix let with const for a variable and change env var to a constant from lib

Co-authored-by: Omar López <zomars@me.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-07-07 16:25:05 -06:00
alannncandGitHub 2c30976e99 WIP stripe customer metedada sync (#3153) 2022-07-07 15:24:42 -06:00
Leo GiovanettiandGitHub a5976ec5c6 Merge pull request #137 from calcom/chore/upgrade-next
Upgrading nextjs
2022-07-07 15:08:51 -03:00
zomars a7212660a4 Update db-staging-snapshot.yml 2022-07-07 12:05:31 -06:00
zomars 5e4e98e002 Update db-staging-snapshot.yml 2022-07-07 11:30:48 -06:00
zomars 7bbfde607a Update db-staging-snapshot.yml 2022-07-07 11:25:47 -06:00
zomars f179c5b818 Update db-staging-snapshot.yml 2022-07-07 11:10:45 -06:00
zomars 03c27ebd62 Create db-staging-snapshot.yml 2022-07-07 11:06:35 -06:00
Agusti Fernandez Pardo f93cb48d4d fix: query partial type 2022-07-07 18:56:27 +02:00
Carina WollendorferandGitHub db2886d0d4 left align cancel for recurring events (#3245) 2022-07-07 17:12:13 +01:00
Hariom BalharaandGitHub 5db762e987 Add logs (#3256) 2022-07-07 09:26:22 -06:00
Hariom BalharaandGitHub f9cc71d120 ... doesnt seem to run dependencies first. So, ensure that using pipeline (#3254) 2022-07-07 00:00:48 -06:00
Hariom BalharaandGitHub 6db129e3bf Fix Around location update (#3229) 2022-07-06 19:22:56 -06:00
sean-brydonandGitHub c6b1d99270 Edit around placeholder (#3230) 2022-07-06 19:22:11 -06:00
noobyogi0010andGitHub 34cd41be67 fixes #3142 - Huddle01 installation (no success message and no redirect) issue (#3231) 2022-07-06 19:21:16 -06:00
Agusti Fernandez PardoandGitHub 8ca627040b fix: adds new constants fallbacks for railway and heroku apps (#3217) 2022-07-06 19:13:02 -06:00
Bailey PumfleetandGitHub 13528ada2e Fix awaiting approval translation (#3234) 2022-07-06 19:09:28 -06:00
Alex van AndelandGitHub 3c7380c3a9 Contains multiple fixes centered around Zoom (#3238) 2022-07-06 19:08:38 -06:00