]> source.dussan.org Git - gitea.git/log
gitea.git
8 years agoFix #2431 - handle requests waiting for reply
Dmitry Neverov [Mon, 18 Jan 2016 15:52:38 +0000 (16:52 +0100)]
Fix #2431 - handle requests waiting for reply

According to the docs [1], the Reply method must be called for all
requests where WantReply is true. This fixes a hanging java ssh
implementation (jsch) which sets WantReply flag and waits for reply from
the server.

[1] https://godoc.org/golang.org/x/crypto/ssh#Request.Reply

8 years ago#2179 use Go sub-repo ssh to verify public key content
Unknwon [Fri, 15 Jan 2016 10:39:51 +0000 (18:39 +0800)]
#2179 use Go sub-repo ssh to verify public key content

8 years agoURL fix for #2287
Unknwon [Fri, 15 Jan 2016 10:00:39 +0000 (18:00 +0800)]
URL fix for #2287

8 years agohide section with user has no organizations
Unknwon [Thu, 14 Jan 2016 13:29:25 +0000 (21:29 +0800)]
hide section with user has no organizations

8 years agofix CSS of branch dropdown when view commits under revision
Unknwon [Thu, 14 Jan 2016 13:27:36 +0000 (21:27 +0800)]
fix CSS of branch dropdown when view commits under revision

8 years agominor fix to #2383
Unknwon [Thu, 14 Jan 2016 13:21:56 +0000 (21:21 +0800)]
minor fix to #2383

- add tooltip for organization name in profile

8 years agoMerge pull request #2383 from exmex/develop
Unknwon [Thu, 14 Jan 2016 13:07:17 +0000 (21:07 +0800)]
Merge pull request #2383 from exmex/develop

Added organization display on profile

8 years agoAdded improvement from Unknwon
ExMex [Thu, 14 Jan 2016 10:48:24 +0000 (11:48 +0100)]
Added improvement from Unknwon

8 years agoMerge pull request #2403 from ddelpero/master
Unknwon [Thu, 14 Jan 2016 06:55:45 +0000 (14:55 +0800)]
Merge pull request #2403 from ddelpero/master

Update repo.go

8 years agoMerge pull request #2399 from nanoant/patch/osx-launchd-script
Unknwon [Thu, 14 Jan 2016 06:42:55 +0000 (14:42 +0800)]
Merge pull request #2399 from nanoant/patch/osx-launchd-script

OS X launchd script

8 years agoMerge pull request #2398 from nanoant/patch/fix-refurl-arg
Unknwon [Thu, 14 Jan 2016 06:41:13 +0000 (14:41 +0800)]
Merge pull request #2398 from nanoant/patch/fix-refurl-arg

commit.RefUrl expects AppUrl argument

8 years agoMerge pull request #2393 from sapk/fix-issue-2375
Unknwon [Thu, 14 Jan 2016 06:32:32 +0000 (14:32 +0800)]
Merge pull request #2393 from sapk/fix-issue-2375

Correction for issue #2375

8 years agofix #2385
Unknwon [Thu, 14 Jan 2016 06:28:07 +0000 (14:28 +0800)]
fix #2385

8 years agoOS X launchd script
Adam Strzelecki [Wed, 13 Jan 2016 18:32:07 +0000 (19:32 +0100)]
OS X launchd script

Using this script:

1. Copy scripts/launchd/io.gogs.web.plist into /Library/LaunchDaemons

2. The script assumes Gogs is running under 'gogs' user and group, modify
   /Library/LaunchDaemons/io.gogs.web.plist if you want to user different user.

3. The script assumes Gogs is installed in /Users/git/gogs, modify
   /Library/LaunchDaemons/io.gogs.web.plist if you installed Gogs in different
   location.

4. Once you are sure that running Gogs manually via `gogs web` works fine, run
   it as a launchd service with:

       sudo launchctl load -F /Library/LaunchDaemons/io.gogs.web.plist

From now on launchd will ensure Gogs is running, eg. when system is restarted.

8 years agocommit.RefUrl expects AppUrl argument
Adam Strzelecki [Wed, 13 Jan 2016 18:01:53 +0000 (19:01 +0100)]
commit.RefUrl expects AppUrl argument

This is fixup for ea375c0dcca118c8ac3c48ba569b025836ad5ccf. The bug was not
visible because commit.RefUrl was always returning empty url due regression
described in https://github.com/gogits/git-module/pull/4

