aboutsummaryrefslogtreecommitdiffstats
path: root/templates/org
Commit message (Collapse)AuthorAgeFilesLines
* comletely remove v1 UI files of GogsUnknwon2015-08-151-32/+0
|
* fix template errorUnknwon2015-08-101-1/+1
|
* fix #1439Unknwon2015-08-051-1/+1
|
* fix #1204Unknwon2015-07-311-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
|
* Merge branch 'dev' of github.com:gogits/gogs into accessUnknwon2015-02-224-138/+138
|\ | | | | | | | | | | | | | | | | Conflicts: gogs.go models/models.go models/user.go templates/.VERSION templates/org/home.tmpl
| * models: able to rename user with diff letter cases #981Unknwon2015-02-223-68/+68
| | | | | | | | | | - templates/org: mirror fix on name output - routers: add missing error check
| * templates/org/home.tmpl: fix org member can't see public repoUnknwon2015-02-221-70/+70
| |
* | fix mirror issues uncaught #941Unknwon2015-02-131-1/+1
|/
* Webhook delivery locking & Hide repo for org members if they don't have accessUnknwon2014-10-091-1/+1
|
* UI: Confirmation boxUnknwon2014-09-283-4/+25
|
* Add suburl supportUnknwon2014-09-1911-22/+22
|
* Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵Martin van Beurden2014-09-1811-22/+22
| | | | | | | | | | | | | | 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
* UI fixUnknwon2014-09-131-2/+2
|
* 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
|/
* Removed trailing white spacesTristan Storch2014-08-301-3/+3
| | | | | | | | | | Removed trailing whitespaces with ```sh for file in `grep -r " $" * | cut -d : -f 1 | sort | uniq | grep -v " "`; do sed -i 's/[ \t]*$//' $file; done ``` and some handwork.
* Finish new admin users pagesUnknwon2014-08-292-181/+0
|
* Finsih add/remove repo in organizationUnknwon2014-08-262-2/+47
|
* Finish new edit team page, add member to teamUnknwon2014-08-246-18/+76
|
* Working on organization pagesUnknwon2014-08-235-2/+46
|
* Finish team list, create new team, join/leave team pageUnknwon2014-08-1610-155/+119
|
* Finish new organization members and invitation pageUnknwon2014-08-151-3/+6
|
* Finish new organization members and invitation pageUnknwon2014-08-155-186/+81
|
* Page: `/org/:orgname/settings`Unknwon2014-08-143-0/+95
|
* Finish new home page of organizationUnknwon2014-08-102-66/+71
|
* Finish new repo settings pageUnknwon2014-08-021-6/+6
|
* Reser repo owner to organization when error occurs in repo create page, ↵Unknwon2014-07-261-0/+31
| | | | dashboard news feed page, create organization page
* Git installation check, show image in single file view, show short SHA1 ↵Unknwon2014-07-261-1/+1
| | | | instead of 40-length string, complete log module
* add organization team-single pagefuxiaohei2014-07-071-0/+106
|
* Finish create organization teamUnknown2014-07-023-18/+24
|
* Finish Teams pageUnknown2014-06-291-34/+20
|
* Finish organization homepageUnknown2014-06-282-85/+70
|
* Clean codeUnknown2014-06-271-6/+3
|
* add organization team-create pagefuxiaohei2014-06-271-0/+75
|
* add organization team-create pagefuxiaohei2014-06-272-0/+80
|
* Organization settings pageUnknown2014-06-271-37/+19
|
* Add create organizationUnknown2014-06-252-93/+4
|
* add organization setting pagefuxiaohei2014-06-231-0/+151
|
* add organization dashboard pagefuxiaohei2014-06-231-0/+73
|
* add organization create pagefuxiaohei2014-06-231-0/+48
|
* add organization teams pagefuxiaohei2014-06-222-0/+121
|
* organisation main page uiFuXiaoHei2014-06-071-0/+85