]> source.dussan.org Git - gitea.git/log
gitea.git
7 years agoremove unnecessary blank lines and wrong error log
Lunny Xiao [Wed, 28 Jun 2017 15:14:26 +0000 (23:14 +0800)]
remove unnecessary blank lines and wrong error log

7 years agoPagination on releases page (#2035)
iszla [Wed, 28 Jun 2017 14:47:00 +0000 (16:47 +0200)]
Pagination on releases page (#2035)

* Added count to GetReleasesByRepoID so pagination will work

* Separated it out to a new function, can then also leave the API part unaffected

* Remove extra whitespace added in untouched function

* Added comment and corrected name in error handler

* Account for if the user is owner or not in the count

* Also check if repo is draft

* revert back to the correct count in the ReleasesToDisplay loop

* Fixed lint error regarding else with return statement

* Use Cond struct instead of string, corrected name in error handler

* Removed unused return variable names

7 years agoUpdate git module (#2074)
Jonas Östanbäck [Wed, 28 Jun 2017 14:43:58 +0000 (16:43 +0200)]
Update git module (#2074)

7 years agoFix #1271: Call location.reload after XHR finishes (#2071)
Guillermo Bonvehí [Wed, 28 Jun 2017 08:55:28 +0000 (05:55 -0300)]
Fix #1271: Call location.reload after XHR finishes (#2071)

location.reload was being called when the related dropdown
was hidden, even if a request initiated before to update this
value hadn't finished. This caused troubles on Firefox.

7 years agoFix org hooks UI (#2072)
Morlinest [Wed, 28 Jun 2017 08:53:50 +0000 (10:53 +0200)]
Fix org hooks UI (#2072)

7 years agoFix: `http: multiple response.WriteHeader calls` (#2038)
Shuanglei Tao [Wed, 28 Jun 2017 06:08:47 +0000 (14:08 +0800)]
Fix: `http: multiple response.WriteHeader calls` (#2038)

We can't change the http status code here, because the response has been written.

7 years agoMake time diff translatable (#2057)
Lauris BH [Wed, 28 Jun 2017 05:43:28 +0000 (08:43 +0300)]
Make time diff translatable (#2057)

7 years agoSmaller watch, star, and fork buttons (#2052)
Patrick G [Wed, 28 Jun 2017 01:40:28 +0000 (21:40 -0400)]
Smaller watch, star, and fork buttons (#2052)

7 years agoSetting to disable authorized_keys backup (#1856)
Dan Magnus Lindvall [Wed, 28 Jun 2017 01:35:35 +0000 (03:35 +0200)]
Setting to disable authorized_keys backup (#1856)

* Add setting to disable authorized_keys backup when rewriting public keys

Signed-off-by: Magnus Lindvall <magnus@dnmgns.com>
* Update default value to comply with documentation

Signed-off-by: Magnus Lindvall <magnus@dnmgns.com>
* Use tmp-file instead of bak-file for saving manually added keys.

Signed-off-by: Magnus Lindvall <magnus@dnmgns.com>
* Change casing

Signed-off-by: Magnus Lindvall <magnus@dnmgns.com>
* Change casing and build bakpath with sprintf only

Signed-off-by: Magnus Lindvall <magnus@dnmgns.com>
* Only close file once

Signed-off-by: Magnus Lindvall <magnus@dnmgns.com>
* Do not modify calcFingerprint

Signed-off-by: Magnus Lindvall <magnus@dnmgns.com>
* Fix casing

Signed-off-by: Magnus Lindvall <magnus@dnmgns.com>
* Change style from disable to enable

Signed-off-by: Magnus Lindvall <magnus@dnmgns.com>
* Change name, just SSH_BACKUP_AUTHORIZED_KEYS

Signed-off-by: Magnus Lindvall <magnus@dnmgns.com>
* Do not check for directory existence if backup is disabled

Signed-off-by: Magnus Lindvall <magnus@dnmgns.com>
7 years agoAdd link to forum in issue template (#2070)
Jonas Östanbäck [Wed, 28 Jun 2017 01:33:37 +0000 (03:33 +0200)]
Add link to forum in issue template (#2070)

7 years agoFix default ghost assignee bug (#2069)
Ethan Koenig [Wed, 28 Jun 2017 01:27:12 +0000 (21:27 -0400)]
Fix default ghost assignee bug (#2069)

7 years agoAlways return valid go-get meta, even if unauthorized (#2010)
Kim "BKC" Carlbäcker [Mon, 26 Jun 2017 01:06:40 +0000 (03:06 +0200)]
Always return valid go-get meta, even if unauthorized (#2010)

* Always return valid go-get meta, even if unauthorized

* don't leak information

7 years agodrone sign -.-
Kim "BKC" Carlbäcker [Sun, 25 Jun 2017 19:51:55 +0000 (21:51 +0200)]
drone sign -.-

7 years agoFix "Dashboard shows deleted comments" (#1995)
Jonas Franz [Sun, 25 Jun 2017 18:20:29 +0000 (20:20 +0200)]
Fix "Dashboard shows deleted comments" (#1995)

7 years agoIntegration tests for issues API (#2059)
Ethan Koenig [Sun, 25 Jun 2017 14:51:07 +0000 (10:51 -0400)]
Integration tests for issues API (#2059)

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>