]> source.dussan.org Git - gitea.git/log
gitea.git
9 years agoFix: "Port is blocked" issue
Thomas Keppler [Thu, 14 May 2015 23:29:44 +0000 (01:29 +0200)]
Fix: "Port is blocked" issue

Fixed an issue where the post intall file for Debian enforced port 6000
which should have been port 3000 because it renders the software virtually unusable
because it's a blocked port in Firefox, Chrome and alikes.

For further reference see:
http://www-archive.mozilla.org/projects/netlib/PortBanning.html

9 years agoMerge branch 'develop' of github.com:gogits/gogs into develop
Unknwon [Fri, 24 Apr 2015 09:21:10 +0000 (05:21 -0400)]
Merge branch 'develop' of github.com:gogits/gogs into develop

9 years agoupdate typo in locale files
Unknwon [Fri, 24 Apr 2015 09:21:00 +0000 (05:21 -0400)]
update typo in locale files

9 years agoMerge pull request #1226 from nice-software/wip/pam
Lunny Xiao [Fri, 24 Apr 2015 08:43:58 +0000 (16:43 +0800)]
Merge pull request #1226 from nice-software/wip/pam

Add PAM authentication

9 years agoAdd PAM authentication
Paolo Borelli [Thu, 23 Apr 2015 11:58:57 +0000 (13:58 +0200)]
Add PAM authentication

9 years agoMerge pull request #1183 from lukad/feature/remove-plenk
Lunny Xiao [Fri, 24 Apr 2015 07:08:45 +0000 (15:08 +0800)]
Merge pull request #1183 from lukad/feature/remove-plenk

Remove extra space from ssh authentication message

9 years agoMerge pull request #1210 from acusti/patch-1
Lunny Xiao [Fri, 24 Apr 2015 07:03:49 +0000 (15:03 +0800)]
Merge pull request #1210 from acusti/patch-1

Wrap remember me text and checkbox in a label

9 years agoMerge pull request #1211 from mephux/hotfix/type-fix-ValidatePassword
Lunny Xiao [Fri, 24 Apr 2015 07:03:21 +0000 (15:03 +0800)]
Merge pull request #1211 from mephux/hotfix/type-fix-ValidatePassword

Hotfix/type fix validate password

9 years agoMerge pull request #1218 from StrangeWill/blank-name-fix
Lunny Xiao [Mon, 20 Apr 2015 06:06:48 +0000 (14:06 +0800)]
Merge pull request #1218 from StrangeWill/blank-name-fix

Fixes issue with LDAP inserting users with blank names.

9 years agoFixes issue with LDAP inserting users with blank names.
William Roush [Mon, 20 Apr 2015 05:28:19 +0000 (01:28 -0400)]
Fixes issue with LDAP inserting users with blank names.

9 years agoMerge pull request #1186 from dhuan/author-name-on-explore-page
Lunny Xiao [Sat, 18 Apr 2015 16:39:21 +0000 (00:39 +0800)]
Merge pull request #1186 from dhuan/author-name-on-explore-page

Display author's name on explore page

9 years agoFix HTML indentation
Dhuan [Sat, 18 Apr 2015 16:22:27 +0000 (16:22 +0000)]
Fix HTML indentation

9 years agoDisplay author's name on explore page
Dhuan [Sat, 4 Apr 2015 17:53:21 +0000 (17:53 +0000)]
Display author's name on explore page

9 years agoMerge pull request #1216 from tony/ssh-config-options
Lunny Xiao [Sat, 18 Apr 2015 12:23:24 +0000 (20:23 +0800)]
Merge pull request #1216 from tony/ssh-config-options

SSH config options

9 years agoAllow an SSHDomain configuration option. Defaults to Domain, preserves legacy behavior
Tony Narlock [Sat, 18 Apr 2015 10:21:07 +0000 (05:21 -0500)]
Allow an SSHDomain configuration option. Defaults to Domain, preserves legacy behavior

9 years agofix calls that go rename missed
Dustin Willis Webber [Thu, 16 Apr 2015 18:42:24 +0000 (14:42 -0400)]
fix calls that go rename missed

9 years agotypo fix for comment
Dustin Willis Webber [Thu, 16 Apr 2015 18:40:39 +0000 (14:40 -0400)]
typo fix for comment

9 years agotypo fix
Dustin Willis Webber [Thu, 16 Apr 2015 18:36:32 +0000 (14:36 -0400)]
typo fix

