1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-01 17:05:48 +00:00
gitea/routers/web/user
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
..
setting Restrict email address validation (#17688) (#19085) 2022-03-14 20:51:58 +01:00
avatar.go Move user related model into models/user (#17781) 2021-11-24 17:49:20 +08:00
home_test.go Decouple unit test code from business code (#17623) 2021-11-12 22:36:47 +08:00
home.go Fix showing issues in your repositories (#18916) (#19191) 2022-03-24 00:36:38 +01:00
main_test.go Decouple unit test code from business code (#17623) 2021-11-12 22:36:47 +08:00
notification.go Multiple Escaping Improvements (#17551) 2021-11-16 18:18:25 +00:00
profile.go Move POST /{username}/action/{action} to simply POST /{username} (#18045) 2021-12-20 17:18:26 +00:00
task.go Correctly handle failed migrations (#17575) 2021-11-13 19:28:50 +08:00