aboutsummaryrefslogtreecommitdiff
path: root/templates/org
Commit message (Collapse)AuthorAge
...
* Webhook delivery locking & Hide repo for org members if they don't have accessUnknwon2014-10-09
|
* 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
* UI fixUnknwon2014-09-13
|
* 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
|/
* Removed trailing white spacesTristan Storch2014-08-30
| | | | | | | | | | 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-29
|
* Finsih add/remove repo in organizationUnknwon2014-08-26
|
* Finish new edit team page, add member to teamUnknwon2014-08-24
|
* Working on organization pagesUnknwon2014-08-23
|
* Finish team list, create new team, join/leave team pageUnknwon2014-08-16
|
* Finish new organization members and invitation pageUnknwon2014-08-15
|
* Finish new organization members and invitation pageUnknwon2014-08-15
|
* Page: `/org/:orgname/settings`Unknwon2014-08-14
|
* Finish new home page of organizationUnknwon2014-08-10
|
* Finish new repo settings pageUnknwon2014-08-02
|
* Reser repo owner to organization when error occurs in repo create page, ↵Unknwon2014-07-26
| | | | dashboard news feed page, create organization page
* Git installation check, show image in single file view, show short SHA1 ↵Unknwon2014-07-26
| | | | instead of 40-length string, complete log module
* add organization team-single pagefuxiaohei2014-07-07
|
* Finish create organization teamUnknown2014-07-02
|
* Finish Teams pageUnknown2014-06-29
|
* Finish organization homepageUnknown2014-06-28
|
* Clean codeUnknown2014-06-27
|
* add organization team-create pagefuxiaohei2014-06-27
|
* add organization team-create pagefuxiaohei2014-06-27
|
* Organization settings pageUnknown2014-06-27
|
* Add create organizationUnknown2014-06-25
|
* add organization setting pagefuxiaohei2014-06-23
|
* add organization dashboard pagefuxiaohei2014-06-23
|
* add organization create pagefuxiaohei2014-06-23
|
* add organization teams pagefuxiaohei2014-06-22
|
* organisation main page uiFuXiaoHei2014-06-07