index
:
gogs.git
buildscript
main
mygogs
Gogs is a painless self-hosted Git service
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pkg
/
context
Commit message (
Collapse
)
Author
Age
*
repo/pull: detect case when no merge base found (#4434)
Unknwon
2017-06-05
|
*
Refactoring: rename ctx -> c
Unknwon
2017-06-03
|
*
repo: always response go-get meta when requested (#1878)
Unknwon
2017-06-03
|
*
repo: support go get subpkg (#1878)
Unknwon
2017-06-03
|
*
repo/editor: fix wrong context for subdirectory (#4368)
Unknwon
2017-04-07
|
*
user/setting: simplify code
Unknwon
2017-04-07
|
*
Refactoring: rename Signed -> Logged
Unknwon
2017-04-06
|
*
pkg/setting: rename {AppUrl, AppSubUrl} -> {AppURL, AppSubURL}
Unknwon
2017-04-06
|
*
pkg/context: rename {CsrfToken, CsrfTokenHtml} -> {CSRFToken, CSRFTokenHTML}
Unknwon
2017-04-06
|
*
2fa: initial support (#945)
Unknwon
2017-04-06
|
*
Refactoring: remove tool.TplName
Unknwon
2017-04-05
|
*
Refactoring: rename pkg/base -> pkg/tool
Unknwon
2017-04-05
|
*
Refactoring: rename modules -> pkg
Unknwon
2017-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