summaryrefslogtreecommitdiffstats
path: root/routers/org/setting.go
Commit message (Collapse)AuthorAgeFilesLines
* fix #981Unknwon2015-09-171-2/+7
|
* #1191 allow upload avatar for orgUnknwon2015-09-061-0/+12
| | | | Signed-off-by: Unknwon <u@gogs.io>
* finish new org settings pageUnknwon2015-09-061-3/+11
|
* new org options UIUnknwon2015-09-061-8/+8
|
* #1193 Make organization emails non-mandatoryUnknwon2015-09-061-9/+1
|
* new webhooks list UIUnknwon2015-08-261-1/+15
|
* #1070 Clearer error message for illegal charactersUnknwon2015-03-261-1/+1
|
* #1067: Deleting users should remove them from collaborator listsUnknwon2015-03-171-4/+3
| | | | - fix delete user but repository watches are not decreased
* models: able to rename user with diff letter cases #981Unknwon2015-02-221-5/+10
| | | | | - templates/org: mirror fix on name output - routers: add missing error check
* Update with macaronUnknwon2014-10-061-1/+1
|
* Add suburl supportUnknwon2014-09-191-4/+4
|
* Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵Martin van Beurden2014-09-181-4/+5
| | | | | | | | | | | | | | 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
* add organization-level webhooksChristopher Brickley2014-09-051-0/+28
|
* Page: `/org/:orgname/settings`Unknwon2014-08-141-0/+99