Unknwon
17d789a785
pkg/mailer: support custom mail subject prefix ( #4524 )
7 years ago
Unknwon
932490d7f1
conf: add option to rewrite authorized_keys file at start ( #4435 )
...
Added config option '[server] REWRITE_AUTHORIZED_KEYS_AT_START'.
7 years ago
Unknwon
c17a6ff533
templates/repo: show quick guide to people with write permission ( #4646 )
...
Used to only show people who has admin permission.
7 years ago
Unknwon
75555585e8
models/pull: fix rebase merging no effect ( #5051 )
7 years ago
Unknwon
52ee796d6d
repo_branch: fix SQL builder ( #5054 )
7 years ago
Unknwon
ba0a78da2a
templates/repo/branches: escape pound in branch name ( #4874 )
7 years ago
Unknwon
d7280f82ac
locale: sync from Crowdin
7 years ago
Unknwon
86d249eb16
migrations: remove unused function and fix compile error
7 years ago
Unknwon
40eb652cfa
public/plugins: update notebookjs to 0.3.0 ( #5077 )
7 years ago
Unknwon
49bd893a77
bindata: update changes from pull requests
7 years ago
Unknwon
b9e4a052b8
vendor: update gopkg.in/macaron.v1
7 years ago
Unknwon
17d2a9c435
vendor: update github.com/gogits/git-module
7 years ago
Unknwon
6f2347fc71
locale: sync from Crowdin
...
Fixes #4811
7 years ago
Unknwon
b752fe6808
MISC: bump version
7 years ago
Unknwon
6f04ee879c
auth/ldap: allow placeholder %s for BindDN ( #2526 )
7 years ago
Unknwon
3dd93f5533
vendor: update github.com/gogits/git-module
7 years ago
Unknwon
4258bf3d54
user/auth: fix page not redirect after login
7 years ago
Unknwon
4d1d66d906
Bump version
7 years ago
Unknwon
6bc11c4450
hook: fix email not sent after push ( #4430 )
...
Turns out mail service was not initialized at all, also mail must
be sent in sync in hook mode before program exits.
7 years ago
Unknwon
643c85e9c8
routes/home: minor code improve
7 years ago
Unknwon
dc10594d7b
repo: fix cannot fork repository ( #4572 )
...
Should not load attributes if repository not found in HasForkedRepo.
7 years ago
Unknwon
e02fac4968
repo: fix panic on pull request submit ( #4572 )
7 years ago
Unknwon
c970c4ee41
css: not include line numbers in diff selection ( #4584 )
...
Changed template file in order to make CSS work properly.
7 years ago
Unknwon
8ed2330d6e
issue_comment: fix pg syntax ambiguous ( #4586 )
...
Also handle error related to time parsing.
7 years ago
Unknwon
d1a96c2543
cmd/restore: skip non existent directories in backup archive ( #4413 )
7 years ago
Unknwon
11b1498a6e
api/repo: load attributes when listing user repositories ( #4565 )
7 years ago
Unknwon
e16196124e
setting: disable SSH minimum key size check when not eligible ( #4507 )
8 years ago
Unknwon
a887e475e3
repo: change action visibility when repository visibility changed ( #4414 )
8 years ago
Unknwon
4400d2fdd9
Refactoring: rename package routers -> routes
8 years ago
Unknwon
91f65cedc8
repo/view: trim Windows line ending when display content ( #4546 )
8 years ago
Unknwon
09f2cbfb18
api/repo: response full API format for search results ( #4522 )
8 years ago
Unknwon
089eb1a099
Change required version to Go 1.6
8 years ago
Unknwon
b40dc550ed
vendor: update github.com/go-xorm/* ( #4419 )
8 years ago
Unknwon
a851b77ac9
markup: able to display image from IPython notebook ( #4366 )
8 years ago
Unknwon
c0be055541
api/repo: fix admin migrate repo for non-org users ( #4479 )
8 years ago
Unknwon
36d6450977
repo/pull: detect case when no merge base found ( #4434 )
8 years ago
Unknwon
239dd978ff
repo: support go get subpkg ( #1878 )
8 years ago
Unknwon
16913ba814
css: start using fixing width container
...
Get rid of responsive issue.
Also fixes #4527 .
8 years ago
Unknwon
6bb9c442b2
issue: fix updated_unix is not updated for new comments ( #4462 )
8 years ago
Unknwon
4e87e62d5c
models/repo_collaboration: cannot change permissions of collaborators ( #4512 )
8 years ago
Unknwon
b17995a332
restore: reset table sequences for PostgreSQL ( #4357 )
8 years ago
Unknwon
d71a8fece8
feature/org-mode: fix compile error
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
fda4b1106e
user/setting: simplify code
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
a617d52374
2fa: initial support ( #945 )
8 years ago
Unknwon
e0a787b5ee
Update locales
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