]> source.dussan.org Git - gitea.git/log
gitea.git
10 years agoFix SMTP auth logic
Unknwon [Fri, 3 Oct 2014 17:12:54 +0000 (13:12 -0400)]
Fix SMTP auth logic

10 years agoMerge pull request #521 from DerDackel/dev
无闻 [Wed, 1 Oct 2014 14:42:46 +0000 (10:42 -0400)]
Merge pull request #521 from DerDackel/dev

Added some missing strings under the [action] category to german localization

10 years agoAdded some missing strings under the [action] category to german localization
Sebastian Jackel [Wed, 1 Oct 2014 12:47:34 +0000 (14:47 +0200)]
Added some missing strings under the [action] category to german localization

10 years agoWork on #516
Unknwon [Wed, 1 Oct 2014 11:40:48 +0000 (07:40 -0400)]
Work on #516

10 years agoMerge pull request #519 from silverkorn/dev
无闻 [Wed, 1 Oct 2014 01:39:12 +0000 (21:39 -0400)]
Merge pull request #519 from silverkorn/dev

Debian's "init.d" - Tentative to fix user's environment variables loading

10 years agoDebian's Init.d workaround for loading user's environment variables with `start-stop...
Danny B [Wed, 1 Oct 2014 01:30:16 +0000 (21:30 -0400)]
Debian's Init.d workaround for loading user's environment variables with `start-stop-daemon` command.
Implies 2 running child, so the `stop` command usually needs a `KILL` instead of a `TERM` to close properly so I reduced it to 1 second to get quickly with the `KILL` signal.

10 years agoFix #515
Unknwon [Tue, 30 Sep 2014 08:39:53 +0000 (04:39 -0400)]
Fix #515

10 years agoMerge pull request #517 from silverkorn/dev
无闻 [Tue, 30 Sep 2014 02:00:31 +0000 (22:00 -0400)]
Merge pull request #517 from silverkorn/dev

Added "init.d" service script for Debian-based Linux.

10 years agoAdded "init.d" service script for Debian-based Linux.
Danny B [Tue, 30 Sep 2014 01:52:45 +0000 (21:52 -0400)]
Added "init.d" service script for Debian-based Linux.
Compatible with "/etc/default/gogs" configuration file for adding or overwriting values.
Based on "/etc/init.d/skeleton" and tested on Raspbian 2014-06-20 (Debian 7.5 [Wheezy] ARM)

[TO FIX] For some reason, it's necessary to remove the value of RUN_USER from the app.ini configuration file because the following error occurs:
2014/09/28 18:12:53 [setting.go:182 NewConfigContext()] [E] Expect user(git) but current user is:

10 years agoFix feeds display issue
Unknwon [Mon, 29 Sep 2014 22:58:04 +0000 (18:58 -0400)]
Fix feeds display issue

10 years agoUI: Confirmation box
Unknwon [Mon, 29 Sep 2014 22:52:28 +0000 (18:52 -0400)]
UI: Confirmation box

10 years agoMerge branch 'dev' of github.com:gogits/gogs into dev
Unknwon [Mon, 29 Sep 2014 09:38:52 +0000 (05:38 -0400)]
Merge branch 'dev' of github.com:gogits/gogs into dev

10 years agoFix #514
Unknwon [Mon, 29 Sep 2014 09:38:46 +0000 (05:38 -0400)]
Fix #514

10 years agoMerge pull request #513 from lbeltrame/add-centos-init-script
无闻 [Mon, 29 Sep 2014 09:06:32 +0000 (05:06 -0400)]
Merge pull request #513 from lbeltrame/add-centos-init-script

Add CentOS init script

10 years agos/USER/GOGS_USER/g
Luca Beltrame [Mon, 29 Sep 2014 08:43:51 +0000 (10:43 +0200)]
s/USER/GOGS_USER/g

10 years agoAdd a CentOS init script
Luca Beltrame [Mon, 29 Sep 2014 08:41:29 +0000 (10:41 +0200)]
Add a CentOS init script

10 years agoBug: 500 when transfer repository to collaborator
Unknwon [Mon, 29 Sep 2014 08:04:48 +0000 (04:04 -0400)]
Bug: 500 when transfer repository to collaborator

10 years agoMerge pull request #512 from fundon/feature_support_dsa_key
无闻 [Mon, 29 Sep 2014 04:57:49 +0000 (00:57 -0400)]
Merge pull request #512 from fundon/feature_support_dsa_key

support dsa key format

10 years agosupport dsa key format
fundon [Mon, 29 Sep 2014 04:37:34 +0000 (12:37 +0800)]
support dsa key format

10 years agoMerge pull request #507 from codeskyblue/dev
无闻 [Sun, 28 Sep 2014 22:07:00 +0000 (18:07 -0400)]
Merge pull request #507 from codeskyblue/dev

update .gobuild.yml inorder to support sqlite for amd64 arch

10 years agoMerge pull request #508 from chadoe/homelink
无闻 [Sun, 28 Sep 2014 22:05:58 +0000 (18:05 -0400)]
Merge pull request #508 from chadoe/homelink

Fix user HomeLink when using a suburl

10 years agoMerge pull request #509 from chadoe/avatarlink
无闻 [Sun, 28 Sep 2014 22:05:35 +0000 (18:05 -0400)]
Merge pull request #509 from chadoe/avatarlink

Fix AvatarLink when using a suburl

10 years agoMerge pull request #510 from evolvedlight/master
无闻 [Sun, 28 Sep 2014 22:05:16 +0000 (18:05 -0400)]
Merge pull request #510 from evolvedlight/master

Fix minor typo

10 years agoFix minor typo
evolvedlight [Sun, 28 Sep 2014 21:01:05 +0000 (22:01 +0100)]
Fix minor typo

10 years agoFix AvatarLink when using a suburl and gravatar is disabled or avatars are cached
Martin van Beurden [Sun, 28 Sep 2014 12:27:13 +0000 (14:27 +0200)]
Fix AvatarLink when using a suburl and gravatar is disabled or avatars are cached

10 years agoFix user HomeLink when using a suburl
Martin van Beurden [Sun, 28 Sep 2014 11:55:58 +0000 (13:55 +0200)]
Fix user HomeLink when using a suburl

10 years agoupdate .gobuild.yml remove start.bat
codeskyblue [Sun, 28 Sep 2014 08:38:59 +0000 (16:38 +0800)]
update .gobuild.yml remove start.bat

10 years agoMerge branch 'master' into dev
codeskyblue [Sun, 28 Sep 2014 08:38:19 +0000 (16:38 +0800)]
Merge branch 'master' into dev

10 years agoupdate .gobulid.yml
codeskyblue [Sun, 28 Sep 2014 08:37:58 +0000 (16:37 +0800)]
update .gobulid.yml

10 years agoClean old dockerfiles
Unknwon [Sun, 28 Sep 2014 07:31:50 +0000 (03:31 -0400)]
Clean old dockerfiles

10 years agoSimple fix
Unknwon [Sun, 28 Sep 2014 05:54:25 +0000 (01:54 -0400)]
Simple fix

10 years agoDelete verbose
Unknwon [Sun, 28 Sep 2014 05:45:03 +0000 (01:45 -0400)]
Delete verbose

10 years agoMerge branch 'master' of github.com:gogits/gogs
Unknwon [Sun, 28 Sep 2014 05:44:09 +0000 (01:44 -0400)]
Merge branch 'master' of github.com:gogits/gogs

Conflicts:
public/ng/less/gogs/repository.less
templates/repo/home.tmpl

10 years agoUI: Confirmation box
Unknwon [Sun, 28 Sep 2014 05:38:25 +0000 (01:38 -0400)]
UI: Confirmation box

10 years agoUpdate .gobuild.yml
shengxiang [Sun, 28 Sep 2014 05:02:17 +0000 (13:02 +0800)]
Update .gobuild.yml

10 years agoCreate start.bat
shengxiang [Sun, 28 Sep 2014 04:45:21 +0000 (12:45 +0800)]
Create start.bat

10 years agoUpdate .gobuild.yml
shengxiang [Sun, 28 Sep 2014 04:44:37 +0000 (12:44 +0800)]
Update .gobuild.yml

10 years agoadd issue router for new issue page ui preview
fuxiaohei [Sat, 27 Sep 2014 11:03:07 +0000 (19:03 +0800)]
add issue router for new issue page ui preview

10 years agotemplate and ui fix
fuxiaohei [Sat, 27 Sep 2014 09:31:44 +0000 (17:31 +0800)]
template and ui fix

10 years agotemplate and ui fix
fuxiaohei [Sat, 27 Sep 2014 09:08:57 +0000 (17:08 +0800)]
template and ui fix

10 years agoAdd modal to change username
Unknwon [Sat, 27 Sep 2014 02:33:30 +0000 (22:33 -0400)]
Add modal to change username

Signed-off-by: Unknwon <joe2010xtmf@163.com>
10 years agoAdd directory level commit message
Unknwon [Fri, 26 Sep 2014 12:55:13 +0000 (08:55 -0400)]
Add directory level commit message

10 years agoMerge pull request #503 from fundon/fix_lastcommit_user_email_link
无闻 [Fri, 26 Sep 2014 12:35:41 +0000 (08:35 -0400)]
Merge pull request #503 from fundon/fix_lastcommit_user_email_link

Fix last commit user email link

10 years agono neet for md5 email
fundon [Fri, 26 Sep 2014 05:46:51 +0000 (13:46 +0800)]
no neet for md5 email

10 years agoremove debug info
lunnyxiao [Fri, 26 Sep 2014 04:17:46 +0000 (12:17 +0800)]
remove debug info

10 years agoMerge pull request #501 from fundon/fix_suburl_undefined
无闻 [Fri, 26 Sep 2014 02:51:31 +0000 (22:51 -0400)]
Merge pull request #501 from fundon/fix_suburl_undefined

bugfix, suburl defaults to empty string when suburl is undefined

10 years agoMirror fix on transfer repo
Unknwon [Fri, 26 Sep 2014 02:42:31 +0000 (22:42 -0400)]
Mirror fix on transfer repo

10 years agoMirror fix on transfer repo
Unknwon [Fri, 26 Sep 2014 02:36:07 +0000 (22:36 -0400)]
Mirror fix on transfer repo

10 years agobugfix, suburl defaults to empty string when suburl is undefined
fundon [Fri, 26 Sep 2014 02:11:51 +0000 (10:11 +0800)]
bugfix, suburl defaults to empty string when suburl is undefined

10 years agoMirror template bug fix
Unknwon [Fri, 26 Sep 2014 00:55:14 +0000 (20:55 -0400)]
Mirror template bug fix

10 years agoPage: User profile
Unknwon [Thu, 25 Sep 2014 23:33:39 +0000 (19:33 -0400)]
Page: User profile

10 years agoFix bug on transfer repo
Unknwon [Thu, 25 Sep 2014 20:36:19 +0000 (16:36 -0400)]
Fix bug on transfer repo

10 years agoMerge pull request #498 from cedricziel/translations
无闻 [Thu, 25 Sep 2014 19:11:33 +0000 (15:11 -0400)]
Merge pull request #498 from cedricziel/translations

[TASK] Refine german string for authentification source

10 years agois utils improvement
fuxiaohei [Thu, 25 Sep 2014 13:52:58 +0000 (21:52 +0800)]
is utils improvement

10 years agoadd action repousername for transfer
lunnyxiao [Thu, 25 Sep 2014 08:43:14 +0000 (16:43 +0800)]
add action repousername for transfer

10 years ago[TASK] Refine german string for authentification source
Cedric Ziel [Thu, 25 Sep 2014 07:16:43 +0000 (09:16 +0200)]
[TASK] Refine german string for authentification source

10 years agoFix download archive issue
Unknwon [Wed, 24 Sep 2014 21:43:33 +0000 (17:43 -0400)]
Fix download archive issue

10 years agobug fixed for download 404 from repo's home page
lunnyxiao [Wed, 24 Sep 2014 13:05:09 +0000 (21:05 +0800)]
bug fixed for download 404 from repo's home page

10 years agoPage: Commits and fix #249
Unknwon [Wed, 24 Sep 2014 03:18:14 +0000 (23:18 -0400)]
Page: Commits and fix #249

10 years agoPage: Commits and fix #249
Unknwon [Tue, 23 Sep 2014 19:30:04 +0000 (15:30 -0400)]
Page: Commits and fix #249

10 years agoPage: Repository home page
Unknwon [Tue, 23 Sep 2014 17:51:10 +0000 (13:51 -0400)]
Page: Repository home page

10 years agoPage: Repository home page
Unknwon [Tue, 23 Sep 2014 17:47:54 +0000 (13:47 -0400)]
Page: Repository home page

10 years agoFix #495 and cannot view repository by tag
Unknwon [Tue, 23 Sep 2014 17:06:25 +0000 (13:06 -0400)]
Fix #495 and cannot view repository by tag

10 years agoresize star font size
fuxiaohei [Tue, 23 Sep 2014 16:01:48 +0000 (00:01 +0800)]
resize star font size

10 years agoresize star font size
fuxiaohei [Tue, 23 Sep 2014 15:59:44 +0000 (23:59 +0800)]
resize star font size

10 years agopull request ui review, change sidebar
fuxiaohei [Tue, 23 Sep 2014 15:48:28 +0000 (23:48 +0800)]
pull request ui review, change sidebar

10 years agoMerge remote-tracking branch 'origin/dev' into dev
fuxiaohei [Tue, 23 Sep 2014 15:36:25 +0000 (23:36 +0800)]
Merge remote-tracking branch 'origin/dev' into dev

10 years agopull request ui review, change sidebar
fuxiaohei [Tue, 23 Sep 2014 15:36:09 +0000 (23:36 +0800)]
pull request ui review, change sidebar

10 years agoMerge branch 'dev' of github.com:gogits/gogs into dev
Unknwon [Tue, 23 Sep 2014 14:29:52 +0000 (10:29 -0400)]
Merge branch 'dev' of github.com:gogits/gogs into dev

10 years agoUI fix
Unknwon [Tue, 23 Sep 2014 14:29:48 +0000 (10:29 -0400)]
UI fix

10 years agopull request page ui review, upgrade octicon icons
fuxiaohei [Tue, 23 Sep 2014 14:28:03 +0000 (22:28 +0800)]
pull request page ui review, upgrade octicon icons

10 years agoMerge pull request #496 from domnikl/patch-1
无闻 [Tue, 23 Sep 2014 13:56:26 +0000 (09:56 -0400)]
Merge pull request #496 from domnikl/patch-1

fixed typos and English phrases in German translation

10 years agoimprove ui details
fuxiaohei [Tue, 23 Sep 2014 13:43:45 +0000 (21:43 +0800)]
improve ui details

10 years agofixed typos and English phrases
Dominik Liebler [Tue, 23 Sep 2014 11:15:52 +0000 (13:15 +0200)]
fixed typos and English phrases

fixed Typo "Hilef"

10 years agoFeature: Integrate crypto/tls/generate_cert.go command
Unknwon [Mon, 22 Sep 2014 21:30:58 +0000 (17:30 -0400)]
Feature: Integrate crypto/tls/generate_cert.go command

10 years agoAdd basic submodule support
Unknwon [Mon, 22 Sep 2014 21:01:19 +0000 (17:01 -0400)]
Add basic submodule support

10 years agoUI: Use tooltip not alert when copy clone URL
Unknwon [Mon, 22 Sep 2014 18:47:47 +0000 (14:47 -0400)]
UI: Use tooltip not alert when copy clone URL

10 years agoFix #491
Unknwon [Mon, 22 Sep 2014 15:04:46 +0000 (11:04 -0400)]
Fix #491

10 years agoMerge pull request #494 from compressed/gt_2_commits
无闻 [Mon, 22 Sep 2014 14:29:23 +0000 (10:29 -0400)]
Merge pull request #494 from compressed/gt_2_commits

Increase max commits in payload to 5

10 years agoincrease max commits in payload to 5
Christopher Brickley [Mon, 22 Sep 2014 12:25:39 +0000 (08:25 -0400)]
increase max commits in payload to 5

10 years agosubmodule support and closed #478
lunnyxiao [Mon, 22 Sep 2014 06:23:36 +0000 (14:23 +0800)]
submodule support and closed #478

10 years agoMerge branch 'dev' of github.com:gogits/gogs into dev
lunnyxiao [Mon, 22 Sep 2014 02:45:20 +0000 (10:45 +0800)]
Merge branch 'dev' of github.com:gogits/gogs into dev

10 years agoadd submodule basic support & buf fixed #478
lunnyxiao [Mon, 22 Sep 2014 02:43:16 +0000 (10:43 +0800)]
add submodule basic support & buf fixed #478

10 years agoSupport custom robots.txt
Unknwon [Sun, 21 Sep 2014 23:39:10 +0000 (19:39 -0400)]
Support custom robots.txt

10 years agoMirror bug fix
Unknwon [Sun, 21 Sep 2014 16:22:50 +0000 (12:22 -0400)]
Mirror bug fix

10 years agoMirror bug fix
Unknwon [Sun, 21 Sep 2014 16:19:50 +0000 (12:19 -0400)]
Mirror bug fix

10 years agoMerge pull request #492 from chadoe/suburlcookie
无闻 [Sun, 21 Sep 2014 16:11:40 +0000 (12:11 -0400)]
Merge pull request #492 from chadoe/suburlcookie

Set cookiepath to AppSubUrl

10 years agoSet cookiepath to AppSubUrl
Martin van Beurden [Sun, 21 Sep 2014 12:07:00 +0000 (14:07 +0200)]
Set cookiepath to AppSubUrl

10 years agoMerge pull request #490 from fanningert/patch-1
无闻 [Sat, 20 Sep 2014 16:23:36 +0000 (12:23 -0400)]
Merge pull request #490 from fanningert/patch-1

Update locale_de-DE.ini

10 years agoUpdate locale_de-DE.ini
fanningert [Sat, 20 Sep 2014 09:01:05 +0000 (11:01 +0200)]
Update locale_de-DE.ini

10 years agoAdd suburl support
Unknwon [Sat, 20 Sep 2014 00:11:34 +0000 (20:11 -0400)]
Add suburl support

10 years agoMerge pull request #463 from chadoe/urlroot
无闻 [Fri, 19 Sep 2014 23:02:40 +0000 (19:02 -0400)]
Merge pull request #463 from chadoe/urlroot

Allow Gogs to run from a suburl behind a reverse proxy.

10 years agoAllow Gogs to run from a suburl behind a reverse proxy. e.g. http://mydomain.com...
Martin van Beurden [Sun, 14 Sep 2014 17:35:22 +0000 (19:35 +0200)]
Allow Gogs to run from a suburl behind a reverse proxy. e.g. http://mydomain.com/gogs/

Conflicts:
modules/setting/setting.go

Conflicts:
templates/repo/release/list.tmpl
templates/user/dashboard/dashboard.tmpl

Conflicts:
routers/repo/setting.go

10 years agoMerge pull request #483 from pkgr/dev
无闻 [Thu, 18 Sep 2014 16:21:00 +0000 (12:21 -0400)]
Merge pull request #483 from pkgr/dev

Add new distributions on https://packager.io/gh/pkgr/gogs

10 years agoAdd new distributions on https://packager.io/gh/pkgr/gogs
Cyril Rohr [Thu, 11 Sep 2014 09:39:49 +0000 (09:39 +0000)]
Add new distributions on https://packager.io/gh/pkgr/gogs

* ubuntu 12.04
* debian 7

10 years agoAdd success message after transfer repository #481
Unknwon [Wed, 17 Sep 2014 18:52:46 +0000 (14:52 -0400)]
Add success message after transfer repository #481

10 years agoMirror fix and fix #481
Unknwon [Wed, 17 Sep 2014 18:22:51 +0000 (14:22 -0400)]
Mirror fix and fix #481

10 years agoMerge pull request #480 from compressed/correct_push_user
无闻 [Wed, 17 Sep 2014 18:13:54 +0000 (14:13 -0400)]
Merge pull request #480 from compressed/correct_push_user

clarify name/username/owner/pusher for webhook

10 years agoclarify name/username/owner/pusher for webhook
Christopher Brickley [Wed, 17 Sep 2014 13:11:51 +0000 (09:11 -0400)]
clarify name/username/owner/pusher for webhook

10 years agoMerge branch 'dev' of github.com:gogits/gogs into dev
lunnyxiao [Wed, 17 Sep 2014 04:04:18 +0000 (12:04 +0800)]
Merge branch 'dev' of github.com:gogits/gogs into dev

Conflicts:
conf/app.ini