f059866a21
Set user.name & user.email in Dockerfile
...
The previous setting would cause all repo creations to fail, as
described in issue #328 .
The previous commit also resolves this issue, but it seems saner to
create the user in the Dockerfile than at runtime.
2014-12-27 19:10:33 -08:00
234a7c19a4
Default values for both user.name and user.email
...
The previous behavior was to set default values only if user.name was
not set, but to always set it for both. This only sets a value if there
wasn't one; this fixes cases where someone has a user.name but no
user.email (see included Dockerfile) or someone has a user.email but no
user.name (before the email would have been over-written).
2014-12-27 19:07:54 -08:00
46742a79ca
Merge pull request #785 from joshk/patch-1
...
Use the new build env on Travis
2014-12-27 12:25:08 +08:00
d61def86e1
Merge pull request #780 from morpheyesh/master
...
spellcheck
2014-12-27 12:24:21 +08:00
30c750a5df
Use the new build env on Travis
...
http://docs.travis-ci.com/user/workers/container-based-infrastructure
2014-12-27 01:23:10 +01:00
995a805a31
spellcheck
2014-12-24 13:20:10 +05:30
0d7bb9af46
Merge pull request #769 from gitter-badger/gitter-badge
...
Add a Gitter chat badge to README.md
2014-12-21 02:58:38 -05:00
86e9ebdcc9
Added Gitter badge
2014-12-21 07:53:06 +00:00
0a697517ac
work on #754
2014-12-18 03:37:31 -05:00
c4820f119d
work on #754
2014-12-18 03:26:09 -05:00
57b3be4016
work on #756
2014-12-17 23:04:05 -05:00
d01f2f3c22
fix #751
2014-12-16 20:47:10 -05:00
1a5aa5e0c0
fix #741
2014-12-16 02:28:57 -05:00
9803c421f5
fix binding api broken
2014-12-15 01:49:59 -05:00
792ec63c8a
update locale
2014-12-14 22:47:09 -05:00
c9e0b3b987
prepare for 0.5.9
2014-12-13 20:32:30 -05:00
28766479a7
update gopmfile
2014-12-13 20:26:04 -05:00
9ac940d31d
update locales
2014-12-13 20:06:50 -05:00
b553ea45ee
modes/repo: incorrect SSH clone URL for #742
2014-12-13 16:46:00 -05:00
ac4a10456e
api: able to create repo and fix #726
...
- POST /user/repos
- POST /org/:org/repos
2014-12-12 20:30:32 -05:00
2f3a7e53cb
fix #735
2014-12-12 01:29:36 -05:00
42c7bb7529
mirror code clean
2014-12-11 18:55:09 -05:00
35140f1cc7
Merge pull request #731 from cryptix/dev
...
increase minimum version for HTTPS to TLS 1.0 (POODLE, fixes #730 )
2014-12-11 18:32:49 -05:00
4f4392b83e
increase minimum version vor HTTPS to TLS 1.0 (POODLE, fixes #730 )
2014-12-11 11:14:41 +01:00
db6c0ebf76
fix git clone error when repo has upper case name
2014-12-11 15:57:32 +08:00
cf7ebfbdc8
mirror fix on release JS
2014-12-10 16:41:49 -05:00
bc8721fb6c
Finish new UI for release page
2014-12-10 16:37:54 -05:00
01ba771783
fix #703
2014-12-10 07:00:11 -05:00
9ee80e3e54
fix compile error
2014-12-10 05:10:26 -05:00
b2c6a6920f
Merge pull request #727 from Mageti/master
...
Correction for #723
2014-12-10 05:03:50 -05:00
e321469884
remove unused code in BasicAuthDecode
2014-12-10 11:01:17 +01:00
b7ebbb4064
Correction for #723
...
Correction for #723
Bug was : decode failed if the password contains ```:```
2014-12-10 10:51:51 +01:00
9a1fe801e5
fix #711
2014-12-09 02:18:25 -05:00
6f71632e3e
new language
2014-12-07 19:27:49 -05:00
2844674587
Merge pull request #720 from Alukardd/dev
...
Allow send mail without authentication if SMTP server allow this
2014-12-07 16:05:55 -05:00
0daef29053
add label-create ui elements
2014-12-07 21:29:37 +08:00
21081836ba
Allow send mail without authentication if SMTP server allow this
2014-12-07 16:07:48 +03:00
a2f6e1803b
Merge pull request #718 from jbcrail/fix-comment-spelling
...
Fix spelling errors in comments.
2014-12-06 21:01:00 -05:00
39c068400e
Fix spelling errors in comments.
2014-12-06 20:22:48 -05:00
47e7175b80
upload locales
2014-12-05 18:27:59 -05:00
0b785ad967
work on #672
2014-12-05 18:08:09 -05:00
069486d169
fix #165
2014-12-05 17:54:57 -05:00
298ebc58c1
Merge pull request #716 from ErebusBat/master
...
Fix Gravatar images in web view (like commit listing)
2014-12-05 16:20:34 -05:00
3fd41d138c
Merge pull request #712 from Dennis-Smurf/enhancement-issuelink-in-commit
...
Added issue link rendering in commit messages
2014-12-05 16:15:43 -05:00
35b02997f8
Fix Gravatar images in web view (like commit listing)
...
Related to #700
In the original bug report it was referencing only the sytem avatar images for setup users (like in the header); however the problem also persists with things like commit history.
This commit fixes the `tool.AvatarLink` function so that it also uses the already existing `avatar.HashEmail` function.
I also refactored the `tool.AvatarLink` method some to make the control flow more apparent and adhere better to DRY (there were multiple calls to the `EncodeMd5` function that the `HashEmail` function call replaced, now there is only one.)
2014-12-05 11:02:59 -07:00
adc1ac689e
HashEmail function should also remove spaces
...
According to the [Gravatar API](https://en.gravatar.com/site/implement/hash/ ) whitespace should also be removed from the email, it was not doing this previously.
2014-12-05 10:58:49 -07:00
528c075ad6
Added issue link rendering in commit messages
2014-12-05 11:02:52 +01:00
e577f2fff3
fix #706 and other mirror improve
2014-12-04 23:07:51 -05:00
daf96dfae1
Merge pull request #709 from TonyTsangHK/dev
...
Display multi-line commit message on commit diff page.
2014-12-04 22:36:54 -05:00
d4a1d9f82a
Display multi-line commit message on commit diff page.
2014-12-05 10:53:37 +08:00