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

Save files in local storage as group readable #21198

Merged
merged 7 commits into from
Sep 24, 2022

Commits on Sep 18, 2022

  1. Save files in local storage as group readable

    Go creates temporary files as 600 (https://github.com/golang/go/blob/334a591a3f4d868368913328b3e81ddf5b0f46fa/src/os/tempfile.go#L44), but sometimes we want the group to be able to read them (for example, for another user to back up the storage.)
    catdevnull committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    33d75da View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2022

  1. Configuration menu
    Copy the full SHA
    787485d View commit details
    Browse the repository at this point in the history
  2. fix windows

    wxiaoguang committed Sep 24, 2022
    Configuration menu
    Copy the full SHA
    77b0036 View commit details
    Browse the repository at this point in the history
  3. fix lint

    wxiaoguang committed Sep 24, 2022
    Configuration menu
    Copy the full SHA
    c2a47af View commit details
    Browse the repository at this point in the history
  4. fix lint

    wxiaoguang committed Sep 24, 2022
    Configuration menu
    Copy the full SHA
    31fcd9b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f69f103 View commit details
    Browse the repository at this point in the history
  6. fix build

    wxiaoguang committed Sep 24, 2022
    Configuration menu
    Copy the full SHA
    6f4d6c8 View commit details
    Browse the repository at this point in the history