1
1
mirror of https://github.com/go-gitea/gitea.git synced 2024-10-07 07:22:00 +02:00
gitea/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
2015-02-16 13:16:24 +02:00
..
admin
api/v1 Refactoring of the Access Table 2015-02-12 14:14:45 +02:00
dev
org Merge remote-tracking branch 'mine/access_refactor' into access_refactor 2015-02-12 14:25:07 +02:00
repo code fix #941 caution: undertest 2015-02-13 00:58:46 -05:00
user Fix that owners also see actions on their repositories 2015-02-16 13:16:24 +02:00
home.go
install.go