gitea/routers/web
6543 42229dc0b8
Fix showing issues in your repositories (#18916) (#19191)
- Make a restriction on which issues can be shown based on if you the user or team has write permission to the repository.
- Fixes a issue whereby you wouldn't see any associated issues with a specific team on a organization if you wasn't a member(fixed by zeroing the User{ID} in the options).
- Resolves #18913

Co-authored-by: Gusted <williamzijl7@hotmail.com>
2022-03-24 00:36:38 +01:00
..
admin Fix wrong scopes caused by empty scope input (#19029) (#19145) 2022-03-21 03:13:18 +08:00
auth Do not send activation email if manual confirm is set (#19119) (#19122) 2022-03-19 14:20:42 +00:00
dev Move user related model into models/user (#17781) 2021-11-24 17:49:20 +08:00
events Refactor auth package (#17962) 2022-01-02 21:12:35 +08:00
explore Refactor admin user filter query parameters (#18965) (#18975) 2022-03-02 19:57:18 +01:00
feed Move user related model into models/user (#17781) 2021-11-24 17:49:20 +08:00
org Send 404 on `/{org}.gpg` (#18959) (#18962) 2022-03-01 20:37:47 -05:00
repo Fix compare link in active feeds for new branch (#19149) (#19185) 2022-03-23 19:04:50 +00:00
user Fix showing issues in your repositories (#18916) (#19191) 2022-03-24 00:36:38 +01:00
base.go Clean paths when looking in Storage (#19124) (#19179) 2022-03-23 09:23:00 +00:00
goget.go Refactor HTTP request context (#17979) 2021-12-15 14:59:57 +08:00
home.go Refactor auth package (#17962) 2022-01-02 21:12:35 +08:00
metrics.go Refactor routers directory (#15800) 2021-06-09 01:33:54 +02:00
nodeinfo.go Add nodeinfo endpoint for federation purposes (#16953) 2021-09-28 01:38:06 +02:00
swagger_json.go Refactor routers directory (#15800) 2021-06-09 01:33:54 +02:00
web.go Use custom favicon when viewing static files if it exists (#19130) (#19152) 2022-03-20 20:28:35 -04:00