-
Notifications
You must be signed in to change notification settings - Fork 2
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
base: main
Are you sure you want to change the base?
Commits on Nov 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0ba4ecc - Browse repository at this point
Copy the full SHA 0ba4eccView commit details -
Add
Hide/Show all checks
button to commit status check (go-gitea#26284) Step one for a GitHub like commit status check ui: ![image](https://github.com/go-gitea/gitea/assets/18380374/22953b88-1f91-4d19-bc57-ad92d33fa11f) ![image](https://github.com/go-gitea/gitea/assets/18380374/78572a49-c9b0-472b-86a8-8293197e807b) ![image](https://github.com/go-gitea/gitea/assets/18380374/bc5c8d1c-2ab5-4b03-b8c6-20c34b86d856) Step two: ![image](https://github.com/go-gitea/gitea/assets/18380374/938b359e-8823-4192-b82d-55fa40b986fd) ![image](https://github.com/go-gitea/gitea/assets/18380374/2de5bb8f-40f5-462a-8d6d-bac13a32bc2a) The design now will list all commit status checks which takes too much space. This is a pre-improve for go-gitea#26247 --------- Co-authored-by: delvh <dev.lh@web.de> Co-authored-by: silverwind <me@silverwind.io> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for dcb648e - Browse repository at this point
Copy the full SHA dcb648eView commit details
Commits on Nov 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 80715ae - Browse repository at this point
Copy the full SHA 80715aeView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 1bf5527 - Browse repository at this point
Copy the full SHA 1bf5527View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for ae396ac - Browse repository at this point
Copy the full SHA ae396acView commit details -
Refactor the function RemoveOrgUser (go-gitea#27582)
This PR is a small refactor to merge removeOrgUser into RemoveOrgUser.
Configuration menu - View commit details
-
Copy full SHA for d1dc9cb - Browse repository at this point
Copy the full SHA d1dc9cbView commit details -
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 <postmaster@gusted.xyz> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c46080b - Browse repository at this point
Copy the full SHA c46080bView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for da0c4b8 - Browse repository at this point
Copy the full SHA da0c4b8View commit details
Commits on Nov 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fb54e90 - Browse repository at this point
Copy the full SHA fb54e90View commit details