forgejo/routers/web/user
Gusted a5f2894071
Fix showing issues in your repositories ()
- 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 
2022-03-23 23:57:09 +01:00
..
setting Update HTTP status codes to modern codes () 2022-03-23 12:54:07 +08:00
avatar.go Move user related model into models/user () 2021-11-24 17:49:20 +08:00
home.go Fix showing issues in your repositories () 2022-03-23 23:57:09 +01:00
home_test.go Renamed ctx.User to ctx.Doer. () 2022-03-22 15:03:22 +08:00
main_test.go Decouple unit test code from business code () 2021-11-12 22:36:47 +08:00
notification.go Renamed ctx.User to ctx.Doer. () 2022-03-22 15:03:22 +08:00
profile.go Renamed ctx.User to ctx.Doer. () 2022-03-22 15:03:22 +08:00
task.go Renamed ctx.User to ctx.Doer. () 2022-03-22 15:03:22 +08:00