Commit Graph

6755 Commits (f1e783f047a3e8ce7a72157710ff900292d7d369)

Author SHA1 Message Date
Agusti Fernandez Pardo def5c8dd4c
Merge pull request #126 from calcom/feat/improve-readme-deploy
feat: improve deployment docs for api
2022-06-16 03:11:32 +02:00
Agusti Fernandez Pardo 8b87cde733 fix: _delete missing userId rename 2022-06-16 01:48:29 +02:00
Agusti Fernandez Pardo 1889ececf8 feat: improve deployment docs for api 2022-06-16 01:27:26 +02:00
Agusti Fernandez Pardo d3785bb6f8
Merge pull request #125 from calcom/feat/users-id-availability
Feat/users id availability
2022-06-16 01:06:11 +02:00
Agusti Fernandez Pardo 11f3d411b3 fix: rename users id to users userId to easier availability sharing _get endpoint 2022-06-16 00:18:40 +02:00
Agusti Fernandez Pardo 4389288e69 feat: adds users/id/availability endpoint 2022-06-16 00:04:04 +02:00
Agusti Fernandez Pardo bcb61ab280
Merge pull request #124 from calcom/production
Production rebase main
2022-06-15 23:08:11 +02:00
Agusti Fernandez Pardo 998970c4cb fix: remove duplicate users/id 2022-06-15 23:06:30 +02:00
Agusti Fernandez Pardo 3310b9307d fix: undo changes in users 2022-06-15 23:01:16 +02:00
Agusti Fernandez Pardo fe53fd9248 fix: remove comment 2022-06-15 22:59:32 +02:00
Agusti Fernandez Pardo 6349491ae7 feat: admin endpoints for bookings 2022-06-15 22:59:32 +02:00
Agusti Fernandez Pardo dd94df8c97 merging main to prod fixing conflicts in users 2022-06-15 22:59:26 +02:00
Agusti Fernandez Pardo d8d0d42374 fix: only check event type ownership if not admin 2022-06-15 22:57:49 +02:00
Agusti Fernandez Pardo 514a98f9e0 feat: add admin endpoint support for event-types id 2022-06-15 22:57:49 +02:00
Agusti Fernandez Pardo aadde45bb7 fix: add event-types admin endpoints 2022-06-15 22:57:49 +02:00
zomars 673633a773 v1.7.0 2022-06-15 14:57:18 -06:00
Alex van Andel e9f3248fc0
Feature/booking page refactor (#3035)
* Extracted UI related logic on the DatePicker, stripped out all logic

* wip

* fixed small regression due to merge

* Fix alignment of the chevrons

* Added isToday dot, added onMonthChange so we can fetch this month slots

* Added includedDates to inverse excludedDates

* removed trpcState

* Improvements to the state

* All params are now dynamic

* This builds the flat map so not all paths block on every new build

* Added requiresConfirmation

* Correctly take into account getFilteredTimes to make the calendar function

* Rewritten team availability, seems to work

* Circumvent i18n flicker by showing the loader instead

* 'You can remove this code. Its not being used now' - Hariom

* Nailed a persistent little bug, new Date() caused the current day to flicker on and off

* TS fixes

* Fix some eventType details in AvailableTimes

* '5 / 6 Seats Available' instead of '6 / Seats Available'

* More type fixes

* Removed unrelated merge artifact

* Use WEBAPP_URL instead of hardcoded

* Next round of TS fixes

* I believe this was mistyped

* Temporarily disabled rescheduling 'this is when you originally scheduled', so removed dep

* Sorting some dead code

* This page has a lot of red, not all related to this PR

* A PR to your PR (#3067)

* Cleanup

* Cleanup

* Uses zod to parse params

* Type fixes

* Fixes ISR

* E2E fixes

* Disabled dynamic bookings until post v1.7

* More test fixes

* Fixed border position (transparent border) to prevent dot from jumping - and possibly fix spacing

* Disabled style nitpicks

* Delete useSlots.ts

Removed early design artifact

* Unlock DatePicker locale

* Adds mini spinner to DatePicker

Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Co-authored-by: zomars <zomars@me.com>
2022-06-15 14:54:31 -06:00
Peer Richelsen 6959eb2d27
fixed flickering of more event name variables (#3069) 2022-06-15 22:12:11 +02:00
Agusti Fernandez Pardo 26f861d0d0
Merge pull request #107 from calcom/feat/admin-events
Feat: Add admin enpoints for event-types, bookings, attendees
2022-06-15 21:58:31 +02:00
Agusti Fernandez Pardo 26b9e94568 fix: undo changes in users 2022-06-15 21:16:46 +02:00
Agusti Fernandez Pardo 8c3774e100 fix: remove comment 2022-06-15 21:14:35 +02:00
Agusti Fernandez Pardo 1d2e5f07ef feat: admin endpoints for bookings 2022-06-15 21:10:19 +02:00
Agusti Fernandez Pardo ed1bc8015a feat: initial isAdmin work for events and attendees 2022-06-15 20:43:35 +02:00
Agusti Fernandez Pardo 996ec31b26 Merge branch 'main' into feat/admin-events 2022-06-15 20:11:30 +02:00
Leo Giovanetti 6f8d0521f4
Missing calendar toggles fix (#3066)
* onboarding flag fix

* Adjusting text + adding into locales file

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-06-15 10:35:49 -06:00
github-actions[bot] de375f0e77
New Crowdin translations by Github Action (#3065)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-06-15 18:14:39 +02:00
zomars 833adaf7e9 Revert "The booker get’s the Ui option to reschedule but can’t reschedule (#3061)"
This reverts commit 8cfc91df95.
2022-06-15 09:24:12 -06:00
m4tze 3e777dfaeb
Update CalendarService.ts (#3060) 2022-06-15 13:52:24 +01:00
GitStart 8cfc91df95
The booker get’s the Ui option to reschedule but can’t reschedule (#3061) 2022-06-15 13:51:53 +01:00
GitStart ecea455b7f
Flicker on booking success page (#3063) 2022-06-15 13:50:22 +01:00
alannnc 041ad9cd94
Fix credential creation flow for msteams app (#3029)
* Fix credential creation flow for msteams app

* Code review improve

* Fix preffer early returns

Co-authored-by: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-06-15 02:42:13 +00:00
Agusti Fernandez Pardo 3c0f8b5b6d Merge branch 'main' into production 2022-06-15 00:28:38 +02:00
Agusti Fernandez Pardo 3eda1507c6
Merge pull request #123 from calcom/fix/build-session
add session to req
2022-06-15 00:21:34 +02:00
Agusti Fernandez Pardo ff701ffec6 fix: no need for app store deps 2022-06-15 00:21:09 +02:00
Agusti Fernandez Pardo 5559e63be1 fix add app-store to deps 2022-06-15 00:19:39 +02:00
Agusti Fernandez Pardo 7218109755 Merge branch 'main' into fix/build-session 2022-06-15 00:10:37 +02:00
Omar López ab26f35520
Update package.json 2022-06-14 16:04:40 -06:00
Agusti Fernandez Pardo 1e80a83b1f add session to req 2022-06-14 23:57:38 +02:00
Omar López 42259e249c
Merge pull request #122 from calcom/fix/middleware-availability 2022-06-14 15:44:59 -06:00
Agusti Fernandez Pardo 1bde5d88c1 fix: add back optional 2022-06-14 23:43:53 +02:00
Agusti Fernandez Pardo 372b20a4c9 fix: no post for now 2022-06-14 23:42:51 +02:00
Agusti Fernandez Pardo ba37ae78d9 fix: adds middleware, makes userId not optional 2022-06-14 23:41:33 +02:00
zomars eb64904ba3 updates api submodule 2022-06-14 15:25:55 -06:00
zomars e15100571e Merge branch 'main' into production 2022-06-14 15:25:35 -06:00
zomars a3e05ff98c Allows both username and userid availability 2022-06-14 15:23:18 -06:00
zomars e1bcd38e61 Adds basic availability endpoint 2022-06-14 15:17:09 -06:00
zomars 3cb2a8b866 Matches transpilling modules to web 2022-06-14 15:13:59 -06:00
zomars 910c0a9507 Merge branch 'main' into production 2022-06-14 15:00:21 -06:00
zomars 1ab81fb8ee Better error on user delete 2022-06-14 14:51:23 -06:00
zomars ae9c33ddbe Makes user create/update body strict 2022-06-14 14:44:09 -06:00