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

Store read access in access for team repositories #20275

Merged
merged 6 commits into from
Jul 11, 2022

Commits on Jul 6, 2022

  1. Store read access in access for team repo's

    - Currently when a Team has read access to a organization's non-private
    repository, their access won't be stored in the database. This caused
    issue for code that rely on read access being stored. So from now-on if
    we see that the repository is owned by a organization don't increase the
    minMode to write permission.
    - Resolves go-gitea#20083
    Gusted committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    e83db34 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2022

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

Commits on Jul 10, 2022

  1. Merge branch 'main' into store-team-read-access

    Gusted committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    d7af1e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ddf8bb View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

  1. Configuration menu
    Copy the full SHA
    34b7519 View commit details
    Browse the repository at this point in the history