aboutsummaryrefslogtreecommitdiff
path: root/templates/org/settings
Commit message (Collapse)AuthorAge
* Indent all templates with tabsAdam Strzelecki2015-12-08
| | | | | | | | | | | | This commit improves templates readability, since all of them use consistent indent with all template command blocks indented too. 1. Indents both HTML containers such as <div>, <p> and Go HTML template blocks such as {{if}} {{with}} 2. Cleans all trailing white-space 3. Adds trailing last line-break to each file
* #1944 Drop /org/ URL path prefix in organization home pageUnknwon2015-11-24
|
* update localesUnknwon2015-11-03
|
* #1191 allow upload avatar for orgUnknwon2015-09-06
| | | | Signed-off-by: Unknwon <u@gogs.io>
* new user profile settings UIUnknwon2015-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 create webhook UIUnknwon2015-08-27
|
* new webhooks list UIUnknwon2015-08-26
|
* fix #1439Unknwon2015-08-05
|
* update gopmfileUnknwon2015-07-28
|
* fix #1305Unknwon2015-07-28
|
* #1098 Hide gravatar email field if gravatar is disabled (or offline mode)Unknwon2015-03-24
|
* models: able to rename user with diff letter cases #981Unknwon2015-02-22
| | | | | - templates/org: mirror fix on name output - routers: add missing error check
* UI: Confirmation boxUnknwon2014-09-28
|
* 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
* Organization level webhooksUnknwon2014-09-07
|
* Merge pull request #442 from compressed/org_hook无闻2014-09-07
|\ | | | | Organization-level Webhooks
| * add organization-level webhooksChristopher Brickley2014-09-05
| |
* | Fix #348Unknwon2014-09-05
|/
* Working on organization pagesUnknwon2014-08-23
|
* Finish team list, create new team, join/leave team pageUnknwon2014-08-16
|
* Page: `/org/:orgname/settings`Unknwon2014-08-14