9 years agoMatch naming convention on page (checkbox→chk)
Andrew Patton [Thu, 16 Apr 2015 01:53:27 +0000 (21:53 -0400)]
Match naming convention on page (checkbox→chk)

9 years ago:lipstick: Style checkbox label in sign in form
Andrew Patton [Thu, 16 Apr 2015 01:49:10 +0000 (21:49 -0400)]
:lipstick: Style checkbox label in sign in form

9 years agoWrap remember text+checkbox in label; close #1209
Andrew Patton [Thu, 16 Apr 2015 01:39:13 +0000 (21:39 -0400)]
Wrap remember text+checkbox in label; close #1209

9 years agoremove extra space in ssh authentication message
Luka Dornhecker [Thu, 2 Apr 2015 20:22:58 +0000 (22:22 +0200)]
remove extra space in ssh authentication message

9 years agoMerge pull request #1177 from rauchrob/patch-1
无闻 [Tue, 31 Mar 2015 23:41:30 +0000 (19:41 -0400)]
Merge pull request #1177 from rauchrob/patch-1

fix typo in centos init script

9 years agofix typo in centos init script
Robert Rauch [Tue, 31 Mar 2015 22:45:00 +0000 (00:45 +0200)]
fix typo in centos init script

We should be *sourcing* `/etc/sysconfig/gogs`, not *executing* it, don't we?

9 years agoMerge pull request #1167 from linquize/http401
无闻 [Tue, 31 Mar 2015 20:50:39 +0000 (16:50 -0400)]
Merge pull request #1167 from linquize/http401

Set Content-Type to text/plain for http status 401

9 years agoSet Content-Type to text/plain for http status 401
Linquize [Sat, 28 Mar 2015 14:30:05 +0000 (22:30 +0800)]
Set Content-Type to text/plain for http status 401

This is because git command line shows the failure reason only if Content-Type is text/plain.

9 years ago#1073 #1162 issue ID constraint failed
Unknwon [Fri, 27 Mar 2015 10:47:02 +0000 (06:47 -0400)]
#1073 #1162 issue ID constraint failed

9 years agoMerge pull request #1159 from davmrtl/develop
无闻 [Thu, 26 Mar 2015 23:50:00 +0000 (19:50 -0400)]
Merge pull request #1159 from davmrtl/develop

Fix "Plus" icon size in dashboard

9 years agoFix "Plus" icon size in dashboard (part 2)
David Martel [Thu, 26 Mar 2015 23:32:08 +0000 (19:32 -0400)]
Fix "Plus" icon size in dashboard (part 2)

9 years ago#1070 Clearer error message for illegal characters
Unknwon [Thu, 26 Mar 2015 21:11:47 +0000 (17:11 -0400)]
#1070 Clearer error message for illegal characters

9 years agofix #1156
Unknwon [Thu, 26 Mar 2015 15:00:22 +0000 (11:00 -0400)]
fix #1156

9 years agoupdate README and gopmfile
Unknwon [Thu, 26 Mar 2015 13:39:47 +0000 (09:39 -0400)]
update README and gopmfile

9 years agoFix "Plus" icon size in dashboard
David Martel [Thu, 26 Mar 2015 02:21:21 +0000 (22:21 -0400)]
Fix "Plus" icon size in dashboard

9 years agoauto fix locale file name change
Unknwon [Wed, 25 Mar 2015 23:51:22 +0000 (19:51 -0400)]
auto fix locale file name change

9 years agoMerge branch 'develop' of github.com:gogits/gogs into develop
Unknwon [Wed, 25 Mar 2015 21:50:26 +0000 (17:50 -0400)]
Merge branch 'develop' of github.com:gogits/gogs into develop

9 years ago#1120 #1132 mirror info not updated when transfer mirro repo
Unknwon [Wed, 25 Mar 2015 21:50:18 +0000 (17:50 -0400)]
#1120 #1132 mirror info not updated when transfer mirro repo

9 years agoMerge pull request #1147 from blemasle/develop
无闻 [Wed, 25 Mar 2015 16:23:54 +0000 (12:23 -0400)]
Merge pull request #1147 from blemasle/develop

fixed panic error on user login

9 years agofixed panic error on user login
blemasle [Wed, 25 Mar 2015 14:39:36 +0000 (15:39 +0100)]
fixed panic error on user login

9 years agotypo fix
Unknwon [Wed, 25 Mar 2015 13:44:57 +0000 (09:44 -0400)]
typo fix

