Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #769 from gitter-badger/gitter-badge | 无闻 | 2014-12-21 | 1 | -0/+2 |
|\ | | | | | Add a Gitter chat badge to README.md | ||||
| * | Added Gitter badge | The Gitter Badger | 2014-12-21 | 1 | -0/+2 |
|/ | |||||
* | work on #754 | Unknwon | 2014-12-18 | 1 | -0/+3 |
| | |||||
* | work on #754 | Unknwon | 2014-12-18 | 2 | -1/+4 |
| | |||||
* | work on #756 | Unknwon | 2014-12-17 | 3 | -2/+4 |
| | |||||
* | fix #751 | Unknwon | 2014-12-16 | 1 | -0/+9 |
| | |||||
* | fix #741 | Unknwon | 2014-12-16 | 5 | -9/+22 |
| | |||||
* | fix binding api broken | Unknwon | 2014-12-15 | 5 | -26/+32 |
| | |||||
* | update locale | Unknwon | 2014-12-14 | 3 | -25/+25 |
| | |||||
* | prepare for 0.5.9 | Unknwon | 2014-12-13 | 2 | -2/+2 |
| | |||||
* | update gopmfile | Unknwon | 2014-12-13 | 1 | -4/+4 |
| | |||||
* | update locales | Unknwon | 2014-12-13 | 4 | -3/+99 |
| | |||||
* | modes/repo: incorrect SSH clone URL for #742 | Unknwon | 2014-12-13 | 6 | -37/+52 |
| | |||||
* | api: able to create repo and fix #726 | Unknwon | 2014-12-12 | 14 | -81/+162 |
| | | | | | - POST /user/repos - POST /org/:org/repos | ||||
* | fix #735 | Unknwon | 2014-12-12 | 5 | -2/+28 |
| | |||||
* | mirror code clean | Unknwon | 2014-12-11 | 3 | -4/+3 |
| | |||||
* | Merge pull request #731 from cryptix/dev | 无闻 | 2014-12-11 | 1 | -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) | Henry | 2014-12-11 | 1 | -1/+4 |
|/ | |||||
* | fix git clone error when repo has upper case name | codeskyblue | 2014-12-11 | 1 | -0/+1 |
| | |||||
* | mirror fix on release JS | Unknwon | 2014-12-10 | 2 | -5/+10 |
| | |||||
* | Finish new UI for release page | Unknwon | 2014-12-10 | 16 | -239/+520 |
| | |||||
* | fix #703 | Unknwon | 2014-12-10 | 2 | -46/+48 |
| | |||||
* | fix compile error | Unknwon | 2014-12-10 | 3 | -8/+6 |
| | |||||
* | Merge pull request #727 from Mageti/master | 无闻 | 2014-12-10 | 1 | -7/+2 |
|\ | | | | | Correction for #723 | ||||
| * | remove unused code in BasicAuthDecode | Mageti | 2014-12-10 | 1 | -7/+2 |
| | | |||||
| * | Correction for #723 | Mageti | 2014-12-10 | 1 | -4/+4 |
| | | | | | | | | Correction for #723 Bug was : decode failed if the password contains ```:``` | ||||
* | | fix #711 | Unknwon | 2014-12-09 | 12 | -48/+84 |
|/ | |||||
* | new language | Unknwon | 2014-12-07 | 4 | -4/+698 |
| | |||||
* | Merge pull request #720 from Alukardd/dev | 无闻 | 2014-12-07 | 1 | -1/+4 |
|\ | | | | | Allow send mail without authentication if SMTP server allow this | ||||
| * | Allow send mail without authentication if SMTP server allow this | Alukardd | 2014-12-07 | 1 | -1/+4 |
| | | |||||
* | | add label-create ui elements | fuxiaohei | 2014-12-07 | 7 | -7/+145 |
|/ | |||||
* | Merge pull request #718 from jbcrail/fix-comment-spelling | 无闻 | 2014-12-06 | 17 | -24/+24 |
|\ | | | | | Fix spelling errors in comments. | ||||
| * | Fix spelling errors in comments. | Joseph Crail | 2014-12-06 | 17 | -24/+24 |
|/ | |||||
* | upload locales | Unknwon | 2014-12-05 | 5 | -7/+54 |
| | |||||
* | work on #672 | Unknwon | 2014-12-05 | 2 | -9/+13 |
| | |||||
* | fix #165 | Unknwon | 2014-12-05 | 5 | -12/+32 |
| | |||||
* | Merge pull request #716 from ErebusBat/master | 无闻 | 2014-12-05 | 2 | -4/+12 |
|\ | | | | | Fix Gravatar images in web view (like commit listing) | ||||
| * | Fix Gravatar images in web view (like commit listing) | Andrew Burns | 2014-12-05 | 1 | -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 spaces | Andrew Burns | 2014-12-05 | 1 | -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-05 | 5 | -6/+26 |
|\ \ | |/ |/| | Added issue link rendering in commit messages | ||||
| * | Added issue link rendering in commit messages | dennis-smurf | 2014-12-05 | 5 | -6/+26 |
|/ | |||||
* | fix #706 and other mirror improve | Unknwon | 2014-12-04 | 3 | -22/+42 |
| | |||||
* | Merge pull request #709 from TonyTsangHK/dev | 无闻 | 2014-12-04 | 3 | -1/+9 |
|\ | | | | | Display multi-line commit message on commit diff page. | ||||
| * | Display multi-line commit message on commit diff page. | Tony Tsang | 2014-12-05 | 3 | -1/+9 |
|/ | |||||
* | Merge pull request #708 from ErebusBat/master | 无闻 | 2014-12-04 | 1 | -1/+7 |
|\ | | | | | Use the avatar.HashEmail function instead of hashing email directly. | ||||
| * | Use the avatar.HashEmail function instead of hashing email directly. Fixes #700 | Andrew Burns | 2014-12-03 | 1 | -1/+7 |
| | | |||||
* | | add issue list filter ui | fuxiaohei | 2014-12-04 | 3 | -13/+132 |
| | | |||||
* | | Merge pull request #696 from deiwin/update/user-api-to-include-full-name | 无闻 | 2014-12-02 | 2 | -2/+16 |
|\ \ | | | | | | | add full name to found users' list on the UI | ||||
| * | | add full name to found users' list | Deiwin Sarjas | 2014-12-02 | 2 | -2/+16 |
| | | | |||||
* | | | Merge pull request #694 from deiwin/update/user-api-to-include-full-name | 无闻 | 2014-12-02 | 1 | -0/+1 |
|\| | | | | | | | | update user api search results to include the full name |