Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

all: Support syncing ownership (fixes #1329) #8434

Merged
merged 17 commits into from
Jul 26, 2022
Merged

Commits on Jul 5, 2022

  1. all: Support syncing ownership (fixes #xxx)

    This adds support for syncing ownership on Unixes and on Windows. The
    scanner always picks up ownership information, but it is not applied
    unless the new folder option "Sync Ownership" is set.
    
    Ownership data is stored in a new FileInfo field called "OS data". This
    is intended to hold further OS specific data in the future
    (specifically, extended attributes), which is why the whole design is a
    bit overkill for just ownership.
    calmh committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    b4f0ee0 View commit details
    Browse the repository at this point in the history
  2. wip

    calmh committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    a5e93a9 View commit details
    Browse the repository at this point in the history
  3. wip

    calmh committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    c21f0aa View commit details
    Browse the repository at this point in the history
  4. wip

    calmh committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    054d6f7 View commit details
    Browse the repository at this point in the history
  5. wip

    calmh committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    5fa9851 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2022

  1. wip

    calmh committed Jul 9, 2022
    Configuration menu
    Copy the full SHA
    212f1d8 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. wip

    calmh committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    50adfe2 View commit details
    Browse the repository at this point in the history
  2. wip

    calmh committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    defb33b View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

  1. Merge branch 'main' into owners2

    * main:
      gui, man, authors: Update docs, translations, and contributors
      cmd/syncthing/cli: Add show discovery command (fixes syncthing#8007) (syncthing#8378)
      gui, man, authors: Update docs, translations, and contributors
      lib/osutil: Only announce address of interfaces which are up (fixes syncthing#7458) (syncthing#8422)
      gui: Fix missing span end tag and missing nbsp semicolon in HTML (syncthing#8419)
    calmh committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    013b29e View commit details
    Browse the repository at this point in the history
  2. wip

    calmh committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    58ec7af View commit details
    Browse the repository at this point in the history
  3. wip

    calmh committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    e48d586 View commit details
    Browse the repository at this point in the history
  4. wip

    calmh committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    d379340 View commit details
    Browse the repository at this point in the history
  5. wip

    calmh committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    492b8f2 View commit details
    Browse the repository at this point in the history
  6. wip

    calmh committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    b6e6e32 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. Less specific file naming

    calmh committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    8557a96 View commit details
    Browse the repository at this point in the history
  2. windows

    calmh committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    37cad5f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6de366d View commit details
    Browse the repository at this point in the history