1
0
mirror of https://github.com/gogs/gogs.git synced 2025-05-31 11:42:13 +00:00

812 Commits

Author SHA1 Message Date
Unknwon
e6af6487e1
locale: sync from Crowdin
Add Vietnamese
2018-04-16 17:48:23 -04:00
Unknwon
cb47595f13
Bump version 2018-04-12 10:57:43 -04:00
Unknwon
8b66c433c5
models/pull: fix error on merge pull requests to non-default branch () 2018-04-09 07:26:38 -04:00
Unknwon
17d789a785
pkg/mailer: support custom mail subject prefix () 2018-03-30 03:52:23 -04:00
Unknwon
932490d7f1
conf: add option to rewrite authorized_keys file at start ()
Added config option '[server] REWRITE_AUTHORIZED_KEYS_AT_START'.
2018-03-30 01:32:18 -04:00
Unknwon
c17a6ff533
templates/repo: show quick guide to people with write permission ()
Used to only show people who has admin permission.
2018-03-29 05:57:11 -04:00
Unknwon
75555585e8
models/pull: fix rebase merging no effect () 2018-03-21 19:11:36 -04:00
Unknwon
52ee796d6d
repo_branch: fix SQL builder () 2018-03-20 19:06:13 -04:00
Unknwon
ba0a78da2a
templates/repo/branches: escape pound in branch name () 2018-03-12 15:27:27 -04:00
Unknwon
d7280f82ac
locale: sync from Crowdin 2018-03-12 09:23:29 -04:00
Unknwon
86d249eb16
migrations: remove unused function and fix compile error 2018-03-09 00:33:40 -05:00
Unknwon
40eb652cfa
public/plugins: update notebookjs to 0.3.0 () 2018-03-08 02:12:04 -05:00
Unknwon
49bd893a77
bindata: update changes from pull requests 2018-03-06 17:22:27 -05:00
Unknwon
b9e4a052b8
vendor: update gopkg.in/macaron.v1 2018-03-06 01:25:55 -05:00
Unknwon
17d2a9c435
vendor: update github.com/gogits/git-module 2018-03-02 02:17:04 -05:00
Unknwon
6f2347fc71
locale: sync from Crowdin
Fixes 
2017-11-22 14:46:14 -05:00
Unknwon
b752fe6808
MISC: bump version 2017-11-19 13:29:06 -05:00
Unknwon
6f04ee879c
auth/ldap: allow placeholder %s for BindDN () 2017-11-16 19:32:33 -05:00
Unknwon
3dd93f5533
vendor: update github.com/gogits/git-module 2017-11-16 00:04:07 -05:00
Unknwon
4258bf3d54
user/auth: fix page not redirect after login 2017-10-22 19:29:17 -04:00
Unknwon
4d1d66d906
Bump version 2017-10-15 00:12:52 -04:00
Unknwon
6bc11c4450
hook: fix email not sent after push ()
Turns out mail service was not initialized at all, also mail must
be sent in sync in hook mode before program exits.
2017-07-27 16:53:02 -04:00
Unknwon
643c85e9c8
routes/home: minor code improve 2017-07-18 22:09:57 -04:00
Unknwon
dc10594d7b
repo: fix cannot fork repository ()
Should not load attributes if repository not found in HasForkedRepo.
2017-07-18 12:56:23 -04:00
Unknwon
e02fac4968
repo: fix panic on pull request submit () 2017-07-14 18:51:23 -04:00
Unknwon
c970c4ee41
css: not include line numbers in diff selection ()
Changed template file in order to make CSS work properly.
2017-07-14 16:50:49 -04:00
Unknwon
8ed2330d6e
issue_comment: fix pg syntax ambiguous ()
Also handle error related to time parsing.
2017-06-27 20:21:36 -04:00
Unknwon
d1a96c2543
cmd/restore: skip non existent directories in backup archive () 2017-06-25 01:16:32 -04:00
Unknwon
11b1498a6e
api/repo: load attributes when listing user repositories () 2017-06-21 17:41:18 -04:00
Unknwon
e16196124e
setting: disable SSH minimum key size check when not eligible () 2017-06-11 02:06:26 -04:00
Unknwon
a887e475e3
repo: change action visibility when repository visibility changed () 2017-06-11 00:43:56 -04:00
Unknwon
4400d2fdd9
Refactoring: rename package routers -> routes 2017-06-11 00:34:14 -04:00
Unknwon
91f65cedc8
repo/view: trim Windows line ending when display content () 2017-06-09 20:05:04 -04:00
Unknwon
09f2cbfb18
api/repo: response full API format for search results () 2017-06-08 15:53:19 -04:00
Unknwon
089eb1a099
Change required version to Go 1.6 2017-06-07 21:44:18 -04:00
Unknwon
b40dc550ed
vendor: update github.com/go-xorm/* () 2017-06-07 01:19:32 -04:00
Unknwon
a851b77ac9
markup: able to display image from IPython notebook () 2017-06-06 15:41:27 -04:00
Unknwon
c0be055541
api/repo: fix admin migrate repo for non-org users () 2017-06-05 17:11:57 -04:00
Unknwon
36d6450977
repo/pull: detect case when no merge base found () 2017-06-05 00:10:53 -04:00
Unknwon
239dd978ff
repo: support go get subpkg () 2017-06-03 06:50:09 -04:00
Unknwon
16913ba814
css: start using fixing width container
Get rid of responsive issue.

Also fixes .
2017-06-03 02:58:54 -04:00
Unknwon
6bb9c442b2
issue: fix updated_unix is not updated for new comments () 2017-06-02 17:30:15 -04:00
Unknwon
4e87e62d5c
models/repo_collaboration: cannot change permissions of collaborators () 2017-05-29 16:33:18 -04:00
Unknwon
b17995a332
restore: reset table sequences for PostgreSQL () 2017-05-21 04:37:37 -04:00
Unknwon
d71a8fece8
feature/org-mode: fix compile error 2017-05-17 18:50:14 -04:00
Unknwon
6500aafcb8
install: validate port in SMTP host address () 2017-04-07 23:23:39 -04:00
Unknwon
6ebdf91b32
templates/repo: fix README.ipynb not rendered () 2017-04-07 22:33:19 -04:00
Unknwon
91cd350b63
repo/editor: fix wrong context for subdirectory () 2017-04-07 21:44:55 -04:00
Unknwon
fda4b1106e
user/setting: simplify code 2017-04-07 00:49:30 -04:00
Unknwon
8d0417497b
modes/mirror: make Updated unchanged if no new commits fetched ()
After sync mirror, get latest commit date and compare to current
repository updated time, only update it if the commit date is newer.
2017-04-06 20:58:57 -04:00