1
0
mirror of https://github.com/gogs/gogs.git synced 2025-05-06 07:32:57 +00:00

794 Commits

Author SHA1 Message Date
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
Unknwon
a617d52374
2fa: initial support () 2017-04-06 00:14:30 -04:00
Unknwon
e0a787b5ee
Update locales 2017-04-05 13:26:53 -04:00
Unknwon
ae1d50d19a
models/mirror: escape credentials before write mirror address ()
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).
2017-04-04 19:40:46 -04:00
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
2017-04-04 19:29:59 -04:00
Unknwon
55afc1ad21
models/repo_diff: move core functions to gogits/git-module 2017-04-04 01:45:57 -04:00
Unknwon
b873ec2bce
templates/repo/branches: hide pull request button if not allowed () 2017-04-03 22:24:21 -04:00
Unknwon
88ae3510ff
Prepare release 2017-04-03 16:26:43 -04:00
Unknwon
ab42671c63
repo: handle git.ErrUnsupportedVersion error type 2017-04-01 17:56:55 -04:00
Unknwon
ab634ce61a
cmd/web: fix routes requires sign in ()
Redirect user to sign in page when visit private repository with
public issues if user want to post comment or create new issue.
2017-03-30 00:34:20 -04:00
Unknwon
9d06ebd01a
markdown: improve filter of class attribute for code blocks
Only allow HighlightJS specific classes.

Reported by ChALkeR.
2017-03-29 19:52:53 -04:00
Unknwon
11ffdac3f8
org/dashboard: fix wrong repository count ()
Should not include count for inaccessible repositories.
2017-03-28 11:16:29 -04:00
Unknwon
375f1b1fde
Prepare release
[CI SKIP]
2017-03-27 14:56:56 -04:00
Unknwon
1038916460
models/protect_branch: fix whitelist with invalid 'protect_branch_id' ()
If user creates a protect branch for the first time (which has ID=0),
it generates invalid whitelist records with 'protect_branch_id=0'.
This prevents future updates of protect branch whitelist.

Migration: remove existing invalid protect branch whitelist records.
2017-03-27 13:13:04 -04:00
Unknwon
8f52ab8201
models/repo_editor: add pull request test task after commit () 2017-03-25 03:36:13 -04:00
Unknwon
8196430f47
repo: allow private repository to have public wiki or issues
Relates to  and 
2017-03-24 16:25:40 -04:00
Unknwon
79ba0314e9
milestone: only show issue-related count under issue list () 2017-03-24 14:00:01 -04:00
Unknwon
fdc7cb565d
repo: fix unable to propose pull request from secondary fork () 2017-03-23 20:04:20 -04:00
Unknwon
8a3f4fc616
models: add config options for XORM logger ()
Added new config section '[log.xorm]'.
2017-03-23 18:34:25 -04:00