]> source.dussan.org Git - gitea.git/log
gitea.git
8 years agoMinor code fix [CI SKIP]
Unknwon [Wed, 31 Aug 2016 11:31:53 +0000 (04:31 -0700)]
Minor code fix [CI SKIP]

8 years agomodels/login_source: code improvement
Unknwon [Wed, 31 Aug 2016 08:22:41 +0000 (01:22 -0700)]
models/login_source: code improvement

8 years ago#3515 use alert instead 500 for duplicated login source name
Unknwon [Wed, 31 Aug 2016 07:56:10 +0000 (00:56 -0700)]
#3515 use alert instead 500 for duplicated login source name

8 years agoSupport Editorconfig on web editor (#3512)
无闻 [Tue, 30 Aug 2016 23:47:22 +0000 (16:47 -0700)]
Support Editorconfig on web editor (#3512)

8 years agoSupport Editorconfig on web editor
Andrey Nering [Tue, 30 Aug 2016 23:18:40 +0000 (20:18 -0300)]
Support Editorconfig on web editor

8 years ago#2018 able to sync now for mirrors
Unknwon [Tue, 30 Aug 2016 23:18:33 +0000 (16:18 -0700)]
#2018 able to sync now for mirrors

- Refactor code to use sync.UniqueQueue
- Closes #3509

8 years agomodules/sync: add UniqueQueue
Unknwon [Tue, 30 Aug 2016 22:50:30 +0000 (15:50 -0700)]
modules/sync: add UniqueQueue

8 years agomodules/sync: rename SingleInstancePool to ExclusivePool
Unknwon [Tue, 30 Aug 2016 22:19:53 +0000 (15:19 -0700)]
modules/sync: rename SingleInstancePool to ExclusivePool

8 years agojs: fix comment issue status button title change
Unknwon [Tue, 30 Aug 2016 21:37:46 +0000 (14:37 -0700)]
js: fix comment issue status button title change

8 years agoAdd all, check and dist Makefile rules (#3549)
Sandro Santilli [Tue, 30 Aug 2016 21:06:05 +0000 (23:06 +0200)]
Add all, check and dist Makefile rules (#3549)

These are to follow the GNU Coding Standards Makefile Targets:
https://www.gnu.org/prep/standards/html_node/Standard-Targets.html

8 years agotemplates/repo/view: fix bad link
Unknwon [Tue, 30 Aug 2016 20:59:41 +0000 (13:59 -0700)]
templates/repo/view: fix bad link

8 years agoUI: fix block selection on code for empty line are not highlighted
Unknwon [Tue, 30 Aug 2016 13:03:38 +0000 (06:03 -0700)]
UI: fix block selection on code for empty line are not highlighted

8 years agoFix import path
Unknwon [Tue, 30 Aug 2016 12:49:54 +0000 (05:49 -0700)]
Fix import path

8 years ago#3548 disable issue cannot edit label and milestonefor pull requests
Unknwon [Tue, 30 Aug 2016 12:30:47 +0000 (05:30 -0700)]
#3548 disable issue cannot edit label and milestonefor pull requests

8 years agoMake bindata
Unknwon [Tue, 30 Aug 2016 12:24:34 +0000 (05:24 -0700)]
Make bindata

8 years agoWeb editor: support upload files
Unknwon [Tue, 30 Aug 2016 12:07:50 +0000 (05:07 -0700)]
Web editor: support upload files

8 years agoWeb editor: support upload files
Unknwon [Tue, 30 Aug 2016 12:07:50 +0000 (05:07 -0700)]
Web editor: support upload files

8 years agocodegangsta/cli => urfave/cli (#3546)
Kim "BKC" Carlbäcker [Tue, 30 Aug 2016 11:57:58 +0000 (13:57 +0200)]
codegangsta/cli => urfave/cli (#3546)

8 years agorouter/repo: code refactoring
Unknwon [Tue, 30 Aug 2016 09:08:38 +0000 (02:08 -0700)]
router/repo: code refactoring

8 years agoBump git-module required version
Unknwon [Tue, 30 Aug 2016 06:57:22 +0000 (23:57 -0700)]
Bump git-module required version

8 years ago#3459 code quality improvement
Unknwon [Tue, 30 Aug 2016 03:00:06 +0000 (20:00 -0700)]
#3459 code quality improvement

8 years agoLoad a set of predefined labels (#3459)
Thibault Meyer [Tue, 30 Aug 2016 02:02:49 +0000 (04:02 +0200)]
Load a set of predefined labels (#3459)

* Can use a predefined set of labels

* Change UI

* Fix HTML file indentation

* Avoid reading file from other directory (security issue)

* Apply a better fix

* Remove not used variable

* Merge upstream/develop

* Do modifications

* Raname

* remove binding + rename variable

8 years agoUpdate .editorconfig (#3534)
Andrey Nering [Tue, 30 Aug 2016 01:05:44 +0000 (22:05 -0300)]
Update .editorconfig (#3534)

[CI SKIP]

8 years agoFixed typo (#3533)
LFlare [Mon, 29 Aug 2016 18:31:12 +0000 (02:31 +0800)]
Fixed typo (#3533)

Git convention has it capitalised.

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)