yp05327 and GitHub
89297c9355
Fix no edit/close/delete button in org repo project view page ( #24349 )
...
Backport #24301
2023-04-26 07:38:41 -04:00
5ccb626cda
Fix owner team access mode value in team_unit table ( #24224 )
...
Partly backport #23675
Co-authored-by: Giteabot <teabot@gitea.io >
2023-04-22 08:53:03 +02:00
yp05327 and GitHub
95c2cb4b79
Add run status in action view page ( #24223 )
...
Backport #23212
2023-04-20 09:24:50 +02:00
yp05327 and GitHub
b33cae7a3a
Fix backport #23336 ( #23584 )
2023-03-20 15:37:20 +08:00
yp05327 and GitHub
4fcf3a3f90
Add me to maintainers ( #23026 )
...
Add me to maintainers.
[My PRs
list](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+author%3Ayp05327+is%3Amerged+ )
2023-02-21 10:56:13 +08:00
yp05327 and GitHub
f4ce8c73fb
Improve issues.LoadProject ( #22982 )
...
issues.LoadProject() is no use
change `issues.loadProject(ctx)` to issues.LoadProject(ctx)
2023-02-20 13:21:56 -06:00
b811ab48e5
Add all units to the units permission list in org team members sidebar ( #22971 )
...
Add all units to the units permission list in org team members sidebar.
Before:

After:

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
2023-02-20 15:08:33 +08:00
7eaf192967
Rename GetUnits to LoadUnits ( #22970 )
...
Same as https://github.com/go-gitea/gitea/pull/22967
---------
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
2023-02-19 16:31:39 +08:00
d5e417a33d
Fix no user listed in org teams page ( #22979 )
...
https://github.com/go-gitea/gitea/pull/22294 introduced this bug.
Before:

After:

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
2023-02-19 12:57:49 +08:00
bd66fa586a
Rename repo.GetOwner to repo.LoadOwner ( #22967 )
...
Fixes https://github.com/go-gitea/gitea/issues/22963
---------
Co-authored-by: Yarden Shoham <hrsi88@gmail.com >
2023-02-18 20:11:03 +08:00
yp05327 and GitHub
7ae10cb7f1
change org_type.go to visible_type.go and fix the notes ( #22752 )
...
It seems `VisibleType` is only designed for org at first. But it is also
used by user's visibility now.
So I think `org_type.go` can be changed to `visible_type.go`.
2023-02-09 06:40:34 +00:00
c07199f9ab
remove update language in ProfilePost ( #22748 )
...
Fixes https://github.com/go-gitea/gitea/issues/22703
Change language has been moved to `UpdateUserLang`
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
2023-02-06 00:06:26 +08:00
yp05327 and GitHub
e35f8e15a6
add default user visibility to cli command "admin user create" ( #22750 )
...
Fixes https://github.com/go-gitea/gitea/issues/22523
2023-02-04 17:35:04 +00:00
9ef8bfb69b
set user dashboard org visibility to basic ( #22706 )
...
Same to https://github.com/go-gitea/gitea/pull/22674 and
https://github.com/go-gitea/gitea/pull/22605
Sorry to create 3 PR to fix this.
I checked all span with class `org-visibility`, i think this is the last
one :)
And I found that private/limited user has no private/limited tag in
dashboard. but org does.
If it is ok i will add this feature in another pr.
Co-authored-by: 6543 <6543@obermui.de >
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
2023-02-02 14:53:14 +08:00
72a83dcc82
Explain that the no-access team unit does not affect public repositories ( #22661 )
...
Fixes https://github.com/go-gitea/gitea/issues/22600
Add explanations to team unit access control.
---------
Co-authored-by: Jason Song <i@wolfogre.com >
2023-02-01 16:14:40 +08:00
yp05327 and GitHub
f47ea60c07
set user visibility class to basic ( #22674 )
...
Same to https://github.com/go-gitea/gitea/pull/22605


These two page are both used at user and org, so if i fixed the org
page, the user page will be also be fixed.
2023-01-31 07:05:25 +00:00
yp05327 and GitHub
4f8c0eba9a
set org visibility class to basic in header ( #22605 )
...
Fixes https://github.com/go-gitea/gitea/issues/22601
At people and team page, we have red private tag or orange limited tag,
but at repo page, it is gray (basic).
I think it is better to set them into same color (basic).
2023-01-26 12:44:34 -06:00