9 years ago#1133 add config option [service] DISABLE_MINIMUM_KEY_SIZE_CHECK
Unknwon [Wed, 25 Mar 2015 12:59:48 +0000 (08:59 -0400)]
#1133 add config option [service] DISABLE_MINIMUM_KEY_SIZE_CHECK

9 years agomirror fix of #1105
Unknwon [Wed, 25 Mar 2015 12:43:07 +0000 (08:43 -0400)]
mirror fix of #1105

9 years agoMerge pull request #1144 from masegaloeh/develop
无闻 [Wed, 25 Mar 2015 10:16:01 +0000 (06:16 -0400)]
Merge pull request #1144 from masegaloeh/develop

Fix email contact and link

9 years agoFix email contact and link
masegaloeh [Wed, 25 Mar 2015 09:07:09 +0000 (16:07 +0700)]
Fix email contact and link

9 years agoMerge pull request #1105 from linquize/migrate-git
无闻 [Tue, 24 Mar 2015 23:28:55 +0000 (19:28 -0400)]
Merge pull request #1105 from linquize/migrate-git

Allow to migrate through git:// protocol

9 years ago#1114 'New Release' always visible
Unknwon [Tue, 24 Mar 2015 23:20:36 +0000 (19:20 -0400)]
#1114 'New Release' always visible

9 years ago#1140 MySQL root password exposure
Unknwon [Tue, 24 Mar 2015 23:15:36 +0000 (19:15 -0400)]
#1140 MySQL root password exposure

9 years ago#1124 LDAP add and edit form are misleading
Unknwon [Tue, 24 Mar 2015 23:04:16 +0000 (19:04 -0400)]
#1124 LDAP add and edit form are misleading

9 years ago#1089 change to fake local email account
Unknwon [Tue, 24 Mar 2015 22:41:41 +0000 (18:41 -0400)]
#1089 change to fake local email account

9 years ago#1098 Hide gravatar email field if gravatar is disabled (or offline mode)
Unknwon [Tue, 24 Mar 2015 22:38:12 +0000 (18:38 -0400)]
#1098 Hide gravatar email field if gravatar is disabled (or offline mode)

9 years ago#1143 Team member access lost when adding repository collaborator
Unknwon [Tue, 24 Mar 2015 22:14:04 +0000 (18:14 -0400)]
#1143 Team member access lost when adding repository collaborator

- fix bug when add a repo to team, all other team members gets access as well

9 years ago#637 #738 fix markdown: render special links
Unknwon [Mon, 23 Mar 2015 22:32:24 +0000 (18:32 -0400)]
#637 #738 fix markdown: render special links

- code format for #1020

9 years agoMerge pull request #1020 from jcracknell/tag-exclude-nethtml
无闻 [Mon, 23 Mar 2015 22:03:47 +0000 (18:03 -0400)]
Merge pull request #1020 from jcracknell/tag-exclude-nethtml

Exclude HTML tags from Markdown post-processing

9 years ago#1101 Anyone can see organization pages even without logging in when sign in required
Unknwon [Mon, 23 Mar 2015 21:58:52 +0000 (17:58 -0400)]
#1101 Anyone can see organization pages even without logging in when sign in required

9 years ago#1124 lower_name of LDAP user not assigned
Unknwon [Mon, 23 Mar 2015 14:51:43 +0000 (10:51 -0400)]
#1124 lower_name of LDAP user not assigned

9 years ago#1080: Remove footer ads/branding from default template
Unknwon [Mon, 23 Mar 2015 14:19:19 +0000 (10:19 -0400)]
#1080: Remove footer ads/branding from default template

9 years agoAdd Polish support
Unknwon [Sun, 22 Mar 2015 23:22:47 +0000 (19:22 -0400)]
Add Polish support

9 years agoMerge branch 'master' of github.com:gogits/gogs into develop
Unknwon [Sun, 22 Mar 2015 23:19:34 +0000 (19:19 -0400)]
Merge branch 'master' of github.com:gogits/gogs into develop

9 years agoMerge pull request #1117 from drew-y/gramHotFix
无闻 [Sun, 22 Mar 2015 15:26:36 +0000 (11:26 -0400)]
Merge pull request #1117 from drew-y/gramHotFix

Fixed minor gramatical error in the US install success msg

9 years agoFixed minor gramatical error in the us install success msg
Andrew Youngwerth [Sun, 22 Mar 2015 05:00:48 +0000 (23:00 -0600)]
Fixed minor gramatical error in the us install success msg

9 years agofix menu css
Unknwon [Sat, 21 Mar 2015 14:49:17 +0000 (10:49 -0400)]
fix menu css

