Thanks to visit codestin.com
Credit goes to github.com

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: nextcloud/NextcloudKit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7.1.7
Choose a base ref
...
head repository: nextcloud/NextcloudKit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7.2.0
Choose a head ref
  • 4 commits
  • 8 files changed
  • 1 contributor

Commits on Oct 17, 2025

  1. fix: NKTypeReachability conforms to Sendable.

    Signed-off-by: Iva Horn <[email protected]>
    i2h3 committed Oct 17, 2025
    Configuration menu
    Copy the full SHA
    71c06c6 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2025

  1. Fix: NextcloudFileProviderKit build with NextcloudKit.

    NextcloudFileProviderKit was updated to use Swift 6 which imposes some upstream compatibility requirements on NextcloudKit.
    
    Signed-off-by: Iva Horn <[email protected]>
    i2h3 committed Oct 30, 2025
    Configuration menu
    Copy the full SHA
    7520e1e View commit details
    Browse the repository at this point in the history
  2. feat: Share permission and type types.

    - Moved NKShare into dedicated source code file.
    - Added documentation comments.
    - Introduced OptionSet for bitmask operations in share permissions which previously were implemented in projects using this library.
    - Introduced nested ShareType enum in NKShare.
    - OptionSets are the conventional way to work with bit masks in Swift.
    
    Signed-off-by: Iva Horn <[email protected]>
    i2h3 committed Oct 30, 2025
    Configuration menu
    Copy the full SHA
    ed88fc5 View commit details
    Browse the repository at this point in the history
  3. Fix: Public access modifier.

    Signed-off-by: Iva Horn <[email protected]>
    i2h3 committed Oct 30, 2025
    Configuration menu
    Copy the full SHA
    9efd499 View commit details
    Browse the repository at this point in the history
Loading