Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: perry-mitchell/webdav-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.6.0
Choose a base ref
...
head repository: perry-mitchell/webdav-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.7.0
Choose a head ref
  • 17 commits
  • 13 files changed
  • 3 contributors

Commits on Apr 27, 2024

  1. Update rn docs

    perry-mitchell authored Apr 27, 2024
    Configuration menu
    Copy the full SHA
    e409a59 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. fix: also export types for node next module resolution

    When using node next / node16 module resolution (`exports` field),
    then Typescript will no longer check `types` field in package json but
    use `types` from the `exports` field that is currently being used.
    
    Signed-off-by: Ferdinand Thiessen <[email protected]>
    susnux committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    8f5b636 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. fix(types): resourcetype can have any type, so can collection

    For e.g. SabreDAV collection is only set, meaning its type after parsing
    by the XML parser will be `string` and its value will be just the empty string.
    
    Signed-off-by: Ferdinand Thiessen <[email protected]>
    susnux committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    fdf6cae View commit details
    Browse the repository at this point in the history
  2. fix(dav): The displayname prop should always be a string

    In case e.g. a directory is called `1` the XML parser will convert
    the display name to a number. This is against the types and not expected behavior.
    
    Signed-off-by: Ferdinand Thiessen <[email protected]>
    susnux committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    e98d6c0 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Merge pull request #379 from susnux/fix/props-types

    fix(types): `resourcetype` can have any type, so can `collection`
    perry-mitchell authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    553c0b2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #376 from susnux/fix/typescript-exports

    fix: also export types for node next module resolution
    perry-mitchell authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    b3272b2 View commit details
    Browse the repository at this point in the history
  3. Change type check

    perry-mitchell authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    19e2a0d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #380 from susnux/fix/displayname-type

    fix(dav): The `displayname` prop should always be a string
    perry-mitchell authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    e48fa0f View commit details
    Browse the repository at this point in the history
  5. fix(types): correct types for quota bytes

    As per RFC the value shall be octets representing the quota,
    in all cases I know the value will be parsed to `number` by the XML parser.
    (tested e.g. with Sabre / Nextcloud).
    
    Signed-off-by: Ferdinand Thiessen <[email protected]>
    susnux committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    8844a38 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #378 from susnux/fix/props

    fix(types): correct types for quota bytes
    perry-mitchell authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    16f1475 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    10433f8 View commit details
    Browse the repository at this point in the history
  8. Set timeout to 10s

    perry-mitchell committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    164f6f4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d683d27 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c99d4b6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    65ee67b View commit details
    Browse the repository at this point in the history
  12. Prepare v5.7.0

    perry-mitchell committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    1a09a7e View commit details
    Browse the repository at this point in the history
  13. 5.7.0

    perry-mitchell committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    03fa8f2 View commit details
    Browse the repository at this point in the history
Loading