Merged
Conversation
- Update intro.md to show Zoho CardDAV as supported - Update docusaurus config with correct branch (main) and version (2.1.7) - Update README links to point to main branch - Update CI workflow to run on main branch - Fixes #257
- Added body to serviceDiscovery PROPFIND to satisfy Radicale requirements. - Removed restrictive res.ok check when gathering vCard URLs in fetchVCards. - Added collection URL filtering in fetchVCards to avoid malformed multiget requests. - Updated collectionQuery to throw on non-OK responses (Issue 219). - Added regression test for vCard fetching logic.
- Updated collectionQuery to reject when any response has ok: false or HTTP status >= 400. - Preserved empty-array behavior only for successful empty multistatus payloads. - Added unit tests for 504 and 401 errors. - Updated documentation to clarify error handling behavior. - Fixed implicit any type errors in src/collection.ts. Fixes #219
- explains that tsdav is a DAV client and doesn't ingest iCal feeds directly - provides an example using node-ical and createCalendarObject - addresses issue #217
Allow users to provide a custom fetch implementation to DAVClient and high-level functions, enabling request routing through Electron main process or other custom transports to bypass CORS restrictions.
…215) - Updated fetch selection logic to prefer globalThis.fetch when available. - Replaced cross-fetch imports with a new fetch utility in src/util/fetch.ts. - Updated integration tests to use the new fetch utility. - Added documentation and a unit test for Cloudflare Workers support.
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Testing