summaryrefslogtreecommitdiffstats
path: root/routers/org/org.go
Commit message (Collapse)AuthorAgeFilesLines
* Fix errors in create org UI regarding team access permission. (#8506)David Svantesson2019-10-141-4/+5
|
* Allow to set organization visibility (public, internal, private) (#1763)Rémy Boulanouar2019-02-181-3/+6
|
* Address issues pointed out by @lunny in #3339 (#3352)Morgan Bazalgette2018-01-121-7/+4
|
* Handle refactor (#3339)Morgan Bazalgette2018-01-101-2/+10
| | | | | | * Replace all ctx.Handle with ctx.ServerError or ctx.NotFound * Change Handle(403) to NotFound, avoid using macaron's NotFound
* Restrict creating organisations by user (#193)Schwobaland2016-12-311-0/+8
| | | | | | | | | | | | | | | | | | | | | | * restrict creating organizations based on right on user * revert bindata.go * reverse vendor lib * revert goimports change * set AllowCreateOrganization default value to true * revert locale * added default value for AllowCreateOrganization * fix typo in migration-comment * fix comment * add coments in migration
* 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-6/+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-6/+6
| | | | | | | - 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
* And othersSandro Santilli2016-11-071-1/+1
|
* Change import reference to match gitea instead of gogs (#37)Rémy Boulanouar2016-11-031-6/+6
|
* #13 finish user and repository searchUnknwon2016-03-111-1/+1
| | | | Both are possible on explore and admin panel
* Rename module: middleware -> contextUnknwon2016-03-111-3/+3
|
* #1944 Drop /org/ URL path prefix in organization home pageUnknwon2015-11-241-27/+0
|
* #1193 Make organization emails non-mandatoryUnknwon2015-09-061-9/+2
|
* #1070 Clearer error message for illegal charactersUnknwon2015-03-261-7/+10
|
* 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 team list, create new team, join/leave team pageUnknwon2014-08-161-1/+1
|
* Page: `/org/:orgname/settings`Unknwon2014-08-141-110/+6
|
* Finish new home page of organizationUnknwon2014-08-101-8/+7
|
* Reser repo owner to organization when error occurs in repo create page, ↵Unknwon2014-07-261-52/+13
| | | | dashboard news feed page, create organization page
* Huge updates!!!!! Be careful to merge!!!!Unknwon2014-07-261-19/+17
|
* New UI merge in progressUnknwon2014-07-261-6/+6
|
* Finish Teams pageUnknown2014-06-291-7/+2
|
* Finish organization homepageUnknown2014-06-281-3/+35
|
* Finish delete organizationUnknown2014-06-281-1/+44
|
* add organization team-create pagefuxiaohei2014-06-271-4/+0
|
* Organization settings pageUnknown2014-06-271-5/+51
|
* Add create organizationUnknown2014-06-251-6/+90
|
* add organization setting pagefuxiaohei2014-06-231-0/+5
|
* add organization dashboard pagefuxiaohei2014-06-231-0/+5
|
* add organization create pagefuxiaohei2014-06-231-7/+11
|
* add organization teams pagefuxiaohei2014-06-221-0/+6
|
* add organization memebers pagefuxiaohei2014-06-221-1/+6
|
* organisation main page uiFuXiaoHei2014-06-071-0/+11