8 years agoFix username display in lower-cased for comment in Dashboard
Antoine GIRARD [Tue, 12 Jan 2016 20:10:56 +0000 (21:10 +0100)]
Fix username display in lower-cased for comment in Dashboard

8 years agoAdded links to org profile icons
ExMex [Tue, 12 Jan 2016 02:19:46 +0000 (03:19 +0100)]
Added links to org profile icons

8 years agoAdded organization display on profile
ExMex [Tue, 12 Jan 2016 02:09:59 +0000 (03:09 +0100)]
Added organization display on profile
Fixed "Follower" Icon too big

8 years agoMerge pull request #2381 from philippechataignon/develop
Unknwon [Mon, 11 Jan 2016 15:59:45 +0000 (23:59 +0800)]
Merge pull request #2381 from philippechataignon/develop

Add fr-FR to home template

8 years agoAdd fr-FR to home template
Philippe Chataignon [Mon, 11 Jan 2016 12:38:29 +0000 (13:38 +0100)]
Add fr-FR to home template

8 years ago#2287 Truncate repository name if too long
Unknwon [Mon, 11 Jan 2016 12:41:43 +0000 (20:41 +0800)]
#2287 Truncate repository name if too long

8 years agoupdate locale
Unknwon [Mon, 11 Jan 2016 10:30:44 +0000 (18:30 +0800)]
update locale

8 years ago#2349 fix convert type
Unknwon [Mon, 11 Jan 2016 07:47:23 +0000 (15:47 +0800)]
#2349 fix convert type

8 years agostop compile bindata for TRANSLATORS
Unknwon [Mon, 11 Jan 2016 07:01:38 +0000 (15:01 +0800)]
stop compile bindata for TRANSLATORS

- update required version of git-module for #2373

8 years ago#2349 try to handle []int8 case
Unknwon [Mon, 11 Jan 2016 06:34:32 +0000 (14:34 +0800)]
#2349 try to handle []int8 case

8 years agoMerge pull request #2374 from l2dy/develop
Unknwon [Sun, 10 Jan 2016 09:36:07 +0000 (17:36 +0800)]
Merge pull request #2374 from l2dy/develop

Minor fix (extra space)

8 years agoMinor fix
l2dy [Sun, 10 Jan 2016 09:29:33 +0000 (17:29 +0800)]
Minor fix

8 years agoMerge pull request #2369 from koenwtje/fix-freebsd-init-script
Unknwon [Sun, 10 Jan 2016 05:28:24 +0000 (13:28 +0800)]
Merge pull request #2369 from koenwtje/fix-freebsd-init-script

Fix status command in FreeBSD init script

8 years agoMerge pull request #2370 from andreynering/fix-tests
Unknwon [Sun, 10 Jan 2016 05:19:24 +0000 (13:19 +0800)]
Merge pull request #2370 from andreynering/fix-tests

Fix test case after 86bce4a2ae9915fad63c742cb68fcd0a5e64a223.

8 years agoFix test case after 86bce4a2ae9915fad63c742cb68fcd0a5e64a223.
Andrey Nering [Sat, 9 Jan 2016 19:05:21 +0000 (17:05 -0200)]
Fix test case after 86bce4a2ae9915fad63c742cb68fcd0a5e64a223.

8 years agoFix status command in FreeBSD init script
Koen Wilde [Sat, 9 Jan 2016 12:31:45 +0000 (13:31 +0100)]
Fix status command in FreeBSD init script

If the init script is called with `status`, the rc.subr(8) routines check if
the first argument associated with the pid in the pidfile is equal to
`procname`. By default, `procname` is equal to the value of `command`. In our
case, `command` contains a space (i.e. has multiple arguments), so `procname`
can never be equal to the first argument of the command associated with the
pid.

Set `procname` to the first argument of `command` to fix the `status` command
of the init script.

8 years agoroll back a small change
Unknwon [Sat, 9 Jan 2016 07:04:28 +0000 (15:04 +0800)]
roll back a small change

8 years agominor fix to #2335
Unknwon [Sat, 9 Jan 2016 06:51:17 +0000 (14:51 +0800)]
minor fix to #2335

8 years agofix #2367
Unknwon [Sat, 9 Jan 2016 06:45:06 +0000 (14:45 +0800)]
fix #2367

8 years agoMerge pull request #2335 from andreynering/highlight-diff
Unknwon [Sat, 9 Jan 2016 05:39:18 +0000 (13:39 +0800)]
Merge pull request #2335 from andreynering/highlight-diff

