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

cornerstone: Display NIfTI and dicom image previews #30

Draft
wants to merge 9 commits into
base: main
Choose a base branch
from

Commits on Nov 2, 2023

  1. Configuration menu
    Copy the full SHA
    0ba4ecc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dcb648e View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Configuration menu
    Copy the full SHA
    80715ae View commit details
    Browse the repository at this point in the history
  2. Refactor Find Sources and fix bug when view a user who belongs to an …

    …unactive auth source (go-gitea#27798)
    
    The steps to reproduce it.
    
    First, create a new oauth2 source.
    Then, a user login with this oauth2 source.
    Disable the oauth2 source.
    Visit users -> settings -> security, 500 will be displayed.
    This is because this page only load active Oauth2 sources but not all
    Oauth2 sources.
    lunny authored Nov 3, 2023
    Configuration menu
    Copy the full SHA
    1bf5527 View commit details
    Browse the repository at this point in the history
  3. Fix DownloadFunc when migrating releases (go-gitea#27887)

    We should not use `asset.ID` in DownloadFunc because DownloadFunc is a
    closure.
    
    https://github.com/go-gitea/gitea/blob/1bf5527eac6b947010c8faf408f6747de2a2384f/services/migrations/gitea_downloader.go#L284-L295
    
    A similar bug when migrating from GitHub has been fixed in go-gitea#14703. This
    PR fixes the bug when migrating from Gitea and GitLab.
    Zettat123 authored Nov 3, 2023
    Configuration menu
    Copy the full SHA
    ae396ac View commit details
    Browse the repository at this point in the history
  4. Refactor the function RemoveOrgUser (go-gitea#27582)

    This PR is a small refactor to merge removeOrgUser into RemoveOrgUser.
    lunny authored Nov 3, 2023
    Configuration menu
    Copy the full SHA
    d1dc9cb View commit details
    Browse the repository at this point in the history
  5. Remove "tabindex" from some form buttons (go-gitea#27892)

    Remove the "tabindex" from some form buttons on the "diff box" / "issue view content" page, let the browser use the default tab order.
    
    ---------
    
    Co-authored-by: Gusted <[email protected]>
    Co-authored-by: wxiaoguang <[email protected]>
    3 people authored Nov 3, 2023
    Configuration menu
    Copy the full SHA
    c46080b View commit details
    Browse the repository at this point in the history
  6. Remove SSH workaround (go-gitea#27893)

    Revert the workaround of go-gitea#26409 and fix go-gitea#26411, update github.com/gliderlabs/ssh to include gliderlabs/ssh@02f9d57
    earl-warren authored Nov 3, 2023
    Configuration menu
    Copy the full SHA
    da0c4b8 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2023

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