]> source.dussan.org Git - gitea.git/log
gitea.git
7 years agoFix improper setup for integration tests (#2050)
Ethan Koenig [Sun, 25 Jun 2017 09:34:30 +0000 (05:34 -0400)]
Fix improper setup for integration tests (#2050)

7 years agoSkip sqlite integration in CI (#2058)
Ethan Koenig [Sun, 25 Jun 2017 09:34:07 +0000 (05:34 -0400)]
Skip sqlite integration in CI (#2058)

7 years agoLoad label ID in NewLabels (#2045)
Ethan Koenig [Sun, 25 Jun 2017 06:15:09 +0000 (02:15 -0400)]
Load label ID in NewLabels (#2045)

7 years agoImprove integration test helper functions (#2049)
Ethan Koenig [Sun, 25 Jun 2017 00:15:42 +0000 (20:15 -0400)]
Improve integration test helper functions (#2049)

Set request headers in helper functions, and new helper for requests with string-formatted URLs

7 years agoFix bug in issue labels API (#2048)
Ethan Koenig [Sat, 24 Jun 2017 23:52:51 +0000 (19:52 -0400)]
Fix bug in issue labels API (#2048)

7 years agoFix wording (#2024)
Patrick G [Sat, 24 Jun 2017 06:37:03 +0000 (06:37 +0000)]
Fix wording (#2024)

* Fix wording

* Update locale_en-US.ini

* Update keys_gpg.tmpl

7 years agoEnable assignee e-mail notification (#2003)
Győrvári Gábor [Fri, 23 Jun 2017 13:43:37 +0000 (15:43 +0200)]
Enable assignee e-mail notification (#2003)

* Enable assignee e-mail notification

* Check assignee and doer to avoid self made comment notifications.

* Assignee not always defined

* New method to avoid error when assignee deleted

* Assignee empty check

7 years agoadd missing lfs config on example file (#2039)
Lunny Xiao [Fri, 23 Jun 2017 08:39:17 +0000 (16:39 +0800)]
add missing lfs config on example file (#2039)

* add missing lfs config on example file

* leveal jwt secret empty

7 years agoremove deprecated code for Gogs compitable (#2041)
Lunny Xiao [Fri, 23 Jun 2017 06:29:53 +0000 (14:29 +0800)]
remove deprecated code for Gogs compitable (#2041)

7 years agoupdate git module (#2037)
Lauris BH [Fri, 23 Jun 2017 00:06:43 +0000 (03:06 +0300)]
update git module (#2037)

7 years agoFix displaying commits and files of PR created from now deleted fork (#2023)
Kim "BKC" Carlbäcker [Thu, 22 Jun 2017 17:40:47 +0000 (19:40 +0200)]
Fix displaying commits and files of PR created from now deleted fork (#2023)

Fix displaying commits and files of PR created from now deleted fork

7 years agorepo/editor: fix breadcrumb path cuts parent dirs (#3859) (#2032)
Lunny Xiao [Thu, 22 Jun 2017 15:30:47 +0000 (23:30 +0800)]
repo/editor: fix breadcrumb path cuts parent dirs (#3859) (#2032)

7 years agoDisplay config file path on admin panel (#2030)
Lunny Xiao [Thu, 22 Jun 2017 13:21:56 +0000 (21:21 +0800)]
Display config file path on admin panel (#2030)

7 years agoROOT_URL setting use the default as shown in conf/app.ini (#1823)
Mike Fellows [Thu, 22 Jun 2017 07:35:14 +0000 (00:35 -0700)]
ROOT_URL setting use the default as shown in conf/app.ini (#1823)

The well commented conf/app.ini file that comes with the code shows the
ROOT_URL (i.e. setting.AppURL) as:

    ROOT_URL = %(PROTOCOL)s://%(DOMAIN)s:%(HTTP_PORT)s/

However the installed custom/conf/app.ini file does not include this setting as
shown, and the default in the setting module was hard coded to
http://localhost:3000/ instead of what is shown above.

With this change the ROOT_URL will default to what is shown above if it is not
set in the custom/conf/app.ini.

Of course it is still possible to override the default by adding the ROOT_URL
setting to your custom/conf/app.ini file as usual.

Signed-off-by: Mike Fellows <mike.fellows@shaw.ca>
7 years agoAdd discourse link (#2027)
Jonas Östanbäck [Thu, 22 Jun 2017 01:07:13 +0000 (03:07 +0200)]
Add discourse link (#2027)

7 years agoFix fast-forward PR bug (#1989)
Ethan Koenig [Thu, 22 Jun 2017 01:06:57 +0000 (21:06 -0400)]
Fix fast-forward PR bug (#1989)

7 years agoKeep sort when switching page (#2013)
iszla [Thu, 22 Jun 2017 01:06:21 +0000 (03:06 +0200)]
Keep sort when switching page (#2013)

7 years agoFix #2001 and fix issue comments hidden (#2016)
Lunny Xiao [Wed, 21 Jun 2017 01:00:44 +0000 (09:00 +0800)]
Fix #2001 and fix issue comments hidden (#2016)

* revert #2001 and fix issue comments hidden

* fix #2001

* fix import

* improve comment type

* reduce unnecessary join

* fix comment on FindCommentsOptions

7 years agoMake branch deletion URL more like GitHub's, fixes #1397 (#1994)
Lauris BH [Wed, 21 Jun 2017 01:00:03 +0000 (04:00 +0300)]
Make branch deletion URL more like GitHub's, fixes #1397 (#1994)

* Make branch deletion URL more like GitHub's, fixes #1397

* Add PR branch deletion integration test

* Do not allow deleting protected branch

* Change http error code to 403 if user has no write rights to repository

* Add check to not panic if forked repository has alrady been deleted

7 years agoRefactor session close as xorm already does everything needed internally (#2020)
Lauris BH [Wed, 21 Jun 2017 00:57:05 +0000 (03:57 +0300)]
Refactor session close as xorm already does everything needed internally (#2020)

7 years agoFix displaying commits and files of PR created from now deleted forked repository 2023/head
Lauris Bukšis-Haberkorns [Tue, 20 Jun 2017 22:25:38 +0000 (01:25 +0300)]
Fix displaying commits and files of PR created from now deleted forked repository

7 years agoAdd integration test for repository migration (#1983)
Mura Li [Tue, 20 Jun 2017 11:23:16 +0000 (19:23 +0800)]
Add integration test for repository migration (#1983)

7 years agoUpdate code.gitea.io/git (#2014)
Ethan Koenig [Tue, 20 Jun 2017 05:05:32 +0000 (01:05 -0400)]
Update code.gitea.io/git (#2014)

7 years agoWrong PR merge commit ID saved (#2007)
Lauris BH [Mon, 19 Jun 2017 09:37:11 +0000 (12:37 +0300)]
Wrong PR merge commit ID saved (#2007)

7 years agoAdd integration test for issue creating (#2002)
Mura Li [Sun, 18 Jun 2017 13:25:58 +0000 (21:25 +0800)]
Add integration test for issue creating (#2002)

7 years agoDon't show non-comments in comments API (#2001)
Ethan Koenig [Sun, 18 Jun 2017 09:06:17 +0000 (05:06 -0400)]
Don't show non-comments in comments API (#2001)

7 years agoLet not-logged-in users view releases (#1999)
Ethan Koenig [Sun, 18 Jun 2017 03:38:24 +0000 (23:38 -0400)]
Let not-logged-in users view releases (#1999)

7 years agoUpdate code.gitea.io/git (#1998)
Ethan Koenig [Sun, 18 Jun 2017 00:30:23 +0000 (20:30 -0400)]
Update code.gitea.io/git (#1998)

7 years agofix misspell (#1996)
Bo-Yi Wu [Sun, 18 Jun 2017 00:30:04 +0000 (19:30 -0500)]
fix misspell (#1996)

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
7 years agofix golint error and rename func for suggestion. (#1997)
Bo-Yi Wu [Sat, 17 Jun 2017 16:29:59 +0000 (11:29 -0500)]
fix golint error and rename func for suggestion. (#1997)

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
7 years agoUse testing benchmark interface (#1993)
Antoine GIRARD [Sat, 17 Jun 2017 15:01:03 +0000 (17:01 +0200)]
Use testing benchmark interface (#1993)

7 years agoupdate drone discord plugin to 0.0.4 version (#1992)
Bo-Yi Wu [Sat, 17 Jun 2017 11:12:43 +0000 (06:12 -0500)]
update drone discord plugin to 0.0.4 version (#1992)

* update drone discord plugin to 0.0.3 version

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
* update to 0.0.4

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
* update sig file.

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
7 years agoFix GPG email checking to be case insensitive (#1988)
Lauris BH [Sat, 17 Jun 2017 10:56:40 +0000 (13:56 +0300)]
Fix GPG email checking to be case insensitive (#1988)

7 years agofix typo (#1990)
Trolli Schmittlauch [Sat, 17 Jun 2017 04:54:37 +0000 (06:54 +0200)]
fix typo (#1990)

7 years agofix bu ong normal user visit public repo (#1984)
Lunny Xiao [Sat, 17 Jun 2017 04:53:51 +0000 (12:53 +0800)]
fix bu ong normal user visit public repo (#1984)

7 years agoFix deleted milestone bug (#1942)
Ethan Koenig [Sat, 17 Jun 2017 04:51:28 +0000 (00:51 -0400)]
Fix deleted milestone bug (#1942)

* Fix deleted milestone bug

* Use locale for ghost milestone name

* Fix pointer bug

7 years agoConsolidate boilerplate in integration tests (#1979)
Ethan Koenig [Sat, 17 Jun 2017 04:49:45 +0000 (00:49 -0400)]
Consolidate boilerplate in integration tests (#1979)

7 years agoupdate drone sig file (#1981)
Bo-Yi Wu [Fri, 16 Jun 2017 02:32:14 +0000 (21:32 -0500)]
update drone sig file (#1981)

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
7 years agoMerge pull request #1976 from ethantkoenig/log/integration_test
Andrey Nering [Thu, 15 Jun 2017 17:57:29 +0000 (14:57 -0300)]
Merge pull request #1976 from ethantkoenig/log/integration_test

Set console to debug for integration tests

7 years agoSeparate generate swagger + fix sed os specific (#1791)
Antoine GIRARD [Thu, 15 Jun 2017 13:51:23 +0000 (15:51 +0200)]
Separate generate swagger + fix sed os specific (#1791)

* Separate generate-swagger

* Remove go generate rules

* Add missing definition replacement + remove use of -i sed flag

for compatibility with mac os default sed version.
This is a little hacky a better solution could be use.

* Use custom SED_INPLACE

depending of platform detection

* Use SED_INPLACE for swagger-ui also

7 years agoSet console to debug for integration tests 1976/head
Ethan Koenig [Thu, 15 Jun 2017 12:12:30 +0000 (08:12 -0400)]
Set console to debug for integration tests

7 years agoAdd integration test for pull-request merge (#1912)
Mura Li [Thu, 15 Jun 2017 11:20:39 +0000 (19:20 +0800)]
Add integration test for pull-request merge (#1912)

7 years agoFix typo (#1974)
Shuanglei Tao [Thu, 15 Jun 2017 09:38:54 +0000 (17:38 +0800)]
Fix typo (#1974)

7 years agoCoverage reports for integration tests (#1960)
Ethan Koenig [Thu, 15 Jun 2017 09:38:33 +0000 (05:38 -0400)]
Coverage reports for integration tests (#1960)

7 years agoAdd pull-create integration test (#1972)
Mura Li [Thu, 15 Jun 2017 07:01:51 +0000 (15:01 +0800)]
Add pull-create integration test (#1972)

7 years agosend notification if status changed (#1973)
Kim "BKC" Carlbäcker [Thu, 15 Jun 2017 06:56:23 +0000 (08:56 +0200)]
send notification if status changed (#1973)

send notification if status changed

7 years agosend notification if status changed 1973/head
Bo-Yi Wu [Thu, 15 Jun 2017 06:46:08 +0000 (14:46 +0800)]
send notification if status changed

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
7 years agoFix search by issue type (#1914)
Ethan Koenig [Thu, 15 Jun 2017 03:09:03 +0000 (23:09 -0400)]
Fix search by issue type (#1914)

* Fix search by issue type

7 years agoSQLite has a query timeout. Hopefully fixes most 'database locked' errors (#1961)
Kim "BKC" Carlbäcker [Thu, 15 Jun 2017 02:51:17 +0000 (04:51 +0200)]
SQLite has a query timeout. Hopefully fixes most 'database locked' errors (#1961)

* SQLite has a query timeout. Fixes 'database locked' errors

7 years agofix collborators lack of units on orgnization repositories (#1968)
Lunny Xiao [Thu, 15 Jun 2017 02:50:12 +0000 (10:50 +0800)]
fix collborators lack of units on orgnization repositories (#1968)

* fix collborators lack of units on orgnization repositories

* also change log level to debug

7 years agoswitch gitter to discord for drone. (#1971)
Bo-Yi Wu [Thu, 15 Jun 2017 02:47:42 +0000 (21:47 -0500)]
switch gitter to discord for drone. (#1971)

* switch gitter to discord for drone.

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
* add event

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
* only notify build fail message.

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
7 years agoFix diff of renamed and modified file (#1967)
Ethan Koenig [Wed, 14 Jun 2017 09:07:09 +0000 (05:07 -0400)]
Fix diff of renamed and modified file (#1967)

7 years agoSwitch to keybase go-crypto (for some elliptic curve key) + test (#1925)
Antoine GIRARD [Wed, 14 Jun 2017 00:43:43 +0000 (02:43 +0200)]
Switch to keybase go-crypto (for some elliptic curve key) + test (#1925)

* Switch to keybase go-crypto (for some elliptic curve key) + test

* Use assert.NoError

and add a little more context to failing test description

* Use assert.(No)Error everywhere 🌈

and assert.Error in place of .Nil/.NotNil

7 years agoFix uppercase default branch bug (#1965)
Ethan Koenig [Wed, 14 Jun 2017 00:42:36 +0000 (20:42 -0400)]
Fix uppercase default branch bug (#1965)

7 years agoFix bug in Action.loadRepo() (#1959)
Ethan Koenig [Wed, 14 Jun 2017 00:37:50 +0000 (20:37 -0400)]
Fix bug in Action.loadRepo() (#1959)

7 years agoUse monospace font in githook editor (#1958)
silverwind [Tue, 13 Jun 2017 02:48:49 +0000 (04:48 +0200)]
Use monospace font in githook editor (#1958)

7 years agoFix setting.AppPath for integration tests (#1923)
Kim "BKC" Carlbäcker [Tue, 13 Jun 2017 02:20:32 +0000 (04:20 +0200)]
Fix setting.AppPath for integration tests (#1923)

Fix setting.AppPath for integration tests

7 years agoFix missing backslash in Dockerfile.rpi (#1952)
shakeme [Tue, 13 Jun 2017 02:07:11 +0000 (04:07 +0200)]
Fix missing backslash in Dockerfile.rpi (#1952)

7 years agoFix import order (#1951)
Ethan Koenig [Mon, 12 Jun 2017 15:01:09 +0000 (11:01 -0400)]
Fix import order (#1951)

7 years agoMerge pull request #1829 from ethantkoenig/no_branches
Andrey Nering [Mon, 12 Jun 2017 14:05:01 +0000 (11:05 -0300)]
Merge pull request #1829 from ethantkoenig/no_branches

Commitless repos should be bare

7 years agoMerge pull request #1945 from appleboy/master
Kim "BKC" Carlbäcker [Mon, 12 Jun 2017 13:26:18 +0000 (15:26 +0200)]
Merge pull request #1945 from appleboy/master

[ci skip] add 1.1.2 change log.

7 years agoAdd myself as a maintainer (#1948)
Jonas Östanbäck [Mon, 12 Jun 2017 13:11:50 +0000 (15:11 +0200)]
Add myself as a maintainer (#1948)

7 years ago[ci skip] add 1.1.2 change log. 1945/head
Bo-Yi Wu [Mon, 12 Jun 2017 09:07:52 +0000 (17:07 +0800)]
[ci skip] add 1.1.2 change log.

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
7 years agoAdd repo fork swagger (#1941)
Jonas Östanbäck [Mon, 12 Jun 2017 00:59:51 +0000 (02:59 +0200)]
Add repo fork swagger (#1941)

7 years agoMerge pull request #1940 from cez81/discord_links
Andrey Nering [Sun, 11 Jun 2017 22:41:08 +0000 (19:41 -0300)]
Merge pull request #1940 from cez81/discord_links

Update links to Discord server

7 years agoUpdate links to Discord server 1940/head
Jonas Östanbäck [Sun, 11 Jun 2017 17:39:36 +0000 (19:39 +0200)]
Update links to Discord server

7 years agoFix engine bug in getIssueByID (#1934)
Ethan Koenig [Sun, 11 Jun 2017 06:39:12 +0000 (02:39 -0400)]
Fix engine bug in getIssueByID (#1934)

7 years agoFix errors caused by force push (#1927)
Ethan Koenig [Sun, 11 Jun 2017 02:59:13 +0000 (22:59 -0400)]
Fix errors caused by force push (#1927)

7 years agoGracefully handle bare repositories on API operations. (#1932)
Dennis Keitzel [Sun, 11 Jun 2017 02:57:28 +0000 (04:57 +0200)]
Gracefully handle bare repositories on API operations. (#1932)

Signed-off-by: Dennis Keitzel <github@pinshot.net>
7 years agoSupport CRLF when splitting code lines for display (#1862)
silverwind [Sat, 10 Jun 2017 15:20:25 +0000 (17:20 +0200)]
Support CRLF when splitting code lines for display (#1862)

* Support CRLF when splitting code lines for display

* refactor, fix mixed match

* fmt

* split on both LF and CRLF, use raw literals in regexes

* simplify

7 years ago[ci skip] update discord badge. (#1930)
Bo-Yi Wu [Sat, 10 Jun 2017 13:38:00 +0000 (08:38 -0500)]
[ci skip] update discord badge. (#1930)

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
7 years agoChange join chat from gitter to discord (#1929)
Lunny Xiao [Sat, 10 Jun 2017 12:40:56 +0000 (20:40 +0800)]
Change join chat from gitter to discord (#1929)

7 years agoAbsolute path for setting.CustomConf 1923/head
Ethan Koenig [Sat, 10 Jun 2017 02:27:13 +0000 (22:27 -0400)]
Absolute path for setting.CustomConf

7 years agoMerge pull request #1926 from go-gitea/bkcsoft-update-changelog
Kim "BKC" Carlbäcker [Sat, 10 Jun 2017 01:07:09 +0000 (03:07 +0200)]
Merge pull request #1926 from go-gitea/bkcsoft-update-changelog

Update changelog with v1.1.1

7 years agoDisplay URLs in integration test logs (#1924)
Ethan Koenig [Sat, 10 Jun 2017 00:41:36 +0000 (20:41 -0400)]
Display URLs in integration test logs (#1924)

7 years agoNo highlighting for .txt files (#1922)
Ethan Koenig [Sat, 10 Jun 2017 00:39:16 +0000 (20:39 -0400)]
No highlighting for .txt files (#1922)

7 years agoUpdate changelog with v1.1.1 1926/head
Kim "BKC" Carlbäcker [Thu, 4 May 2017 15:11:18 +0000 (17:11 +0200)]
Update changelog with v1.1.1

7 years agoFix setting.AppPath for integration tests
Ethan Koenig [Fri, 9 Jun 2017 18:13:46 +0000 (14:13 -0400)]
Fix setting.AppPath for integration tests

7 years agoDon't run 'make release' on PRs (#1908)
Kim "BKC" Carlbäcker [Fri, 9 Jun 2017 01:52:23 +0000 (03:52 +0200)]
Don't run 'make release' on PRs (#1908)

7 years agoFix ghost user bug (#1913)
Ethan Koenig [Fri, 9 Jun 2017 01:51:31 +0000 (21:51 -0400)]
Fix ghost user bug (#1913)

Fix bug where unassigned issues would appear to be assigned to a ghost user

7 years agoSet TMPDIR enviroment variable for dump command (#1915)
Jonas Östanbäck [Fri, 9 Jun 2017 00:24:15 +0000 (02:24 +0200)]
Set TMPDIR enviroment variable for dump command (#1915)

7 years agoAdd integration test for file editing (#1907)
Mura Li [Thu, 8 Jun 2017 11:15:41 +0000 (19:15 +0800)]
Add integration test for file editing (#1907)

7 years agoFix 500 in public activity page (#1901)
Ethan Koenig [Thu, 8 Jun 2017 08:48:49 +0000 (04:48 -0400)]
Fix 500 in public activity page (#1901)

7 years agoCache ctx.User in retrieveFeeds (#1902)
Ethan Koenig [Thu, 8 Jun 2017 02:11:41 +0000 (22:11 -0400)]
Cache ctx.User in retrieveFeeds (#1902)

7 years agoDelete Public SSH Key tmp file after calculating fingerprint (#1855)
Dan Magnus Lindvall [Thu, 8 Jun 2017 02:08:22 +0000 (04:08 +0200)]
Delete Public SSH Key tmp file after calculating fingerprint (#1855)

* Delete public key tmp file after calculating fingerprint

Signed-off-by: Magnus Lindvall <magnus@dnmgns.com>
* Move line

Signed-off-by: Magnus Lindvall <magnus@dnmgns.com>
* Remove defer statement

Signed-off-by: Magnus Lindvall <magnus@dnmgns.com>
* Readd defer statement and move remove

Signed-off-by: Magnus Lindvall <magnus@dnmgns.com>
* Delete space

Signed-off-by: Magnus Lindvall <magnus@dnmgns.com>
7 years agoMerge pull request #1905 from ethantkoenig/fix/org_api_auth
Andrey Nering [Wed, 7 Jun 2017 19:49:52 +0000 (16:49 -0300)]
Merge pull request #1905 from ethantkoenig/fix/org_api_auth

Require token before checking membership/ownership

7 years agoMerge pull request #1904 from ethantkoenig/fix/org_api
Andrey Nering [Wed, 7 Jun 2017 19:49:33 +0000 (16:49 -0300)]
Merge pull request #1904 from ethantkoenig/fix/org_api

Bug fixes for org member API

7 years agoMerge pull request #1896 from typeless/add-integration-test-for-forking
Andrey Nering [Wed, 7 Jun 2017 18:55:12 +0000 (15:55 -0300)]
Merge pull request #1896 from typeless/add-integration-test-for-forking

Add integration test for repository forking

7 years agoMerge pull request #1903 from camlafit/patch-1
Andrey Nering [Wed, 7 Jun 2017 18:50:13 +0000 (15:50 -0300)]
Merge pull request #1903 from camlafit/patch-1

A missing / to provide a correct endpoint

7 years agoRequire token before checking membership/ownership 1905/head
Ethan Koenig [Wed, 7 Jun 2017 16:20:32 +0000 (12:20 -0400)]
Require token before checking membership/ownership

7 years agoBug fixes for org member API 1904/head
Ethan Koenig [Wed, 7 Jun 2017 16:10:35 +0000 (12:10 -0400)]
Bug fixes for org member API

7 years agoA missing / to provide a correct endpoint 1903/head
camlafit [Wed, 7 Jun 2017 15:57:28 +0000 (17:57 +0200)]
A missing / to provide a correct endpoint

solve #1899

7 years agoAdd integration test for repository forking 1896/head
Mura Li [Wed, 7 Jun 2017 02:27:49 +0000 (10:27 +0800)]
Add integration test for repository forking

7 years agoSend mails as HTML as default. Setting for send as plain text. (#1648)
Jonas Östanbäck [Wed, 7 Jun 2017 01:14:31 +0000 (03:14 +0200)]
Send mails as HTML as default. Setting for send as plain text. (#1648)

* Send mails as HTML as default. Setting for send as plain text.
 * Add new option SendAsPlainText. remove EnableHTMLAlternative
 * Send HTML mails as default
 * Add html check if html2text should be performed

* Send only multipart or plain. Add deprication warning for ENABLE_HTML_ALTERNATIVE

* Still use ENABLE_HTML_ALTERNATIVE for backward compatibility

* Changed to not ignore html2text errors

7 years agoMerge pull request #1892 from sapk-fork/update-git
Andrey Nering [Tue, 6 Jun 2017 19:35:05 +0000 (16:35 -0300)]
Merge pull request #1892 from sapk-fork/update-git

Update code.gitea.io/git

7 years agoUpdate code.gitea.io/git 1892/head
Antoine GIRARD [Tue, 6 Jun 2017 17:36:48 +0000 (19:36 +0200)]
Update code.gitea.io/git

7 years agoInclude formatting check to the `make test` (and thus also `check`) rule (#1366)
Sandro Santilli [Tue, 6 Jun 2017 13:53:16 +0000 (15:53 +0200)]
Include formatting check to the `make test` (and thus also `check`) rule (#1366)

* Include formatting check to the `make check` rule

... and give it its own standalone target too (make fmt-check)

Show diff on fmt-check failure
Do not allow running "fmt-check" with incompatible go version
Also simplify the `fmt` rule

* Forbid running "make fmt" with Go version != 1.7 or 1.8

* Ignore bindata.go for spelling and formatting checks

also remove duplicated variable assignment for GOFILES

* Run `make fmt`

7 years agoMake `LocalCopyPath` a setting instead of a hard-coded path (#1881)
Phil Hopper [Tue, 6 Jun 2017 09:09:54 +0000 (05:09 -0400)]
Make `LocalCopyPath` a setting instead of a hard-coded path (#1881)

7 years agoCenter-aligned login topbar (#1880)
Ethan Koenig [Tue, 6 Jun 2017 07:05:06 +0000 (03:05 -0400)]
Center-aligned login topbar (#1880)

* Center-aligned login topbar

* Center-align OpenID login

7 years agoMigration to fix existing owner team units (#1873)
Ethan Koenig [Mon, 5 Jun 2017 10:40:25 +0000 (06:40 -0400)]
Migration to fix existing owner team units (#1873)