Highlight diff

8 years agorequire token for list my orgs
Unknwon [Sat, 9 Jan 2016 05:32:19 +0000 (13:32 +0800)]
require token for list my orgs

8 years agofix cannot show user public ssh keys
Unknwon [Sat, 9 Jan 2016 05:28:05 +0000 (13:28 +0800)]
fix cannot show user public ssh keys

8 years agofix markdown autolink error
Unknwon [Sat, 9 Jan 2016 02:59:04 +0000 (10:59 +0800)]
fix markdown autolink error

8 years agoFix: now highlights in diff view are getting the correct lines.
Andrey Nering [Fri, 8 Jan 2016 12:50:25 +0000 (10:50 -0200)]
Fix: now highlights in diff view are getting the correct lines.

8 years agofix #2360
Unknwon [Fri, 8 Jan 2016 00:49:03 +0000 (08:49 +0800)]
fix #2360

8 years agoUpdate repo.go
ddelpero [Thu, 7 Jan 2016 20:28:38 +0000 (14:28 -0600)]
Update repo.go

Release download file name doesn't include tag number #2339
Download: Changed to use refName instead of commit.ID for downloaded file name

8 years agoSemantic fixes.
Andrey Nering [Thu, 7 Jan 2016 13:27:35 +0000 (11:27 -0200)]
Semantic fixes.

8 years ago#2345 disallow access of some pages for empty repo
Unknwon [Thu, 7 Jan 2016 03:07:17 +0000 (11:07 +0800)]
#2345 disallow access of some pages for empty repo

8 years agofix #2350
Unknwon [Thu, 7 Jan 2016 01:24:19 +0000 (09:24 +0800)]
fix #2350

8 years agoMerge pull request #2352 from zhuharev/develop
Unknwon [Thu, 7 Jan 2016 01:22:41 +0000 (09:22 +0800)]
Merge pull request #2352 from zhuharev/develop

typo fix

8 years agoMerge pull request #2347 from ivanmarban/develop
Unknwon [Thu, 7 Jan 2016 01:11:10 +0000 (09:11 +0800)]
Merge pull request #2347 from ivanmarban/develop

Remove RSA1 keys as only SSH version 2 is used

8 years agoDeclaring specific types for enums constants.
Andrey Nering [Wed, 6 Jan 2016 20:00:40 +0000 (18:00 -0200)]
Declaring specific types for enums constants.

This makes the code more strict since you can't assign or compare
values of different types without proper cast.

8 years agoHighlighting differences of lines in the diff view.
Andrey Nering [Sun, 3 Jan 2016 21:26:46 +0000 (19:26 -0200)]
Highlighting differences of lines in the diff view.

8 years agotypo fix
zhuharev [Wed, 6 Jan 2016 19:41:42 +0000 (22:41 +0300)]
typo fix

8 years agoupdate locale
Unknwon [Wed, 6 Jan 2016 10:44:57 +0000 (18:44 +0800)]
update locale

8 years agoRemove RSA1 keys as only SSH version 2 is used
Ivan Marban [Wed, 6 Jan 2016 09:26:37 +0000 (10:26 +0100)]
Remove RSA1 keys as only SSH version 2 is used

8 years agoupdate dep lib version requirement
Unknwon [Wed, 6 Jan 2016 05:34:34 +0000 (13:34 +0800)]
update dep lib version requirement

8 years agoMerge pull request #2296 from bkcsoft/feature/split-diff
Unknwon [Wed, 6 Jan 2016 05:31:36 +0000 (13:31 +0800)]
Merge pull request #2296 from bkcsoft/feature/split-diff

Implement Split Diff-View

8 years agoRemoved opticon-fold
Kim "BKC" Carlbäcker [Wed, 6 Jan 2016 01:21:20 +0000 (02:21 +0100)]
Removed opticon-fold

8 years agomerged split/unified templates
Kim "BKC" Carlbäcker [Tue, 5 Jan 2016 23:08:50 +0000 (00:08 +0100)]
merged split/unified templates

8 years agoMerge pull request #2336 from andreynering/scroll-always-visible
Unknwon [Tue, 5 Jan 2016 20:57:14 +0000 (04:57 +0800)]
Merge pull request #2336 from andreynering/scroll-always-visible

Making scroll always visible.

8 years agoChanged name from inline to unified
Kim "BKC" Carlbäcker [Sat, 2 Jan 2016 22:13:47 +0000 (23:13 +0100)]
Changed name from inline to unified

