]> source.dussan.org Git - gitea.git/log
gitea.git
8 years agoWeb editor: fix cannot create new file in subdirectory
Unknwon [Mon, 29 Aug 2016 07:10:21 +0000 (00:10 -0700)]
Web editor: fix cannot create new file in subdirectory

8 years ago#3516 enforce line ending to be \n from web editor
Unknwon [Sun, 28 Aug 2016 12:32:10 +0000 (05:32 -0700)]
#3516 enforce line ending to be \n from web editor

8 years agoWeb editor: disallow edit mirror repository
Unknwon [Sun, 28 Aug 2016 11:56:41 +0000 (04:56 -0700)]
Web editor: disallow edit mirror repository

8 years agoWeb editor: improve edit file
Unknwon [Sun, 28 Aug 2016 11:31:42 +0000 (04:31 -0700)]
Web editor: improve edit file

8 years agocss: remove profile avatar height
Unknwon [Sun, 28 Aug 2016 10:19:27 +0000 (03:19 -0700)]
css: remove profile avatar height

8 years agoWeb editor: improve delete file process
Unknwon [Sun, 28 Aug 2016 08:41:44 +0000 (01:41 -0700)]
Web editor: improve delete file process

8 years ago#2901 allow setting preferred licenses
Unknwon [Sun, 28 Aug 2016 07:06:22 +0000 (00:06 -0700)]
#2901 allow setting preferred licenses

- Closes #3488

8 years agoWeb editor: improve edit file tooltip
Unknwon [Sat, 27 Aug 2016 22:25:01 +0000 (15:25 -0700)]
Web editor: improve edit file tooltip

8 years ago#3448 redirect if any after sign in
Unknwon [Sat, 27 Aug 2016 22:07:02 +0000 (15:07 -0700)]
#3448 redirect if any after sign in

8 years ago#3505 use user’s info for committer and author
Unknwon [Sat, 27 Aug 2016 20:37:55 +0000 (13:37 -0700)]
#3505 use user’s info for committer and author

8 years agolabel: adjust forecolor boundary
Unknwon [Sat, 27 Aug 2016 19:44:39 +0000 (12:44 -0700)]
label: adjust forecolor boundary

8 years ago#3521 fix wiki HTTP/S clone URL does not have .wiki suffix
Unknwon [Sat, 27 Aug 2016 19:29:52 +0000 (12:29 -0700)]
#3521 fix wiki HTTP/S clone URL does not have .wiki suffix

8 years ago#3495 only start builtin SSH server after user finish installation
Unknwon [Sat, 27 Aug 2016 19:25:22 +0000 (12:25 -0700)]
#3495 only start builtin SSH server after user finish installation

8 years agoUpdate highlightjs
Unknwon [Sat, 27 Aug 2016 18:56:20 +0000 (11:56 -0700)]
Update highlightjs

8 years agomigrations: sync table first
Unknwon [Sat, 27 Aug 2016 00:32:41 +0000 (17:32 -0700)]
migrations: sync table first

8 years agomigrations: set comment updated as created
Unknwon [Fri, 26 Aug 2016 21:07:21 +0000 (14:07 -0700)]
migrations: set comment updated as created

8 years ago#2966 code cleanup
Unknwon [Fri, 26 Aug 2016 20:40:53 +0000 (13:40 -0700)]
#2966 code cleanup

