summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #769 from gitter-badger/gitter-badge无闻2014-12-211-0/+2
|\ | | | | Add a Gitter chat badge to README.md
| * Added Gitter badgeThe Gitter Badger2014-12-211-0/+2
|/
* work on #754Unknwon2014-12-181-0/+3
|
* work on #754Unknwon2014-12-182-1/+4
|
* work on #756Unknwon2014-12-173-2/+4
|
* fix #751Unknwon2014-12-161-0/+9
|
* fix #741Unknwon2014-12-165-9/+22
|
* fix binding api brokenUnknwon2014-12-155-26/+32
|
* update localeUnknwon2014-12-143-25/+25
|
* prepare for 0.5.9Unknwon2014-12-132-2/+2
|
* update gopmfileUnknwon2014-12-131-4/+4
|
* update localesUnknwon2014-12-134-3/+99
|
* modes/repo: incorrect SSH clone URL for #742Unknwon2014-12-136-37/+52
|
* api: able to create repo and fix #726Unknwon2014-12-1214-81/+162
| | | | | - POST /user/repos - POST /org/:org/repos
* fix #735Unknwon2014-12-125-2/+28
|
* mirror code cleanUnknwon2014-12-113-4/+3
|
* Merge pull request #731 from cryptix/dev无闻2014-12-111-1/+4
|\ | | | | increase minimum version for HTTPS to TLS 1.0 (POODLE, fixes #730)
| * increase minimum version vor HTTPS to TLS 1.0 (POODLE, fixes #730)Henry2014-12-111-1/+4
|/
* fix git clone error when repo has upper case namecodeskyblue2014-12-111-0/+1
|
* mirror fix on release JSUnknwon2014-12-102-5/+10
|
* Finish new UI for release pageUnknwon2014-12-1016-239/+520
|
* fix #703Unknwon2014-12-102-46/+48
|
* fix compile errorUnknwon2014-12-103-8/+6
|
* Merge pull request #727 from Mageti/master无闻2014-12-101-7/+2
|\ | | | | Correction for #723
| * remove unused code in BasicAuthDecodeMageti2014-12-101-7/+2
| |
| * Correction for #723Mageti2014-12-101-4/+4
| | | | | | | | Correction for #723 Bug was : decode failed if the password contains ```:```
* | fix #711Unknwon2014-12-0912-48/+84
|/
* new languageUnknwon2014-12-074-4/+698
|
* Merge pull request #720 from Alukardd/dev无闻2014-12-071-1/+4
|\ | | | | Allow send mail without authentication if SMTP server allow this
| * Allow send mail without authentication if SMTP server allow thisAlukardd2014-12-071-1/+4
| |
* | add label-create ui elementsfuxiaohei2014-12-077-7/+145
|/
* Merge pull request #718 from jbcrail/fix-comment-spelling无闻2014-12-0617-24/+24
|\ | | | | Fix spelling errors in comments.
| * Fix spelling errors in comments.Joseph Crail2014-12-0617-24/+24
|/
* upload localesUnknwon2014-12-055-7/+54
|
* work on #672Unknwon2014-12-052-9/+13
|
* fix #165Unknwon2014-12-055-12/+32
|
* Merge pull request #716 from ErebusBat/master无闻2014-12-052-4/+12
|\ | | | | Fix Gravatar images in web view (like commit listing)
| * Fix Gravatar images in web view (like commit listing)Andrew Burns2014-12-051-3/+7
| | | | | | | | | | | | | | | | | | | | 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.)
| * HashEmail function should also remove spacesAndrew Burns2014-12-051-1/+5
| | | | | | | | 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.
* | Merge pull request #712 from Dennis-Smurf/enhancement-issuelink-in-commit无闻2014-12-055-6/+26
|\ \ | |/ |/| Added issue link rendering in commit messages
| * Added issue link rendering in commit messagesdennis-smurf2014-12-055-6/+26
|/
* fix #706 and other mirror improveUnknwon2014-12-043-22/+42
|
* Merge pull request #709 from TonyTsangHK/dev无闻2014-12-043-1/+9
|\ | | | | Display multi-line commit message on commit diff page.
| * Display multi-line commit message on commit diff page.Tony Tsang2014-12-053-1/+9
|/
* Merge pull request #708 from ErebusBat/master无闻2014-12-041-1/+7
|\ | | | | Use the avatar.HashEmail function instead of hashing email directly.
| * Use the avatar.HashEmail function instead of hashing email directly. Fixes #700Andrew Burns2014-12-031-1/+7
| |
* | add issue list filter uifuxiaohei2014-12-043-13/+132
| |
* | Merge pull request #696 from deiwin/update/user-api-to-include-full-name无闻2014-12-022-2/+16
|\ \ | | | | | | add full name to found users' list on the UI
| * | add full name to found users' listDeiwin Sarjas2014-12-022-2/+16
| | |
* | | Merge pull request #694 from deiwin/update/user-api-to-include-full-name无闻2014-12-021-0/+1
|\| | | | | | | | update user api search results to include the full name