Unknwon
|
a221b2807f
|
routes/repo/issue: fix redirect with unexpected escape (#5443)
|
6 years ago |
Unknwon
|
0d66b1cc1c
|
pkg/context: apply EscapePound at context level
Always escape template variable {{.Link}} variable and redirect calls.
Relates to #5442
|
6 years ago |
Unknwon
|
520530dfcf
|
metrics: add initial Prometheus support (#4141)
|
6 years ago |
Unknwon
|
ac73d43444
|
repo_editor: able to trigger Git hooks (#4338)
|
6 years ago |
oOOps
|
f9bc980b0b
|
api: correct pagination in repository search api (#5293)
|
7 years ago |
Unknwon
|
dfd494c113
|
repo: minor improve for PR #5219 and support UTF-8 byte count
|
7 years ago |
Unknwon
|
aff4208244
|
*: rename "gogits" to "gogs"
|
7 years ago |
Drahoslav Bednář
|
7faa2356d8
|
pkg/context: add doctype to go-get=1 response (#4938)
|
7 years ago |
Unknwon
|
86931f546f
|
repo: fix go-get meta tags (#4832)
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.
|
7 years ago |
Unknwon
|
36d6450977
|
repo/pull: detect case when no merge base found (#4434)
|
8 years ago |
Unknwon
|
2478b87432
|
Refactoring: rename ctx -> c
|
8 years ago |
Unknwon
|
e33c714073
|
repo: always response go-get meta when requested (#1878)
|
8 years ago |
Unknwon
|
239dd978ff
|
repo: support go get subpkg (#1878)
|
8 years ago |
Unknwon
|
91cd350b63
|
repo/editor: fix wrong context for subdirectory (#4368)
|
8 years ago |
Unknwon
|
fda4b1106e
|
user/setting: simplify code
|
8 years ago |
Unknwon
|
ac43eab51f
|
Refactoring: rename Signed -> Logged
|
8 years ago |
Unknwon
|
90b9f7e08c
|
pkg/setting: rename {AppUrl, AppSubUrl} -> {AppURL, AppSubURL}
|
8 years ago |
Unknwon
|
2c404daca6
|
pkg/context: rename {CsrfToken, CsrfTokenHtml} -> {CSRFToken, CSRFTokenHTML}
|
8 years ago |
Unknwon
|
a617d52374
|
2fa: initial support (#945)
|
8 years ago |
Unknwon
|
edaf14f2b6
|
Refactoring: remove tool.TplName
|
8 years ago |
Unknwon
|
6fbb984ebf
|
Refactoring: rename pkg/base -> pkg/tool
|
8 years ago |
Unknwon
|
d05395fe90
|
Refactoring: rename modules -> pkg
Reasons to change:
1. Shorter than 'modules'
2. More generally used by other Go projects
3. Corresponds to the naming of '$GOPATH/pkg' directory
|
8 years ago |