summaryrefslogtreecommitdiffstats
path: root/templates/org/settings
Commit message (Collapse)AuthorAgeFilesLines
* Added: Ability to delete org avatar.Tamás Molnár2016-03-061-0/+1
|
* #2156 admin able to edit organization max repo creationUnknwon2015-12-111-0/+10
|
* Indent all templates with tabsAdam Strzelecki2015-12-085-129/+129
| | | | | | | | | | | | 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-241-3/+3
|
* update localesUnknwon2015-11-031-1/+1
|
* #1191 allow upload avatar for orgUnknwon2015-09-061-0/+14
| | | | Signed-off-by: Unknwon <u@gogs.io>
* new user profile settings UIUnknwon2015-09-061-1/+1
| | | | Signed-off-by: Unknwon <u@gogs.io>
* finish new org settings pageUnknwon2015-09-062-44/+39
|
* new org options UIUnknwon2015-09-061-50/+39
|
* #1193 Make organization emails non-mandatoryUnknwon2015-09-061-8/+0
|
* new create webhook UIUnknwon2015-08-271-34/+26
|
* new webhooks list UIUnknwon2015-08-263-39/+26
|
* fix #1439Unknwon2015-08-051-1/+1
|
* update gopmfileUnknwon2015-07-281-1/+1
|
* fix #1305Unknwon2015-07-281-3/+1
|
* #1098 Hide gravatar email field if gravatar is disabled (or offline mode)Unknwon2015-03-241-0/+2
|
* models: able to rename user with diff letter cases #981Unknwon2015-02-222-67/+67
| | | | | - templates/org: mirror fix on name output - routers: add missing error check
* UI: Confirmation boxUnknwon2014-09-282-3/+17
|
* Add suburl supportUnknwon2014-09-193-5/+5
|
* Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵Martin van Beurden2014-09-183-5/+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
* Organization level webhooksUnknwon2014-09-071-10/+10
|
* Merge pull request #442 from compressed/org_hook无闻2014-09-073-1/+77
|\ | | | | Organization-level Webhooks
| * add organization-level webhooksChristopher Brickley2014-09-053-1/+77
| |
* | Fix #348Unknwon2014-09-051-48/+48
|/
* Working on organization pagesUnknwon2014-08-232-2/+2
|
* Finish team list, create new team, join/leave team pageUnknwon2014-08-162-0/+2
|
* Page: `/org/:orgname/settings`Unknwon2014-08-143-0/+95