]> 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>
Thu, 12 Feb 2015 12:14:45 +0000 (14:14 +0200)
commit0a4cda0dd4d7c906668d9d2e283fbe9ebe2e1608
tree7068350836e187523f0bcf741695c84c0eab42a9
parent2804784df93f392ed76a85d8e7153c66964f1ba5
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