You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/routers
Peter Smit 455fad0fbd Fix that owners also see actions on their repositories
This is a balance between speed and nice code, where speed has won. To prevent a repository query for each action the ownername is match with the current user.

It would be "cleaner" or "better" if we fetch the repository each time. Another option is to add the RepoOwnerID to action
10 years ago
..
admin able to allow insecure certification of webhook for #891 10 years ago
api/v1 Refactoring of the Access Table 10 years ago
dev Remove APP_LOGO setting 10 years ago
org Merge remote-tracking branch 'mine/access_refactor' into access_refactor 10 years ago
repo code fix #941 caution: undertest 10 years ago
user Fix that owners also see actions on their repositories 10 years ago
home.go code fix for #908, and work for #884 10 years ago
install.go Add option to provide configuration file on command line 10 years ago