Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Handle refactor (#3339) | Morgan Bazalgette | 2018-01-10 | 1 | -8/+8 |
| | | | | | | * Replace all ctx.Handle with ctx.ServerError or ctx.NotFound * Change Handle(403) to NotFound, avoid using macaron's NotFound | ||||
* | Allow adding collaborators with (fullname) (#3103) | Sasha Varlamov | 2017-12-07 | 1 | -5/+2 |
| | | | | | | | | | | * Allow adding collaborators with (fullname) Signed-off-by: Sasha Varlamov <sasha@sashavarlamov.com> * Refactor username suffix to utils pkg Signed-off-by: Sasha Varlamov <sasha@sashavarlamov.com> | ||||
* | Fix error when add user has full name to team (#2973) | Lunny Xiao | 2017-11-26 | 1 | -0/+5 |
| | | | | | | * fix error when add user has full name to team * add comment for extra uname check | ||||
* | Remove unit types commits and settings (#2161) | Lauris BH | 2017-07-17 | 1 | -19/+28 |
| | | | | | | | | | | * Remove unit types commits and settings * Can not limit units in administrator teams * Limit changing units only to teams with read and write access mode * Small code optimization | ||||
* | fix bug to deny to add orgnization as a member of an orgnization or team (#1815) | Lunny Xiao | 2017-05-26 | 1 | -0/+6 |
| | |||||
* | Add units to team (#947) | Lunny Xiao | 2017-05-18 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | * add units to team * fix lint * finish team setting backend * finished permission controll on routes * fix import blank line * add unit check on ssh/http pull and push and fix test failed * fix fixtures data * remove unused code | ||||
* | fix leave team 404 (#1154) | Lunny Xiao | 2017-03-09 | 1 | -0/+2 |
| | |||||
* | golint fixed for parts of routers root, dev, user and org dirs (#167) | Lunny Xiao | 2016-11-18 | 1 | -13/+27 |
| | | | | | | | | * golint fixed for parts of routers root, dev and org dirs * add user/auth.go golint fixed * rename unnecessary exported to unexported and user dir golint fixed | ||||
* | Update import paths from github.com/go-gitea to code.gitea.io (#135) | Sandro Santilli | 2016-11-10 | 1 | -5/+5 |
| | | | | | | | - Update import paths from github.com/go-gitea to code.gitea.io - Fix import path for travis See https://docs.travis-ci.com/user/languages/go#Go-Import-Path | ||||
* | ACCESS_MODE_* -> AccessMode* | Sandro Santilli | 2016-11-07 | 1 | -3/+3 |
| | |||||
* | Change import reference to match gitea instead of gogs (#37) | Rémy Boulanouar | 2016-11-03 | 1 | -5/+5 |
| | |||||
* | Refactor User.Id to User.ID | Unknwon | 2016-07-24 | 1 | -5/+5 |
| | |||||
* | #1692 api: admin list and create team under organization | Unknwon | 2016-03-21 | 1 | -15/+1 |
| | |||||
* | Rename module: middleware -> context | Unknwon | 2016-03-11 | 1 | -11/+11 |
| | |||||
* | Remove unnecessary comments | Florian Kaiser | 2016-01-31 | 1 | -1/+0 |
| | |||||
* | Only show teams the user has access to | Florian Kaiser | 2016-01-31 | 1 | -4/+1 |
| | |||||
* | #2497 incorrect error handle for team name | Unknwon | 2016-01-29 | 1 | -22/+18 |
| | |||||
* | fix #650 | Unknwon | 2015-11-22 | 1 | -5/+8 |
| | |||||
* | allow anonymous SSH clone | Unknwon | 2015-08-05 | 1 | -1/+1 |
| | |||||
* | #1067: Deleting users should remove them from collaborator lists | Unknwon | 2015-03-17 | 1 | -1/+1 |
| | | | | - fix delete user but repository watches are not decreased | ||||
* | #1040: dashboard no longer accessible when repo is missing | Unknwon | 2015-03-16 | 1 | -1/+1 |
| | |||||
* | v4 migration, merge 'dev', clean code and mirror fix | Unknwon | 2015-02-23 | 1 | -1/+1 |
| | |||||
* | Merge remote-tracking branch 'mine/access_refactor' into access_refactor | Peter Smit | 2015-02-12 | 1 | -6/+6 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | -6/+6 |
| | | |||||
| * | Refactoring of the Access Table | Peter Smit | 2015-02-06 | 1 | -8/+8 |
| | | | | | | | | | | | | 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 | -8/+8 |
| | | | | | | | | | | | | 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. | ||||
* | | models: make code change for session issue with SQLite3 #739 | Unknwon | 2015-02-10 | 1 | -5/+2 |
|/ | |||||
* | Issue: Show error prompt when add repository to team and it does not exist #533 | Unknwon | 2014-10-10 | 1 | -0/+5 |
| | |||||
* | Prepare 0.5 release | Unknwon | 2014-09-12 | 1 | -2/+2 |
| | |||||
* | Finsih add/remove repo in organization | Unknwon | 2014-08-26 | 1 | -3/+48 |
| | |||||
* | Finish new edit team page, add member to team | Unknwon | 2014-08-24 | 1 | -12/+125 |
| | |||||
* | Working on organization pages | Unknwon | 2014-08-23 | 1 | -4/+6 |
| | |||||
* | Add/remove member need add/remove access to repositories as well | Unknwon | 2014-08-16 | 1 | -2/+2 |
| | |||||
* | Finish team list, create new team, join/leave team page | Unknwon | 2014-08-16 | 1 | -54/+46 |
| | |||||
* | Huge updates!!!!! Be careful to merge!!!! | Unknwon | 2014-07-26 | 1 | -14/+12 |
| | |||||
* | add organization team-single page | fuxiaohei | 2014-07-07 | 1 | -0/+5 |
| | |||||
* | Finish create organization team | Unknown | 2014-07-02 | 1 | -3/+78 |
| | |||||
* | Finish Teams page | Unknown | 2014-06-29 | 1 | -6/+41 |
| | |||||
* | add organization team-create page | fuxiaohei | 2014-06-27 | 1 | -0/+5 |
| | |||||
* | add organization team-create page | fuxiaohei | 2014-06-27 | 1 | -0/+16 |