9 years agoUI compatibility
Unknwon [Sat, 21 Mar 2015 13:24:59 +0000 (09:24 -0400)]
UI compatibility

9 years agoAllow to migrate through git:// protocol
Linquize [Fri, 20 Mar 2015 13:52:49 +0000 (21:52 +0800)]
Allow to migrate through git:// protocol

9 years agoadd sr-only class, change to new tag line
Unknwon [Fri, 20 Mar 2015 07:20:05 +0000 (03:20 -0400)]
add sr-only class, change to new tag line

9 years agoMerge branch 'develop' of github.com:gogits/gogs into release/0.6.1
Unknwon [Fri, 20 Mar 2015 05:58:28 +0000 (01:58 -0400)]
Merge branch 'develop' of github.com:gogits/gogs into release/0.6.1

9 years agoMerge pull request #1091 from sapk/fix-ng-issue-pages
无闻 [Thu, 19 Mar 2015 21:03:03 +0000 (17:03 -0400)]
Merge pull request #1091 from sapk/fix-ng-issue-pages

Apply ng to issue dashboard

9 years agoMerge pull request #1092 from sapk/fix-dashboard-navbar
无闻 [Thu, 19 Mar 2015 21:02:21 +0000 (17:02 -0400)]
Merge pull request #1092 from sapk/fix-dashboard-navbar

Fix the little default in the navbar of the dashboard

9 years agoupdate gopmfile
Unknwon [Thu, 19 Mar 2015 20:44:22 +0000 (16:44 -0400)]
update gopmfile

9 years ago#1094: fix locale
Unknwon [Thu, 19 Mar 2015 19:26:04 +0000 (15:26 -0400)]
#1094: fix locale

9 years agoUpdate notice
Unknwon [Thu, 19 Mar 2015 03:20:41 +0000 (23:20 -0400)]
Update notice

9 years agoFix the little default in the navbar of the dashboard
Antoine GIRARD [Thu, 19 Mar 2015 00:10:37 +0000 (01:10 +0100)]
Fix the little default in the navbar of the dashboard

9 years agoApply ng to issue dashboard
Antoine GIRARD [Wed, 18 Mar 2015 23:35:17 +0000 (00:35 +0100)]
Apply ng to issue dashboard

9 years agoprepare for 0.6 release
Unknwon [Wed, 18 Mar 2015 11:00:55 +0000 (07:00 -0400)]
prepare for 0.6 release

9 years agoPut default config into binary
Unknwon [Wed, 18 Mar 2015 10:37:44 +0000 (06:37 -0400)]
Put default config into binary

9 years ago#1069: Copyright violations
Unknwon [Wed, 18 Mar 2015 09:04:27 +0000 (05:04 -0400)]
#1069: Copyright violations

9 years ago#1082: missing link for help
Unknwon [Wed, 18 Mar 2015 09:00:28 +0000 (05:00 -0400)]
#1082: missing link for help

9 years ago#1064: X-Gogs-Event header is empty
Unknwon [Wed, 18 Mar 2015 08:51:02 +0000 (04:51 -0400)]
#1064: X-Gogs-Event header is empty

9 years ago#1028: Windows Expects UNIX Directory Separator
Unknwon [Wed, 18 Mar 2015 08:25:55 +0000 (04:25 -0400)]
#1028: Windows Expects UNIX Directory Separator

9 years agoMerge branch 'develop' of github.com:gogits/gogs into develop
Unknwon [Wed, 18 Mar 2015 05:30:06 +0000 (01:30 -0400)]
Merge branch 'develop' of github.com:gogits/gogs into develop

9 years ago#1079: Custom robots.txt should be send with plaintext content-type
Unknwon [Wed, 18 Mar 2015 05:29:54 +0000 (01:29 -0400)]
#1079: Custom robots.txt should be send with plaintext content-type

9 years agoMerge pull request #1081 from CarlosGtrz/master
无闻 [Wed, 18 Mar 2015 04:19:44 +0000 (00:19 -0400)]
Merge pull request #1081 from CarlosGtrz/master

Remove use of PID and fix stderr redirection

9 years agoRemove use of PID and fix stderr redirection
Carlos Gutierrez [Wed, 18 Mar 2015 03:30:25 +0000 (20:30 -0700)]
Remove use of PID and fix stderr redirection

9 years ago#1067: Deleting users should remove them from collaborator lists
Unknwon [Wed, 18 Mar 2015 01:51:39 +0000 (21:51 -0400)]
#1067: Deleting users should remove them from collaborator lists

