aboutsummaryrefslogtreecommitdiffstats
path: root/models/access.go
Commit message (Collapse)AuthorAgeFilesLines
...
* code fix #941 caution: undertestUnknwon2015-02-131-30/+36
|
* Merge remote-tracking branch 'mine/access_refactor' into access_refactorPeter Smit2015-02-121-12/+12
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: 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
| * Change constants to UPPERCASE_WITH_UNDERSCORE stylePeter Smit2015-02-091-12/+12
| |
| * Refactoring of the Access TablePeter Smit2015-02-061-63/+113
| | | | | | | | | | | | 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.
* | Refactoring of the Access TablePeter Smit2015-02-121-66/+109
| | | | | | | | | | | | 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.
* | first pass work on migration #925Unknwon2015-02-111-19/+23
|/
* Fix dashboard issue after collaboration migrationPeter Smit2015-02-041-0/+4
|
* Introducing Collaboration StructPeter Smit2015-01-231-0/+20
|
* Finsih add/remove repo in organizationUnknwon2014-08-261-4/+4
|
* Add create organizationUnknown2014-06-251-8/+9
|
* Fix #165Unknown2014-06-211-4/+4
|
* Show private repository activities in dashboard if has accessUnknown2014-05-081-0/+3
|
* Assignee back endUnknown2014-05-081-2/+3
|
* CollaboratorUnknown2014-05-011-0/+6
|
* Fix import pathUnknown2014-04-181-1/+1
|
* Add repo mirror and importUnknown2014-04-121-1/+1
|
* Support private repoUnknown2014-04-111-4/+11
|
* Use session for rolling backUnknown2014-04-041-0/+11
|
* Add: rename repositoryUnknown2014-04-031-0/+8
|
* Fix bug work with sqlite3Unknown2014-03-301-0/+2
|
* IP: RC Code ReviewUnknown2014-03-271-2/+2
|
* Add postgres support, clean code, code reviewUnknown2014-03-171-1/+4
|
* Add UI for register userUnknown2014-02-171-4/+13
|
* add publickey & accessLunny Xiao2014-02-171-0/+29