]> source.dussan.org Git - gitea.git/commit
Refactoring of the Access Table
authorPeter Smit <peter@smitmail.eu>
Thu, 5 Feb 2015 13:29:08 +0000 (15:29 +0200)
committerPeter Smit <peter@smitmail.eu>
Fri, 6 Feb 2015 11:18:11 +0000 (13:18 +0200)
commit4e79adf6b5bf7ec7bc3b2b47469baafd1cb0b774
tree7c9ffe3d741408b5b3c33974b5143b9a50646e02
parent03af37554e34582e8c5a9d98ec9f2d3c9884f0d8
Refactoring of the Access Table

This commit does a lot of the work of refactoring the access table in a table with id's instead of strings.

The result does compile, but has not been tested. It may eat your kittens.
12 files changed:
cmd/serve.go
models/access.go
models/migrations/migrations.go
models/org.go
models/repo.go
models/user.go
modules/middleware/org.go
modules/middleware/repo.go
routers/api/v1/repo.go
routers/org/teams.go
routers/repo/http.go
routers/user/home.go