Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #1692 api: admin list and create team under organization | Unknwon | 2016-03-21 | 1 | -0/+27 |
| | |||||
* | Updated and created were appended with _unix. Fresh databases have only the ↵ | Marin Jankovski | 2016-03-11 | 1 | -1/+1 |
| | | | | newly named fields. | ||||
* | #1146 finsih UI work for access mode of collaborators | Unknwon | 2016-03-05 | 1 | -11/+10 |
| | | | | | Collaborators have write access as default, and can be changed via repository collaboration settings page to change between read, write and admin. | ||||
* | fix #1997 | Unknwon | 2015-11-19 | 1 | -10/+10 |
| | |||||
* | fix #1953 | Unknwon | 2015-11-15 | 1 | -0/+4 |
| | |||||
* | fix #1302 | Unknwon | 2015-11-13 | 1 | -6/+18 |
| | |||||
* | #1458: Authorities were messed up when using mysql database | Unknwon | 2015-08-28 | 1 | -40/+27 |
| | |||||
* | minor fix on API response | Unknwon | 2015-08-19 | 1 | -1/+1 |
| | |||||
* | WIP: create PR - choose branch | Unknwon | 2015-08-08 | 1 | -7/+7 |
| | |||||
* | #1369: nil pointer when add repo to team | Unknwon | 2015-07-24 | 1 | -4/+3 |
| | |||||
* | #1279: Removing user from collaboration removes repositiory | Unknwon | 2015-07-14 | 1 | -0/+19 |
| | |||||
* | #1143 Team member access lost when adding repository collaborator | Unknwon | 2015-03-24 | 1 | -0/+5 |
| | | | | - fix bug when add a repo to team, all other team members gets access as well | ||||
* | #1040: dashboard no longer accessible when repo is missing | Unknwon | 2015-03-16 | 1 | -0/+6 |
| | |||||
* | REAMDE: update | Unknwon | 2015-02-28 | 1 | -0/+1 |
| | |||||
* | models: done testing on new access system | Unknwon | 2015-02-28 | 1 | -40/+58 |
| | |||||
* | models: fix issue with transfer repository | Unknwon | 2015-02-24 | 1 | -3/+7 |
| | | | | README: fix typo | ||||
* | v4 migration, merge 'dev', clean code and mirror fix | Unknwon | 2015-02-23 | 1 | -14/+23 |
| | |||||
* | some fixes, but not done yet! | Unknwon | 2015-02-13 | 1 | -7/+12 |
| | |||||
* | code fix #941 caution: undertest | Unknwon | 2015-02-13 | 1 | -30/+36 |
| | |||||
* | Merge remote-tracking branch 'mine/access_refactor' into access_refactor | Peter Smit | 2015-02-12 | 1 | -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 style | Peter Smit | 2015-02-09 | 1 | -12/+12 |
| | | |||||
| * | Refactoring of the Access Table | Peter Smit | 2015-02-06 | 1 | -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 Table | Peter Smit | 2015-02-12 | 1 | -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 #925 | Unknwon | 2015-02-11 | 1 | -19/+23 |
|/ | |||||
* | Fix dashboard issue after collaboration migration | Peter Smit | 2015-02-04 | 1 | -0/+4 |
| | |||||
* | Introducing Collaboration Struct | Peter Smit | 2015-01-23 | 1 | -0/+20 |
| | |||||
* | Finsih add/remove repo in organization | Unknwon | 2014-08-26 | 1 | -4/+4 |
| | |||||
* | Add create organization | Unknown | 2014-06-25 | 1 | -8/+9 |
| | |||||
* | Fix #165 | Unknown | 2014-06-21 | 1 | -4/+4 |
| | |||||
* | Show private repository activities in dashboard if has access | Unknown | 2014-05-08 | 1 | -0/+3 |
| | |||||
* | Assignee back end | Unknown | 2014-05-08 | 1 | -2/+3 |
| | |||||
* | Collaborator | Unknown | 2014-05-01 | 1 | -0/+6 |
| | |||||
* | Fix import path | Unknown | 2014-04-18 | 1 | -1/+1 |
| | |||||
* | Add repo mirror and import | Unknown | 2014-04-12 | 1 | -1/+1 |
| | |||||
* | Support private repo | Unknown | 2014-04-11 | 1 | -4/+11 |
| | |||||
* | Use session for rolling back | Unknown | 2014-04-04 | 1 | -0/+11 |
| | |||||
* | Add: rename repository | Unknown | 2014-04-03 | 1 | -0/+8 |
| | |||||
* | Fix bug work with sqlite3 | Unknown | 2014-03-30 | 1 | -0/+2 |
| | |||||
* | IP: RC Code Review | Unknown | 2014-03-27 | 1 | -2/+2 |
| | |||||
* | Add postgres support, clean code, code review | Unknown | 2014-03-17 | 1 | -1/+4 |
| | |||||
* | Add UI for register user | Unknown | 2014-02-17 | 1 | -4/+13 |
| | |||||
* | add publickey & access | Lunny Xiao | 2014-02-17 | 1 | -0/+29 |