Unknwon
35be8741c4
fix #1112
2015-07-10 16:51:25 +08:00
Unknwon
eb0f0710f0
add more gitignores
2015-07-09 19:46:42 +08:00
Unknwon
a2a9e151f8
install - add mail from setting
2015-07-09 16:10:31 +08:00
Unknwon
b9dc2147b4
UI: install - done
2015-07-09 13:17:48 +08:00
Unknwon
5cf3732339
UI: install - new version
2015-07-08 19:47:56 +08:00
Unknwon
5dd3dd71a0
UI: install - database settings
2015-07-08 01:09:03 +08:00
Unknwon
ffd17924fd
update UI framework
2015-07-07 13:51:28 +08:00
Unknwon
9af8a6c6a3
update locale
2015-07-06 23:20:07 +08:00
Unknwon
1269ce0538
update locle
2015-07-06 17:47:30 +08:00
Unknwon
c6531c4882
check master as default branch when migrate
2015-07-05 18:34:16 +08:00
Unknwon
1564b77cf5
update locale
2015-07-05 13:16:28 +08:00
Unknwon
1492c905bb
update locale
2015-07-04 18:31:16 +08:00
Unknwon
4fca548ed1
update locale
2015-07-03 14:39:36 +08:00
Unknwon
c47afdff58
add config options for HELO
2015-07-03 14:08:18 +08:00
Unknwon
c76ee1cf83
Merge branch 'master' of github.com:gogits/gogs into develop
...
# Conflicts:
# conf/locale/locale_de-DE.ini
# conf/locale/locale_en-US.ini
# conf/locale/locale_fr-FR.ini
# conf/locale/locale_ja-JP.ini
# conf/locale/locale_pl-PL.ini
# conf/locale/locale_pt-BR.ini
# conf/locale/locale_ru-RU.ini
# conf/locale/locale_zh-CN.ini
# conf/locale/locale_zh-HK.ini
2015-07-03 13:41:48 +08:00
Unknwon
c08baee085
Merge branch 'develop' of github.com:gogits/gogs into develop
2015-04-24 05:21:10 -04:00
Unknwon
7a7c096fd0
update typo in locale files
2015-04-24 05:21:00 -04:00
Lunny Xiao
f92bdf875b
Merge pull request #1226 from nice-software/wip/pam
...
Add PAM authentication
2015-04-24 16:43:58 +08:00
Paolo Borelli
182003aa41
Add PAM authentication
2015-04-24 10:13:01 +02:00
Lunny Xiao
5de0b0c5ce
Merge pull request #1183 from lukad/feature/remove-plenk
...
Remove extra space from ssh authentication message
2015-04-24 15:08:45 +08:00
Lunny Xiao
0647645948
Merge pull request #1187 from xaionaro/master
...
Fixed a typo: .ssh/autorized_key -> .ssh/authorized_key
2015-04-24 15:06:36 +08:00
Lunny Xiao
e378b3152c
Merge pull request #1210 from acusti/patch-1
...
Wrap remember me text and checkbox in a label
2015-04-24 15:03:49 +08:00
Lunny Xiao
673a76d638
Merge pull request #1211 from mephux/hotfix/type-fix-ValidatePassword
...
Hotfix/type fix validate password
2015-04-24 15:03:21 +08:00
Lunny Xiao
67983e57f2
Merge pull request #1223 from Scarsz/patch-1
...
Fix typo
2015-04-24 15:01:21 +08:00
Scarsz
5300a63d0f
Fix typo
2015-04-22 05:50:27 -07:00
Lunny Xiao
2c4fb6e646
Merge pull request #1218 from StrangeWill/blank-name-fix
...
Fixes issue with LDAP inserting users with blank names.
2015-04-20 14:06:48 +08:00
William Roush
8363c9dd0f
Fixes issue with LDAP inserting users with blank names.
2015-04-20 01:51:43 -04:00
Lunny Xiao
3db0e7553e
Merge pull request #1186 from dhuan/author-name-on-explore-page
...
Display author's name on explore page
2015-04-19 00:39:21 +08:00
Dhuan
80e640f082
Fix HTML indentation
2015-04-18 16:22:27 +00:00
Dhuan
51aef347ee
Display author's name on explore page
2015-04-18 16:19:01 +00:00
Lunny Xiao
65a06731db
Merge pull request #1216 from tony/ssh-config-options
...
SSH config options
2015-04-18 20:23:24 +08:00
Tony Narlock
6a0fec77ea
Allow an SSHDomain configuration option. Defaults to Domain, preserves legacy behavior
2015-04-18 05:21:07 -05:00
Dustin Willis Webber
5a4f314cf7
fix calls that go rename missed
2015-04-16 14:42:24 -04:00
Dustin Willis Webber
e57594dc31
typo fix for comment
2015-04-16 14:40:39 -04:00
Dustin Willis Webber
f78046fc3b
typo fix
2015-04-16 14:36:32 -04:00
Andrew Patton
3a3e1b90e7
Match naming convention on page (checkbox→chk)
2015-04-15 21:53:27 -04:00
Andrew Patton
b579800e50
💄 Style checkbox label in sign in form
2015-04-15 21:49:10 -04:00
Andrew Patton
072c67e457
Wrap remember text+checkbox in label; close #1209
2015-04-15 21:39:13 -04:00
Dmitry Yu Okunev
7b59d40f08
Fixed a typo: .ssh/autorized_key -> .ssh/authorized_key
...
Signed-off-by: Dmitry Yu Okunev <dyokunev@ut.mephi.ru>
2015-04-05 11:48:32 +03:00
Luka Dornhecker
1988c0993d
remove extra space in ssh authentication message
2015-04-02 22:22:58 +02:00
无闻
639e34e362
Merge pull request #1177 from rauchrob/patch-1
...
fix typo in centos init script
2015-03-31 19:41:30 -04:00
Robert Rauch
7e5063a93d
fix typo in centos init script
...
We should be *sourcing* `/etc/sysconfig/gogs`, not *executing* it, don't we?
2015-04-01 00:45:00 +02:00
无闻
9512eec034
Merge pull request #1167 from linquize/http401
...
Set Content-Type to text/plain for http status 401
2015-03-31 16:50:39 -04:00
Linquize
f26f8d5afa
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.
2015-03-28 22:30:05 +08:00
Unknwon
9fb2d49b93
#1073 #1162 issue ID constraint failed
2015-03-27 06:47:02 -04:00
无闻
e0036ebb0c
Merge pull request #1159 from davmrtl/develop
...
Fix "Plus" icon size in dashboard
2015-03-26 19:50:00 -04:00
David Martel
93ff2e31e8
Fix "Plus" icon size in dashboard (part 2)
2015-03-26 19:32:08 -04:00
Unknwon
698b9e2acc
#1070 Clearer error message for illegal characters
2015-03-26 17:11:47 -04:00
Unknwon
d76f11c6f1
fix #1156
2015-03-26 11:00:22 -04:00
Unknwon
27dbb60965
update README and gopmfile
2015-03-26 09:39:47 -04:00