8 years agoi18n-fix for split-view
Kim "BKC" Carlbäcker [Fri, 1 Jan 2016 23:30:00 +0000 (00:30 +0100)]
i18n-fix for split-view

8 years agoImplement Split Diff-View
Kim "BKC" Carlbäcker [Sat, 26 Dec 2015 11:26:26 +0000 (12:26 +0100)]
Implement Split Diff-View

- Unified/Inline Diff-View Selectable

8 years agofix #2327
Unknwon [Tue, 5 Jan 2016 04:43:19 +0000 (12:43 +0800)]
fix #2327

8 years agoMaking scroll always visible.
Andrey Nering [Mon, 4 Jan 2016 18:38:10 +0000 (16:38 -0200)]
Making scroll always visible.

8 years agoMerge pull request #2323 from ggramlich/develop
Unknwon [Sat, 2 Jan 2016 21:24:30 +0000 (15:24 -0600)]
Merge pull request #2323 from ggramlich/develop

Update s6 path in Dockerfile.rpi

8 years agoUpdate s6 path in Dockerfile.rpi
Gregor Gramlich [Tue, 29 Dec 2015 17:46:39 +0000 (18:46 +0100)]
Update s6 path in Dockerfile.rpi

Apply the change from https://github.com/gogits/gogs/commit/0cbf56855aad82ff49952132287a0112f308c728 to the Dockerfile.rpi as well

8 years ago#2185 fall back to use custom chardet lib
Unknwon [Fri, 1 Jan 2016 03:13:47 +0000 (22:13 -0500)]
#2185 fall back to use custom chardet lib

8 years ago#2311 improve HTTP auth error message
Unknwon [Thu, 31 Dec 2015 02:29:30 +0000 (21:29 -0500)]
#2311 improve HTTP auth error message

8 years agomore fix on #2268
Unknwon [Wed, 30 Dec 2015 23:47:32 +0000 (18:47 -0500)]
more fix on #2268

8 years agoMerge pull request #2294 from joaopms/patch-1
Unknwon [Sun, 27 Dec 2015 22:28:25 +0000 (17:28 -0500)]
Merge pull request #2294 from joaopms/patch-1

Fix the description on head.tmpl

8 years ago#2282 fast detection of utf-8
Unknwon [Sun, 27 Dec 2015 22:02:36 +0000 (17:02 -0500)]
#2282 fast detection of utf-8

8 years agoLowercase "Service"
João Pedro [Sun, 27 Dec 2015 18:53:52 +0000 (18:53 +0000)]
Lowercase "Service"

8 years agoUpdate head.tmpl
João Pedro [Sun, 27 Dec 2015 18:44:18 +0000 (18:44 +0000)]
Update head.tmpl

8 years ago#2273 URL consistency on webhook payload
Unknwon [Fri, 25 Dec 2015 12:11:58 +0000 (07:11 -0500)]
#2273 URL consistency on webhook payload

8 years ago#2283 set text/plain for non-binary files in raw mode
Unknwon [Fri, 25 Dec 2015 10:45:07 +0000 (05:45 -0500)]
#2283 set text/plain for non-binary files in raw mode

8 years ago#2282 fix utf-8 recognized as windows-1252
Unknwon [Fri, 25 Dec 2015 10:25:47 +0000 (05:25 -0500)]
#2282 fix utf-8 recognized as windows-1252

8 years ago#2264 use monospaced font for commit IDs in news feeds
Unknwon [Fri, 25 Dec 2015 01:43:45 +0000 (20:43 -0500)]
#2264 use monospaced font for commit IDs in news feeds

8 years agoMerge pull request #2270 from novaeye/develop
Unknwon [Thu, 24 Dec 2015 15:30:24 +0000 (10:30 -0500)]
Merge pull request #2270 from novaeye/develop

PR for fix #2268

8 years agoMerge pull request #2262 from angus-g/fixes/user-following-migration
Unknwon [Thu, 24 Dec 2015 15:13:13 +0000 (10:13 -0500)]
Merge pull request #2262 from angus-g/fixes/user-following-migration