- fix delete user but repository watches are not decreased

9 years ago#851: Edit Account does not take into consideration password rules
Unknwon [Tue, 17 Mar 2015 07:21:58 +0000 (03:21 -0400)]
#851: Edit Account does not take into consideration password rules

9 years agoMerge branch 'develop' of github.com:gogits/gogs into develop
Unknwon [Mon, 16 Mar 2015 08:52:20 +0000 (04:52 -0400)]
Merge branch 'develop' of github.com:gogits/gogs into develop

9 years agofix read access team visibility of private repo
Unknwon [Mon, 16 Mar 2015 08:52:11 +0000 (04:52 -0400)]
fix read access team visibility of private repo

9 years agoMerge pull request #1055 from c35sys/develop
无闻 [Mon, 16 Mar 2015 08:17:39 +0000 (04:17 -0400)]
Merge pull request #1055 from c35sys/develop

Add setting.AppSubUrl for LANDING_PAGE = explore

9 years agoAdd setting.AppSubUrl for LANDING_PAGE = explore
Christophe Le Guern [Mon, 16 Mar 2015 08:14:14 +0000 (09:14 +0100)]
Add setting.AppSubUrl for LANDING_PAGE = explore

Add setting.AppSubUrl in case of different ROOT_URL and LANDING_PAGE = explore

9 years ago#1040: dashboard no longer accessible when repo is missing
Unknwon [Mon, 16 Mar 2015 08:04:27 +0000 (04:04 -0400)]
#1040: dashboard no longer accessible when repo is missing

9 years agoRevert "Merge pull request #1047 from ndarilek/accessibility-fixes"
Unknwon [Mon, 16 Mar 2015 02:24:41 +0000 (22:24 -0400)]
Revert "Merge pull request #1047 from ndarilek/accessibility-fixes"

This reverts commit c226e92284c7b4b405352814155dd5da3458e029, reversing
changes made to 80b23854bc6d2b7466b5cdef112db100372e1e0a.

9 years agoMerge pull request #1047 from ndarilek/accessibility-fixes
无闻 [Mon, 16 Mar 2015 02:19:36 +0000 (22:19 -0400)]
Merge pull request #1047 from ndarilek/accessibility-fixes

Various accessibility fixes

9 years ago#1050: Bad permissions on authorized_keys after rewrite
Unknwon [Sun, 15 Mar 2015 02:37:23 +0000 (22:37 -0400)]
#1050: Bad permissions on authorized_keys after rewrite

9 years agoMerge branch 'develop' of github.com:gogits/gogs into develop
Unknwon [Sun, 15 Mar 2015 02:21:55 +0000 (22:21 -0400)]
Merge branch 'develop' of github.com:gogits/gogs into develop

9 years agoadd new locale
Unknwon [Sun, 15 Mar 2015 02:21:45 +0000 (22:21 -0400)]
add new locale

9 years agoAdd additional accessibility text to repository navbar.
Nolan Darilek [Sat, 14 Mar 2015 17:30:14 +0000 (12:30 -0500)]
Add additional accessibility text to repository navbar.

9 years agoVarious accessibility fixes, mostly labeling icons.
Nolan Darilek [Sat, 14 Mar 2015 14:55:04 +0000 (09:55 -0500)]
Various accessibility fixes, mostly labeling icons.

9 years agoMerge pull request #1046 from jcracknell/editorconfig
无闻 [Sat, 14 Mar 2015 03:23:00 +0000 (23:23 -0400)]
Merge pull request #1046 from jcracknell/editorconfig

Added .editorconfig

9 years agoAdded .editorconfig
James Cracknell [Sat, 14 Mar 2015 03:20:08 +0000 (21:20 -0600)]
Added .editorconfig

9 years agoMerge pull request #1045 from tomcatzh/master
无闻 [Sat, 14 Mar 2015 02:19:50 +0000 (22:19 -0400)]
Merge pull request #1045 from tomcatzh/master

Add mysql unix socket support.

9 years agoMerge branch 'develop' of github.com:gogits/gogs into develop
Unknwon [Fri, 13 Mar 2015 19:41:59 +0000 (15:41 -0400)]
Merge branch 'develop' of github.com:gogits/gogs into develop

9 years ago#988: fix one missing duplicated prefix
Unknwon [Fri, 13 Mar 2015 19:41:51 +0000 (15:41 -0400)]
#988: fix one missing duplicated prefix

- update some locale files