aboutsummaryrefslogtreecommitdiff
path: root/routers/org/org.go
Commit message (Collapse)AuthorAge
* Refactoring: rename package routers -> routesUnknwon2017-06-11
|
* Refactoring: rename ctx -> cUnknwon2017-06-03
|
* pkg/setting: rename {AppUrl, AppSubUrl} -> {AppURL, AppSubURL}Unknwon2017-04-06
|
* Refactoring: remove tool.TplNameUnknwon2017-04-05
|
* Refactoring: rename pkg/base -> pkg/toolUnknwon2017-04-05
|
* Refactoring: rename modules -> pkgUnknwon2017-04-04
| | | | | | | | Reasons to change: 1. Shorter than 'modules' 2. More generally used by other Go projects 3. Corresponds to the naming of '$GOPATH/pkg' directory
* refactoring: modules/auth/*_form.go -> modules/formUnknwon2017-02-27
|
* log: start using gopkg.in/clog.v1Unknwon2017-02-09
|
* #13 finish user and repository searchUnknwon2016-03-11
| | | | Both are possible on explore and admin panel
* Rename module: middleware -> contextUnknwon2016-03-11
|
* #1944 Drop /org/ URL path prefix in organization home pageUnknwon2015-11-24
|
* #1193 Make organization emails non-mandatoryUnknwon2015-09-06
|
* #1070 Clearer error message for illegal charactersUnknwon2015-03-26
|
* 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
* Finish team list, create new team, join/leave team pageUnknwon2014-08-16
|
* Page: `/org/:orgname/settings`Unknwon2014-08-14
|
* Finish new home page of organizationUnknwon2014-08-10
|
* Reser repo owner to organization when error occurs in repo create page, ↵Unknwon2014-07-26
| | | | dashboard news feed page, create organization page
* Huge updates!!!!! Be careful to merge!!!!Unknwon2014-07-26
|
* New UI merge in progressUnknwon2014-07-26
|
* Finish Teams pageUnknown2014-06-29
|
* Finish organization homepageUnknown2014-06-28
|
* Finish delete organizationUnknown2014-06-28
|
* 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
|
* add organization memebers pagefuxiaohei2014-06-22
|
* organisation main page uiFuXiaoHei2014-06-07