Add default for NumFollowing field (fixes #2261)

8 years agoMerge pull request #2257 from Jofkos/patch-1
Unknwon [Thu, 24 Dec 2015 15:00:03 +0000 (10:00 -0500)]
Merge pull request #2257 from Jofkos/patch-1

Wiki pages containing question marks in their name weren't loading

8 years agofix #2268
novaeye [Wed, 23 Dec 2015 09:50:14 +0000 (17:50 +0800)]
fix #2268

8 years agoAdd default for NumFollowing field (fixes #2261)
Angus Gibson [Tue, 22 Dec 2015 00:09:28 +0000 (11:09 +1100)]
Add default for NumFollowing field (fixes #2261)

We set the default value for the non-NULL field NumFollowing of the User
model to 0, which stops an error when the ORM tries to sync.

8 years ago#1692 APIs: Users Followers
Unknwon [Mon, 21 Dec 2015 12:24:11 +0000 (04:24 -0800)]
#1692 APIs: Users Followers

- User profile un/follow
- List user's followers/following

8 years agoRemoved empty line, multi return args
Jofkos [Sun, 20 Dec 2015 20:13:12 +0000 (21:13 +0100)]
Removed empty line, multi return args

8 years agoWiki pages containing question marks in their name weren't loading
Jofkos [Sun, 20 Dec 2015 17:02:54 +0000 (18:02 +0100)]
Wiki pages containing question marks in their name weren't loading

(untested)

8 years ago#2014 allow switch branches between two orgs in compose PR
Unknwon [Sun, 20 Dec 2015 06:06:54 +0000 (01:06 -0500)]
#2014 allow switch branches between two orgs in compose PR

8 years ago#2180 fix avatar link when disable gravatar
Unknwon [Sun, 20 Dec 2015 03:21:00 +0000 (22:21 -0500)]
#2180 fix avatar link when disable gravatar

8 years ago#2251 fix button name
Unknwon [Sun, 20 Dec 2015 03:07:06 +0000 (22:07 -0500)]
#2251 fix button name

8 years agofix #1436
Unknwon [Sun, 20 Dec 2015 02:43:32 +0000 (21:43 -0500)]
fix #1436

8 years ago#2250 Use HTTP/HTTPS as default clone option
Unknwon [Sun, 20 Dec 2015 02:12:13 +0000 (21:12 -0500)]
#2250 Use HTTP/HTTPS as default clone option

8 years ago#2251 show commits count in PR tabs
Unknwon [Sun, 20 Dec 2015 02:09:03 +0000 (21:09 -0500)]
#2251 show commits count in PR tabs

8 years agomake mailer log more verbose
Unknwon [Sat, 19 Dec 2015 07:44:34 +0000 (02:44 -0500)]
make mailer log more verbose

8 years agoupdate locales
Unknwon [Fri, 18 Dec 2015 12:54:44 +0000 (07:54 -0500)]
update locales

8 years agofix #2189
Unknwon [Fri, 18 Dec 2015 10:49:28 +0000 (05:49 -0500)]
fix #2189

8 years agoprepare release
Unknwon [Fri, 18 Dec 2015 05:54:27 +0000 (00:54 -0500)]
prepare release

8 years ago#1692 API: admin create repo
Unknwon [Fri, 18 Dec 2015 03:57:41 +0000 (22:57 -0500)]
#1692 API: admin create repo

8 years ago#2103 Ability to map extensions for syntax highlighting in config
Unknwon [Fri, 18 Dec 2015 03:31:34 +0000 (22:31 -0500)]
#2103 Ability to map extensions for syntax highlighting in config

8 years agofix #2223
Unknwon [Fri, 18 Dec 2015 02:57:34 +0000 (21:57 -0500)]
fix #2223

8 years ago#1692 add organization APIs
Unknwon [Thu, 17 Dec 2015 07:28:47 +0000 (02:28 -0500)]
#1692 add organization APIs

8 years ago#2103 #2181 improvments of highlight class name
Unknwon [Thu, 17 Dec 2015 03:13:12 +0000 (22:13 -0500)]
#2103 #2181 improvments of highlight class name

8 years agoMerge pull request #2218 from xxxtonixxx/patch-2
Unknwon [Thu, 17 Dec 2015 00:28:42 +0000 (19:28 -0500)]
Merge pull request #2218 from xxxtonixxx/patch-2

Minor typo in en-US locale

8 years agoMinor typo in en-US locale
Toni [Wed, 16 Dec 2015 21:52:38 +0000 (22:52 +0100)]
Minor typo in en-US locale

metadata*

8 years ago#1692 add user email APIs
Unknwon [Wed, 16 Dec 2015 03:57:18 +0000 (22:57 -0500)]
#1692 add user email APIs