-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Fix invalid issues in project boards #22865
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
Closed
yp05327
wants to merge
95
commits into
go-gitea:main
from
yp05327:fix-edit-close-delete-projects-of-org
Closed
Changes from 77 commits
Commits
Show all changes
95 commits
Select commit
Hold shift + click to select a range
16836c2
fix edit/close/delete projects in org
yp05327 91cbfce
fix
yp05327 3f76a8f
fix lint
zeripath 192a6d4
improve edit/close/delete permission
yp05327 26564fb
fix write projects permission of users in teams
yp05327 a266778
fix no access team permission of projects/packages
yp05327 99a3351
fix code tab permission in org team unit
yp05327 810de4e
fix
yp05327 39f8366
remove noused canAccessProjects
yp05327 33c57bc
test add issue
yp05327 5242c79
test add porject.TypeUser
yp05327 f92c5e0
remove TypeUser
yp05327 feb43e0
fix TODO: repoID is 0 in user/org projects
yp05327 3e6ae97
remove break in addUpdateIssueProject
yp05327 49a9595
fix
yp05327 a608963
Merge branch 'main' into fix-edit-close-delete-projects-of-org
yp05327 a3396b9
fix redundant break statement
yp05327 005568f
change ProjectList to project.List
yp05327 adb83e6
imporve variable name
yp05327 6ebb80d
revert the change of issue-action project data-url
yp05327 87d98fc
add TODO
yp05327 ebb6e83
fix retrieve projects in an issue
yp05327 762cfa6
fix 'new project' button in repo projects page
yp05327 2579105
Merge branch 'go-gitea:main' into fix-edit-close-delete-projects-of-org
yp05327 ec104a2
improve project type
yp05327 c0677c3
fix wrong project link
yp05327 f9c3351
fix permission check in projectboard
yp05327 6e668ef
remove used code
yp05327 a4a75a3
fix var-naming
yp05327 6235923
fix misspelling
yp05327 a75dedb
add db migration
yp05327 0d2869d
fix permission check in issue.CanRetrievedByDoer
yp05327 2d11075
Merge branch 'go-gitea:main' into fix-edit-close-delete-projects-of-org
yp05327 e022704
rename GetOwner to LoadOwner
yp05327 5850d85
rename GetOwner to LoadOwner
yp05327 2b398fd
fix incorrect issue num
yp05327 87668f7
fix incorrect permission check in repo project
yp05327 4c1c419
fix incorrect open/closed issuenum in project list
yp05327 72d059d
binding a issue to a project needs Write perm
yp05327 7be7b02
fix incorrect open/close issue num in project list
yp05327 43336a2
Merge branch 'main' into fix-edit-close-delete-projects-of-org
yp05327 0a22729
remove projects.Name
yp05327 951c4f1
Merge branch 'main' into fix-edit-close-delete-projects-of-org
yp05327 05f6415
remove migration
yp05327 e0475b7
revert project type
yp05327 eac2724
Merge branch 'main' into fix-edit-close-delete-projects-of-org
yp05327 d1d5f30
move canWriteProjects
yp05327 17b2eb2
update new design
yp05327 8868100
Merge branch 'main' into fix-edit-close-delete-projects-of-org
yp05327 a824862
Merge branch 'main' into fix-edit-close-delete-projects-of-org
yp05327 aaf9ef8
remove
yp05327 5adbb7d
remove unnecessary code
yp05327 894f960
add permission check for collaborations
yp05327 cd10524
improve performance
yp05327 3fba5cc
fix incorrect issue num in project list page
yp05327 f16fc72
update
yp05327 f0cd211
add err check
yp05327 396f11e
fix conflicts
yp05327 cf84ed7
Merge branch 'main' into fix-edit-close-delete-projects-of-org
yp05327 cad44d9
update
yp05327 b9227fa
Merge branch 'main' into fix-edit-close-delete-projects-of-org
yp05327 77a2c67
add nolint
yp05327 c92cb2e
improve search logic and performance
yp05327 42af698
Merge branch 'main' into fix-edit-close-delete-projects-of-org
yp05327 5e42b0e
Merge branch 'main' into fix-edit-close-delete-projects-of-org
yp05327 1a6da57
fix
yp05327 265e7d3
Merge branch 'main' into fix-edit-close-delete-projects-of-org
yp05327 32dd6a0
Merge branch 'main' into fix-edit-close-delete-projects-of-org
yp05327 5dc2aa0
fix typo
yp05327 d761487
rename
yp05327 62efaae
Merge branch 'main' into fix-edit-close-delete-projects-of-org
yp05327 0d6757d
remove archived repo check
yp05327 b78d62e
Merge branch 'main' into fix-edit-close-delete-projects-of-org
yp05327 a5cf0a4
Merge branch 'main' into fix-edit-close-delete-projects-of-org
yp05327 8f3d51d
move UnitGlobalDisabled
yp05327 752ae93
Merge branch 'main' into fix-edit-close-delete-projects-of-org
yp05327 77ac2bc
fix
yp05327 4a70ec2
Merge branch 'main' into fix-edit-close-delete-projects-of-org
yp05327 c90b29e
Merge branch 'main' into fix-edit-close-delete-projects-of-org
GiteaBot 598cddf
Merge branch 'main' into fix-edit-close-delete-projects-of-org
GiteaBot 14122ea
Merge branch 'main' into fix-edit-close-delete-projects-of-org
GiteaBot cdb454a
only check repo unit permission
yp05327 79a6d4e
improve FilterWritableByDoer
yp05327 821fce2
improve UnitGlobalDisabled check
yp05327 e22dcfa
fix
yp05327 f924720
Merge branch 'main' into fix-edit-close-delete-projects-of-org
yp05327 cedeb38
fix
yp05327 4313a8c
Merge branch 'main' into fix-edit-close-delete-projects-of-org
yp05327 e0c91cb
Merge branch 'main' into fix-edit-close-delete-projects-of-org
yp05327 d2fad57
Merge branch 'main' into fix-edit-close-delete-projects-of-org
yp05327 0621ed5
fix
yp05327 a48cdba
fix lint
yp05327 b229467
remove issueList.FilterValidByDoer
yp05327 004f4d2
improve(bug public individual project cannot display the issues in pu…
yp05327 80922b1
fix issue search bug
yp05327 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.