summaryrefslogtreecommitdiffstats
path: root/routers/org/members.go
Commit message (Collapse)AuthorAgeFilesLines
* Remove direct user adding to organization members (#2641)Lauris BH2017-10-151-40/+0
|
* fix bug to deny to add orgnization as a member of an orgnization or team (#1815)Lunny Xiao2017-05-261-0/+6
|
* Golint fixed for modules/setting (#262)Lunny Xiao2016-11-271-1/+1
| | | | | | * golint fixed for modules/setting * typo fixed and renamed UNIXSOCKET to UnixSocket
* golint fixed for parts of routers root, dev, user and org dirs (#167)Lunny Xiao2016-11-181-4/+9
| | | | | | | | * 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 Santilli2016-11-101-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
* Change import reference to match gitea instead of gogs (#37)Rémy Boulanouar2016-11-031-5/+5
|
* Refactor User.Id to User.IDUnknwon2016-07-241-6/+6
|
* Rename module: middleware -> contextUnknwon2016-03-111-4/+4
|
* fix #650Unknwon2015-11-221-1/+1
|
* allow anonymous SSH cloneUnknwon2015-08-051-1/+1
|
* #1067: Deleting users should remove them from collaborator listsUnknwon2015-03-171-2/+2
| | | | - fix delete user but repository watches are not decreased
* Add suburl supportUnknwon2014-09-191-1/+1
|
* Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵Martin van Beurden2014-09-181-1/+2
| | | | | | | | | | | | | | http://mydomain.com/gogs/ Conflicts: modules/setting/setting.go Conflicts: templates/repo/release/list.tmpl templates/user/dashboard/dashboard.tmpl Conflicts: routers/repo/setting.go
* Finish new edit team page, add member to teamUnknwon2014-08-241-1/+6
|
* Finish team list, create new team, join/leave team pageUnknwon2014-08-161-5/+17
|
* Finish new organization members and invitation pageUnknwon2014-08-151-2/+93
|
* Huge updates!!!!! Be careful to merge!!!!Unknwon2014-07-261-4/+2
|
* Finish Teams pageUnknown2014-06-291-0/+16