forgejo/modules/context
Giteabot 372b622c2b
Revert package access change from #23879 (#25707) (#25785)
Backport #25707 by @KN4CK3R

Fixes (?) #25538
Fixes https://codeberg.org/forgejo/forgejo/issues/972

Regression #23879

#23879 introduced a change which prevents read access to packages if a
user is not a member of an organization.

That PR also contained a change which disallows package access if the
team unit is configured with "no access" for packages. I don't think
this change makes sense (at the moment). It may be relevant for private
orgs. But for public or limited orgs that's useless because an
unauthorized user would have more access rights than the team member.
This PR restores the old behaviour "If a user has read access for an
owner, they can read packages".

Co-authored-by: KN4CK3R <admin@oldschoolhack.me>
2023-07-09 21:00:42 +00:00
..
access_log.go Replace interface{} with any (#25686) (#25687) 2023-07-04 23:41:32 -04:00
api.go Replace interface{} with any (#25686) (#25687) 2023-07-04 23:41:32 -04:00
api_org.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
api_test.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
base.go Replace interface{} with any (#25686) (#25687) 2023-07-04 23:41:32 -04:00
captcha.go Replace interface{} with any (#25686) (#25687) 2023-07-04 23:41:32 -04:00
context.go Replace interface{} with any (#25686) (#25687) 2023-07-04 23:41:32 -04:00
context_cookie.go Improve Gitea's web context, decouple "issue template" code into service package (#24590) 2023-05-09 01:30:14 +02:00
context_model.go Improve Gitea's web context, decouple "issue template" code into service package (#24590) 2023-05-09 01:30:14 +02:00
context_request.go Decouple the different contexts from each other (#24786) 2023-05-21 09:50:53 +08:00
context_response.go Replace interface{} with any (#25686) (#25687) 2023-07-04 23:41:32 -04:00
context_test.go Use standard HTTP library to serve files (#24693) 2023-05-13 16:04:57 +02:00
csrf.go Refactor cookie (#24107) 2023-04-13 15:45:33 -04:00
org.go Decouple the different contexts from each other (#24786) 2023-05-21 09:50:53 +08:00
package.go Revert package access change from #23879 (#25707) (#25785) 2023-07-09 21:00:42 +00:00
pagination.go Replace interface{} with any (#25686) (#25687) 2023-07-04 23:41:32 -04:00
permission.go Replace interface{} with any (#25686) (#25687) 2023-07-04 23:41:32 -04:00
private.go Replace interface{} with any (#25686) (#25687) 2023-07-04 23:41:32 -04:00
repo.go Decouple the different contexts from each other (#24786) 2023-05-21 09:50:53 +08:00
response.go Fix regression: access log template, gitea manager cli command (#24838) 2023-05-22 09:38:38 +08:00
utils.go Decouple the different contexts from each other (#24786) 2023-05-21 09:50:53 +08:00
xsrf.go Update gitea-vet to check FSFE REUSE (#22004) 2022-12-02 22:14:57 +08:00
xsrf_test.go Update gitea-vet to check FSFE REUSE (#22004) 2022-12-02 22:14:57 +08:00