Unknwon
1b5a418fd3
modules/markup: initial support for org-mode ( #4373 )
8 years ago
Unknwon
a11044f789
locale: sync from Crowdin
8 years ago
Benjamin
4b2bf41381
locale: added missing word and fixed a typo ( #4490 )
8 years ago
rouzier
07d5badfed
cmd/update: fix typo ( #4492 )
8 years ago
peter zhang
10ee2e0dad
vendor: update xorm version for fix git clone error build with golang 1.8.1 ( #4460 )
8 years ago
Unknwon
6500aafcb8
install: validate port in SMTP host address ( #2243 )
8 years ago
Unknwon
6ebdf91b32
templates/repo: fix README.ipynb not rendered ( #4367 )
8 years ago
Unknwon
91cd350b63
repo/editor: fix wrong context for subdirectory ( #4368 )
8 years ago
Unknwon
6ea9642d64
js: remove Preview, Full Screen and Side-by-side buttons for repository file editing ( #4402 )
8 years ago
Unknwon
65277e47c5
api/repo: add Mirror field ( #4392 )
8 years ago
Unknwon
9e3c83372f
api/repo: improve migration error handling
8 years ago
Unknwon
809db853fa
locale: fix zh-CN
8 years ago
Unknwon
62a20b8a2d
repo/wiki: improve UI
8 years ago
Unknwon
d0612be402
user/setting: improve UI
8 years ago
Unknwon
5f8ec0dc8b
templates/repo: improve symlink file icon in list view ( #4237 )
8 years ago
Unknwon
fda4b1106e
user/setting: simplify code
8 years ago
Unknwon
ac43eab51f
Refactoring: rename Signed -> Logged
8 years ago
Unknwon
8d0417497b
modes/mirror: make Updated unchanged if no new commits fetched ( #4341 )
...
After sync mirror, get latest commit date and compare to current
repository updated time, only update it if the commit date is newer.
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
0e271799f2
Refactoring: rename and simplify pkg/tool functions
8 years ago
Unknwon
3c0de17133
js: set cursor to the end of autofocus input string
8 years ago
Unknwon
bd1f2ccaf8
user/settings/security: add token description about 2FA
8 years ago
Unknwon
ec491b023f
api/repo: fix nil error panic
8 years ago
Unknwon
f191bff0b9
api/repo: check user type of owner for migration
...
Report by MiaoWoo.
8 years ago
Unknwon
1a04da864f
vendor: add github.com/boombuler/barcode/utils
8 years ago
Unknwon
c8c975c99b
vendor: add packages for 2fa
8 years ago
Unknwon
a617d52374
2fa: initial support ( #945 )
8 years ago
Unknwon
624474386a
templates/repo/branches: fix links for mirror repository
...
Also added new pull request button for stale branches.
8 years ago
Unknwon
e0a787b5ee
Update locales
8 years ago
Unknwon
63598688e4
pkg/markup: init default sanitizer.policy
...
App would panic if user has validation error on installation and
the sanitizer is not yet built. Therefore we need a minimal valid
object for sanitizer at start.
8 years ago
Unknwon
497cdc9250
user/setting: reorder navbar
8 years ago
Unknwon
edaf14f2b6
Refactoring: remove tool.TplName
8 years ago
Unknwon
6fbb984ebf
Refactoring: rename pkg/base -> pkg/tool
8 years ago
Unknwon
ba151eda0a
css: improve fonts under Windows
8 years ago
Unknwon
c05717a5f0
models/mirror: feed git.IsRepoURLAccessible with raw mirror address
8 years ago
Unknwon
5a488b6517
models/mirror: unescape credentials at read ( #4014 )
...
If we save credentials already escaped, 'url.QueryEscape' still
escapes it and makes the credentials become incorrect.
8 years ago
Unknwon
ae1d50d19a
models/mirror: escape credentials before write mirror address ( #4014 )
...
Special characters such as '@', ';', '#' and ':' could occur in
password portion of credentials, which breaks the interpretation
and saves 'config' file in with extra characters that are not
recognized by Git (due to INI library).
8 years ago
Unknwon
fe25effe7c
repo/http: fix client is not informed to provide credentials
...
When Git client has cached credentials for a site, missing response
header 'WWW-Authenticate: Basic realm="."' will result in Git client
does not prompt user to input credentials again but plain error
message and halts push/pull process.
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
Unknwon
37b10666de
modules/context: add *Context. ServerError method
...
Also use constants from net/http to replace raw integers.
8 years ago
Unknwon
41c8e87be8
repo/commit: improve error detection
...
Response 404 not 500 for raw diff if object does not exist.
8 years ago
Unknwon
55afc1ad21
models/repo_diff: move core functions to gogits/git-module
8 years ago
Unknwon
16c6ca72cd
css: fix font of .ui.label.button style
8 years ago
Unknwon
b873ec2bce
templates/repo/branches: hide pull request button if not allowed ( #4377 )
8 years ago
Unknwon
1bc805bb4b
public: update Semantic UI 2.2.7 -> 2.2.10
...
[CI SKIP]
8 years ago
Unknwon
348c75c91b
issue: response wrong type of comment from AJAX
8 years ago
Unknwon
76ebdb265b
css: update fonts
...
[CI SKIP]
8 years ago
Unknwon
88ae3510ff
Prepare release
8 years ago
Unknwon
c07899701a
vendor: update github.com/gogits/git-module
8 years ago