Pedro Castro and GitHub
30ef38804c
refactor: use structured logger in video adapters ( #26285 )
...
- Remove debug console.log/console.error statements
- Add logger.debug for observability (meeting lifecycle events)
- Add logger.error with safe error pattern (message + name only)
- Fix error messages to avoid exposing response details
- Remove redundant try/catch blocks (errors propagate naturally)
2026-01-06 22:29:17 -03:00
b08997b553
fix: remove debug logs and clean up verbose logging ( #25896 )
...
- Remove debug console.log statements in calendar and video adapter services
- Clean up verbose request/response logging in OAuth controllers
- Remove leftover debug prefixes
Ensure only necessary data is captured in observability systems
Co-authored-by: Keith Williams <keithwillcode@gmail.com >
2025-12-31 19:12:28 +00: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
Joe Au-Yeung and GitHub
5ee962948f
feat: Readd app syncing ( #11453 )
...
* Revert "Revert "feat: Sync app credentials between Cal.com & self-hosted plat… (#11450 )"
This reverts commit 2565d0915a .
* Add typing to `parseRefreshTokenResponse`
* Add typing
* Return safeParse data
* Type fix and refactor in Zoom
2023-09-20 19:01:54 +01:00
Omar López and GitHub
2565d0915a
Revert "feat: Sync app credentials between Cal.com & self-hosted plat… ( #11450 )
2023-09-19 14:45:16 -07:00
824145b0e2
feat: Sync app credentials between Cal.com & self-hosted platforms ( #11059 )
...
* Add credential sync .env variables
* Add webhook to send app credentials
* Upsert credentials when webhook called
* Refresh oauth token from a specific endpoint
* Pass appSlug
* Add credential encryption
* Move oauth helps into a folder
* Create parse token response wrapper
* Add OAuth helpers to apps
* Clean up
* Refactor `appDirName` to `appSlug`
* Address feedback
* Change to safe parse
* Remove console.log
---------
Co-authored-by: Syed Ali Shahbaz <52925846+alishaz-polymath@users.noreply.github.com >
Co-authored-by: Omar López <zomars@me.com >
2023-09-19 20:46:50 +00:00
e2cfd0d1d1
Webex integration ( #7651 )
...
* start webex app creation
* webex integration wip
* fix lint errors
* fix lint errors
* add webex env vars in appStore.example
* webex app wip
* fix lint errors
* edit webex oauth scopes
* add location in webex app config
* add site url placeholder and regex in webex config location
* debug translateEvent
* fix utc formatting for event start time, add test boilerplate for webex, add envs
* fix location and datetime formatting
* get correct videoCredentials for deleteMeeting
* Move webex specific readme content to webex README
* Fix app not visible in app-store
* Delete setup route
* add webex icon
* delete prev icon
* webex api fix
* add app screenshots
* Revert tests changes as they dont run
* Use config instead of hardcoding vales
* Update README
* Remove all env variables related to WEBEX app. They can be added through settings->admin->apps interface
* update from origin
* fix icon path
* update webex readme
* Update yarn.lock
* update webex readme
* Remove unnecessary URL from webex
* revert changes in cancel booking handler
* simply webex zod schemas, logs for debugging
---------
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com >
2023-05-11 07:14:32 +00:00