You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/routers/web/user
Zettat123 7dec8de914
Hide the "Details" link of commit status when the user cannot access actions (#30156)
Fix #26685

If a commit status comes from Gitea Actions and the user cannot access
the repo's actions unit (the user does not have the permission or the
actions unit is disabled), a 404 page will occur after clicking the
"Details" link. We should hide the "Details" link in this case.

<img
src="https://github.com/go-gitea/gitea/assets/15528715/68361714-b784-4bb5-baab-efde4221f466"
width="400px" />
7 months ago
..
setting add skip secondary authorization option for public oauth2 clients (#31454) 7 months ago
avatar.go Refactor names (#31405) 8 months ago
code.go Remove AddParamIfExist(AddParam) (#29841) 11 months ago
home.go Hide the "Details" link of commit status when the user cannot access actions (#30156) 7 months ago
home_test.go Refactor names (#31405) 8 months ago
main_test.go make writing main test easier (#27270) 1 year ago
notification.go Hide the "Details" link of commit status when the user cannot access actions (#30156) 7 months ago
package.go Refactor names (#31405) 8 months ago
profile.go Remove AddParamIfExist(AddParam) (#29841) 11 months ago
search.go migrate some more "OptionalBool" to "Option[bool]" (#29479) 12 months ago
stop_watch.go Move context from modules to services (#29440) 1 year ago
task.go Refactor names (#31405) 8 months ago