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

Fix chown and permission issues #19

Merged
merged 12 commits into from
Oct 24, 2024
Merged

Fix chown and permission issues #19

merged 12 commits into from
Oct 24, 2024

Commits on Oct 22, 2024

  1. Configuration menu
    Copy the full SHA
    be5d47a View commit details
    Browse the repository at this point in the history
  2. typo

    feederbox826 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    0e81872 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d10292 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. simplify permissions management

    - remove SKIP_CHOWN
    - default user to 911/911
    - remove curly brackets from unnecessary variables
    -  only set u=rwx and owner when chown
    - run directory test as PUID target
    - simplify migrate_update
    - add a check for common directories
    - use double brackets where possible to simplify
    feederbox826 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    172d0f2 View commit details
    Browse the repository at this point in the history
  2. formatting and variable cleanup

    - add STASHAPP_STASH_CONFIG
    - use error when there are breaking errors
    - update branding
    - be picky when finding python reqs
    - explain current user status with logs
    feederbox826 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    6f37a3e View commit details
    Browse the repository at this point in the history
  3. move config backups, more robust perm checks

    - use stat to mirror stash behaviour
    - don't fake ROOTLESS
    - fix runas logic
    feederbox826 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    0016fe5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9528e08 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    229788a View commit details
    Browse the repository at this point in the history
  6. split into reown/_r

    feederbox826 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    137f3e7 View commit details
    Browse the repository at this point in the history
  7. consistent spacing

    feederbox826 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    06d223e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    297b924 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6a9f00b View commit details
    Browse the repository at this point in the history