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.
forgejo/models/user
yp05327 cf29ee6dd2
Add missing tabs to org projects page (#22705)
Fixes https://github.com/go-gitea/gitea/issues/22676

Context Data `IsOrganizationMember` and `IsOrganizationOwner` is used to
control the visibility of `people` and `team` tab.

2871ea0809/templates/org/menu.tmpl (L19-L40)

And because of the reuse of user projects page, User Context is changed
to Organization Context. But the value of `IsOrganizationMember` and
`IsOrganizationOwner` are not being given.

I reused func `HandleOrgAssignment` to add them to the ctx, but may have
some unnecessary variables, idk whether it is ok.

I found there is a missing `PageIsViewProjects` at create project page.
1 year ago
..
avatar.go Avoid warning for system setting when start up (#23054) 1 year ago
badge.go Implement FSFE REUSE for golang files (#21840) 2 years ago
email_address.go Use ErrInvalidArgument in packages (#22268) 2 years ago
email_address_test.go refactor some functions to support ctx as first parameter (#21878) 2 years ago
error.go Implement FSFE REUSE for golang files (#21840) 2 years ago
external_login_user.go Implement FSFE REUSE for golang files (#21840) 2 years ago
follow.go Implement FSFE REUSE for golang files (#21840) 2 years ago
follow_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
list.go Implement FSFE REUSE for golang files (#21840) 2 years ago
main_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
must_change_password.go Add command to bulk set must-change-password (#22823) 1 year ago
openid.go Use ErrInvalidArgument in packages (#22268) 2 years ago
openid_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
redirect.go Implement FSFE REUSE for golang files (#21840) 2 years ago
redirect_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
search.go Implement FSFE REUSE for golang files (#21840) 2 years ago
setting.go Fix bug on user setting (#22539) 1 year ago
setting_keys.go Implement FSFE REUSE for golang files (#21840) 2 years ago
setting_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
user.go Add missing tabs to org projects page (#22705) 1 year ago
user_system.go Implement actions (#21937) 1 year ago
user_test.go Provide the ability to set password hash algorithm parameters (#22942) 1 year ago
user_update.go Implement FSFE REUSE for golang files (#21840) 2 years ago