8 years agoissues comment API : list, create, edit (#2966)
Iwan Budi Kusnanto [Fri, 26 Aug 2016 18:23:21 +0000 (01:23 +0700)]
issues comment API : list, create, edit (#2966)

add `since` query string support to list issue comment

8 years agoFix #3189: Sort labels by name (#3446)
Thibault Meyer [Fri, 26 Aug 2016 00:43:53 +0000 (02:43 +0200)]
Fix #3189: Sort labels by name (#3446)

* Fix #3189 #3445: Order labels by name

* Order labels by name on Issues view

8 years agoWeb editor: improve code quality
Unknwon [Thu, 25 Aug 2016 04:35:03 +0000 (21:35 -0700)]
Web editor: improve code quality

8 years agoadded support to set pull_request event from api (#3513)
Kurt Madel [Thu, 25 Aug 2016 03:44:58 +0000 (23:44 -0400)]
added support to set pull_request event from api (#3513)

8 years ago#3383 code cleanup
Unknwon [Wed, 24 Aug 2016 23:05:56 +0000 (16:05 -0700)]
#3383 code cleanup

8 years agoAdditional API support for milestones (#3383)
lstahlman [Wed, 24 Aug 2016 22:18:56 +0000 (15:18 -0700)]
Additional API support for milestones (#3383)

8 years agoFix PR-webhook issue where Label-data is stale (#3486) (#3510)
Kim "BKC" Carlbäcker [Wed, 24 Aug 2016 19:01:30 +0000 (21:01 +0200)]
Fix PR-webhook issue where Label-data is stale (#3486) (#3510)

* Fix PR-webhook issue where Label-data is stale

* Conventions \o/

* logs are nice if they're consistent...

8 years agoUpdate gopmfile and glide.lock (#3508)
Kim Carlbäcker [Tue, 23 Aug 2016 21:53:16 +0000 (23:53 +0200)]
Update gopmfile and glide.lock (#3508)

8 years agolibravatar.org supports HTTPS (#3498)
rugk [Tue, 23 Aug 2016 16:50:33 +0000 (18:50 +0200)]
libravatar.org supports HTTPS (#3498)

8 years agoIssues can be closed via API (#3170) (#3479)
Kim Carlbäcker [Tue, 23 Aug 2016 16:09:32 +0000 (18:09 +0200)]
Issues can be closed via API (#3170) (#3479)

* Issues can be closed via API

* Error-checking is nice xD

* EditIssueOption.Status => State

* Use const instead of string-literal

8 years agoCode quality improvement on JS
Unknwon [Thu, 18 Aug 2016 05:44:07 +0000 (22:44 -0700)]
Code quality improvement on JS

8 years agoMinor naming improvement
Unknwon [Wed, 17 Aug 2016 23:10:07 +0000 (16:10 -0700)]
Minor naming improvement

8 years agoFix #3361: Dumps are created world readable (#3473)
Thibault Meyer [Wed, 17 Aug 2016 18:38:42 +0000 (20:38 +0200)]
Fix #3361: Dumps are created world readable (#3473)

* Set dump file permission to 0600

* Typo

8 years agoGeneral code quality improvement
Unknwon [Wed, 17 Aug 2016 06:06:38 +0000 (23:06 -0700)]
General code quality improvement

8 years ago#2246 add HTMLURL to webhook type
Unknwon [Tue, 16 Aug 2016 17:19:09 +0000 (10:19 -0700)]
#2246 add HTMLURL to webhook type

- Fill Milestone and Assignee field when available in webhook payload

8 years agoFix git diff tests
Unknwon [Tue, 16 Aug 2016 14:45:06 +0000 (07:45 -0700)]
Fix git diff tests

8 years ago#3464 add diff signs which does not have inline diff
Unknwon [Tue, 16 Aug 2016 14:37:28 +0000 (07:37 -0700)]
#3464 add diff signs which does not have inline diff

8 years ago#3464 reproduce diff signs
Unknwon [Tue, 16 Aug 2016 14:33:53 +0000 (07:33 -0700)]
#3464 reproduce diff signs

Commited wrong file.

8 years ago#3464 reproduce diff signs
Unknwon [Tue, 16 Aug 2016 14:31:54 +0000 (07:31 -0700)]
#3464 reproduce diff signs

8 years agomodels/repo_editor: improve code quality
Unknwon [Tue, 16 Aug 2016 05:20:55 +0000 (22:20 -0700)]
models/repo_editor: improve code quality

8 years agoFix repository owner can assign self
Unknwon [Tue, 16 Aug 2016 01:48:20 +0000 (18:48 -0700)]
Fix repository owner can assign self

8 years agomodels/issue: improve quality and performance of NewIssue function
Unknwon [Tue, 16 Aug 2016 01:40:32 +0000 (18:40 -0700)]
models/issue: improve quality and performance of NewIssue function

8 years agomarkdown: fix treating pure number as SHA1
Unknwon [Mon, 15 Aug 2016 22:27:19 +0000 (15:27 -0700)]
markdown: fix treating pure number as SHA1

- Detect non-exist commit and return 404 not 500

8 years ago#3467 fix clone fail when wiki is empty
Unknwon [Mon, 15 Aug 2016 22:09:34 +0000 (15:09 -0700)]
#3467 fix clone fail when wiki is empty

8 years ago#3466 fix response of pull request form validation error
Unknwon [Mon, 15 Aug 2016 21:04:44 +0000 (14:04 -0700)]
#3466 fix response of pull request form validation error

8 years agoFix empty repository panic on send test webhook
Unknwon [Mon, 15 Aug 2016 12:53:47 +0000 (05:53 -0700)]
Fix empty repository panic on send test webhook

8 years ago#3461 fix security issue of REAMDE path in create repository
Unknwon [Mon, 15 Aug 2016 09:35:54 +0000 (02:35 -0700)]
#3461 fix security issue of REAMDE path in create repository

8 years agoUpdate README [CI SKIP]
Unknwon [Mon, 15 Aug 2016 09:12:18 +0000 (02:12 -0700)]
Update README [CI SKIP]

8 years agoFix outdated edit can’t overwrite changes
Unknwon [Mon, 15 Aug 2016 09:06:35 +0000 (02:06 -0700)]
Fix outdated edit can’t overwrite changes

8 years agoWeb editor: temporarily disable upload and quick fix for edit and new
Unknwon [Mon, 15 Aug 2016 08:42:20 +0000 (01:42 -0700)]
Web editor: temporarily disable upload and quick fix for edit and new

Try to merge into develop branch ASAP, then continue minor fixes afterwards.

8 years agoWeb editor: improve delete file
Unknwon [Mon, 15 Aug 2016 06:38:35 +0000 (23:38 -0700)]
Web editor: improve delete file

8 years agoWeb editor: improve edit file and diff preview
Unknwon [Mon, 15 Aug 2016 06:02:14 +0000 (23:02 -0700)]
Web editor: improve edit file and diff preview

8 years agomodules/sync: move sync objects to independent module
Unknwon [Mon, 15 Aug 2016 00:44:20 +0000 (17:44 -0700)]
modules/sync: move sync objects to independent module

8 years agoCode clean up for new config options
Unknwon [Fri, 12 Aug 2016 09:29:29 +0000 (02:29 -0700)]
Code clean up for new config options

8 years agoSquashed commit of the following:
Richard Mahn [Thu, 11 Aug 2016 12:48:08 +0000 (05:48 -0700)]
Squashed commit of the following:

commit 0afcb843d7ffd596991c4885cab768273a6eb42c
Author: Richard Mahn <richard_mahn@wycliffeassociates.org>
Date:   Sun Jul 31 17:13:29 2016 -0600

    Removed Upload stats as the upload table is just a temporary table

commit 7ecd73ff5535612d79d471409173ee7f1fcfa157
Author: Richard Mahn <richard_mahn@wycliffeassociates.org>
Date:   Sun Jul 31 08:42:41 2016 -0600

    Fix for CodeMirror mode

commit c29b9ab531e2e7af0fb5db24dc17e51027dd1174
Author: Richard Mahn <richard_mahn@wycliffeassociates.org>
Date:   Sun Jul 31 08:03:33 2016 -0600

    Made tabbing in editor use spaces

commit 23af384c53206a8a40e11e45bf49d7a149c4adcd
Author: Richard Mahn <richard_mahn@wycliffeassociates.org>
Date:   Sun Jul 31 07:56:46 2016 -0600

    Fix for data-url

commit cfb8a97591cb6fc0a92e49563b7b764c524db0e9
Merge: 7fc8a89 991ce42
Author: Richard Mahn <richard_mahn@wycliffeassociates.org>
Date:   Sun Jul 31 07:42:53 2016 -0600

    Merge remote-tracking branch 'gogits/develop' into feature-create-and-edit-repo-file

    Conflicts:
     modules/bindata/bindata.go
     public/js/gogs.js

commit 7fc8a89cb495478225b02d613e647f99a1489634
Merge: fd3d86c c03d040
Author: Richard Mahn <richard_mahn@wycliffeassociates.org>
Date:   Sun Jul 31 07:40:00 2016 -0600

    Merge branch 'feature-create-and-edit-repo-file' of github.com:richmahn/gogs into feature-create-and-edit-repo-file

commit fd3d86ca6bbc02cfda566a504ffd6b03db4f75ef
Author: Richard Mahn <richard_mahn@wycliffeassociates.org>
Date:   Sun Jul 31 07:39:44 2016 -0600

    Code cleanup

commit c03d0401c1049eeeccc32ab1f9c3303c130be5ee
Author: Richard Mahn <richard_mahn@wycliffeassociates.org>
Date:   Fri Jul 29 15:38:23 2016 -0600

    Code cleanup

commit 98e1206ccf9f9a4503c020e3a7830cf9f861dfae
Author: Richard Mahn <richard_mahn@wycliffeassociates.org>
Date:   Thu Jul 28 18:36:01 2016 -0600

    Code cleanup and fixes

commit c2895dc742f25f8412879c9fa15e18f27f42f194
Author: Richard Mahn <richard_mahn@wycliffeassociates.org>
Date:   Thu Jul 28 18:24:04 2016 -0600

    Fixes per Unknwon's requests

commit 6aa7e46b21ad4c96e562daa2eac26a8fb408f8ef
Merge: 889e9fa ad7ea88
Author: Richard Mahn <richard_mahn@wycliffeassociates.org>
Date:   Thu Jul 28 17:13:43 2016 -0600

    Merge remote-tracking branch 'gogits/develop' into feature-create-and-edit-repo-file

    Conflicts:
     modules/bindata/bindata.go
     modules/setting/setting.go

commit 889e9faf1bd8559a4979c8f46005d488c1a234d4
Author: Richard Mahn <richard_mahn@wycliffeassociates.org>
Date:   Fri Jul 22 14:09:18 2016 -0600

    Fix in gogs.js

commit 47603edf223f147b114be65f3bd27bc1e88827a5
Merge: bb57912 cf85e9e
Author: Richard Mahn <richard_mahn@wycliffeassociates.org>
Date:   Fri Jul 22 14:07:36 2016 -0600

    Merge remote-tracking branch 'gogits/develop' into feature-create-and-edit-repo-file

    Conflicts:
     modules/bindata/bindata.go
     public/js/gogs.js

commit bb5791255867a71c11a77b639db050ad09c597a4
Author: Richard Mahn <richard_mahn@wycliffeassociates.org>
Date:   Fri Jul 22 14:02:18 2016 -0600

    Update for using CodeMirror mode addon

commit d10d128c51039be19e2af9c66c63db66a9f2ec6d
Author: Richard Mahn <richard_mahn@wycliffeassociates.org>
Date:   Tue Jul 19 16:12:57 2016 -0600

    Update for Edit

commit 34a34982025144e3225e389f7849eb6273c1d576
Merge: fa1b752 1c7dcdd
Author: Richard Mahn <richard_mahn@wycliffeassociates.org>
Date:   Tue Jul 19 11:52:02 2016 -0600

    Merge remote-tracking branch 'gogits/develop' into feature-create-and-edit-repo-file

    Conflicts:
     modules/bindata/bindata.go

commit fa1b752be29cd455c5184ddac2ffe80b3489763e
Author: Richard Mahn <richard_mahn@wycliffeassociates.org>
Date:   Fri Jul 15 18:35:42 2016 -0600

    Feature for editing, creating, uploading and deleting files

8 years agoFix template nil error
Unknwon [Mon, 15 Aug 2016 06:43:13 +0000 (23:43 -0700)]
Fix template nil error

8 years agoFix template error [CI SKIP]
Unknwon [Sun, 14 Aug 2016 23:45:15 +0000 (16:45 -0700)]
Fix template error [CI SKIP]

8 years agoReplace convert.To with APIFormat calls
Unknwon [Sun, 14 Aug 2016 11:17:26 +0000 (04:17 -0700)]
Replace convert.To with APIFormat calls

8 years ago#2246 fully support of webhooks for pull request
Unknwon [Sun, 14 Aug 2016 10:32:24 +0000 (03:32 -0700)]
#2246 fully support of webhooks for pull request

8 years agoAdd subcommand to create new user in CLI
Unknwon [Sat, 13 Aug 2016 23:11:52 +0000 (16:11 -0700)]
Add subcommand to create new user in CLI

8 years agoCSS: remove font “Meiryo Ui”
Unknwon [Sat, 13 Aug 2016 05:05:20 +0000 (22:05 -0700)]
CSS: remove font “Meiryo Ui”

8 years agofix grammar + typo. (#3453)
Justin Ray Vrooman [Sat, 13 Aug 2016 00:06:07 +0000 (20:06 -0400)]
fix grammar + typo. (#3453)

8 years agoCode clean up
Unknwon [Fri, 12 Aug 2016 10:04:50 +0000 (03:04 -0700)]
Code clean up

8 years ago#3442 add test suites
Unknwon [Fri, 12 Aug 2016 09:56:50 +0000 (02:56 -0700)]
#3442 add test suites

8 years agoFix #3437: Cannot connect to PostgreSQL via IPv6 address (#3442)
Thibault Meyer [Fri, 12 Aug 2016 09:42:06 +0000 (11:42 +0200)]
Fix #3437: Cannot connect to PostgreSQL via IPv6 address (#3442)

* Change PostgreSQL connstring parsing to handle IPv6

* Fix used variable

* Remove redundant code + use variable

8 years agoMinor fix on top menu dropdown icon position
Unknwon [Fri, 12 Aug 2016 06:12:06 +0000 (23:12 -0700)]
Minor fix on top menu dropdown icon position

8 years agoAdd new dependency
Unknwon [Fri, 12 Aug 2016 00:12:55 +0000 (17:12 -0700)]
Add new dependency

8 years agoOn showing diff/file, use the tab_width specified on .editorconfig, if any (#3241)
Andrey Nering [Fri, 12 Aug 2016 00:07:09 +0000 (21:07 -0300)]
On showing diff/file, use the tab_width specified on .editorconfig, if any (#3241)

Closes #3182

8 years agoAdd .mailmap
Unknwon [Thu, 11 Aug 2016 23:57:48 +0000 (16:57 -0700)]
Add .mailmap

8 years agoAdd Content-Disposition header for downloads (#3439)
Andrey Nering [Thu, 11 Aug 2016 23:53:40 +0000 (20:53 -0300)]
Add Content-Disposition header for downloads (#3439)

8 years agoDo not show non-image attachment in a <img> tag. Fixes #3215 (#3311)
Andrey Nering [Thu, 11 Aug 2016 23:16:36 +0000 (20:16 -0300)]
Do not show non-image attachment in a <img> tag. Fixes #3215 (#3311)

8 years agoFix #3321: commit tag shortener (#3418)
Thibault Meyer [Thu, 11 Aug 2016 22:34:00 +0000 (00:34 +0200)]
Fix #3321: commit tag shortener (#3418)

* Fix #3321: commit tag shortener

* Check short commit

* remove debug

* Edit unit tests

* Show 10-char short SHA

8 years agoFix #3391
Unknwon [Thu, 11 Aug 2016 22:29:39 +0000 (15:29 -0700)]
Fix #3391

8 years agoFix email FROM
Unknwon [Thu, 11 Aug 2016 22:16:01 +0000 (15:16 -0700)]
Fix email FROM

8 years ago#2852 code cleanup
Unknwon [Thu, 11 Aug 2016 21:55:10 +0000 (14:55 -0700)]
#2852 code cleanup

8 years agoAdd initial support for unix sockets (#2852)
Odin Ugedal [Thu, 11 Aug 2016 21:46:33 +0000 (23:46 +0200)]
Add initial support for unix sockets (#2852)

8 years agomodels: rename EnableTidb to EnableTiDB
Unknwon [Thu, 11 Aug 2016 21:38:45 +0000 (14:38 -0700)]
models: rename EnableTidb to EnableTiDB

8 years ago#3013 support connect PostgreSQL via unix socket
Unknwon [Thu, 11 Aug 2016 21:38:26 +0000 (14:38 -0700)]
#3013 support connect PostgreSQL via unix socket

8 years agoFix #3314: Cannot edit release with tag name contains slash (#3434)
Thibault Meyer [Thu, 11 Aug 2016 20:45:42 +0000 (22:45 +0200)]
Fix #3314: Cannot edit release with tag name contains slash (#3434)

8 years agoUpdate glide.lock and .gopmfile [CI SKIP]
Unknwon [Thu, 11 Aug 2016 18:51:12 +0000 (11:51 -0700)]
Update glide.lock and .gopmfile [CI SKIP]

8 years agoAdd MaxRepoCreation to EditUser API (#2781)
Robin Lambertz [Thu, 11 Aug 2016 18:49:31 +0000 (20:49 +0200)]
Add MaxRepoCreation to EditUser API (#2781)

8 years ago#2780 code clean up
Unknwon [Thu, 11 Aug 2016 18:35:46 +0000 (11:35 -0700)]
#2780 code clean up

8 years agoAdd AddCollaborator API Endpoint (#2780)
Robin Lambertz [Thu, 11 Aug 2016 18:23:25 +0000 (20:23 +0200)]
Add AddCollaborator API Endpoint (#2780)

* Add AddCollaborator API Endpoint

* Add optional Permission to AddCollaborator endpoint

* Use APIContext

8 years ago#3233 code cleanup and minor issue fix
Unknwon [Thu, 11 Aug 2016 17:53:51 +0000 (10:53 -0700)]
#3233 code cleanup and minor issue fix

8 years agoWiki mirroring implementation (#3233)
Andrew [Thu, 11 Aug 2016 17:18:51 +0000 (00:18 +0700)]
Wiki mirroring implementation (#3233)

* Implement wiki mirroring, add Update mirrors operation to admin dashboard

* bindata.go update after merge

* Implement checking Git repo endpoint existence, support for BB included

* Remove admin dashboard operation
Fix bindata.go

* Apply gofmt to repo model file

* Try to remove bindata from PR

* Revert accepted wiki names change in favor of better system

* Remove unused imports

8 years agoAlways set redirect_to on header-provided sign-in (#3435)
Sandro Santilli [Thu, 11 Aug 2016 17:14:39 +0000 (19:14 +0200)]
Always set redirect_to on header-provided sign-in (#3435)

This is an attempt to fix #3089 following the strategy introduced
in d625e41c6c4d40fadbeaf99dd97e77aa0c9085ae, although that strategy
by itself does not seem to be sufficient.

What needs be done is honouring the redirect_url query parameter
from the auth router.

8 years ago#3408 minor code fix
Unknwon [Thu, 11 Aug 2016 14:41:01 +0000 (07:41 -0700)]
#3408 minor code fix

8 years agoDo not show the "Sign up for free" button in issue tracker (#3408)
Sandro Santilli [Thu, 11 Aug 2016 14:36:23 +0000 (16:36 +0200)]
Do not show the "Sign up for free" button in issue tracker (#3408)

* Do not show the "Sign up for free" button in issue tracker

The "Sign in to comment" link is good enough and will correctly
show or not show the "Sign Up" button link for those not having
an account already.

Fixes #3407 (link to nowhere when registration is disabled)

* Move html from translation to template

* Remove extra space in `{{ .SignInLink }}`.

8 years agoFix only user has repo write access can comment
Unknwon [Thu, 11 Aug 2016 13:22:56 +0000 (06:22 -0700)]
Fix only user has repo write access can comment

8 years ago#3279 use doer email for FROM field of issues
Unknwon [Thu, 11 Aug 2016 13:17:45 +0000 (06:17 -0700)]
#3279 use doer email for FROM field of issues

8 years agoFix typo CacheInternal -> CacheInterval (#3432)
Thibault Meyer [Thu, 11 Aug 2016 12:59:11 +0000 (14:59 +0200)]
Fix typo CacheInternal -> CacheInterval (#3432)

8 years agoAdd "support" for git-daemon-export-ok (#2940) (#3046)
Kim Carlbäcker [Thu, 11 Aug 2016 03:08:09 +0000 (05:08 +0200)]
Add "support" for git-daemon-export-ok (#2940) (#3046)

* add git-daemon-export-ok "support"

* Slight fix to git-daemon-export-ok

* Add error-checking for git-demon-export-ok

* Remove old comments and fixed logging-issues

* Check if git-daemon-export-ok exists or not

8 years agoUpdate glide.lock and .gopmfile [CI SKIP]
Unknwon [Wed, 10 Aug 2016 18:57:53 +0000 (11:57 -0700)]
Update glide.lock and .gopmfile [CI SKIP]

8 years agoUpdate locales [CI SKIP]
Unknwon [Wed, 10 Aug 2016 18:54:52 +0000 (11:54 -0700)]
Update locales [CI SKIP]

8 years agoAdd test pull request task on merging a PR. Fixes #3396 (#3425)
lstahlman [Wed, 10 Aug 2016 18:38:44 +0000 (11:38 -0700)]
Add test pull request task on merging a PR. Fixes #3396 (#3425)

8 years agoFix #3420: Bad commit URL generation (#3424)
Thibault Meyer [Wed, 10 Aug 2016 18:35:06 +0000 (20:35 +0200)]
Fix #3420: Bad commit URL generation (#3424)

8 years agoVerify list len before use it with IN (#3423)
Thibault Meyer [Wed, 10 Aug 2016 18:06:51 +0000 (20:06 +0200)]
Verify list len before use it with IN (#3423)

8 years ago#3091 show Git configs on admin panel
Unknwon [Wed, 10 Aug 2016 18:01:42 +0000 (11:01 -0700)]
#3091 show Git configs on admin panel

8 years agoUpdate bindata.go [CI SKIP]
Unknwon [Wed, 10 Aug 2016 06:58:15 +0000 (23:58 -0700)]
Update bindata.go [CI SKIP]

8 years agoFeature #3398: Redefine global mirror interval (#3409)
Thibault Meyer [Wed, 10 Aug 2016 06:47:16 +0000 (08:47 +0200)]
Feature #3398: Redefine global mirror interval (#3409)

* add mirror::GLOBAL_INTERVAL on app.ini

* rename key to DEFAULT_INTERVAL

* add key on default app.ini + move code

8 years ago#3417 wrong dashboard issue count for create by you
Unknwon [Wed, 10 Aug 2016 06:19:52 +0000 (23:19 -0700)]
#3417 wrong dashboard issue count for create by you

8 years agoUpdate cron revision [CI SKIP]
Unknwon [Wed, 10 Aug 2016 05:02:51 +0000 (22:02 -0700)]
Update cron revision [CI SKIP]

8 years agoAdd committer information to API and Webhooks. Also fixes #3271 (#3414)
lstahlman [Wed, 10 Aug 2016 05:01:57 +0000 (22:01 -0700)]
Add committer information to API and Webhooks. Also fixes #3271 (#3414)