aboutsummaryrefslogtreecommitdiff
path: root/routers/org/setting.go
Commit message (Collapse)AuthorAge
* fix #981Unknwon2015-09-17
|
* #1191 allow upload avatar for orgUnknwon2015-09-06
| | | | Signed-off-by: Unknwon <u@gogs.io>
* finish new org settings pageUnknwon2015-09-06
|
* new org options UIUnknwon2015-09-06
|
* #1193 Make organization emails non-mandatoryUnknwon2015-09-06
|
* new webhooks list UIUnknwon2015-08-26
|
* #1070 Clearer error message for illegal charactersUnknwon2015-03-26
|
* #1067: Deleting users should remove them from collaborator listsUnknwon2015-03-17
| | | | - fix delete user but repository watches are not decreased
* models: able to rename user with diff letter cases #981Unknwon2015-02-22
| | | | | - templates/org: mirror fix on name output - routers: add missing error check
* Update with macaronUnknwon2014-10-06
|
* Add suburl supportUnknwon2014-09-19
|
* Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵Martin van Beurden2014-09-18
| | | | | | | | | | | | | | 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-05
|
* Page: `/org/:orgname/settings`Unknwon2014-08-14