0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2025-01-14 02:45:28 +01:00
gitea/routers
Vasek Sraier 49b2f45f75 Cleaned permission checks for API -> site admin can now do anything (#6483)
* cleaned permission checks for API -> site admin can now do anything

Signed-off-by: Vasek Sraier <git@vakabus.cz>

* PR #6483: helper methods moved to context/context.go, added missing return

Signed-off-by: Vasek Sraier <git@vakabus.cz>

* PR #6483: added documentation to new exported helper functions in context/context.go

Signed-off-by: Vasek Sraier <git@vakabus.cz>
2019-04-08 01:49:34 +03:00
..
admin Better logging (#6038) (#6095) 2019-04-02 08:48:31 +01:00
api/v1 Cleaned permission checks for API -> site admin can now do anything (#6483) 2019-04-08 01:49:34 +03:00
dev
org Better logging (#6038) (#6095) 2019-04-02 08:48:31 +01:00
private
repo Show last commit status in pull request lists (#6465) 2019-04-02 15:54:29 -04:00
routes fix upload attachments (#6481) 2019-04-02 15:25:05 -04:00
user Show last commit status in pull request lists (#6465) 2019-04-02 15:54:29 -04:00
utils
home.go
init.go Better logging (#6038) (#6095) 2019-04-02 08:48:31 +01:00
install.go Better logging (#6038) (#6095) 2019-04-02 08:48:31 +01:00
metrics.go
swagger_json.go