aboutsummaryrefslogtreecommitdiff
path: root/pkg/context
Commit message (Collapse)AuthorAge
* api: correct pagination in repository search api (#5293)oOOps2018-06-13
|
* repo: minor improve for PR #5219 and support UTF-8 byte countUnknwon2018-06-11
|
* *: rename "gogits" to "gogs"Unknwon2018-05-27
|
* pkg/context: add doctype to go-get=1 response (#4938)Drahoslav Bednář2018-03-06
|
* repo: fix go-get meta tags (#4832)Unknwon2017-11-16
| | | | | The first part in go-import should be the root import path. It included subpath when 'go get' with a subpath and was not correct.
* repo/pull: detect case when no merge base found (#4434)Unknwon2017-06-05
|
* Refactoring: rename ctx -> cUnknwon2017-06-03
|
* repo: always response go-get meta when requested (#1878)Unknwon2017-06-03
|
* repo: support go get subpkg (#1878)Unknwon2017-06-03
|
* repo/editor: fix wrong context for subdirectory (#4368)Unknwon2017-04-07
|
* user/setting: simplify codeUnknwon2017-04-07
|
* Refactoring: rename Signed -> LoggedUnknwon2017-04-06
|
* pkg/setting: rename {AppUrl, AppSubUrl} -> {AppURL, AppSubURL}Unknwon2017-04-06
|
* pkg/context: rename {CsrfToken, CsrfTokenHtml} -> {CSRFToken, CSRFTokenHTML}Unknwon2017-04-06
|
* 2fa: initial support (#945)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